diff --git a/package-lock.json b/package-lock.json index 895a08f31a6..7e3b7aebc1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-flow": "7.25.9", "@babel/preset-react": "7.26.3", "@eslint-community/regexpp": "4.12.1", - "@stylistic/eslint-plugin-ts": "2.12.0", + "@stylistic/eslint-plugin-ts": "2.13.0", "@types/lodash.merge": "^4.6.9", "@typescript-eslint/eslint-plugin": "8.18.0", "@typescript-eslint/parser": "8.18.0", @@ -2732,9 +2732,10 @@ "dev": true }, "node_modules/@stylistic/eslint-plugin-ts": { - "version": "2.12.0", - "resolved": "https://repox.jfrog.io/artifactory/api/npm/npm/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.12.0.tgz", - "integrity": "sha512-JqoHGQCeW0dC3LN/7+ZRwTOCs3kBum2b4k7ovx+0RXeaDIINs5F+/Mp/NvTCPqDzUlBkd1HOaviKyaEWpKA7Yw==", + "version": "2.13.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.13.0.tgz", + "integrity": "sha512-nooe1oTwz60T4wQhZ+5u0/GAu3ygkKF9vPPZeRn/meG71ntQ0EZXVOKEonluAYl/+CV2T+nN0dknHa4evAW13Q==", + "license": "MIT", "dependencies": { "@typescript-eslint/utils": "^8.13.0", "eslint-visitor-keys": "^4.2.0", @@ -2749,8 +2750,9 @@ }, "node_modules/@stylistic/eslint-plugin-ts/node_modules/eslint-visitor-keys": { "version": "4.2.0", - "resolved": "https://repox.jfrog.io/artifactory/api/npm/npm/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", + "license": "Apache-2.0", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, diff --git a/package.json b/package.json index 29fb403b538..7a2483c5e26 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@babel/preset-flow": "7.25.9", "@babel/preset-react": "7.26.3", "@eslint-community/regexpp": "4.12.1", - "@stylistic/eslint-plugin-ts": "2.12.0", + "@stylistic/eslint-plugin-ts": "2.13.0", "@types/lodash.merge": "^4.6.9", "@typescript-eslint/eslint-plugin": "8.18.0", "@typescript-eslint/parser": "8.18.0",