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

This commit is contained in:
renovate[bot]
2024-10-11 22:29:18 +00:00
committed by GitHub
parent 50852921fc
commit 5b04578765
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.6.2"
"typescript": "5.6.3"
}
},
"node_modules/@ampproject/remapping": {
@@ -39879,9 +39879,9 @@
"license": "MIT"
},
"node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"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.6.2"
"typescript": "5.6.3"
}
}