Skip to content

Commit

Permalink
fix: upgrade @types/node from 18.16.20 to 18.18.6
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @types/node from 18.16.20 to 18.18.6.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/sammyfilly/project/0cdff1d1-3063-4fc2-b3b7-a66aa08aea69?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Nov 9, 2023
1 parent ed02cc5 commit f484bf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/non-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.16.20",
"@types/node": "18.18.6",
"@types/react": "18.2.0",
"@types/react-dom": "^18.0.6",
"eslint": "8.49.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/non-monorepo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==

"@types/node@18.16.20":
version "18.16.20"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.20.tgz#b27be1ceb267bfb47d8bac024ff6379998f62207"
integrity sha512-nL54VfDjThdP2UXJXZao5wp76CDiDw4zSRO8d4Tk7UgDqNKGKVEQB0/t3ti63NS+YNNkIQDvwEAF04BO+WYu7Q==
"@types/node@18.18.6":
version "18.18.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.6.tgz#26da694f75cdb057750f49d099da5e3f3824cb3e"
integrity sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==

"@types/prop-types@*":
version "15.7.5"
Expand Down

0 comments on commit f484bf5

Please sign in to comment.