diff --git a/package-lock.json b/package-lock.json index add94dc81..ebb5b0a13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,10 +26,10 @@ "devDependencies": { "@eslint/json": "^0.13.1", "@eslint/markdown": "^7.1.0", - "@stylistic/eslint-plugin": "^5.2.2", + "@stylistic/eslint-plugin": "^5.2.3", "eslint": "^9.32.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-regexp": "^2.9.1", + "eslint-plugin-regexp": "^2.10.0", "eslint-plugin-yml": "^1.18.0", "husky": "^9.1.7", "ssri": "^12.0.0" @@ -287,14 +287,14 @@ "license": "MIT" }, "node_modules/@stylistic/eslint-plugin": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.2.2.tgz", - "integrity": "sha512-bE2DUjruqXlHYP3Q2Gpqiuj2bHq7/88FnuaS0FjeGGLCy+X6a07bGVuwtiOYnPSLHR6jmx5Bwdv+j7l8H+G97A==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.2.3.tgz", + "integrity": "sha512-oY7GVkJGVMI5benlBDCaRrSC1qPasafyv5dOBLLv5MTilMGnErKhO6ziEfodDDIZbo5QxPUNW360VudJOFODMw==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.7.0", - "@typescript-eslint/types": "^8.37.0", + "@typescript-eslint/types": "^8.38.0", "eslint-visitor-keys": "^4.2.1", "espree": "^10.4.0", "estraverse": "^5.3.0", @@ -374,9 +374,9 @@ "license": "MIT" }, "node_modules/@typescript-eslint/types": { - "version": "8.37.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.37.0.tgz", - "integrity": "sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==", + "version": "8.39.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.39.0.tgz", + "integrity": "sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==", "dev": true, "license": "MIT", "engines": { @@ -1273,9 +1273,9 @@ } }, "node_modules/eslint-plugin-regexp": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.9.1.tgz", - "integrity": "sha512-JwK6glV/aoYDxvXcrvMQbw/pByBewZwqXVSBzzjot3GxSbmjDYuWU4LWiLdBO8JKi4o8A1+rygO6JWRBg4qAQQ==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-regexp/-/eslint-plugin-regexp-2.10.0.tgz", + "integrity": "sha512-ovzQT8ESVn5oOe5a7gIDPD5v9bCSjIFJu57sVPDqgPRXicQzOnYfFN21WoQBQF18vrhT5o7UMKFwJQVVjyJ0ng==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a7e64ee96..3141ae094 100644 --- a/package.json +++ b/package.json @@ -28,10 +28,10 @@ "devDependencies": { "@eslint/json": "^0.13.1", "@eslint/markdown": "^7.1.0", - "@stylistic/eslint-plugin": "^5.2.2", + "@stylistic/eslint-plugin": "^5.2.3", "eslint": "^9.32.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-regexp": "^2.9.1", + "eslint-plugin-regexp": "^2.10.0", "eslint-plugin-yml": "^1.18.0", "husky": "^9.1.7", "ssri": "^12.0.0"