From 4fe96cc2e3610826a171e9cc9c73a86dcd6182ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 08:34:44 -0700 Subject: [PATCH] Bump the oclif group with 3 updates (#672) * Bump the oclif group with 3 updates Bumps the oclif group with 3 updates: [@oclif/core](https://github.com/oclif/core), [@oclif/plugin-help](https://github.com/oclif/plugin-help) and [oclif](https://github.com/oclif/oclif). Updates `@oclif/core` from 2.11.5 to 2.11.7 - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/compare/2.11.5...2.11.7) Updates `@oclif/plugin-help` from 5.2.15 to 5.2.16 - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/plugin-help/compare/5.2.15...5.2.16) Updates `oclif` from 3.11.1 to 3.11.2 - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/oclif/compare/3.11.1...3.11.2) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: oclif - dependency-name: "@oclif/plugin-help" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: oclif - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-patch dependency-group: oclif ... Signed-off-by: dependabot[bot] * Add changeset for dependabot updates Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Brian DeHamer --- .changeset/forty-bikes-invite.md | 2 ++ package-lock.json | 40 ++++++++++++++++---------------- 2 files changed, 22 insertions(+), 20 deletions(-) create mode 100644 .changeset/forty-bikes-invite.md diff --git a/.changeset/forty-bikes-invite.md b/.changeset/forty-bikes-invite.md new file mode 100644 index 00000000..a845151c --- /dev/null +++ b/.changeset/forty-bikes-invite.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/package-lock.json b/package-lock.json index 4c5bf336..16b57f3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2494,9 +2494,9 @@ } }, "node_modules/@oclif/core": { - "version": "2.11.5", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.11.5.tgz", - "integrity": "sha512-ALv0YyaMwfy+LRGigKoqST/It8uYBwp1+3F4OpwmPpQl7BiRCGbOBnJSrWNNCAEMZiYpWNgF/3WQVB5VUQlYbQ==", + "version": "2.11.7", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.11.7.tgz", + "integrity": "sha512-0jbHePVekndUTd+Wee0+pnCpRhuHJrKiG9OtMqf4JSBCxp5Q8V+ACf8QKN4gNH9ppbGORfnTIYtXWh60+DcIiw==", "dependencies": { "@types/cli-progress": "^3.11.0", "ansi-escapes": "^4.3.2", @@ -2615,11 +2615,11 @@ } }, "node_modules/@oclif/plugin-help": { - "version": "5.2.15", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.15.tgz", - "integrity": "sha512-q3gC4kIRlTilA8sG/9Eq2BEW2wo2KWV0ZbQ+8i3uQCvrgY4qoCIp5JTfsbbKR5XWaqPDdZPWhWuS1Rveu5V4FA==", + "version": "5.2.16", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.16.tgz", + "integrity": "sha512-MHtNpV1xBHSPcNAzUggQXwrBJUDoz8b01SnVFxFEmOHT3iYhvSir8DD0JSU+lhkyq1bNhF/lkaQJ9FtSuvwiyA==", "dependencies": { - "@oclif/core": "^2.11.1" + "@oclif/core": "^2.11.7" }, "engines": { "node": ">=12.0.0" @@ -10198,9 +10198,9 @@ } }, "node_modules/oclif": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.11.1.tgz", - "integrity": "sha512-n6qDc0ZI9wgE4fQJ9UNhjO5tagYaRel1Kt3iw2lCJQzd+QNrdA1nChcvHTYQJ+a92zZIF9RvC1P2g6zHo5uyjQ==", + "version": "3.11.2", + "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.11.2.tgz", + "integrity": "sha512-y2pEJlSu4gCmSFZFKvgrMYIcDym5zzNErqQ5T2x/UlFy6xZiDhkrsxRteR6WgdlagONkFZg+Akti5qTn/wZwAg==", "dev": true, "dependencies": { "@oclif/core": "^2.11.4", @@ -15869,9 +15869,9 @@ } }, "@oclif/core": { - "version": "2.11.5", - "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.11.5.tgz", - "integrity": "sha512-ALv0YyaMwfy+LRGigKoqST/It8uYBwp1+3F4OpwmPpQl7BiRCGbOBnJSrWNNCAEMZiYpWNgF/3WQVB5VUQlYbQ==", + "version": "2.11.7", + "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.11.7.tgz", + "integrity": "sha512-0jbHePVekndUTd+Wee0+pnCpRhuHJrKiG9OtMqf4JSBCxp5Q8V+ACf8QKN4gNH9ppbGORfnTIYtXWh60+DcIiw==", "requires": { "@types/cli-progress": "^3.11.0", "ansi-escapes": "^4.3.2", @@ -15966,11 +15966,11 @@ } }, "@oclif/plugin-help": { - "version": "5.2.15", - "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.15.tgz", - "integrity": "sha512-q3gC4kIRlTilA8sG/9Eq2BEW2wo2KWV0ZbQ+8i3uQCvrgY4qoCIp5JTfsbbKR5XWaqPDdZPWhWuS1Rveu5V4FA==", + "version": "5.2.16", + "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.16.tgz", + "integrity": "sha512-MHtNpV1xBHSPcNAzUggQXwrBJUDoz8b01SnVFxFEmOHT3iYhvSir8DD0JSU+lhkyq1bNhF/lkaQJ9FtSuvwiyA==", "requires": { - "@oclif/core": "^2.11.1" + "@oclif/core": "^2.11.7" } }, "@oclif/plugin-not-found": { @@ -21624,9 +21624,9 @@ } }, "oclif": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.11.1.tgz", - "integrity": "sha512-n6qDc0ZI9wgE4fQJ9UNhjO5tagYaRel1Kt3iw2lCJQzd+QNrdA1nChcvHTYQJ+a92zZIF9RvC1P2g6zHo5uyjQ==", + "version": "3.11.2", + "resolved": "https://registry.npmjs.org/oclif/-/oclif-3.11.2.tgz", + "integrity": "sha512-y2pEJlSu4gCmSFZFKvgrMYIcDym5zzNErqQ5T2x/UlFy6xZiDhkrsxRteR6WgdlagONkFZg+Akti5qTn/wZwAg==", "dev": true, "requires": { "@oclif/core": "^2.11.4",