From 5f7bd3ad816b8cd53a5a5cf70eb57b184882a6bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 23:54:18 +0000 Subject: [PATCH] Bump urijs from 1.19.1 to 1.19.11 in /src/hyperty/learning Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 to 1.19.11. - [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.11) --- 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..9f66a3ec 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.11", + "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.11.tgz", + "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==", "dev": true } } diff --git a/src/hyperty/learning/package.json b/src/hyperty/learning/package.json index 9897f16b..2def9c51 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.11" } }