Merge pull request #19 from learnhouse/dependabot/npm_and_yarn/types/node-20.13.0

build(deps-dev): bump @types/node from 20.12.7 to 20.13.0
This commit is contained in:
Badr B
2024-06-03 09:27:39 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/node": "20.13.0",
"typescript": "5.4.5"
}
},
@@ -654,9 +654,9 @@
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
},
"node_modules/@types/node": {
"version": "20.12.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz",
"integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==",
"version": "20.13.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.13.0.tgz",
"integrity": "sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"

View File

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