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

This commit is contained in:
renovate[bot]
2022-06-17 21:07:00 +00:00
committed by Bastian
parent f7c37f6d7b
commit 10b93d4b8d
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.0", "sanitize-html": "2.7.0",
"sass": "1.52.3", "sass": "1.52.3",
"typescript": "4.7.3", "typescript": "4.7.4",
"walk": "2.3.15", "walk": "2.3.15",
"yaml": "2.1.1" "yaml": "2.1.1"
}, },
@@ -15021,9 +15021,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.7.3", "version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==", "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
@@ -26722,9 +26722,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.7.3", "version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==" "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ=="
}, },
"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.0", "sanitize-html": "2.7.0",
"sass": "1.52.3", "sass": "1.52.3",
"typescript": "4.7.3", "typescript": "4.7.4",
"walk": "2.3.15", "walk": "2.3.15",
"yaml": "2.1.1" "yaml": "2.1.1"
}, },