Merge pull request #14 from learnhouse/dependabot/npm_and_yarn/types/node-20.12.7

build(deps-dev): bump @types/node from 20.1.4 to 20.12.7
This commit is contained in:
Badr B
2024-04-21 19:14:16 +02:00
committed by GitHub
2 changed files with 15 additions and 6 deletions

19
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "20.1.4",
"@types/node": "20.12.7",
"typescript": "5.4.5"
}
},
@@ -654,10 +654,13 @@
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
},
"node_modules/@types/node": {
"version": "20.1.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.1.4.tgz",
"integrity": "sha512-At4pvmIOki8yuwLtd7BNHl3CiWNbtclUbNtScGx4OHfBd4/oWoJC8KRCIxXwkdndzhxOsPXihrsOoydxBjlE9Q==",
"dev": true
"version": "20.12.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz",
"integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"
}
},
"node_modules/@types/prop-types": {
"version": "15.7.11",
@@ -4955,6 +4958,12 @@
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"dev": true
},
"node_modules/unified": {
"version": "10.1.2",
"resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",

View File

@@ -19,7 +19,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "20.1.4",
"@types/node": "20.12.7",
"typescript": "5.4.5"
}
}