1
0
mirror of https://github.com/kremalicious/ipfs.git synced 2024-11-21 17:27:06 +01:00

Merge pull request #64 from kremalicious/dependabot/npm_and_yarn/types/node-14.10.1

Bump @types/node from 14.6.4 to 14.10.1
This commit is contained in:
Matthias Kretschmann 2020-09-14 11:13:57 +02:00 committed by GitHub
commit a0fa99fe1f
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

@ -4462,9 +4462,9 @@
}
},
"@types/node": {
"version": "14.6.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.6.4.tgz",
"integrity": "sha512-Wk7nG1JSaMfMpoMJDKUsWYugliB2Vy55pdjLpmLixeyMi7HizW2I/9QoxsPCkXl3dO+ZOVqPumKaDUv5zJu2uQ==",
"version": "14.10.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.10.1.tgz",
"integrity": "sha512-aYNbO+FZ/3KGeQCEkNhHFRIzBOUgc7QvcVNKXbfnhDkSfwUv91JsQQa10rDgKSTSLkXZ1UIyPe4FJJNVgw1xWQ==",
"dev": true
},
"@types/normalize-package-data": {

View File

@ -31,7 +31,7 @@
"@testing-library/react": "^11.0.4",
"@types/jest": "^26.0.13",
"@types/next-seo": "^1.10.0",
"@types/node": "^14.6.4",
"@types/node": "^14.10.1",
"@types/react": "^16.9.49",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.10.1",