Merge pull request #159 from actions/dependabot/npm_and_yarn/types/node-16.11.45

Bump @types/node from 16.11.44 to 16.11.45
This commit is contained in:
Federico Builes
2022-07-18 15:02:24 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"zod": "^3.17.4"
},
"devDependencies": {
"@types/node": "^16.11.44",
"@types/node": "^16.11.45",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@vercel/ncc": "^0.34.0",
@@ -1389,9 +1389,9 @@
}
},
"node_modules/@types/node": {
"version": "16.11.44",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.44.tgz",
"integrity": "sha512-gwP6+QDgL5TDBIWh1lbYh3EFPU11pa+8xcamcsA3ROkp3A9X+/3Y5cRgq93VPEEE+CGfxlQnqkg1kkWGBgh3fw=="
"version": "16.11.45",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.45.tgz",
"integrity": "sha512-3rKg/L5x0rofKuuUt5zlXzOnKyIHXmIu5R8A0TuNDMF2062/AOIDBciFIjToLEJ/9F9DzkHNot+BpNsMI1OLdQ=="
},
"node_modules/@types/prettier": {
"version": "2.4.4",
@@ -8017,9 +8017,9 @@
}
},
"@types/node": {
"version": "16.11.44",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.44.tgz",
"integrity": "sha512-gwP6+QDgL5TDBIWh1lbYh3EFPU11pa+8xcamcsA3ROkp3A9X+/3Y5cRgq93VPEEE+CGfxlQnqkg1kkWGBgh3fw=="
"version": "16.11.45",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.45.tgz",
"integrity": "sha512-3rKg/L5x0rofKuuUt5zlXzOnKyIHXmIu5R8A0TuNDMF2062/AOIDBciFIjToLEJ/9F9DzkHNot+BpNsMI1OLdQ=="
},
"@types/prettier": {
"version": "2.4.4",

View File

@@ -36,7 +36,7 @@
"zod": "^3.17.4"
},
"devDependencies": {
"@types/node": "^16.11.44",
"@types/node": "^16.11.45",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@vercel/ncc": "^0.34.0",