diff --git a/webapp/wiremock/package-lock.json b/webapp/wiremock/package-lock.json index 03a655beeb..c247aa4e91 100644 --- a/webapp/wiremock/package-lock.json +++ b/webapp/wiremock/package-lock.json @@ -62,7 +62,7 @@ "@types/uuid": "10.0.0", "@typescript-eslint/eslint-plugin": "8.0.0-alpha.40", "@typescript-eslint/parser": "8.0.0-alpha.55", - "@typescript-eslint/utils": "8.0.0-alpha.58", + "@typescript-eslint/utils": "8.0.0-alpha.60", "eslint": "9.8.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prefer-arrow": "1.2.3", @@ -5897,15 +5897,15 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.0.0-alpha.58", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.58.tgz", - "integrity": "sha512-lZuGnpK23jr3huebgY4/qqrOKsWJ8dX0Q1Fo4oVYcyAy+sK6p+6nObK4VEPJG098gUmrriiavRiDKIhPDFm4Ig==", + "version": "8.0.0-alpha.60", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.60.tgz", + "integrity": "sha512-2C2yDiyqx5VTasCcUmUB3AYRia8+oodCfungd8MJtIqTVa4XYB81rNhe1rtOtv8mwFFDjupKhXMC3pUJKWRtYw==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.0.0-alpha.58", - "@typescript-eslint/types": "8.0.0-alpha.58", - "@typescript-eslint/typescript-estree": "8.0.0-alpha.58" + "@typescript-eslint/scope-manager": "8.0.0-alpha.60", + "@typescript-eslint/types": "8.0.0-alpha.60", + "@typescript-eslint/typescript-estree": "8.0.0-alpha.60" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -5919,13 +5919,13 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { - "version": "8.0.0-alpha.58", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.58.tgz", - "integrity": "sha512-bGgJXn8B3Pf3mzEOUQTPxEqhux54MOJSqw4HcgBReuP7dudz/hsN4TH9GqHbMXkFv8N4Ed1iqVRfgGeC8b1mGw==", + "version": "8.0.0-alpha.60", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.60.tgz", + "integrity": "sha512-r33PjZ7ypfza6hddc/Qg/0GVw4IAd5La+aTnQzOI1wM4f+tIK8umO5Z75+gevxcYfYVl4JLuwITGCQeEagNGNg==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.58", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.58" + "@typescript-eslint/types": "8.0.0-alpha.60", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.60" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -5936,9 +5936,9 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { - "version": "8.0.0-alpha.58", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.58.tgz", - "integrity": "sha512-6+jM4y31a6pwKeV3MVQuVXPZl6d3I1ySMvP5WjZdZ+n57uovMvasZ3ZJstXngoRpa7JtkjVZ7NrMhQ1J8dxKCQ==", + "version": "8.0.0-alpha.60", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.60.tgz", + "integrity": "sha512-u38oNlelUVr7a8P0H3uyjNT36wLhmHVSVKcuCXYqMrm3AInz1/iY24YSR72M9AXL4lW+GDSUJAT8UfzHz6MzIg==", "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -5949,13 +5949,13 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.0.0-alpha.58", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.58.tgz", - "integrity": "sha512-hm4nsoJnQcA7axMopUJrH7CD0MJhAMtE2zQt65uMFCy+U2YDdKPwE0g6qEAUBoKn6UBLQJWthJgUmwDbWrnwZg==", + "version": "8.0.0-alpha.60", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.60.tgz", + "integrity": "sha512-+vYrFh7YFYv1M0l5fUZoqB4RlERfjC17NeO/enEJojmJuFKjJ/0c0FVUCdEelA9NGGdxxxf4SxJ76/sqceoXpg==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.58", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.58", + "@typescript-eslint/types": "8.0.0-alpha.60", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.60", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -5977,12 +5977,12 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.0.0-alpha.58", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.58.tgz", - "integrity": "sha512-V//E9PRY2216kh9fN/ihRvTtjpobAXEtmrsr3utlVUwHa2iklcofq1J12yl3KOjx9QBRfBrtfQnYaeruF7L0Fw==", + "version": "8.0.0-alpha.60", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.60.tgz", + "integrity": "sha512-2OdSvXlL5aabYl2VUrGzdYi/KTFm+tCkA0KusOpNO8vAqeRbfb/8V0qdr4SHxIaDju9cseoJWothUH8nP+g6Og==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.58", + "@typescript-eslint/types": "8.0.0-alpha.60", "eslint-visitor-keys": "^3.4.3" }, "engines": { diff --git a/webapp/wiremock/package.json b/webapp/wiremock/package.json index 27d4979508..3c8258f142 100644 --- a/webapp/wiremock/package.json +++ b/webapp/wiremock/package.json @@ -73,7 +73,7 @@ "@types/mime-db": "1.43.5", "@types/node": "22.0.0", "@types/uuid": "10.0.0", - "@typescript-eslint/utils": "8.0.0-alpha.58", + "@typescript-eslint/utils": "8.0.0-alpha.60", "@typescript-eslint/eslint-plugin": "8.0.0-alpha.40", "@typescript-eslint/parser": "8.0.0-alpha.55", "eslint": "9.8.0",