Browse Source

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

pull/3506/head
renovate[bot] 1 year ago committed by GitHub
parent
commit
5efbe6d02a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      web/package-lock.json
  2. 2
      web/package.json

8
web/package-lock.json generated

@ -76,7 +76,7 @@ @@ -76,7 +76,7 @@
"@types/classnames": "2.3.1",
"@types/jest": "^29.5.0",
"@types/markdown-it": "13.0.7",
"@types/node": "20.10.5",
"@types/node": "20.10.6",
"@types/prop-types": "15.7.11",
"@types/react": "18.2.42",
"@types/react-linkify": "1.0.4",
@ -9348,9 +9348,9 @@ @@ -9348,9 +9348,9 @@
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
},
"node_modules/@types/node": {
"version": "20.10.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.5.tgz",
"integrity": "sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==",
"version": "20.10.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.6.tgz",
"integrity": "sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==",
"dependencies": {
"undici-types": "~5.26.4"
}

2
web/package.json

@ -82,7 +82,7 @@ @@ -82,7 +82,7 @@
"@types/classnames": "2.3.1",
"@types/jest": "^29.5.0",
"@types/markdown-it": "13.0.7",
"@types/node": "20.10.5",
"@types/node": "20.10.6",
"@types/prop-types": "15.7.11",
"@types/react": "18.2.42",
"@types/react-linkify": "1.0.4",

Loading…
Cancel
Save