Bump typescript from 4.6.2 to 4.6.3 (#222)

This commit is contained in:
dependabot[bot] 2022-03-25 23:55:54 +00:00 committed by GitHub
parent 0581ab6616
commit e767535cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -47,7 +47,7 @@
"react-syntax-highlighter": "^15.5.0",
"serve": "^13.0.2",
"swr": "^1.2.2",
"typescript": "^4.6.2",
"typescript": "^4.6.3",
"use-keyboard-shortcut": "^1.1.4",
"web-vitals": "^1.0.1"
},
@ -18197,9 +18197,9 @@
}
},
"node_modules/typescript": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz",
"integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==",
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -31835,9 +31835,9 @@
}
},
"typescript": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz",
"integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg=="
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw=="
},
"unicode-canonical-property-names-ecmascript": {
"version": "1.0.4"

View File

@ -42,7 +42,7 @@
"react-syntax-highlighter": "^15.5.0",
"serve": "^13.0.2",
"swr": "^1.2.2",
"typescript": "^4.6.2",
"typescript": "^4.6.3",
"use-keyboard-shortcut": "^1.1.4",
"web-vitals": "^1.0.1"
},