-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump urijs from 1.19.1 to 1.19.5 #19
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 to 1.19.5. - [Release notes](https://github.com/medialize/URI.js/releases) - [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md) - [Commits](medialize/URI.js@v1.19.1...v1.19.5) Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Dec 31, 2020
@dependabot merge
…On Thu, 31 Dec 2020 at 10:41, dependabot[bot] ***@***.***> wrote:
This automated pull request fixes a security vulnerability
<https://github.com/drzax/whatdoyousuggest.net/security/dependabot/package-lock.json/urijs/open>
(low severity).
Learn more about Dependabot security updates
<https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>.
------------------------------
Bumps urijs <https://github.com/medialize/URI.js> from 1.19.1 to 1.19.5.
Release notes
*Sourced from urijs's releases
<https://github.com/medialize/URI.js/releases>.*
1.19.5 (December 30th 2020)
- dropping jquery.URI.js from minified bundle accidentally added since
v1.19.3 - [Issue #404
<https://github-redirect.dependabot.com/medialize/URI.js/issues/404>](
medialize/URI.js#404
<https://github-redirect.dependabot.com/medialize/URI.js/issues/404>)
1.19.4 (December 23rd 2020)
- *SECURITY* fixing URI.parseAuthority()
<http://medialize.github.io/URI.js/docs.html#static-parseAuthority> to
rewrite \ to / as Node and Browsers do - followed up to by
alesandroortiz <https://github.com/alesandroortiz> in [PR #403
<https://github-redirect.dependabot.com/medialize/URI.js/issues/403>](
medialize/URI.js#403
<https://github-redirect.dependabot.com/medialize/URI.js/issues/403>),
relates to [Issue #233
<https://github-redirect.dependabot.com/medialize/URI.js/issues/233>](
medialize/URI.js#233
<https://github-redirect.dependabot.com/medialize/URI.js/pull/233>)
1.19.3 (December 20th 2020)
- *SECURITY* fixing URI.parseAuthority()
<http://medialize.github.io/URI.js/docs.html#static-parseAuthority> to
rewrite \ to / as Node and Browsers do - disclosed privately by
alesandroortiz <https://github.com/alesandroortiz>, relates to [Issue
#233
<https://github-redirect.dependabot.com/medialize/URI.js/issues/233>](
medialize/URI.js#233
<https://github-redirect.dependabot.com/medialize/URI.js/pull/233>)
1.19.2 (October 20th 2019)
- fixing URI.build()
<http://medialize.github.io/URI.js/docs.html#static-build> to properly
handle relative paths when a scheme is given - [Issue #387
<https://github-redirect.dependabot.com/medialize/URI.js/issues/387>](
medialize/URI.js#387
<https://github-redirect.dependabot.com/medialize/URI.js/issues/387>)
- fixing URI.buildQuery()
<http://medialize.github.io/URI.js/docs.html#static-buildQuery> to
properly handle empty param name - [Issue #243
<https://github-redirect.dependabot.com/medialize/URI.js/issues/243>](
medialize/URI.js#243
<https://github-redirect.dependabot.com/medialize/URI.js/issues/243>),
[PR #383
<https://github-redirect.dependabot.com/medialize/URI.js/issues/383>](
medialize/URI.js#383
<https://github-redirect.dependabot.com/medialize/URI.js/issues/383>)
- support Composer [PR #386
<https://github-redirect.dependabot.com/medialize/URI.js/issues/386>](
medialize/URI.js#386
<https://github-redirect.dependabot.com/medialize/URI.js/issues/386>)
Changelog
*Sourced from urijs's changelog
<https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md>.*
1.19.5 (December 30th 2020)
- dropping jquery.URI.js from minified bundle accidentally added since
v1.19.3 - [Issue #404
<https://github-redirect.dependabot.com/medialize/URI.js/issues/404>](
medialize/URI.js#404
<https://github-redirect.dependabot.com/medialize/URI.js/issues/404>)
1.19.4 (December 23rd 2020)
- *SECURITY* fixing URI.parseAuthority()
<http://medialize.github.io/URI.js/docs.html#static-parseAuthority> to
rewrite \ to / as Node and Browsers do - followed up to by
alesandroortiz <https://github.com/alesandroortiz> in [PR #403
<https://github-redirect.dependabot.com/medialize/URI.js/issues/403>](
medialize/URI.js#403
<https://github-redirect.dependabot.com/medialize/URI.js/issues/403>),
relates to [Issue #233
<https://github-redirect.dependabot.com/medialize/URI.js/issues/233>](
medialize/URI.js#233
<https://github-redirect.dependabot.com/medialize/URI.js/pull/233>)
1.19.3 (December 20th 2020)
- *SECURITY* fixing URI.parseAuthority()
<http://medialize.github.io/URI.js/docs.html#static-parseAuthority> to
rewrite \ to / as Node and Browsers do - disclosed privately by
alesandroortiz <https://github.com/alesandroortiz>, relates to [Issue
#233
<https://github-redirect.dependabot.com/medialize/URI.js/issues/233>](
medialize/URI.js#233
<https://github-redirect.dependabot.com/medialize/URI.js/pull/233>)
1.19.2 (October 20th 2019)
- fixing URI.build()
<http://medialize.github.io/URI.js/docs.html#static-build> to properly
handle relative paths when a scheme is given - [Issue #387
<https://github-redirect.dependabot.com/medialize/URI.js/issues/387>](
medialize/URI.js#387
<https://github-redirect.dependabot.com/medialize/URI.js/issues/387>)
- fixing URI.buildQuery()
<http://medialize.github.io/URI.js/docs.html#static-buildQuery> to
properly handle empty param name - [Issue #243
<https://github-redirect.dependabot.com/medialize/URI.js/issues/243>](
medialize/URI.js#243
<https://github-redirect.dependabot.com/medialize/URI.js/issues/243>),
[PR #383
<https://github-redirect.dependabot.com/medialize/URI.js/issues/383>](
medialize/URI.js#383
<https://github-redirect.dependabot.com/medialize/URI.js/issues/383>)
- support Composer [PR #386
<https://github-redirect.dependabot.com/medialize/URI.js/issues/386>](
medialize/URI.js#386
<https://github-redirect.dependabot.com/medialize/URI.js/issues/386>)
Commits
- d7bb4ce
<medialize/URI.js@d7bb4ce>
chore(build): bumping to version 1.19.5
- bf04ec5
<medialize/URI.js@bf04ec5>
chore(build): bumping to version 1.19.4
- b02bf03
<medialize/URI.js@b02bf03>
fix(parse): treat backslash as forwardslash in authority (#403
<https://github-redirect.dependabot.com/medialize/URI.js/issues/403>)
- d7064ab
<medialize/URI.js@d7064ab>
chore(build): bumping to version 1.19.3
- 4f45faf
<medialize/URI.js@4f45faf>
fix(parse): treat backslash as forwardslash in authority
- 594ffc1
<medialize/URI.js@594ffc1>
chore(build): bumping to version 1.19.2
- e780eeb
<medialize/URI.js@e780eeb>
chore: inform people of modern APIs
- 433f0e5
<medialize/URI.js@433f0e5>
chore(package): support Composer by adding composer.json
- 4ced30a
<medialize/URI.js@4ced30a>
fix(build): handle relative paths with missing authority
- 7168049
<medialize/URI.js@7168049>
fix(buildQuery): support params without key
- See full diff in compare view
<medialize/URI.js@v1.19.1...v1.19.5>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
- @dependabot use these labels will set the current labels as the
default for future PRs for this repo and language
- @dependabot use these reviewers will set the current reviewers as
the default for future PRs for this repo and language
- @dependabot use these assignees will set the current assignees as
the default for future PRs for this repo and language
- @dependabot use this milestone will set the current milestone as the
default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security
Alerts page <https://github.com/drzax/whatdoyousuggest.net/network/alerts>
.
------------------------------
You can view, comment on, or merge this pull request online at:
#19
Commit Summary
- Bump urijs from 1.19.1 to 1.19.5
File Changes
- *M* package-lock.json
<https://github.com/drzax/whatdoyousuggest.net/pull/19/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519>
(6)
Patch Links:
- https://github.com/drzax/whatdoyousuggest.net/pull/19.patch
- https://github.com/drzax/whatdoyousuggest.net/pull/19.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAERUU3MAKJRU5LOVO6RIP3SXPCCVANCNFSM4VO342KA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps urijs from 1.19.1 to 1.19.5.
Release notes
Sourced from urijs's releases.
Changelog
Sourced from urijs's changelog.
Commits
d7bb4ce
chore(build): bumping to version 1.19.5bf04ec5
chore(build): bumping to version 1.19.4b02bf03
fix(parse): treat backslash as forwardslash in authority (#403)d7064ab
chore(build): bumping to version 1.19.34f45faf
fix(parse): treat backslash as forwardslash in authority594ffc1
chore(build): bumping to version 1.19.2e780eeb
chore: inform people of modern APIs433f0e5
chore(package): support Composer by adding composer.json4ced30a
fix(build): handle relative paths with missing authority7168049
fix(buildQuery): support params without keyDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.