diff --git a/cli/package.json b/cli/package.json index 043b20c6f..f6c36ef10 100644 --- a/cli/package.json +++ b/cli/package.json @@ -31,7 +31,7 @@ "@types/node": "^20.16.12", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", - "eslint": "8.57.0", + "eslint": "8.57.1", "typescript": "5.4.5" }, "dependencies": { diff --git a/core/package.json b/core/package.json index 8211ba0a7..a1cfad015 100644 --- a/core/package.json +++ b/core/package.json @@ -26,7 +26,7 @@ "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", "ava": "5.3.1", - "eslint": "8.57.0", + "eslint": "8.57.1", "typescript": "5.4.5" }, "bugs": { diff --git a/lib/package.json b/lib/package.json index e8e3e6d01..3cc4d53a7 100644 --- a/lib/package.json +++ b/lib/package.json @@ -32,7 +32,7 @@ "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", "ava": "5.3.1", - "eslint": "8.57.0", + "eslint": "8.57.1", "typescript": "5.4.5", "tree-sitter-json": "0.21.0" }, diff --git a/package-lock.json b/package-lock.json index 80cbb7106..811d4e5fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@types/node": "^20.16.12", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", - "eslint": "8.57.0", + "eslint": "8.57.1", "typescript": "5.4.5" }, "engines": { @@ -51,7 +51,7 @@ "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", "ava": "5.3.1", - "eslint": "8.57.0", + "eslint": "8.57.1", "typescript": "5.4.5" } }, @@ -72,7 +72,7 @@ "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", "ava": "5.3.1", - "eslint": "8.57.0", + "eslint": "8.57.1", "tree-sitter-json": "0.21.0", "typescript": "5.4.5" }, @@ -599,9 +599,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.57.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", - "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz", + "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", "dev": true, "license": "MIT", "engines": { @@ -609,14 +609,14 @@ } }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.14", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", - "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", + "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", "deprecated": "Use @eslint/config-array instead", "dev": true, "license": "Apache-2.0", "dependencies": { - "@humanwhocodes/object-schema": "^2.0.2", + "@humanwhocodes/object-schema": "^2.0.3", "debug": "^4.3.1", "minimatch": "^3.0.5" }, @@ -3582,17 +3582,18 @@ } }, "node_modules/eslint": { - "version": "8.57.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", - "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", + "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", + "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.57.0", - "@humanwhocodes/config-array": "^0.11.14", + "@eslint/js": "8.57.1", + "@humanwhocodes/config-array": "^0.13.0", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "@ungap/structured-clone": "^1.2.0", @@ -7834,7 +7835,6 @@ "parsers": { "name": "@dodona/dolos-parsers", "version": "1.3.0", - "hasInstallScript": true, "license": "MIT", "dependencies": { "nan": "^2.22.0", @@ -8203,7 +8203,7 @@ "comlink": "^4.4.1", "core-js": "^3.37.1", "d3": "^7.9.0", - "eslint": "^8.57.0", + "eslint": "^8.57.1", "eslint-plugin-vue": "^9.26.0", "eslint-plugin-vuetify": "^2.4.0", "luxon": "^3.4.4", diff --git a/web/package.json b/web/package.json index 5dfb97b2b..954185cf2 100644 --- a/web/package.json +++ b/web/package.json @@ -36,7 +36,7 @@ "comlink": "^4.4.1", "core-js": "^3.37.1", "d3": "^7.9.0", - "eslint": "^8.57.0", + "eslint": "^8.57.1", "eslint-plugin-vue": "^9.26.0", "eslint-plugin-vuetify": "^2.4.0", "luxon": "^3.4.4",