chore(deps): update dependency typescript to v5.4.5

This commit is contained in:
renovate[bot]
2024-04-14 10:18:21 +00:00
committed by GitHub
parent cd06207866
commit 16eb1754c7
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@@ -122,7 +122,7 @@
"stylelint-config-standard": "^34.0.0", "stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.0.0", "stylelint-config-standard-scss": "^11.0.0",
"ts-jest": "^29.1.0", "ts-jest": "^29.1.0",
"typescript": "5.4.4" "typescript": "5.4.5"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {
@@ -36719,9 +36719,9 @@
"dev": true "dev": true
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.4.4", "version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",

View File

@@ -128,6 +128,6 @@
"stylelint-config-standard": "^34.0.0", "stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.0.0", "stylelint-config-standard-scss": "^11.0.0",
"ts-jest": "^29.1.0", "ts-jest": "^29.1.0",
"typescript": "5.4.4" "typescript": "5.4.5"
} }
} }