From d87203d5bdbfe70116b3335fbf6680c58dff7677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 00:00:24 +0000 Subject: [PATCH] Bump sweetalert2 from 11.10.1 to 11.10.3 in /public/onlinefs_public/src Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.10.1 to 11.10.3. - [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.10.1...v11.10.3) --- updated-dependencies: - dependency-name: sweetalert2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- public/onlinefs_public/src/package-lock.json | 6 +++--- public/onlinefs_public/src/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/onlinefs_public/src/package-lock.json b/public/onlinefs_public/src/package-lock.json index f714bb89..f7c84f79 100644 --- a/public/onlinefs_public/src/package-lock.json +++ b/public/onlinefs_public/src/package-lock.json @@ -8255,9 +8255,9 @@ } }, "sweetalert2": { - "version": "11.10.1", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.10.1.tgz", - "integrity": "sha512-qu145oBuFfjYr5yZW9OSdG6YmRxDf8CnkgT/sXMfrXGe+asFy2imC2vlaLQ/L/naZ/JZna1MPAY56G4qYM0VUQ==" + "version": "11.10.3", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.10.3.tgz", + "integrity": "sha512-mZYtQR7v+khyEruq0SsVUa6XIdI9Aue8s2XAIpAwdlLN1T0w7mxKEjyubiBZ3/bLbHC/wGS4wNABvXWubCizvA==" }, "tapable": { "version": "2.2.1", diff --git a/public/onlinefs_public/src/package.json b/public/onlinefs_public/src/package.json index 1b05c0f3..2f042999 100644 --- a/public/onlinefs_public/src/package.json +++ b/public/onlinefs_public/src/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "core-js": "^3.33.3", - "sweetalert2": "^11.10.1", + "sweetalert2": "^11.10.3", "vue": "^3.3.9" }, "devDependencies": {