From 1820293622a7061dccaa851ad6ef4323a95a4d61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:01:31 +0000 Subject: [PATCH] chore(deps): update dependency sweetalert2 to v11.15.3 --- pnpm-lock.yaml | 9 +++++++-- src/package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c3de73eac..8d2bd74b8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -393,8 +393,8 @@ importers: specifier: 8.0.2 version: 8.0.2(stylelint@16.12.0(typescript@5.6.3)) sweetalert2: - specifier: 11.15.2 - version: 11.15.2 + specifier: 11.15.3 + version: 11.15.3 tailwindcss: specifier: 3.4.17 version: 3.4.17 @@ -9728,6 +9728,9 @@ packages: sweetalert2@11.15.2: resolution: {integrity: sha512-KSfHZTU2f+iivA2wudlL1jv9FjvEtJW9Fc0GKC6hhEsZS7SNz3Ppfv92Nerw0E2qqGNT9mPB/07SYEASbHvS+A==} + sweetalert2@11.15.3: + resolution: {integrity: sha512-+0imNg+XYL8tKgx8hM0xoiXX3KfgxHDmiDc8nTJFO89fQEEhJlkecSdyYOZ3IhVMcUmoNte4fTIwWiugwkPU6w==} + symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -22797,6 +22800,8 @@ snapshots: sweetalert2@11.15.2: {} + sweetalert2@11.15.3: {} + symbol-tree@3.2.4: {} synckit@0.9.2: diff --git a/src/package.json b/src/package.json index 027e81bb9..6e718a26a 100644 --- a/src/package.json +++ b/src/package.json @@ -116,7 +116,7 @@ "stylelint-config-recommended-vue": "1.5.0", "stylelint-config-standard": "36.0.1", "stylelint-no-unsupported-browser-features": "8.0.2", - "sweetalert2": "11.15.2", + "sweetalert2": "11.15.3", "tailwindcss": "3.4.17", "unhead": "1.11.14", "unplugin-icons": "0.22.0",