From 39d0a13a0463165a20e7b3798470c34efafcc6be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 23:11:16 +0000 Subject: [PATCH] Bump urijs from 1.19.1 to 1.19.9 Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 to 1.19.9. - [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.1...v1.19.9) --- 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 32d5139..345389c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9540,9 +9540,9 @@ } }, "urijs": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.1.tgz", - "integrity": "sha512-xVrGVi94ueCJNrBSTjWqjvtgvl3cyOTThp2zaMaFNGp3F542TR6sM3f2o8RqZl+AwteClSVmoCyt0ka4RjQOQg==" + "version": "1.19.9", + "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.9.tgz", + "integrity": "sha512-v0V+v5F3NQFt6TX0GpA2NKyrpythDJI+PHRo66sUIDP/U6cXbm6NqLVcXylQGwiwW5VYNj+OAei3EU0ALj9AWg==" }, "urix": { "version": "0.1.0", diff --git a/package.json b/package.json index ffc1695..aff5e4d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "promise": "^7.1.1", "rtlcss": "^2.2", "sweetalert": "^1.1.3", - "urijs": "^1.17.0", + "urijs": "^1.19.9", "vue": "^2.6.8" } }