Merge pull request #713 from codecov/dependabot/npm_and_yarn/typescript-4.6.4

build(deps-dev): bump typescript from 4.6.3 to 4.6.4
This commit is contained in:
Mitchell Borrego
2022-05-02 10:11:37 -04:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"jest": "^26.6.3", "jest": "^26.6.3",
"jest-junit": "^13.2.0", "jest-junit": "^13.2.0",
"ts-jest": "^26.5.6", "ts-jest": "^26.5.6",
"typescript": "^4.6.3" "typescript": "^4.6.4"
} }
}, },
"node_modules/@actions/core": { "node_modules/@actions/core": {
@@ -7354,9 +7354,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.6.3", "version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@@ -13445,9 +13445,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.6.3", "version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"dev": true "dev": true
}, },
"union-value": { "union-value": {

View File

@@ -40,6 +40,6 @@
"jest": "^26.6.3", "jest": "^26.6.3",
"jest-junit": "^13.2.0", "jest-junit": "^13.2.0",
"ts-jest": "^26.5.6", "ts-jest": "^26.5.6",
"typescript": "^4.6.3" "typescript": "^4.6.4"
} }
} }