diff --git a/ts-simulation/package-lock.json b/ts-simulation/package-lock.json index 609b224..c6cd54c 100644 --- a/ts-simulation/package-lock.json +++ b/ts-simulation/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@gatling.io/cli": "0.0.0", - "prettier": "3.4.1", + "prettier": "3.4.2", "rimraf": "6.0.1", "typescript": "5.7.2" } @@ -8494,11 +8494,10 @@ } }, "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": { "prettier": "bin/prettier.cjs" }, diff --git a/ts-simulation/package.json b/ts-simulation/package.json index 35d4fcc..c9a1004 100644 --- a/ts-simulation/package.json +++ b/ts-simulation/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@gatling.io/cli": "0.0.0", - "prettier": "3.4.1", + "prettier": "3.4.2", "rimraf": "6.0.1", "typescript": "5.7.2" },