From a548b69201c473c83728d7a4e6ad0372369c862f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 23:15:27 -0700 Subject: [PATCH] build(deps): bump urijs from 1.19.4 to 1.19.6 in /superset-frontend (#13393) Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.4 to 1.19.6. - [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.4...v1.19.6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/package-lock.json | 6 +++--- superset-frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index f37ceb28e..035e48f2b 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -104785,9 +104785,9 @@ } }, "urijs": { - "version": "1.19.4", - "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.4.tgz", - "integrity": "sha512-2YF/wdFu02Gsly/wyx+S/f5w/oCF0ihVSgK/Sn8fcY/ZYMYtqxgi03Vi3V7HqyQP8mj8xHMuNFTBIPufmPRdoA==" + "version": "1.19.6", + "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.6.tgz", + "integrity": "sha512-eSXsXZ2jLvGWeLYlQA3Gh36BcjF+0amo92+wHPyN1mdR8Nxf75fuEuYTd9c0a+m/vhCjRK0ESlE9YNLW+E1VEw==" }, "urix": { "version": "0.1.0", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 1f874e65f..d8d60dfe5 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -174,7 +174,7 @@ "regenerator-runtime": "^0.13.5", "rison": "^0.1.1", "shortid": "^2.2.6", - "urijs": "^1.19.4", + "urijs": "^1.19.6", "use-immer": "^0.4.2", "use-query-params": "^1.1.9" },