From 0d469258a1fff4c73045b9bb3a1b74d41f4a7b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 23:38:52 +0000 Subject: [PATCH] Bump urijs from 1.19.2 to 1.19.11 Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.2 to 1.19.11. - [Release notes](https://github.com/medialize/URI.js/releases) - [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md) - [Commits](https://github.com/medialize/URI.js/compare/v1.19.2...v1.19.11) --- updated-dependencies: - dependency-name: urijs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b108487..570c627 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8134,9 +8134,9 @@ } }, "urijs": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.2.tgz", - "integrity": "sha512-s/UIq9ap4JPZ7H1EB5ULo/aOUbWqfDi7FKzMC2Nz+0Si8GiT1rIEaprt8hy3Vy2Ex2aJPpOQv4P4DuOZ+K1c6w==" + "version": "1.19.11", + "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.11.tgz", + "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==" }, "urix": { "version": "0.1.0", diff --git a/package.json b/package.json index 87ef8fa..33100ea 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "sass": "^1.22.5", "sass-loader": "7.*", "sweetalert2": "^8.13.6", - "urijs": "^1.17.0", + "urijs": "^1.19.11", "vue": "2.*", "vue-izitoast": "^1.2.1", "vue-template-compiler": "^2.6.10",