diff --git a/InfoLogger/package-lock.json b/InfoLogger/package-lock.json index 8b72cc936..9291dd233 100644 --- a/InfoLogger/package-lock.json +++ b/InfoLogger/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@eslint/js": "^9.39.1", - "@stylistic/eslint-plugin": "^5.8.0", + "@stylistic/eslint-plugin": "^5.9.0", "eslint": "^9.39.1", "eslint-plugin-jsdoc": "^62.5.0", "globals": "^17.3.0", @@ -1081,14 +1081,14 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.8.0.tgz", - "integrity": "sha512-WNPVF/FfBAjyi3OA7gok8swRiImNLKI4dmV3iK/GC/0xSJR7eCzBFsw9hLZVgb1+MYNLy7aDsjohxN1hA/FIfQ==", + "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.54.0", + "@typescript-eslint/types": "^8.56.0", "eslint-visitor-keys": "^4.2.1", "espree": "^10.4.0", "estraverse": "^5.3.0", @@ -1098,7 +1098,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=9.0.0" + "eslint": "^9.0.0 || ^10.0.0" } }, "node_modules/@tootallnate/quickjs-emscripten": { @@ -1156,9 +1156,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.55.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.55.0.tgz", - "integrity": "sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==", + "version": "8.56.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.56.1.tgz", + "integrity": "sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==", "dev": true, "license": "MIT", "engines": { diff --git a/InfoLogger/package.json b/InfoLogger/package.json index f342f8ce0..637f53ada 100644 --- a/InfoLogger/package.json +++ b/InfoLogger/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@eslint/js": "^9.39.1", - "@stylistic/eslint-plugin": "^5.8.0", + "@stylistic/eslint-plugin": "^5.9.0", "eslint": "^9.39.1", "eslint-plugin-jsdoc": "^62.5.0", "globals": "^17.3.0",