Merge pull request #27 from learnhouse/dependabot/npm_and_yarn/typescript-5.5.4

build(deps-dev): bump typescript from 5.5.2 to 5.5.4
This commit is contained in:
Badr B.
2024-08-03 10:57:29 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/node": "20.14.9",
"typescript": "5.5.2"
"typescript": "5.5.4"
}
},
"node_modules/@babel/runtime": {
@@ -4946,9 +4946,9 @@
}
},
"node_modules/typescript": {
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@@ -20,6 +20,6 @@
},
"devDependencies": {
"@types/node": "20.14.9",
"typescript": "5.5.2"
"typescript": "5.5.4"
}
}