Skip to content

Commit

Permalink
Merge pull request #1383 from guardian/dependabot/npm_and_yarn/types/…
Browse files Browse the repository at this point in the history
…node-20.11.25

Bump @types/node from 20.11.23 to 20.11.25
  • Loading branch information
shtukas authored Mar 10, 2024
2 parents 58c17d7 + fcd4727 commit b8168d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@guardian/types": "^9.0.1",
"@okta/jwt-verifier": "^3.0.1",
"@types/aws-lambda": "8.10.133",
"@types/node": "^20.11.19",
"@types/node": "^20.11.25",
"aws-sdk": "^2.1559.0",
"node-fetch": "2.6.7",
"source-map-support": "^0.5.21",
Expand Down
15 changes: 4 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -787,10 +787,10 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*":
version "20.11.16"
resolved "https://registry.npmjs.org/@types/node/-/node-20.11.16.tgz"
integrity sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==
"@types/node@*", "@types/node@^20.11.25":
version "20.11.25"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.25.tgz#0f50d62f274e54dd7a49f7704cc16bfbcccaf49f"
integrity sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==
dependencies:
undici-types "~5.26.4"

Expand All @@ -799,13 +799,6 @@
resolved "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz"
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==

"@types/node@^20.11.19":
version "20.11.23"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.23.tgz#5c156571ccb4200a2408084f472e1927d719c01e"
integrity sha512-ZUarKKfQuRILSNYt32FuPL20HS7XwNT7/uRwSV8tiHWfyyVwDLYZNF6DZKc2bove++pgfsXn9sUwII/OsQ82cQ==
dependencies:
undici-types "~5.26.4"

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz"
Expand Down

0 comments on commit b8168d6

Please sign in to comment.