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

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-30 22:55:15 +00:00
committed by Łukasz Mierzwa
parent e6dfafbff2
commit f675111ea7
2 changed files with 5 additions and 5 deletions

8
ui/package-lock.json generated
View File

@@ -89,7 +89,7 @@
"react-scripts": "5.0.1",
"sass": "1.57.1",
"timemachine": "0.3.2",
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"engines": {
"node": "19.5.0",
@@ -34010,9 +34010,9 @@
"integrity": "sha512-lVGVHvYl7UJDFB9vN8r7NHw3sVm7Rjeow6b9AeABc/J+2mDaCkmcdVtw3QZnsJW39P+xm5zeggIj9gLHYGn9Iw=="
},
"node_modules/typescript": {
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@@ -88,7 +88,7 @@
"react-scripts": "5.0.1",
"sass": "1.57.1",
"timemachine": "0.3.2",
"typescript": "4.9.4"
"typescript": "4.9.5"
},
"overrides": {
"react-scripts@5.0.1": {