Browse Source

chore(deps-dev): bump typescript from 4.0.5 to 4.1.5 (#106)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 3 years ago committed by GitHub
parent
commit
bce564873b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json generated

@ -11584,9 +11584,9 @@ @@ -11584,9 +11584,9 @@
"dev": true
},
"typescript": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz",
"integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==",
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz",
"integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==",
"dev": true
},
"uglify-js": {

2
package.json

@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
"selenium-webdriver": "^4.0.0-alpha.8",
"ts-jest": "^26.5.0",
"typedoc": "^0.20.20",
"typescript": "^4.0.5"
"typescript": "^4.1.5"
},
"publishConfig": {
"access": "public",

Loading…
Cancel
Save