Skip to content

Commit

Permalink
Merge pull request #1350 from govuk-one-login/BAU/prototype-pollution…
Browse files Browse the repository at this point in the history
…-in-lodash

BAU: Update nock dev dependency
  • Loading branch information
mattvot authored Feb 8, 2024
2 parents 44fb0ad + e4be2cb commit cf9a2c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"husky": "^9.0.10",
"mocha": "10.1.0",
"mock-req-res": "^1.2.0",
"nock": "^13.2.1",
"nock": "^13.5.1",
"nodemon": "2.0.19",
"nyc": "^15.1.0",
"pino-pretty": "^10.3.1",
Expand Down
14 changes: 4 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3585,11 +3585,6 @@ lodash.merge@^4.6.2:
resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==

lodash.set@^4.3.2:
version "4.3.2"
resolved "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz"
integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=

lodash.truncate@^4.4.2:
version "4.4.2"
resolved "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz"
Expand Down Expand Up @@ -3781,14 +3776,13 @@ nise@^5.1.1:
just-extend "^4.0.2"
path-to-regexp "^1.7.0"

nock@^13.2.1:
version "13.2.1"
resolved "https://registry.npmjs.org/nock/-/nock-13.2.1.tgz"
integrity sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==
nock@^13.5.1:
version "13.5.1"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.1.tgz#4e40f9877ad0d43b7cdb474261c190f3715dd806"
integrity sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q==
dependencies:
debug "^4.1.0"
json-stringify-safe "^5.0.1"
lodash.set "^4.3.2"
propagate "^2.0.0"

node-preload@^0.2.1:
Expand Down

0 comments on commit cf9a2c9

Please sign in to comment.