diff --git a/src/Frontend/package-lock.json b/src/Frontend/package-lock.json index daee56d27..e7cf2ca7c 100644 --- a/src/Frontend/package-lock.json +++ b/src/Frontend/package-lock.json @@ -24,10 +24,10 @@ "@vueuse/core": "14.3.0", "bootstrap": "5.3.8", "codemirror": "6.0.2", - "dayjs": "1.11.21", + "dayjs": "1.11.22", "diff": "9.0.0", "hex-to-css-filter": "6.0.0", - "lossless-json": "4.3.0", + "lossless-json": "4.3.1", "oidc-client-ts": "3.5.0", "pinia": "3.0.4", "vue": "3.5.35", @@ -46,10 +46,10 @@ "@testing-library/jest-dom": "6.9.1", "@testing-library/user-event": "14.6.1", "@testing-library/vue": "8.1.0", - "@tsconfig/node18": "18.2.6", + "@tsconfig/node18": "18.2.7", "@types/bootstrap": "5.2.11", "@types/jsdom": "28.0.3", - "@types/node": "25.9.2", + "@types/node": "25.9.5", "@vitejs/plugin-vue": "6.0.8", "@vitest/coverage-v8": "4.1.7", "@vue/tsconfig": "0.9.1", @@ -1995,9 +1995,9 @@ } }, "node_modules/@tsconfig/node18": { - "version": "18.2.6", - "resolved": "https://registry.npmjs.org/@tsconfig/node18/-/node18-18.2.6.tgz", - "integrity": "sha512-eAWQzAjPj18tKnDzmWstz4OyWewLUNBm9tdoN9LayzoboRktYx3Enk1ZXPmThj55L7c4VWYq/Bzq0A51znZfhw==", + "version": "18.2.7", + "resolved": "https://registry.npmjs.org/@tsconfig/node18/-/node18-18.2.7.tgz", + "integrity": "sha512-UyenTORreCUh8MKh2qbLGGHTRrxjBbSwvX0ZoWs6Jx1jrNS62PXEA3+VaLvmb0YDQrgGU3v3h7zB9Xs/BN1ozg==", "dev": true, "license": "MIT" }, @@ -2077,9 +2077,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.9.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.2.tgz", - "integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==", + "version": "25.9.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.5.tgz", + "integrity": "sha512-OScDchr2fwuUmWdf4kZ9h7PcJiYDVInhJizG/biAq3cAvqwYktuy/TYGGdZNMtNTFUP7rnb0NU4TUdm82kt4Rg==", "devOptional": true, "license": "MIT", "dependencies": { @@ -3858,9 +3858,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.21", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz", - "integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==", + "version": "1.11.22", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.22.tgz", + "integrity": "sha512-1YRnxzt/AabP3GHxnaB9/b+ZScCKu5TeF+co+BWG+lnWVIwEcTFc1FVE0WLNmNO3sA6GGXL40i5qkHfbLzpwrg==", "license": "MIT" }, "node_modules/debug": { @@ -5884,9 +5884,9 @@ } }, "node_modules/lossless-json": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lossless-json/-/lossless-json-4.3.0.tgz", - "integrity": "sha512-ToxOC+SsduRmdSuoLZLYAr5zy1Qu7l5XhmPWM3zefCZ5IcrzW/h108qbJUKfOlDlhvhjUK84+8PSVX0kxnit0g==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/lossless-json/-/lossless-json-4.3.1.tgz", + "integrity": "sha512-SqD/Bg3ZfltBJ2Z14hJ/BihnvtV553WO4g9/ePtlp4lrnl9jF3AdIJt53A/Wkg/0Li+LMfxaBqgx1MiFZdQlpQ==", "license": "MIT" }, "node_modules/lru-cache": { diff --git a/src/Frontend/package.json b/src/Frontend/package.json index 652873f3c..ef2f25f6a 100644 --- a/src/Frontend/package.json +++ b/src/Frontend/package.json @@ -36,10 +36,10 @@ "@vueuse/core": "14.3.0", "bootstrap": "5.3.8", "codemirror": "6.0.2", - "dayjs": "1.11.21", + "dayjs": "1.11.22", "diff": "9.0.0", "hex-to-css-filter": "6.0.0", - "lossless-json": "4.3.0", + "lossless-json": "4.3.1", "oidc-client-ts": "3.5.0", "pinia": "3.0.4", "vue": "3.5.35", @@ -58,10 +58,10 @@ "@testing-library/jest-dom": "6.9.1", "@testing-library/user-event": "14.6.1", "@testing-library/vue": "8.1.0", - "@tsconfig/node18": "18.2.6", + "@tsconfig/node18": "18.2.7", "@types/bootstrap": "5.2.11", "@types/jsdom": "28.0.3", - "@types/node": "25.9.2", + "@types/node": "25.9.5", "@vitejs/plugin-vue": "6.0.8", "@vitest/coverage-v8": "4.1.7", "@vue/tsconfig": "0.9.1",