Merge pull request #341 from simonecorsi/dependabot/npm_and_yarn/typescript-4.9.5

build(deps-dev): bump typescript from 4.9.4 to 4.9.5
This commit is contained in:
Simone Corsi
2023-01-31 06:02:55 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -46,7 +46,7 @@
"prettier": "^2.8.3",
"sinon": "^15.0.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
}
},
"node_modules/@actions/core": {
@@ -11135,9 +11135,9 @@
}
},
"node_modules/typescript": {
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -19767,9 +19767,9 @@
}
},
"typescript": {
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true
},
"uglify-js": {

View File

@@ -50,7 +50,7 @@
"prettier": "^2.8.3",
"sinon": "^15.0.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"dependencies": {
"@actions/core": "^1.10.0",