From 816c78344ccf8e996730a486e6e4ac05d4c12590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 01:23:45 +0000 Subject: [PATCH] Bump urijs from 1.18.12 to 1.19.8 Bumps [urijs](https://github.com/medialize/URI.js) from 1.18.12 to 1.19.8. - [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.18.12...v1.19.8) --- 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 c6da9ebd..5e82b273 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20183,9 +20183,9 @@ } }, "urijs": { - "version": "1.18.12", - "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.18.12.tgz", - "integrity": "sha512-WlvUkocbQ+GYhi8zkcbecbGYq7YLSd2I3InxAfqeh6mWvWalBE7bISDHcAL3J7STrWFfizuJ709srHD+RuABPQ==" + "version": "1.19.8", + "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.8.tgz", + "integrity": "sha512-iIXHrjomQ0ZCuDRy44wRbyTZVnfVNLVo3Ksz1yxNyE5wV1IDZW2S5Jszy45DTlw/UdsnRT7DyDhIz7Gy+vJumw==" }, "urix": { "version": "0.1.0", diff --git a/package.json b/package.json index daad1f99..dfefc00b 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "sweetalert2": "^9.13.1", "tokenize2": "^1.3.1", "underscore": "~1.8.3", - "urijs": "~1.18.10" + "urijs": "~1.19.8" }, "devDependencies": { "@babel/core": "^7.9.6",