From 9eaae305e6199079a6092ce8ba91a43536ea43e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 10:39:52 +0000 Subject: [PATCH] build(deps): bump @oclif/command from 1.8.20 to 1.8.35 Bumps [@oclif/command](https://github.com/oclif/command) from 1.8.20 to 1.8.35. - [Release notes](https://github.com/oclif/command/releases) - [Changelog](https://github.com/oclif/command/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/command/compare/1.8.20...1.8.35) --- updated-dependencies: - dependency-name: "@oclif/command" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d96dda9..6244a68e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3875,25 +3875,41 @@ } }, "@oclif/command": { - "version": "1.8.20", - "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.20.tgz", - "integrity": "sha512-BHM9byujY0kf0PiRorIyp99K50cA3i6Hyro0+TPpFFx+4QM+PyQ5vMHO/TG5wkEP8tIivNRs24bF8QVyJru25g==", + "version": "1.8.35", + "resolved": "https://registry.npmjs.org/@oclif/command/-/command-1.8.35.tgz", + "integrity": "sha512-oILFTe3n6WjEbhXaSJd6FPsU4H97WxkC3Q0+Y63pfTXIZ424Fb9Hlg1CazscWcJqCrhuuUag6mItdgYo0kpinw==", "requires": { "@oclif/config": "^1.18.2", "@oclif/errors": "^1.3.6", "@oclif/help": "^1.0.1", - "@oclif/parser": "^3.8.9", + "@oclif/parser": "^3.8.16", "debug": "^4.1.1", - "semver": "^7.3.8" + "semver": "^7.5.4" }, "dependencies": { + "@oclif/parser": { + "version": "3.8.16", + "resolved": "https://registry.npmjs.org/@oclif/parser/-/parser-3.8.16.tgz", + "integrity": "sha512-jeleXSh5izmBQ6vwyCJmbFPahPpd/ajxASi25FaYAWcvwVMzP/vKAKQXKWZun6T9K/gd6ywSsTpfAXiZAjBd6g==", + "requires": { + "@oclif/errors": "^1.3.6", + "@oclif/linewrap": "^1.0.0", + "chalk": "^4.1.0", + "tslib": "^2.6.1" + } + }, "semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "requires": { "lru-cache": "^6.0.0" } + }, + "tslib": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", + "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" } } },