Bump typescript from 3.9.7 to 3.9.8 (#6654)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.7 to 3.9.8.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v3.9.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-02-10 13:52:20 +00:00
committed by GitHub
parent 5148094ec3
commit 42dacf4857
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -26438,9 +26438,9 @@
"dev": true
},
"typescript": {
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==",
"version": "3.9.8",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.8.tgz",
"integrity": "sha512-nDbnFkUZZjkQ92qwKX+C+jtk4OGfU8H9toSEs3uAsl8cxLjG2sqQm6leF/pLWvm9FAEJ6KHkYMAbHYaY2ITeVg==",
"dev": true
},
"ua-parser-js": {
+1 -1
View File
@@ -172,7 +172,7 @@
"tsconfig-paths": "^3.9.0",
"tslint": "6.1.3",
"typedoc": "^0.20.14",
"typescript": "3.9.7",
"typescript": "3.9.8",
"unist-util-select": "^3.0.2",
"webpack-cli": "^3.3.12"
},