From e3753d0ab94cb4cf2f96a62c516145ac25979d69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Aug 2024 10:31:56 +0000 Subject: [PATCH] fix: upgrade sweetalert2 from 11.4.19 to 11.12.3 Snyk has created this PR to upgrade sweetalert2 from 11.4.19 to 11.12.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..eb2e56ee 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.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.12.3", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.12.3.tgz", + "integrity": "sha512-tgGJSgfSV/xK113JEvhjwqKAuBYLXsZf0z+tGlHKQNnsLMi4eSNuzn9tt5hUdvjOVTLSPDgo0Lc+tnjy9Uj7Og==", + "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.3", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.12.3.tgz", + "integrity": "sha512-tgGJSgfSV/xK113JEvhjwqKAuBYLXsZf0z+tGlHKQNnsLMi4eSNuzn9tt5hUdvjOVTLSPDgo0Lc+tnjy9Uj7Og==" }, "tapable": { "version": "2.2.1", diff --git a/package.json b/package.json index 605db161..ebee2b8d 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.3" }, "config": { "commitizen": {