Merge pull request #131 from marocchino/dependabot/npm_and_yarn/typescript-3.9.5

build(deps-dev): bump typescript from 3.9.3 to 3.9.5
This commit is contained in:
marocchino 2020-06-09 10:21:32 +09:00 committed by GitHub
commit 5128e7b186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -10331,9 +10331,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "3.9.3", "version": "3.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz",
"integrity": "sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==", "integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==",
"dev": true "dev": true
}, },
"union-value": { "union-value": {

View file

@ -29,6 +29,6 @@
"jest": "^25.5.4", "jest": "^25.5.4",
"jest-circus": "^26.0.1", "jest-circus": "^26.0.1",
"ts-jest": "^25.5.1", "ts-jest": "^25.5.1",
"typescript": "^3.9.3" "typescript": "^3.9.5"
} }
} }