Merge pull request #376 from h3poteto/dependabot/npm_and_yarn/example/typescript/types/node-13.13.5

Bump @types/node from 13.13.2 to 13.13.5 in /example/typescript
This commit is contained in:
AkiraFukushima 2020-05-07 00:58:13 +09:00 committed by GitHub
commit e389edd5f9
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": "13.13.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.2.tgz",
"integrity": "sha512-LB2R1Oyhpg8gu4SON/mfforE525+Hi/M1ineICEDftqNVTyFg1aRIeGuTvXAoWHc4nbrFncWtJgMmoyRvuGh7A==",
"version": "13.13.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.5.tgz",
"integrity": "sha512-3ySmiBYJPqgjiHA7oEaIo2Rzz0HrOZ7yrNO5HWyaE5q0lQ3BppDZ3N53Miz8bw2I7gh1/zir2MGVZBvpb1zq9g==",
"dev": true
},
"date-format": {

View file

@ -10,7 +10,7 @@
"typescript": "3.8.3"
},
"devDependencies": {
"@types/node": "^13.13.2",
"@types/node": "^13.13.5",
"log4js": "^6.2.1"
}
}