diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index 7384020d..03588e4a 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -21,7 +21,7 @@ "@types/aws-lambda": "8.10.146", "@types/node": "22.10.1", "eslint": "9.16.0", - "prettier": "3.4.1", + "prettier": "3.4.2", "rimraf": "6.0.1", "typescript": "5.7.2", "typescript-eslint": "8.17.0" @@ -1954,9 +1954,9 @@ } }, "node_modules/prettier": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", - "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", + "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", "dev": true, "license": "MIT", "bin": { diff --git a/infrastructure/package.json b/infrastructure/package.json index 238054bd..31562023 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -23,7 +23,7 @@ "@types/aws-lambda": "8.10.146", "@types/node": "22.10.1", "eslint": "9.16.0", - "prettier": "3.4.1", + "prettier": "3.4.2", "rimraf": "6.0.1", "typescript": "5.7.2", "typescript-eslint": "8.17.0"