build(deps-dev): bump typescript from 4.9.4 to 4.9.5

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-31 13:07:03 +00:00
committed by GitHub
parent add81c33d2
commit b4ca87ff52
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"jest": "^27.5.1", "jest": "^27.5.1",
"prettier": "2.8.3", "prettier": "2.8.3",
"ts-jest": "^27.1.4", "ts-jest": "^27.1.4",
"typescript": "^4.9.4" "typescript": "^4.9.5"
}, },
"engines": { "engines": {
"node": ">=16.0.0 <17.0.0", "node": ">=16.0.0 <17.0.0",
@@ -6548,9 +6548,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.9.4", "version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@@ -11768,9 +11768,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.9.4", "version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true "dev": true
}, },
"unbox-primitive": { "unbox-primitive": {

View File

@@ -25,7 +25,7 @@
"jest": "^27.5.1", "jest": "^27.5.1",
"prettier": "2.8.3", "prettier": "2.8.3",
"ts-jest": "^27.1.4", "ts-jest": "^27.1.4",
"typescript": "^4.9.4" "typescript": "^4.9.5"
}, },
"keywords": [ "keywords": [
"actions", "actions",