Merge pull request #151 from marocchino/dependabot/npm_and_yarn/typescript-3.9.7

build(deps-dev): bump typescript from 3.9.6 to 3.9.7
This commit is contained in:
marocchino 2020-07-17 10:14:42 +09:00 committed by GitHub
commit 53d5bc51a6
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

@ -10462,9 +10462,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "3.9.6", "version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==", "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==",
"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.1.0", "jest-circus": "^26.1.0",
"ts-jest": "^25.5.1", "ts-jest": "^25.5.1",
"typescript": "^3.9.6" "typescript": "^3.9.7"
} }
} }