From 5f801e0d87e31a43090884f7ce73b4433a109a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:51:51 +0000 Subject: [PATCH] Bump sweetalert2 from 11.10.1 to 11.10.5 in /public/onlinefs_public/src Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.10.1 to 11.10.5. - [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.5) --- 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..ab6ab82b 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.5", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.10.5.tgz", + "integrity": "sha512-q9eE3EKhMcpIDU/Xcz7z5lk8axCGkgxwK47gXGrrfncnBJWxHPPHnBVAjfsVXcTt8Yi8U6HNEcBRSu+qGeyFdA==" }, "tapable": { "version": "2.2.1", diff --git a/public/onlinefs_public/src/package.json b/public/onlinefs_public/src/package.json index 1b05c0f3..34265ff4 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.5", "vue": "^3.3.9" }, "devDependencies": {