LatinChainDevelopments
LatinChainDevelopments copied to clipboard
Bump ws and jsdom in /website_pinetwork_games_odoo/static/src/js/Darkmode.js-master
Bumps ws to 5.2.4 and updates ancestor dependency jsdom. These dependencies need to be updated together.
Updates ws
from 4.1.0 to 5.2.4
Release notes
Sourced from ws's releases.
5.2.4
Bug fixes
- Backported e55e5106 to the 5.x release line (4abd8f6d).
5.2.3
Bug fixes
- Backported 00c425ec to the 5.x release line (76d47c14).
5.2.2
Bug fixes
- Fixed a use after invalidation bug introduced in 6046a28 (8aba871).
5.2.1
Bug fixes
- Fixed a bug that could prevent buffered data from being processed under certain circumstances (6046a28).
5.2.0
Features
- Added ability to specify custom headers when rejecting the handshake (#1379).
5.1.1
Bug fixes
- Fixed a regression introduced in 9e152f9 (#1347).
5.1.0
Features
- The
address
argument of theWebSocket
constructor can now be aURL
instance (#1329).- The
options
argument of theWebSocket
constructor now accepts any TLS option that is also accepted byhttps.request()
(#1332).5.0.0
Breaking changes
... (truncated)
Commits
aa8fe0a
[dist] 5.2.44abd8f6
[security] Fix crash when the Upgrade header cannot be read (#2231)36a3f4d
[lint] Add space before function parentheses6dd88e7
[dist] 5.2.376d47c1
[security] Fix ReDoS vulnerability5d55e52
[dist] 5.2.28aba871
[fix] Fix use after invalidation bug175ce46
[dist] 5.2.1307be7a
[fix] Remove the'data'
listener when the receiver emits an error6046a28
[fix] Do not prematurely remove the listener of the'data'
event- Additional commits viewable in compare view
Updates jsdom
from 11.11.0 to 11.12.0
Changelog
Sourced from jsdom's changelog.
11.12.0
- Added
window.localStorage
,window.sessionStorage
, andStorageEvent
support. These are currently only stored in-memory; file an issue if you need persistent (on-disk) storage capability so we can discuss adding that. This feature includes the newstorageQuota
option for controlling how much can be stored.- Added
element.closest()
. (caub)- Changed
hashchange
andpopstate
events to no longer bubble, per a specification update.- Fixed the old API in Node.js v10 to not throw, when given input that is not a valid file path (such as a typical HTML string).
- Upgraded
cssstyle
to v1.0.0, bringing along various fixes to our CSS parser and object model. (eddies)- Upgraded
nwsapi
to v2.0.7, bringing along various fixes to our selector engine.
Commits
4d26c67
Version 11.12.0d6688e5
Implement Element.prototype.closest()9191218
Upgrade NWSAPI to v2.0.7500a209
Change storageQuota to operate on code units, not bytes23d67eb
Add the storageQuota optionb4db242
Remove unused form-data-symbols.js file70fd739
Fix a few entries in the changelogeae1062
Upgrades cssstyle dependency to ^1.0.0022c204
Update hosts in Travis configuration2761d3c
HashChangeEvent and PopStateEvent should no longer bubble- Additional commits viewable in compare view
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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) You can disable automated security fix PRs for this repo from the Security Alerts page.