Merge pull request #763 from h3poteto/dependabot/npm_and_yarn/example/typescript/typescript-4.2.4

Bump typescript from 4.2.3 to 4.2.4 in /example/typescript
This commit is contained in:
AkiraFukushima 2021-05-09 21:32:04 +09:00 committed by GitHub
commit ac0d27baf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -5802,9 +5802,9 @@
}
},
"typescript": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz",
"integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw=="
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz",
"integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg=="
},
"universalify": {
"version": "0.1.2",

View file

@ -7,7 +7,7 @@
"license": "MIT",
"dependencies": {
"megalodon": "file:../../",
"typescript": "4.2.3"
"typescript": "4.2.4"
},
"devDependencies": {
"@types/node": "^15.0.2",