From c2581a52f97b39bd4b62dd90e89fcfe13e57cbd0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Nov 2025 10:46:47 +0000 Subject: [PATCH] fix: upgrade sweetalert2 from 11.4.19 to 11.26.3 Snyk has created this PR to upgrade sweetalert2 from 11.4.19 to 11.26.3. See this package in npm: sweetalert2 See this project in Snyk: https://app.snyk.io/org/florentinth/project/c53000cf-7883-4d87-9061-9798d8927338?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6228d8ce..e7a9883a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "js-cookie": "^3.0.1", "js-file-download": "^0.4.12", "plotly.js-cartesian-dist-min": "^2.12.1", - "sweetalert2": "^11.4.19" + "sweetalert2": "^11.26.3" }, "devDependencies": { "@babel/core": "^7.18.6", @@ -16628,12 +16628,13 @@ } }, "node_modules/sweetalert2": { - "version": "11.4.19", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.4.19.tgz", - "integrity": "sha512-N3GA2M/K6PFzLprKWENioL0ckXPHLiWwvMMAJSfGgxB+aptzQrElv6D+j3D++K9yXSjpTs3XqJHYUQpEUzpv/g==", + "version": "11.26.3", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.26.3.tgz", + "integrity": "sha512-VU0hGw/WfI9h7Mh+SCsDlWgtxDwWZ6ccqS7QcO8zEeWnwplN1GptcLstq76OluUBSLUza6ldvKd3558OhjpJ9A==", + "license": "MIT", "funding": { "type": "individual", - "url": "https://sweetalert2.github.io/#donations" + "url": "https://github.com/sponsors/limonte" } }, "node_modules/tapable": { @@ -30604,9 +30605,9 @@ } }, "sweetalert2": { - "version": "11.4.19", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.4.19.tgz", - "integrity": "sha512-N3GA2M/K6PFzLprKWENioL0ckXPHLiWwvMMAJSfGgxB+aptzQrElv6D+j3D++K9yXSjpTs3XqJHYUQpEUzpv/g==" + "version": "11.26.3", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.26.3.tgz", + "integrity": "sha512-VU0hGw/WfI9h7Mh+SCsDlWgtxDwWZ6ccqS7QcO8zEeWnwplN1GptcLstq76OluUBSLUza6ldvKd3558OhjpJ9A==" }, "tapable": { "version": "2.2.1", diff --git a/package.json b/package.json index 605db161..8642a1b8 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "js-cookie": "^3.0.1", "js-file-download": "^0.4.12", "plotly.js-cartesian-dist-min": "^2.12.1", - "sweetalert2": "^11.4.19" + "sweetalert2": "^11.26.3" }, "config": { "commitizen": {