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

This commit is contained in:
Renovate Bot
2022-06-03 21:54:29 +00:00
committed by Bastian
parent b585874be4
commit c3994b33bc
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.51.0", "sass": "1.51.0",
"typescript": "4.6.4", "typescript": "4.7.3",
"walk": "2.3.15", "walk": "2.3.15",
"yaml": "2.1.0" "yaml": "2.1.0"
}, },
@@ -14862,9 +14862,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.6.4", "version": "4.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==", "integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
@@ -26458,9 +26458,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.6.4", "version": "4.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==" "integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA=="
}, },
"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.51.0", "sass": "1.51.0",
"typescript": "4.6.4", "typescript": "4.7.3",
"walk": "2.3.15", "walk": "2.3.15",
"yaml": "2.1.0" "yaml": "2.1.0"
}, },