Browse Source

chore(deps-dev): bump typescript from 4.1.5 to 4.2.3 (#144)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 4 years ago committed by GitHub
parent
commit
0574725ab9
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

@ -11895,9 +11895,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "4.1.5", "version": "4.2.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz",
"integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==", "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==",
"dev": true "dev": true
}, },
"uglify-js": { "uglify-js": {

2
package.json

@ -58,7 +58,7 @@
"selenium-webdriver": "^4.0.0-beta.1", "selenium-webdriver": "^4.0.0-beta.1",
"ts-jest": "^26.5.4", "ts-jest": "^26.5.4",
"typedoc": "^0.20.30", "typedoc": "^0.20.30",
"typescript": "^4.1.5" "typescript": "^4.2.3"
}, },
"publishConfig": { "publishConfig": {
"access": "public", "access": "public",

Loading…
Cancel
Save