From 9fffb80534f0d680783af4ccbaff2b4951dde2c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 23:42:38 +0000 Subject: [PATCH] Bump urijs from 1.19.9 to 1.19.10 Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.9 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.9...v1.19.10) --- 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 cf569d04..24516aa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3101,9 +3101,9 @@ } }, "urijs": { - "version": "1.19.9", - "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.9.tgz", - "integrity": "sha512-v0V+v5F3NQFt6TX0GpA2NKyrpythDJI+PHRo66sUIDP/U6cXbm6NqLVcXylQGwiwW5VYNj+OAei3EU0ALj9AWg==" + "version": "1.19.10", + "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.10.tgz", + "integrity": "sha512-EzauQlgKuJgsXOqoMrCiePBf4At5jVqRhXykF3Wfb8ZsOBMxPcfiVBcsHXug4Aepb/ICm2PIgqAUGMelgdrWEg==" }, "util": { "version": "0.12.4", diff --git a/package.json b/package.json index 894ed90b..bab46c16 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "socket.io": "^4.1.2", "socket.io-client": "^4.1.2", "source-map-support": "^0.5.19", - "urijs": "^1.19.9", + "urijs": "^1.19.10", "winston": "^3.3.3", "winston-mongodb": "^5.0.7" },