From ebe123e2b89645a554bd91d77ea05a9b99c40b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:40:47 +0000 Subject: [PATCH] build(deps): bump sweetalert2 from 11.7.3 to 11.7.27 Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.7.3 to 11.7.27. - [Release notes](https://github.com/sweetalert2/sweetalert2/releases) - [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md) - [Commits](https://github.com/sweetalert2/sweetalert2/compare/v11.7.3...v11.7.27) --- updated-dependencies: - dependency-name: sweetalert2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc15c38..6d2aa13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "concurrently": "^7.6.0", "path": "^0.12.7", "qr-scanner": "^1.4.2", - "sweetalert2": "^11.7.3" + "sweetalert2": "^11.7.27" }, "devDependencies": { "husky": "^8.0.0", @@ -723,9 +723,9 @@ } }, "node_modules/sweetalert2": { - "version": "11.7.3", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.7.3.tgz", - "integrity": "sha512-fUN/fyVSBZNtY4Rr/Qtxn7tNNnlRAbUhQxTQ9uOo0xVMIHBmqq4/9pau5N9dB2pvkB353XL/ywRAycscLoYU3w==", + "version": "11.7.27", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.7.27.tgz", + "integrity": "sha512-QbRXGQn1sb7HEhzA/K2xtWIwQHh/qkSbb1w6jYcTql2xy17876lTREEt1D4X6Q0x2wHtfUjKJ+Cb8IVkRoq7DQ==", "funding": { "type": "individual", "url": "https://github.com/sponsors/limonte" diff --git a/package.json b/package.json index 72724b7..ec1dbf6 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "concurrently": "^7.6.0", "path": "^0.12.7", "qr-scanner": "^1.4.2", - "sweetalert2": "^11.7.3" + "sweetalert2": "^11.7.27" } }