chore(deps-dev): bump typescript from 4.9.5 to 5.3.3 in /ui

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.3.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-10 11:33:28 +00:00
committed by Łukasz Mierzwa
parent f840af5720
commit 56977a825d
2 changed files with 6 additions and 6 deletions

10
ui/package-lock.json generated
View File

@@ -91,7 +91,7 @@
"sass": "1.69.5",
"terser": "5.25.0",
"ts-jest": "29.1.1",
"typescript": "4.9.5"
"typescript": "5.3.3"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -12253,16 +12253,16 @@
"integrity": "sha512-lVGVHvYl7UJDFB9vN8r7NHw3sVm7Rjeow6b9AeABc/J+2mDaCkmcdVtw3QZnsJW39P+xm5zeggIj9gLHYGn9Iw=="
},
"node_modules/typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
"devOptional": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=14.17"
}
},
"node_modules/uc.micro": {

View File

@@ -86,7 +86,7 @@
"sass": "1.69.5",
"terser": "5.25.0",
"ts-jest": "29.1.1",
"typescript": "4.9.5"
"typescript": "5.3.3"
},
"overrides": {
"@types/enzyme@3.10.17": {