chore(deps): update dependency typescript to v4.9.4

This commit is contained in:
renovate[bot]
2022-12-11 05:52:27 +00:00
committed by GitHub
parent a7080a1fc1
commit 94bc68265c
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@@ -104,7 +104,7 @@
"storybook-dark-mode": "2.0.4", "storybook-dark-mode": "2.0.4",
"storybook-preset-less": "1.1.3", "storybook-preset-less": "1.1.3",
"style-loader": "3.3.1", "style-loader": "3.3.1",
"typescript": "4.9.3" "typescript": "4.9.4"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
@@ -31309,9 +31309,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.9.3", "version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==", "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",

View File

@@ -108,6 +108,6 @@
"storybook-dark-mode": "2.0.4", "storybook-dark-mode": "2.0.4",
"storybook-preset-less": "1.1.3", "storybook-preset-less": "1.1.3",
"style-loader": "3.3.1", "style-loader": "3.3.1",
"typescript": "4.9.3" "typescript": "4.9.4"
} }
} }