This is an automated email from the git hooks/post-receive script.
alexishan pushed a commit to annotated tag 2022.5.24 in repository https-everywhere.
commit f2f2ba855022557ca3a180aa6a859a66ebf8d83d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue May 10 09:48:24 2022 -0700
npmauto: bump urijs from 1.19.10 to 1.19.11 in /chromium (#20192)
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.10 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.10...v1.19.11)
--- updated-dependencies: - dependency-name: urijs dependency-type: indirect ...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- chromium/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/chromium/package-lock.json b/chromium/package-lock.json index b62235a2c2..c8f3d35d68 100644 --- a/chromium/package-lock.json +++ b/chromium/package-lock.json @@ -2594,9 +2594,9 @@ } }, "urijs": { - "version": "1.19.10", - "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.10.tgz", - "integrity": "sha512-EzauQlgKuJgsXOqoMrCiePBf4At5jVqRhXykF3Wfb8ZsOBMxPcfiVBcsHXug4Aepb/ICm2PIgqAUGMelgdrWEg==", + "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 }, "uuid": {