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

This commit is contained in:
renovate[bot]
2024-10-31 20:48:45 +00:00
committed by GitHub
parent 00b9dec218
commit 28c6947a43
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/classnames": "2.3.4",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.0",
"@types/markdown-it": "14.1.2", "@types/markdown-it": "14.1.2",
"@types/node": "20.17.1", "@types/node": "20.17.2",
"@types/prop-types": "15.7.13", "@types/prop-types": "15.7.13",
"@types/react": "18.3.12", "@types/react": "18.3.12",
"@types/react-linkify": "1.0.4", "@types/react-linkify": "1.0.4",
@@ -8976,9 +8976,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.17.1", "version": "20.17.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.1.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.2.tgz",
"integrity": "sha512-j2VlPv1NnwPJbaCNv69FO/1z4lId0QmGvpT41YxitRtWlg96g/j8qcv2RKsLKe2F6OJgyXhupN1Xo17b2m139Q==", "integrity": "sha512-OOHK4sjXqkL7yQ7VEEHcf6+0jSvKjWqwnaCtY7AKD/VLEvRHMsxxu7eI8ErnjxHS8VwmekD4PeVCpu4qZEZSxg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"undici-types": "~6.19.2" "undici-types": "~6.19.2"

View File

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