diff --git a/package-lock.json b/package-lock.json index 7f4bf3a2..93f51d2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@eslint/eslintrc": "3.3.3", "@eslint/js": "9.39.2", "@octopusdeploy/runtime-inputs": "0.16.0", - "@stylistic/eslint-plugin": "5.7.1", + "@stylistic/eslint-plugin": "5.9.0", "@types/jest": "29.5.14", "@types/json-patch": "0.0.33", "@types/lodash": "4.17.23", @@ -1532,14 +1532,14 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.7.1.tgz", - "integrity": "sha512-zjTUwIsEfT+k9BmXwq1QEFYsb4afBlsI1AXFyWQBgggMzwBFOuu92pGrE5OFx90IOjNl+lUbQoTG7f8S0PkOdg==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.9.0.tgz", + "integrity": "sha512-FqqSkvDMYJReydrMhlugc71M76yLLQWNfmGq+SIlLa7N3kHp8Qq8i2PyWrVNAfjOyOIY+xv9XaaYwvVW7vroMA==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/types": "^8.53.1", + "@typescript-eslint/types": "^8.56.0", "eslint-visitor-keys": "^4.2.1", "espree": "^10.4.0", "estraverse": "^5.3.0", @@ -1549,13 +1549,13 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=9.0.0" + "eslint": "^9.0.0 || ^10.0.0" } }, "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/types": { - "version": "8.53.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz", - "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==", + "version": "8.56.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.56.0.tgz", + "integrity": "sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 9d68e8ff..e68bb520 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@eslint/eslintrc": "3.3.3", "@eslint/js": "9.39.2", "@octopusdeploy/runtime-inputs": "0.16.0", - "@stylistic/eslint-plugin": "5.7.1", + "@stylistic/eslint-plugin": "5.9.0", "@types/jest": "29.5.14", "@types/json-patch": "0.0.33", "@types/lodash": "4.17.23",