Merge pull request #253 from actions/dependabot/npm_and_yarn/typescript-4.4.4

Bump typescript from 4.4.3 to 4.4.4
This commit is contained in:
Patrick Ellis
2021-10-15 10:22:49 -04:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -23,7 +23,7 @@
"jest": "^27.2.5", "jest": "^27.2.5",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.5",
"typescript": "^4.4.3" "typescript": "^4.4.4"
} }
}, },
"node_modules/@actions/core": { "node_modules/@actions/core": {
@@ -4016,9 +4016,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.4.3", "version": "4.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
"integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==", "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@@ -7361,9 +7361,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.4.3", "version": "4.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
"integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==", "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==",
"dev": true "dev": true
}, },
"universal-user-agent": { "universal-user-agent": {

View File

@@ -36,6 +36,6 @@
"jest": "^27.2.5", "jest": "^27.2.5",
"prettier": "^2.4.1", "prettier": "^2.4.1",
"ts-jest": "^27.0.5", "ts-jest": "^27.0.5",
"typescript": "^4.4.3" "typescript": "^4.4.4"
} }
} }