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

This commit is contained in:
renovate[bot]
2022-09-08 19:51:41 +00:00
committed by Bastian
parent d275efdcf7
commit 1c56d77af0
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -38,7 +38,7 @@
"react-tooltip": "4.2.21", "react-tooltip": "4.2.21",
"sanitize-html": "2.7.1", "sanitize-html": "2.7.1",
"sass": "1.54.8", "sass": "1.54.8",
"typescript": "4.7.4", "typescript": "4.8.3",
"walk": "2.3.15", "walk": "2.3.15",
"yaml": "2.1.1" "yaml": "2.1.1"
}, },
@@ -15181,9 +15181,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.7.4", "version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", "integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
@@ -26983,9 +26983,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.7.4", "version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==" "integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig=="
}, },
"unbox-primitive": { "unbox-primitive": {
"version": "1.0.2", "version": "1.0.2",

View File

@@ -52,7 +52,7 @@
"react-tooltip": "4.2.21", "react-tooltip": "4.2.21",
"sanitize-html": "2.7.1", "sanitize-html": "2.7.1",
"sass": "1.54.8", "sass": "1.54.8",
"typescript": "4.7.4", "typescript": "4.8.3",
"walk": "2.3.15", "walk": "2.3.15",
"yaml": "2.1.1" "yaml": "2.1.1"
}, },