Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 62595d8 commit a2b0edb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@storybook/web-components-vite": "7.5.3",
"@types/glob": "8.1.0",
"@types/mocha": "^10.0.4",
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"@types/react": "18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "6.11.0",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3332,13 +3332,20 @@
"@types/node" "*"
form-data "^4.0.0"

"@types/node@*", "@types/[email protected]":
"@types/node@*":
version "20.9.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298"
integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==
dependencies:
undici-types "~5.26.4"

"@types/[email protected]":
version "20.9.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.1.tgz#9d578c610ce1e984adda087f685ace940954fe19"
integrity sha512-HhmzZh5LSJNS5O8jQKpJ/3ZcrrlG6L70hpGqMIAoM9YVD0YBRNWYsfwcXq8VnSjlNpCpgLzMXdiPo+dxcvSmiA==
dependencies:
undici-types "~5.26.4"

"@types/node@^18.0.0", "@types/node@^18.11.9":
version "18.18.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.9.tgz#5527ea1832db3bba8eb8023ce8497b7d3f299592"
Expand Down

0 comments on commit a2b0edb

Please sign in to comment.