diff --git a/webapp/wiremock/package-lock.json b/webapp/wiremock/package-lock.json index 09be76b578..33de4ed16b 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.51", - "@typescript-eslint/utils": "8.0.0-alpha.51", + "@typescript-eslint/utils": "8.0.0-alpha.52", "eslint": "9.7.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prefer-arrow": "1.2.3", @@ -5651,15 +5651,15 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.0.0-alpha.51", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.51.tgz", - "integrity": "sha512-OJac7/t6M/jQlgAQSM2yffKXZL8d/6vTbQPChC5v4oGHFuKHF2dEFeevNJlIS9iR6EtquRsHup2GDwqw6bWyrw==", + "version": "8.0.0-alpha.52", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.52.tgz", + "integrity": "sha512-/jF8gJD+3WmFu7NPuDlzHrtrq8RGCXGwo3Ma9jyP3HnYSdNzpy8QsoxmygLVa0N0rTcmX7ZwnoQ7D9aUhXMklA==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", - "@typescript-eslint/scope-manager": "8.0.0-alpha.51", - "@typescript-eslint/types": "8.0.0-alpha.51", - "@typescript-eslint/typescript-estree": "8.0.0-alpha.51" + "@typescript-eslint/scope-manager": "8.0.0-alpha.52", + "@typescript-eslint/types": "8.0.0-alpha.52", + "@typescript-eslint/typescript-estree": "8.0.0-alpha.52" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -5673,13 +5673,13 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { - "version": "8.0.0-alpha.51", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.51.tgz", - "integrity": "sha512-zT8Ib31deJCqRVJepZOMFoHiFAsSHOh5TmedcFeqyiMuzrqBMtF95iv6mPJqFDIXNgxmTkahpRan1z043ckBnA==", + "version": "8.0.0-alpha.52", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.52.tgz", + "integrity": "sha512-ENMzwt7k31XpkrtVhf2wwmuasexm0nKqfWTUYM/SSa80jclDQEKVe+GN4yAV5qf0hSqGDJcTTWsXf7tWshpvZg==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.51", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.51" + "@typescript-eslint/types": "8.0.0-alpha.52", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.52" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -5690,9 +5690,9 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { - "version": "8.0.0-alpha.51", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.51.tgz", - "integrity": "sha512-joqeu3jITe9BbgXAggKKg9mBIGDL6mAf2JVlo00zWP50u4qnsa3NWKMwWp77pjtI9E2DPU0vlTEdL+v/3aTPJA==", + "version": "8.0.0-alpha.52", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.52.tgz", + "integrity": "sha512-ChOYRASeu8L9vPajjE0ka3MCdoDfOjOR5+mm7feHWAqQWxf6ppS02mhffesAeotSW0yuUUpNG0WBqpfrNEz9YQ==", "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -5703,13 +5703,13 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { - "version": "8.0.0-alpha.51", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.51.tgz", - "integrity": "sha512-p3kD3rVdqmr4Iga86xzUR5wTsIKof/GsqnUMWZbmFpD3fmMXs1VLoXJegTqVMtWncu14dZUohRV2xPSScBAnxg==", + "version": "8.0.0-alpha.52", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.52.tgz", + "integrity": "sha512-hnKkJi42Z3XQtIvVGHm2HjMGrMsS8/LsENWvFVj9e9jm73swagEK6hIdiac/3CMP0z3ewNY5k9dZ8OZZW+pdXw==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.51", - "@typescript-eslint/visitor-keys": "8.0.0-alpha.51", + "@typescript-eslint/types": "8.0.0-alpha.52", + "@typescript-eslint/visitor-keys": "8.0.0-alpha.52", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -5731,12 +5731,12 @@ } }, "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { - "version": "8.0.0-alpha.51", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.51.tgz", - "integrity": "sha512-bOLfR14nLfhO9BBD1YpmnQSTNTapAIegKsb4Ms1RAQXkJRKIeuLS42AEYRM8uvLiNLk0hDIBjCnMPTAyDAWLbw==", + "version": "8.0.0-alpha.52", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.52.tgz", + "integrity": "sha512-yaw5Df/ptlb6ZU7Em63E/woJBGu2iTxmwF+/0Kj2DxBiHucMPB5sYJ5aEGRgARVUonQU3+vZpKNiTHAzJd5lRQ==", "dev": true, "dependencies": { - "@typescript-eslint/types": "8.0.0-alpha.51", + "@typescript-eslint/types": "8.0.0-alpha.52", "eslint-visitor-keys": "^3.4.3" }, "engines": { diff --git a/webapp/wiremock/package.json b/webapp/wiremock/package.json index f46f28f1c2..0baa007513 100644 --- a/webapp/wiremock/package.json +++ b/webapp/wiremock/package.json @@ -73,7 +73,7 @@ "@types/mime-db": "1.43.5", "@types/node": "20.14.11", "@types/uuid": "10.0.0", - "@typescript-eslint/utils": "8.0.0-alpha.51", + "@typescript-eslint/utils": "8.0.0-alpha.52", "@typescript-eslint/eslint-plugin": "8.0.0-alpha.40", "@typescript-eslint/parser": "8.0.0-alpha.51", "eslint": "9.7.0",