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

This commit is contained in:
renovate[bot] 2024-06-23 18:38:36 +00:00 committed by GitHub
parent e1431a0afd
commit 355bfbf338
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -124,7 +124,7 @@
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"ts-jest": "^29.1.0",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
},
"node_modules/@ampproject/remapping": {
@ -39140,9 +39140,9 @@
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View File

@ -130,6 +130,6 @@
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"ts-jest": "^29.1.0",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}