From 6138a4c7e5b6a82b2d21fc4b357f199810155460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 05:25:06 +0000 Subject: [PATCH] Bump sweetalert2 from 11.6.16 to 11.7.2 in /public/onlinefs_public/src Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.6.16 to 11.7.2. - [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.6.16...v11.7.2) --- updated-dependencies: - dependency-name: sweetalert2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- public/onlinefs_public/src/package-lock.json | 12 ++++++------ public/onlinefs_public/src/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public/onlinefs_public/src/package-lock.json b/public/onlinefs_public/src/package-lock.json index ba09c25..ae4e980 100644 --- a/public/onlinefs_public/src/package-lock.json +++ b/public/onlinefs_public/src/package-lock.json @@ -3017,9 +3017,9 @@ } }, "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, "requires": { "minimist": "^1.2.0" @@ -9848,9 +9848,9 @@ } }, "sweetalert2": { - "version": "11.6.16", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.6.16.tgz", - "integrity": "sha512-T2FO8LptErsjE4r0WMfiSk4YbeUvPadNaUZ/cADMEOnws000znrf8zFX9S5e/spvzJDyRI5En73WQyDZhGypxQ==" + "version": "11.7.2", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.7.2.tgz", + "integrity": "sha512-atPjDa3fv/4xwZpiAt7FZUgAhR5VAASiLP2hu7HUeVDXx+v4/9nD1W0u8xal1e9f2/qGh0DwTxPXPV9XoZIBvg==" }, "tapable": { "version": "2.2.1", diff --git a/public/onlinefs_public/src/package.json b/public/onlinefs_public/src/package.json index 9cbd20c..16fe372 100644 --- a/public/onlinefs_public/src/package.json +++ b/public/onlinefs_public/src/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "core-js": "^3.27.0", - "sweetalert2": "^11.6.16", + "sweetalert2": "^11.7.2", "vue": "^3.2.45" }, "devDependencies": {