From 09bf60798b24135666895b3f3c1e8de74c5fe766 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Aug 2024 09:14:36 +0000 Subject: [PATCH] fix: upgrade sweetalert2 from 11.4.19 to 11.12.4 Snyk has created this PR to upgrade sweetalert2 from 11.4.19 to 11.12.4. 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..751852b1 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.12.4" }, "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.12.4", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.12.4.tgz", + "integrity": "sha512-ZSpyaLbAmn4b7xjnV9x9BFD1UOrCAhIzm1D8dZ443kGxtVKqbTIA5SgXs4xeEtmFfEXUyC3RBgpSlu1AXmCiHA==", + "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.12.4", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.12.4.tgz", + "integrity": "sha512-ZSpyaLbAmn4b7xjnV9x9BFD1UOrCAhIzm1D8dZ443kGxtVKqbTIA5SgXs4xeEtmFfEXUyC3RBgpSlu1AXmCiHA==" }, "tapable": { "version": "2.2.1", diff --git a/package.json b/package.json index 605db161..307795ba 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.12.4" }, "config": { "commitizen": {