diff --git a/aggregator/package-lock.json b/aggregator/package-lock.json index 3f370d83..41e2632c 100644 --- a/aggregator/package-lock.json +++ b/aggregator/package-lock.json @@ -39,7 +39,7 @@ "@types/cache-manager": "^3.4.3", "@types/express": "^4.17.13", "@types/jest": "27.4.0", - "@types/node": "^16.0.0", + "@types/node": "^17.0.43", "@types/passport-jwt": "^3.0.6", "@types/supertest": "^2.0.12", "@typescript-eslint/eslint-plugin": "^5.28.0", @@ -2657,9 +2657,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "16.11.25", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.25.tgz", - "integrity": "sha512-NrTwfD7L1RTc2qrHQD4RTTy4p0CO2LatKBEKEds3CaVuhoM/+DJzmWZl5f+ikR8cm8F5mfJxK+9rQq07gRiSjQ==" + "version": "17.0.43", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.43.tgz", + "integrity": "sha512-jnUpgw8fL9kP2iszfIDyBQtw5Mf4/XSqy0Loc1J9pI14ejL83XcCEvSf50Gs/4ET0I9VCCDoOfufQysj0S66xA==" }, "node_modules/@types/parse-json": { "version": "4.0.0", @@ -12364,9 +12364,9 @@ "dev": true }, "@types/node": { - "version": "16.11.25", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.25.tgz", - "integrity": "sha512-NrTwfD7L1RTc2qrHQD4RTTy4p0CO2LatKBEKEds3CaVuhoM/+DJzmWZl5f+ikR8cm8F5mfJxK+9rQq07gRiSjQ==" + "version": "17.0.43", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.43.tgz", + "integrity": "sha512-jnUpgw8fL9kP2iszfIDyBQtw5Mf4/XSqy0Loc1J9pI14ejL83XcCEvSf50Gs/4ET0I9VCCDoOfufQysj0S66xA==" }, "@types/parse-json": { "version": "4.0.0", diff --git a/aggregator/package.json b/aggregator/package.json index 66d82224..34fa816a 100644 --- a/aggregator/package.json +++ b/aggregator/package.json @@ -51,7 +51,7 @@ "@types/cache-manager": "^3.4.3", "@types/express": "^4.17.13", "@types/jest": "27.4.0", - "@types/node": "^16.0.0", + "@types/node": "^17.0.43", "@types/passport-jwt": "^3.0.6", "@types/supertest": "^2.0.12", "@typescript-eslint/eslint-plugin": "^5.28.0",