Skip to content

Commit

Permalink
chore(release): 3.1.9 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed May 13, 2024
1 parent 15723ed commit 31cff24
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.1.9](https:/oclif/plugin-not-found/compare/3.1.8...3.1.9) (2024-05-13)

### Bug Fixes

- bump version of the dependencies that fixed lodash vulnerability ([#627](https:/oclif/plugin-not-found/issues/627)) ([15723ed](https:/oclif/plugin-not-found/commit/15723ed365624cc3f9d573e342f613fa41ddb978))

## [3.1.8](https:/oclif/plugin-not-found/compare/3.1.7...3.1.8) (2024-05-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-not-found",
"description": "\"did you mean\" for oclif",
"version": "3.1.8",
"version": "3.1.9",
"author": "Salesforce",
"bugs": "https:/oclif/plugin-not-found/issues",
"dependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@aws-sdk/util-utf8-browser" "^3.0.0"
tslib "^1.11.1"

"@aws-sdk/client-cloudfront@^3.569.0":
"@aws-sdk/client-cloudfront@^3.574.0":
version "3.574.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.574.0.tgz#f8d12a6823da7f87c1ef5842cb91b3eeddab5651"
integrity sha512-2eMBoeGbVStjovGr3hqCzsX0ARVm2JP9HtUmdD59Xc0mnybZpVr47PjhV/SUqMJopHu/vxQFvKAmMj6g7C+mpw==
Expand Down Expand Up @@ -1068,7 +1068,7 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/plugin-commands@^3":
"@oclif/plugin-commands@^3.3.3":
version "3.3.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-commands/-/plugin-commands-3.3.4.tgz#028dd82237b6f7987cff3f1d74e08f6cf16a3930"
integrity sha512-jjn24eE4gXY59Jmq6w48tPnH7WLJSt9QoDdJBcN4VLHqQlwkXpTllVKetCR0QG3pDt7ap1nl6kIRs/nAbbownw==
Expand All @@ -1093,7 +1093,7 @@
chalk "^5.3.0"
fast-levenshtein "^3.0.0"

"@oclif/plugin-warn-if-update-available@^3.0.17":
"@oclif/plugin-warn-if-update-available@^3.0.18":
version "3.0.19"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.19.tgz#1009a1ff0016b64731792d169f2ee78e9770f5b1"
integrity sha512-CauYLxNuPtK9ig1ZlzFiCqxzGJJd73CKyJDiSzGkg3QRooyZkE9G+l1Lz18fHzj+TEeXUZ74t6RWWPC5p0TL4w==
Expand Down Expand Up @@ -4665,20 +4665,20 @@ object.values@^1.1.7:
define-properties "^1.2.0"
es-abstract "^1.22.1"

oclif@^4.10.7:
version "4.10.7"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.10.7.tgz#42845d78e5fc4e97193d3f0689adbc7c94391c14"
integrity sha512-ZyfNT4DbtFwqq7fh0xrHrctjqxR2O4mkclvj//SiRkylAk154Nytl1D+JlMQDewqcqzKK07bHd04JUzAlOWKSA==
oclif@^4.10.9:
version "4.10.10"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.10.10.tgz#8739e1972c7ef9288884ebf66d7a3c59584ae146"
integrity sha512-9QqSWjRVsztlYOKSPlvmQNa7wwMl9Emtbp2x4N756pFrNQpKXUCgM8B2Us4vTblK8+f4FMaiQNu4hYe4/2sagQ==
dependencies:
"@aws-sdk/client-cloudfront" "^3.569.0"
"@aws-sdk/client-cloudfront" "^3.574.0"
"@aws-sdk/client-s3" "^3.569.0"
"@inquirer/confirm" "^3.1.6"
"@inquirer/input" "^2.1.1"
"@inquirer/select" "^2.3.2"
"@oclif/core" "^3.26.5"
"@oclif/plugin-help" "^6.0.21"
"@oclif/plugin-not-found" "^3.1.8"
"@oclif/plugin-warn-if-update-available" "^3.0.17"
"@oclif/plugin-warn-if-update-available" "^3.0.18"
async-retry "^1.3.3"
chalk "^4"
change-case "^4"
Expand Down

0 comments on commit 31cff24

Please sign in to comment.