chore(deps): update dependency @types/node to v20.14.5 (#3791)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-21 11:47:09 -07:00
committed by GitHub
parent 4c0233a601
commit 63e0f6da3d
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@@ -78,7 +78,7 @@
"@types/classnames": "2.3.1", "@types/classnames": "2.3.1",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.0",
"@types/markdown-it": "14.1.1", "@types/markdown-it": "14.1.1",
"@types/node": "20.14.2", "@types/node": "20.14.5",
"@types/prop-types": "15.7.12", "@types/prop-types": "15.7.12",
"@types/react": "18.3.3", "@types/react": "18.3.3",
"@types/react-linkify": "1.0.4", "@types/react-linkify": "1.0.4",
@@ -10811,9 +10811,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.14.2", "version": "20.14.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.5.tgz",
"integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==", "integrity": "sha512-aoRR+fJkZT2l0aGOJhuA8frnCSoNX6W7U2mpNq63+BxBIj5BQFt8rHy627kijCmm63ijdSdwvGgpUsU6MBsZZA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"undici-types": "~5.26.4" "undici-types": "~5.26.4"

View File

@@ -84,7 +84,7 @@
"@types/classnames": "2.3.1", "@types/classnames": "2.3.1",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.0",
"@types/markdown-it": "14.1.1", "@types/markdown-it": "14.1.1",
"@types/node": "20.14.2", "@types/node": "20.14.5",
"@types/prop-types": "15.7.12", "@types/prop-types": "15.7.12",
"@types/react": "18.3.3", "@types/react": "18.3.3",
"@types/react-linkify": "1.0.4", "@types/react-linkify": "1.0.4",