Bump typescript from 4.6.4 to 4.7.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.7.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-30 04:11:14 +00:00 committed by Jon Koops
parent b1cda401cf
commit 5280de5b0b
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View file

@ -81,7 +81,7 @@
"tar-fs": "^2.1.1", "tar-fs": "^2.1.1",
"ts-jest": "^28.0.3", "ts-jest": "^28.0.3",
"ts-node": "^10.8.0", "ts-node": "^10.8.0",
"typescript": "^4.6.4" "typescript": "^4.7.2"
}, },
"engines": { "engines": {
"node": "^18" "node": "^18"
@ -19875,8 +19875,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.6.4", "version": "4.7.2",
"license": "Apache-2.0", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
"integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
@ -34133,7 +34134,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.6.4" "version": "4.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
"integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A=="
}, },
"unbox-primitive": { "unbox-primitive": {
"version": "1.0.2", "version": "1.0.2",

View file

@ -99,7 +99,7 @@
"tar-fs": "^2.1.1", "tar-fs": "^2.1.1",
"ts-jest": "^28.0.3", "ts-jest": "^28.0.3",
"ts-node": "^10.8.0", "ts-node": "^10.8.0",
"typescript": "^4.6.4" "typescript": "^4.7.2"
}, },
"lint-staged": { "lint-staged": {
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix" "*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"