0

Update dependency typescript to v4.8.3

This commit is contained in:
renovate[bot] 2022-09-11 10:17:21 +00:00 committed by GitHub
parent 4da4b586cd
commit 716eaeaca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -101,7 +101,7 @@
"storybook-dark-mode": "1.1.0",
"storybook-preset-less": "1.1.3",
"style-loader": "3.3.1",
"typescript": "4.8.2"
"typescript": "4.8.3"
}
},
"node_modules/@ampproject/remapping": {
@ -27346,9 +27346,9 @@
}
},
"node_modules/typescript": {
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -49221,9 +49221,9 @@
}
},
"typescript": {
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw=="
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig=="
},
"ua-parser-js": {
"version": "1.0.2",

View File

@ -105,6 +105,6 @@
"storybook-dark-mode": "1.1.0",
"storybook-preset-less": "1.1.3",
"style-loader": "3.3.1",
"typescript": "4.8.2"
"typescript": "4.8.3"
}
}