Merge pull request #798 from h3poteto/dependabot/npm_and_yarn/example/typescript/types/node-15.12.0

Bump @types/node from 15.9.0 to 15.12.0 in /example/typescript
This commit is contained in:
AkiraFukushima 2021-06-04 01:55:15 +09:00 committed by GitHub
commit f59156eac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -4,9 +4,9 @@
"lockfileVersion": 1,
"dependencies": {
"@types/node": {
"version": "15.9.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.9.0.tgz",
"integrity": "sha512-AR1Vq1Ei1GaA5FjKL5PBqblTZsL5M+monvGSZwe6sSIdGiuu7Xr/pNwWJY+0ZQuN8AapD/XMB5IzBAyYRFbocA==",
"version": "15.12.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.12.0.tgz",
"integrity": "sha512-+aHJvoCsVhO2ZCuT4o5JtcPrCPyDE3+1nvbDprYes+pPkEsbjH7AGUCNtjMOXS0fqH14t+B7yLzaqSz92FPWyw==",
"dev": true
},
"date-format": {

View file

@ -10,7 +10,7 @@
"typescript": "4.2.4"
},
"devDependencies": {
"@types/node": "^15.9.0",
"@types/node": "^15.12.0",
"log4js": "^6.3.0"
}
}