Merge pull request #8 from mozilla/dependabot/npm_and_yarn/typescript-4.9.5

Bump typescript from 4.9.4 to 4.9.5
This commit is contained in:
Sylvestre Ledru
2023-02-07 11:04:59 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -27,7 +27,7 @@
"jest-circus": "^29.3.1", "jest-circus": "^29.3.1",
"prettier": "^2.8.1", "prettier": "^2.8.1",
"ts-jest": "^27.1.4", "ts-jest": "^27.1.4",
"typescript": "^4.9.4" "typescript": "^4.9.5"
} }
}, },
"node_modules/@actions/core": { "node_modules/@actions/core": {
@@ -7889,9 +7889,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",
@@ -14250,9 +14250,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": {
+1 -1
View File
@@ -38,7 +38,7 @@
"jest-circus": "^29.3.1", "jest-circus": "^29.3.1",
"prettier": "^2.8.1", "prettier": "^2.8.1",
"ts-jest": "^27.1.4", "ts-jest": "^27.1.4",
"typescript": "^4.9.4", "typescript": "^4.9.5",
"@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0", "@typescript-eslint/parser": "^5.45.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",