Skip to content

Commit

Permalink
fix: dependabot alert for lodash.set (#13558)
Browse files Browse the repository at this point in the history
Co-authored-by: 0.618 <[email protected]>
  • Loading branch information
0618 and 0.618 committed Jan 25, 2024
1 parent 1698f97 commit c7f9bbe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 29 deletions.
2 changes: 1 addition & 1 deletion packages/amplify-cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/uuid": "^8.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"jest": "^29.5.0",
"nock": "^13.0.11",
"nock": "^13.5.0",
"rimraf": "^3.0.0",
"strip-ansi": "^6.0.0",
"uuid": "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"amplify-headless-interface": "1.17.6",
"cloudform-types": "^4.2.0",
"jest": "^29.5.0",
"nock": "^12.0.3",
"nock": "^13.5.0",
"typescript": "^4.9.5"
},
"jest": {
Expand Down
34 changes: 7 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ __metadata:
jest: ^29.5.0
js-yaml: ^4.0.0
lodash: ^4.17.21
nock: ^13.0.11
nock: ^13.5.0
node-fetch: ^2.6.7
open: ^8.4.0
ora: ^4.0.3
Expand Down Expand Up @@ -1145,7 +1145,7 @@ __metadata:
inquirer: ^7.3.3
jest: ^29.5.0
lodash: ^4.17.21
nock: ^12.0.3
nock: ^13.5.0
node-fetch: ^2.6.7
ora: ^4.0.3
progress: ^2.0.3
Expand Down Expand Up @@ -24621,13 +24621,6 @@ __metadata:
languageName: node
linkType: hard

"lodash.set@npm:^4.3.2":
version: 4.3.2
resolution: "lodash.set@npm:4.3.2"
checksum: c641d31905e51df43170dce8a1d11a1cff11356e2e2e75fe2615995408e9687d58c3e1d64c3c284c2df2bc519f79a98af737d2944d382ff82ffd244ff6075c29
languageName: node
linkType: hard

"lodash.snakecase@npm:^4.1.1":
version: 4.1.1
resolution: "lodash.snakecase@npm:4.1.1"
Expand Down Expand Up @@ -24684,7 +24677,7 @@ __metadata:
languageName: node
linkType: hard

"lodash@npm:^4.17.12, lodash@npm:^4.17.13, lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.19, lodash@npm:^4.17.20, lodash@npm:^4.17.21, lodash@npm:^4.17.4, lodash@npm:^4.2.0, lodash@npm:^4.2.1, lodash@npm:~4.17.0, lodash@npm:~4.17.15":
"lodash@npm:^4.17.12, lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.19, lodash@npm:^4.17.20, lodash@npm:^4.17.21, lodash@npm:^4.17.4, lodash@npm:^4.2.0, lodash@npm:^4.2.1, lodash@npm:~4.17.0, lodash@npm:~4.17.15":
version: 4.17.21
resolution: "lodash@npm:4.17.21"
checksum: d8cbea072bb08655bb4c989da418994b073a608dffa608b09ac04b43a791b12aeae7cd7ad919aa4c925f33b48490b5cfe6c1f71d827956071dae2e7bb3a6b74c
Expand Down Expand Up @@ -25739,27 +25732,14 @@ __metadata:
languageName: node
linkType: hard

"nock@npm:^12.0.3":
version: 12.0.3
resolution: "nock@npm:12.0.3"
dependencies:
debug: ^4.1.0
json-stringify-safe: ^5.0.1
lodash: ^4.17.13
propagate: ^2.0.0
checksum: a0a76707762daac50a442d82fd96faac9e80fbd48a5a8fc491d405903d6ae5fc755d5ccbd27d2d7997e69ad409699c9e1a172aedf527c94a4278d855a6fe730b
languageName: node
linkType: hard

"nock@npm:^13.0.11":
version: 13.2.1
resolution: "nock@npm:13.2.1"
"nock@npm:^13.5.0":
version: 13.5.0
resolution: "nock@npm:13.5.0"
dependencies:
debug: ^4.1.0
json-stringify-safe: ^5.0.1
lodash.set: ^4.3.2
propagate: ^2.0.0
checksum: e6be01052fccc619274a85485ada84b225ed483846b040d0d85fd4f41d753218f363e9be08aae051d12ea2759ffdd6b8803f3346a23b50b0cb05d73410033b13
checksum: ba98390042a61b8687da9174fa07282d14f8b0cb5ac50c310eba9bb70a0beb5ea8257ba1f2a3e324db5570111689485a1f16746c2527f3050357e6917666bdef
languageName: node
linkType: hard

Expand Down

0 comments on commit c7f9bbe

Please sign in to comment.