diff --git a/package-lock.json b/package-lock.json index 05847d9..b0fbaaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 90e2748..0af1481 100644 --- a/package.json +++ b/package.json @@ -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",