From 3c8c3bbc40d80b7a6eac76e03c0eac43bf30a06d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 10:06:31 +0000 Subject: [PATCH] fix(deps): update dependency dayjs to v1.11.19 --- pdf/package-lock.json | 8 ++++---- pdf/package.json | 2 +- print/package-lock.json | 11 +++++------ print/package.json | 2 +- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/pdf/package-lock.json b/pdf/package-lock.json index 72103a09d3..ca6e7a5f82 100644 --- a/pdf/package-lock.json +++ b/pdf/package-lock.json @@ -27,7 +27,7 @@ "@vue/shared": "3.5.22", "@vue/test-utils": "2.4.6", "css": "3.0.0", - "dayjs": "1.11.18", + "dayjs": "1.11.19", "eslint": "9.38.0", "eslint-plugin-local-rules": "3.0.2", "eslint-plugin-vue": "10.5.1", @@ -4482,9 +4482,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.18", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz", - "integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==", + "version": "1.11.19", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", + "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==", "dev": true, "license": "MIT" }, diff --git a/pdf/package.json b/pdf/package.json index 24c39d20a5..74abdd1475 100644 --- a/pdf/package.json +++ b/pdf/package.json @@ -48,7 +48,7 @@ "@vue/shared": "3.5.22", "@vue/test-utils": "2.4.6", "css": "3.0.0", - "dayjs": "1.11.18", + "dayjs": "1.11.19", "eslint": "9.38.0", "eslint-plugin-local-rules": "3.0.2", "eslint-plugin-vue": "10.5.1", diff --git a/print/package-lock.json b/print/package-lock.json index 93ca475f2c..4bf95e6e77 100644 --- a/print/package-lock.json +++ b/print/package-lock.json @@ -11,7 +11,7 @@ "@sentry/node": "10.22.0", "axios": "1.13.1", "colorjs.io": "0.5.2", - "dayjs": "1.11.18", + "dayjs": "1.11.19", "deepmerge": "4.3.1", "hal-json-vuex": "3.0.0-alpha.10", "isomorphic-dompurify": "2.30.1", @@ -6044,7 +6044,6 @@ "integrity": "sha512-VXw7qmdkucEx9WkmR3ld/u6VhRyKeiF1uxWwCy/iuNfokjJ7VhsgLSOTjsol8BunSw190zABzpwdNsze2Kpo4g==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.7.0", "@typescript-eslint/scope-manager": "8.46.3", @@ -8653,9 +8652,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.18", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz", - "integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==", + "version": "1.11.19", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", + "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==", "license": "MIT" }, "node_modules/db0": { @@ -13144,6 +13143,7 @@ "integrity": "sha512-4qzf2Ymf07dMMj50TZdNZgMqCdzDch8NY3NO2ClucUaIvvsr6wd9+JrDpI1CckSTHwqU37/dIPFpvIQZoeHoYA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@dxup/nuxt": "^0.2.0", "@nuxt/cli": "^3.29.3", @@ -17171,7 +17171,6 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "devOptional": true, "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/print/package.json b/print/package.json index 92e54b047e..30ef0c5446 100644 --- a/print/package.json +++ b/print/package.json @@ -21,7 +21,7 @@ "@sentry/node": "10.22.0", "axios": "1.13.1", "colorjs.io": "0.5.2", - "dayjs": "1.11.18", + "dayjs": "1.11.19", "deepmerge": "4.3.1", "hal-json-vuex": "3.0.0-alpha.10", "isomorphic-dompurify": "2.30.1",