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

This commit is contained in:
renovate[bot] 2022-11-21 00:31:59 +00:00 committed by GitHub
parent 9e793aba83
commit db6cc0bba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -104,7 +104,7 @@
"storybook-dark-mode": "1.1.2",
"storybook-preset-less": "1.1.3",
"style-loader": "3.3.1",
"typescript": "4.8.4"
"typescript": "4.9.3"
}
},
"node_modules/@ampproject/remapping": {
@ -31189,9 +31189,9 @@
}
},
"node_modules/typescript": {
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
"version": "4.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz",
"integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

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