diff --git a/webapp/wiremock/package-lock.json b/webapp/wiremock/package-lock.json index 46b13d32bc..03a655beeb 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.55", + "@typescript-eslint/utils": "8.0.0-alpha.58", "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.55", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.55.tgz", - "integrity": "sha512-FfdI9bURhTepfW24dKv6lbZBSzXRwglewno30brd/HIhfJT1UGKb/cMs90Yg6s45SeXFBD+Kzp63L9wGTgRzBA==", + "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==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.0.0-alpha.55", - "@typescript-eslint/types": "8.0.0-alpha.55", - "@typescript-eslint/typescript-estree": "8.0.0-alpha.55" + "@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" }, "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.55", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.55.tgz", - "integrity": "sha512-Nbnlba+EcgMDxohiXTqDBVsn+izNHvKiZZJQICppaaneXtI6sytFHQScwqIwT6QEiy2YMxD/HTSHiWLwrDRUYg==", + "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==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.55", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.55" + "@typescript-eslint/types": "8.0.0-alpha.58", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.58" }, "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.55", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.55.tgz", - "integrity": "sha512-QFk6W0P3Ruf0oiww57aE9mrXJ4nrT87lMB0z79FNUiZ9FNBw/DDqDXCzV8lMn98onvmMgKd2RBfp/mVeiL9POQ==", + "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==", "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.55", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.55.tgz", - "integrity": "sha512-sunGQpiDvJBqb+4cthq+rVc+SFa9hkUdAB/S///n2h6c1evkXb5ISjMP3oTDd0ZqZLdfIuopx2YTU7LxG7LIbA==", + "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==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.55", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.55", + "@typescript-eslint/types": "8.0.0-alpha.58", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.58", "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.55", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.55.tgz", - "integrity": "sha512-0W4TxcUUBMpZHa/9W0mewu2/7zu2VC4wCJ3rmyFqVyEBNZtQVReMgS7VWBsg7Q5mmHl/gKO/tOFxJvWJ8l42uw==", + "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==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.55", + "@typescript-eslint/types": "8.0.0-alpha.58", "eslint-visitor-keys": "^3.4.3" }, "engines": { diff --git a/webapp/wiremock/package.json b/webapp/wiremock/package.json index 518ce26bbb..27d4979508 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.55", + "@typescript-eslint/utils": "8.0.0-alpha.58", "@typescript-eslint/eslint-plugin": "8.0.0-alpha.40", "@typescript-eslint/parser": "8.0.0-alpha.55", "eslint": "9.8.0",