From c7452eebc7d0862c5623057a6cb0ed92e040687e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Jun 2024 04:59:36 +0000 Subject: [PATCH] fix: upgrade sweetalert2 from 11.10.8 to 11.11.0 Snyk has created this PR to upgrade sweetalert2 from 11.10.8 to 11.11.0. See this package in npm: sweetalert2 See this project in Snyk: https://app.snyk.io/org/adedoyine535/project/d3247356-7672-4fe3-9233-887bcc8b5dbb?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c91915ce..65ac8bc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-router-dom": "^6.22.3", "react-scripts": "5.0.1", "react-swipeable": "^7.0.1", - "sweetalert2": "^11.10.8", + "sweetalert2": "^11.11.0", "web-vitals": "^2.1.4" } }, @@ -21008,9 +21008,10 @@ } }, "node_modules/sweetalert2": { - "version": "11.10.8", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.10.8.tgz", - "integrity": "sha512-oAkYROBfXBY+4sVbQEIcN+ZxAx69lsmz5WEBwdEpyS4m59vOBNlRU5/fJpAI1MVfiDwFZiGwVzB/KBpOyfLNtg==", + "version": "11.11.0", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.11.0.tgz", + "integrity": "sha512-wKCTtoE6lQVDKaJ5FFq+znk/YykJmJlD8RnLZps8C7DyivctCoRlVeeOwnKfgwKS+QJYon7s++3dmNi3/am1tw==", + "license": "MIT", "funding": { "type": "individual", "url": "https://github.com/sponsors/limonte" diff --git a/package.json b/package.json index fee87535..77dc0f67 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-router-dom": "^6.22.3", "react-scripts": "5.0.1", "react-swipeable": "^7.0.1", - "sweetalert2": "^11.10.8", + "sweetalert2": "^11.11.0", "web-vitals": "^2.1.4" }, "scripts": {