Bump typescript from 4.2.2 to 4.2.4

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 4.2.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.2...v4.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-12 05:39:32 +00:00 committed by Dave Olsthoorn
parent 2d34867f5a
commit bc065618ae
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -28,7 +28,7 @@
"js-yaml": "^4.0.0", "js-yaml": "^4.0.0",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"ts-jest": "^26.5.2", "ts-jest": "^26.5.2",
"typescript": "^4.2.2" "typescript": "^4.2.4"
} }
}, },
"node_modules/@actions/cache": { "node_modules/@actions/cache": {
@ -11380,9 +11380,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.2.2", "version": "4.2.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
"integrity": "sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==", "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -21124,9 +21124,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.2.2", "version": "4.2.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
"integrity": "sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==", "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==",
"dev": true "dev": true
}, },
"union-value": { "union-value": {

View file

@ -45,6 +45,6 @@
"js-yaml": "^4.0.0", "js-yaml": "^4.0.0",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"ts-jest": "^26.5.2", "ts-jest": "^26.5.2",
"typescript": "^4.2.2" "typescript": "^4.2.4"
} }
} }