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

This commit is contained in:
renovate[bot] 2023-11-24 09:43:21 +00:00 committed by GitHub
parent 5c4bbd7ef5
commit a7207e3d2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View file

@ -76,7 +76,7 @@
"@types/classnames": "2.3.1", "@types/classnames": "2.3.1",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.0",
"@types/markdown-it": "13.0.6", "@types/markdown-it": "13.0.6",
"@types/node": "20.9.2", "@types/node": "20.9.3",
"@types/prop-types": "15.7.10", "@types/prop-types": "15.7.10",
"@types/react": "18.2.37", "@types/react": "18.2.37",
"@types/react-linkify": "1.0.4", "@types/react-linkify": "1.0.4",
@ -9078,9 +9078,9 @@
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.9.2", "version": "20.9.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.2.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.3.tgz",
"integrity": "sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==", "integrity": "sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==",
"dependencies": { "dependencies": {
"undici-types": "~5.26.4" "undici-types": "~5.26.4"
} }

View file

@ -82,7 +82,7 @@
"@types/classnames": "2.3.1", "@types/classnames": "2.3.1",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.0",
"@types/markdown-it": "13.0.6", "@types/markdown-it": "13.0.6",
"@types/node": "20.9.2", "@types/node": "20.9.3",
"@types/prop-types": "15.7.10", "@types/prop-types": "15.7.10",
"@types/react": "18.2.37", "@types/react": "18.2.37",
"@types/react-linkify": "1.0.4", "@types/react-linkify": "1.0.4",