From 85a9c52e23920e96d4afa18a7c7176230c1c9ab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 23:26:53 +0000 Subject: [PATCH] Bump urijs from 1.19.1 to 1.19.10 in /src/hyperty/learning Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 to 1.19.10. - [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.10) --- 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..c980cb45 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.10", + "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.10.tgz", + "integrity": "sha512-EzauQlgKuJgsXOqoMrCiePBf4At5jVqRhXykF3Wfb8ZsOBMxPcfiVBcsHXug4Aepb/ICm2PIgqAUGMelgdrWEg==", "dev": true } } diff --git a/src/hyperty/learning/package.json b/src/hyperty/learning/package.json index 9897f16b..8c16e111 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.10" } }