From 07e8393e3223b2ea3b5bed13b10be514f4faf420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 03:14:26 +0000 Subject: [PATCH] Bump urijs from 1.19.1 to 1.19.8 in /src/hyperty/learning Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 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.19.1...v1.19.8) --- updated-dependencies: - dependency-name: urijs dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- src/hyperty/learning/package-lock.json | 6 +++--- src/hyperty/learning/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hyperty/learning/package-lock.json b/src/hyperty/learning/package-lock.json index 7f155f1a..0ebfeb8f 100644 --- a/src/hyperty/learning/package-lock.json +++ b/src/hyperty/learning/package-lock.json @@ -10,9 +10,9 @@ "integrity": "sha512-tt/7vIv3Gm2mnd/WeDx36nfGGHleil0Wg8IeB7eMrVkY0fZ5iTaBisSh8oNANc2IBsCc6vCgCNTIM/IEN0+50Q==" }, "urijs": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.1.tgz", - "integrity": "sha512-xVrGVi94ueCJNrBSTjWqjvtgvl3cyOTThp2zaMaFNGp3F542TR6sM3f2o8RqZl+AwteClSVmoCyt0ka4RjQOQg==", + "version": "1.19.8", + "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.8.tgz", + "integrity": "sha512-iIXHrjomQ0ZCuDRy44wRbyTZVnfVNLVo3Ksz1yxNyE5wV1IDZW2S5Jszy45DTlw/UdsnRT7DyDhIz7Gy+vJumw==", "dev": true } } diff --git a/src/hyperty/learning/package.json b/src/hyperty/learning/package.json index 9897f16b..4c38ad1f 100644 --- a/src/hyperty/learning/package.json +++ b/src/hyperty/learning/package.json @@ -12,6 +12,6 @@ "bootstrap": "^4.2.1" }, "devDependencies": { - "urijs": "^1.19.0" + "urijs": "^1.19.8" } }