From abdcaed18f32ad618602b1ca0f826721d3fc8813 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:28:15 +0000 Subject: [PATCH] fix(deps): update patch-dependencies --- calm-hub/src/main/webapp/package-lock.json | 6 +++--- calm-hub/src/main/webapp/package.json | 2 +- calm-visualizer/package-lock.json | 6 ------ package-lock.json | 8 ++++---- pom.xml | 2 +- shared/package.json | 2 +- 6 files changed, 10 insertions(+), 16 deletions(-) diff --git a/calm-hub/src/main/webapp/package-lock.json b/calm-hub/src/main/webapp/package-lock.json index 27de5220f..914981e07 100644 --- a/calm-hub/src/main/webapp/package-lock.json +++ b/calm-hub/src/main/webapp/package-lock.json @@ -5501,9 +5501,9 @@ } }, "node_modules/postcss": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", - "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", + "version": "8.5.2", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.2.tgz", + "integrity": "sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==", "funding": [ { "type": "opencollective", diff --git a/calm-hub/src/main/webapp/package.json b/calm-hub/src/main/webapp/package.json index 7cf260ec1..91c2e17b6 100644 --- a/calm-hub/src/main/webapp/package.json +++ b/calm-hub/src/main/webapp/package.json @@ -32,7 +32,7 @@ "css-what": "6.1.0", "express": "4.21.2", "nth-check": "2.1.1", - "postcss": "8.5.1" + "postcss": "8.5.2" }, "proxy": "http://127.0.0.1:8080/", "eslintConfig": { diff --git a/calm-visualizer/package-lock.json b/calm-visualizer/package-lock.json index 34e0b38a7..9241ef1e0 100644 --- a/calm-visualizer/package-lock.json +++ b/calm-visualizer/package-lock.json @@ -1629,12 +1629,6 @@ "@babel/types": "^7.20.7" } }, - "node_modules/@types/cytoscape": { - "version": "3.21.8", - "resolved": "https://registry.npmjs.org/@types/cytoscape/-/cytoscape-3.21.8.tgz", - "integrity": "sha512-6Bo9ZDrv0vfwe8Sg/ERc5VL0yU0gYvP4dgZi0fAXYkKHfyHaNqWRMcwYm3mu4sLsXbB8ZuXE75sR7qnaOL5JgQ==", - "devOptional": true - }, "node_modules/@types/estree": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", diff --git a/package-lock.json b/package-lock.json index 62d834e22..ff6433d9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", - "@types/cytoscape": "^3.21.8", + "@types/cytoscape": "^3.21.9", "@types/file-saver": "^2.0.7", "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", @@ -8075,9 +8075,9 @@ "license": "MIT" }, "node_modules/@types/cytoscape": { - "version": "3.21.8", - "resolved": "https://registry.npmjs.org/@types/cytoscape/-/cytoscape-3.21.8.tgz", - "integrity": "sha512-6Bo9ZDrv0vfwe8Sg/ERc5VL0yU0gYvP4dgZi0fAXYkKHfyHaNqWRMcwYm3mu4sLsXbB8ZuXE75sR7qnaOL5JgQ==", + "version": "3.21.9", + "resolved": "https://registry.npmjs.org/@types/cytoscape/-/cytoscape-3.21.9.tgz", + "integrity": "sha512-JyrG4tllI6jvuISPjHK9j2Xv/LTbnLekLke5otGStjFluIyA9JjgnvgZrSBsp8cEDpiTjwgZUZwpPv8TSBcoLw==", "devOptional": true, "license": "MIT" }, diff --git a/pom.xml b/pom.xml index 481fe750c..0b4f6202a 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ io.quarkus.platform quarkus-bom - 3.18.0 + 3.18.3 diff --git a/shared/package.json b/shared/package.json index f3565d8a9..2783df54a 100644 --- a/shared/package.json +++ b/shared/package.json @@ -65,7 +65,7 @@ }, "overrides": { "path-to-regexp": "3.3.0", - "rollup": "4.34.1", + "rollup": "4.34.8", "jsonpath-plus": "^10.2.0" } }