Merge pull request #36 from fabrice404/dependabot/npm_and_yarn/dependencies-patch-and-minor-2eb68ffdc3

npm(deps-dev): bump typescript from 5.7.2 to 5.7.3 in the dependencies-patch-and-minor group
This commit is contained in:
Fabrice Lamant
2025-01-09 00:11:48 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -23,7 +23,7 @@
"postcss": "^8.4.41",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vitest": "^2.0.5"
}
},
@ -4619,9 +4619,9 @@
}
},
"node_modules/typescript": {
"version": "5.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
"version": "5.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -27,7 +27,7 @@
"postcss": "^8.4.41",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vitest": "^2.0.5"
}
}