From 199e74b7cd3754762fe5630550aa126ac95ed04c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 21:17:13 +0000 Subject: [PATCH] [Security] Bump urijs from 1.19.1 to 1.19.6 in /application Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 to 1.19.6. **This update includes security fixes.** - [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.6) Signed-off-by: dependabot-preview[bot] --- application/package-lock.json | 6 +++--- application/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/package-lock.json b/application/package-lock.json index 483f91a..18a0b3a 100644 --- a/application/package-lock.json +++ b/application/package-lock.json @@ -12711,9 +12711,9 @@ } }, "urijs": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.1.tgz", - "integrity": "sha512-xVrGVi94ueCJNrBSTjWqjvtgvl3cyOTThp2zaMaFNGp3F542TR6sM3f2o8RqZl+AwteClSVmoCyt0ka4RjQOQg==" + "version": "1.19.6", + "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.6.tgz", + "integrity": "sha512-eSXsXZ2jLvGWeLYlQA3Gh36BcjF+0amo92+wHPyN1mdR8Nxf75fuEuYTd9c0a+m/vhCjRK0ESlE9YNLW+E1VEw==" }, "urix": { "version": "0.1.0", diff --git a/application/package.json b/application/package.json index 21fb2e9..7ccd217 100644 --- a/application/package.json +++ b/application/package.json @@ -35,7 +35,7 @@ "tinymce": "^4.6.7", "tls": "0.0.1", "underscore": "^1.8.3", - "urijs": "^1.17.0", + "urijs": "^1.19.6", "vue": "^2.5.7", "vuejs-datepicker": "^0.9.26" },