diff --git a/package-lock.json b/package-lock.json index 39c876e1f..d1c90337e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14529,9 +14529,10 @@ } }, "node_modules/eslint-config-prettier": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", - "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.2.tgz", + "integrity": "sha512-iI1f+D2ViGn+uvv5HuHVUamg8ll4tN+JRHGc6IJi4TP9Kl976C57fzPXgseXNs8v0iA8aSJpHsTWjDb9QJamGQ==", + "license": "MIT", "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -30568,7 +30569,7 @@ "@rushstack/eslint-patch": "^1.1.3", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", - "eslint-config-prettier": "9.0.0", + "eslint-config-prettier": "9.1.2", "eslint-plugin-import": "2.28.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-sonarjs": "^0.20.0", @@ -32826,25 +32827,6 @@ "webpack": "^4.0.0 || ^5.0.0" } }, - "packages/for-ui/node_modules/terser": { - "version": "5.16.1", - "dev": true, - "license": "BSD-2-Clause", - "optional": true, - "peer": true, - "dependencies": { - "@jridgewell/source-map": "^0.3.2", - "acorn": "^8.5.0", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=10" - } - }, "packages/for-ui/node_modules/vite": { "version": "4.0.4", "dev": true, @@ -32945,7 +32927,7 @@ "@rushstack/eslint-patch": "^1.1.3", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", - "eslint-config-prettier": "9.0.0", + "eslint-config-prettier": "9.1.2", "eslint-plugin-import": "2.28.0", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-mdx": "^3.0.0", @@ -34493,18 +34475,6 @@ "schema-utils": "^3.0.0" } }, - "terser": { - "version": "5.16.1", - "dev": true, - "optional": true, - "peer": true, - "requires": { - "@jridgewell/source-map": "^0.3.2", - "acorn": "^8.5.0", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - } - }, "vite": { "version": "4.0.4", "dev": true, @@ -44793,9 +44763,9 @@ } }, "eslint-config-prettier": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", - "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.2.tgz", + "integrity": "sha512-iI1f+D2ViGn+uvv5HuHVUamg8ll4tN+JRHGc6IJi4TP9Kl976C57fzPXgseXNs8v0iA8aSJpHsTWjDb9QJamGQ==", "requires": {} }, "eslint-import-resolver-node": { diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index eed4c0814..fe9b16ca9 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -23,7 +23,7 @@ "@rushstack/eslint-patch": "^1.1.3", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", - "eslint-config-prettier": "9.0.0", + "eslint-config-prettier": "9.1.2", "eslint-plugin-import": "2.28.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-sonarjs": "^0.20.0",