chore(deps): update dependency @types/node to v20.17.0

This commit is contained in:
renovate[bot] 2024-10-27 07:09:36 +00:00 committed by GitHub
parent 943d8efe0d
commit ee568866ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View file

@ -81,7 +81,7 @@
"@types/classnames": "2.3.4",
"@types/jest": "^29.5.0",
"@types/markdown-it": "14.1.2",
"@types/node": "20.16.15",
"@types/node": "20.17.0",
"@types/prop-types": "15.7.13",
"@types/react": "18.3.12",
"@types/react-linkify": "1.0.4",
@ -9103,9 +9103,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "20.16.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.15.tgz",
"integrity": "sha512-DV58qQz9dBMqVVn+qnKwGa51QzCD4YM/tQM16qLKxdf5tqz5W4QwtrMzjSTbabN1cFTSuyxVYBy+QWHjWW8X/g==",
"version": "20.17.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.0.tgz",
"integrity": "sha512-a7zRo0f0eLo9K5X9Wp5cAqTUNGzuFLDG2R7C4HY2BhcMAsxgSPuRvAC1ZB6QkuUQXf0YZAgfOX2ZyrBa2n4nHQ==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.19.2"

View file

@ -90,7 +90,7 @@
"@types/classnames": "2.3.4",
"@types/jest": "^29.5.0",
"@types/markdown-it": "14.1.2",
"@types/node": "20.16.15",
"@types/node": "20.17.0",
"@types/prop-types": "15.7.13",
"@types/react": "18.3.12",
"@types/react-linkify": "1.0.4",