Merge pull request #39 from dependabot/dependabot/npm_and_yarn/typescript-4.3.4

Bump typescript from 4.3.2 to 4.3.4
This commit is contained in:
github-actions[bot]
2021-06-23 12:25:07 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -30,7 +30,7 @@
"nock": "^13.1.0",
"ts-jest": "^26.5.6",
"ts-node": "^10.0.0",
"typescript": "^4.3.2",
"typescript": "^4.3.4",
"yaml": "^1.10.2",
"yargs": "^17.0.1"
}
@@ -7939,9 +7939,9 @@
}
},
"node_modules/typescript": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz",
"integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -14544,9 +14544,9 @@
}
},
"typescript": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz",
"integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==",
"dev": true
},
"unbox-primitive": {

View File

@@ -39,7 +39,7 @@
"nock": "^13.1.0",
"ts-jest": "^26.5.6",
"ts-node": "^10.0.0",
"typescript": "^4.3.2",
"typescript": "^4.3.4",
"yaml": "^1.10.2",
"yargs": "^17.0.1"
}