diff --git a/package-lock.json b/package-lock.json index f612699b..c1986709 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,8 +80,8 @@ "@types/lodash": "^4.17.0", "@types/node": "^22.10.0", "@types/xml2js": "^0.4.14", - "@typescript-eslint/eslint-plugin": "^8.22.0", - "@typescript-eslint/parser": "^8.22.0", + "@typescript-eslint/eslint-plugin": "^8.0.0", + "@typescript-eslint/parser": "^8.15.0", "chokidar": "^4.0.1", "eslint": "^9.13.0", "globals": "^15.12.0", @@ -24992,21 +24992,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/rollup": { - "version": "2.79.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz", - "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==", - "license": "MIT", - "bin": { - "rollup": "dist/bin/rollup" - }, - "engines": { - "node": ">=10.0.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, "node_modules/rrweb-cssom": { "version": "0.7.1", "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz", @@ -31044,8 +31029,8 @@ "@types/junit-report-builder": "^3.0.2", "@types/lodash": "^4.17.0", "@types/node": "^22.10.0", - "@typescript-eslint/eslint-plugin": "^8.22.0", - "@typescript-eslint/parser": "^8.22.0", + "@typescript-eslint/eslint-plugin": "^8.0.0", + "@typescript-eslint/parser": "^8.15.0", "eslint": "^9.13.0", "fetch-mock": "^9.11.0", "globals": "^15.12.0", diff --git a/shared/package.json b/shared/package.json index 882d3d7a..f75bd17c 100644 --- a/shared/package.json +++ b/shared/package.json @@ -64,7 +64,7 @@ }, "overrides": { "path-to-regexp": "3.3.0", - "rollup": "4.32.0", + "rollup": "4.32.1", "jsonpath-plus": "^10.2.0" } }