Merge pull request #439 from h3poteto/dependabot/npm_and_yarn/example/typescript/typescript-3.9.6

Bump typescript from 3.9.3 to 3.9.6 in /example/typescript
This commit is contained in:
AkiraFukushima 2020-07-06 23:15:33 +09:00 committed by GitHub
commit a3685ac2cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -5810,9 +5810,9 @@
}
},
"typescript": {
"version": "3.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.3.tgz",
"integrity": "sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ=="
"version": "3.9.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz",
"integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw=="
},
"universalify": {
"version": "0.1.2",

View file

@ -7,7 +7,7 @@
"license": "MIT",
"dependencies": {
"megalodon": "file:../../",
"typescript": "3.9.3"
"typescript": "3.9.6"
},
"devDependencies": {
"@types/node": "^14.0.4",