Bump the npm_and_yarn group across 1 directory with 6 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(about 2 months ago)
(about 2 months ago)
dependencies javascript
Bumps the npm_and_yarn group with 6 updates in the / directory:
Package | From | To |
---|---|---|
braces | 3.0.2 |
3.0.3 |
markdown-to-jsx | 7.3.2 |
7.7.13 |
nanoid | 3.3.7 |
3.3.11 |
serialize-javascript | 6.0.1 |
6.0.2 |
webpack | 5.89.0 |
5.101.0 |
ws | 8.14.2 |
8.18.3 |
Updates braces
from 3.0.2 to 3.0.3
Commits
74b2db2
3.0.388f1429
update eslint. lint, fix unit tests.415d660
Snyk js braces 6838727 (#40)190510f
fix tests, skip 1 test in test/braces.expand716eb9f
readme bumpa5851e5
Merge pull request #37 from coderaiser/fix/vulnerability2092bd1
feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cf
fix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9
remove funding file665ab5d
update keepEscaping doc (#27)- Additional commits viewable in compare view
Updates markdown-to-jsx
from 7.3.2 to 7.7.13
Release notes
Sourced from markdown-to-jsx's releases.
v7.7.13
Patch Changes
- da003e4: Fix exponential backtracking issue for unpaired inline delimiter sequences.
v7.7.12
Patch Changes
- 4351ef5: Adjust text parsing to not split on double spaces unless followed by a newline.
- 4351ef5: Special case detection of :shortcode: so the text processor doesn't break it into chunks, enables shortcode replacement via renderRule.
v7.7.11
Patch Changes
4a692dc: Fixes the issue where link text containing multiple nested brackets is not parsed correctly.
Before:
[title[bracket1][bracket2]](https://github.com/quantizor/markdown-to-jsx/blob/HEAD/url)
fails to parse as a link After:[title[bracket1][bracket2]](https://github.com/quantizor/markdown-to-jsx/blob/HEAD/url)
correctly parses as a linkv7.7.10
Patch Changes
- bf9dd3d: Unescape content intended for JSX attributes.
v7.7.9
+--------------------------+------------------------+-----------------------+ | │ simple markdown string │ large markdown string | +--------------------------+------------------------+-----------------------+ | markdown-to-jsx (7.7.9) │ 103,280 ops/sec │ 403 ops/sec | +--------------------------+------------------------+-----------------------+ | markdown-to-jsx (7.7.8) │ 101,922 ops/sec │ 401 ops/sec | +--------------------------+------------------------+-----------------------+
Patch Changes
- 95dda3e: Avoid creating unnecessary paragraphs inside of HTML.
- 95dda3e: Fix HTML parser to avoid processing the inside of
<pre>
blocks.v7.7.8
7.7.7 had a performance regression for very long input that has been resolved in 7.7.8, and then some.
+--------------------------+------------------------+-----------------------+ | │ simple markdown string │ large markdown string | +--------------------------+------------------------+-----------------------+ | markdown-to-jsx (7.7.8) │ 104,575 ops/sec │ 386 ops/sec | +--------------------------+------------------------+-----------------------+ </tr></table>
... (truncated)
Changelog
Sourced from markdown-to-jsx's changelog.
7.7.13
Patch Changes
- da003e4: Fix exponential backtracking issue for unpaired inline delimiter sequences.
7.7.12
Patch Changes
- 4351ef5: Adjust text parsing to not split on double spaces unless followed by a newline.
- 4351ef5: Special case detection of :shortcode: so the text processor doesn't break it into chunks, enables shortcode replacement via renderRule.
7.7.11
Patch Changes
4a692dc: Fixes the issue where link text containing multiple nested brackets is not parsed correctly.
Before:
[title[bracket1][bracket2]](https://github.com/quantizor/markdown-to-jsx/blob/main/url)
fails to parse as a link After:[title[bracket1][bracket2]](https://github.com/quantizor/markdown-to-jsx/blob/main/url)
correctly parses as a link7.7.10
Patch Changes
- bf9dd3d: Unescape content intended for JSX attributes.
7.7.9
Patch Changes
- 95dda3e: Avoid creating unnecessary paragraphs inside of HTML.
- 95dda3e: Fix HTML parser to avoid processing the inside of
<pre>
blocks.7.7.8
Patch Changes
- db378c7: Implement early short-circuit for rules to avoid expensive throwaway work.
- db378c7: Simpler fix that preserves existing performance.
- db378c7: Various low-hanging minor performance enhancements by doing less work.
- db378c7: Improve compression by inlining static RuleType entries when used in the codebase.
7.7.7
Patch Changes
- 89c87e5: Handle spaces in text as a stop token to improve processing, also adapt paragraph detection to exclude non-atx compliant headings if that option is enabled.
... (truncated)
Commits
3b5820f
Version Packages (#702)da003e4
700/forward seek perf (#701)be306c2
update yarn6fe8aba
Version Packages (#698)4351ef5
694 text merge (#697)f91069d
Version Packages (#696)4a692dc
Fix: Handle multiple nested brackets in link text (#695)3e353f4
add doc for using options.overrides to ban tags14001e6
add test demoing the ability to void elements764f342
Version Packages (#692)- Additional commits viewable in compare view
Updates nanoid
from 3.3.7 to 3.3.11
Release notes
Sourced from nanoid's releases.
3.3.11
- Fixed React Native support.
3.3.10
- Fixed React Native support (by
@steida
).3.3.9
- Reduced npm package size.
Changelog
Sourced from nanoid's changelog.
3.3.11
- Fixed React Native support.
3.3.10
- Fixed React Native support (by
@steida
).3.3.9
- Reduced npm package size.
3.3.8
- Fixed a way to break Nano ID by passing non-integer size (by
@myndzi
).
Commits
37289ce
Release 3.3.11 version23690b7
Fix CIc147962
Fix RN supporta83734e
Move to manually ESM/CJS dual packagebb12e8a
Release 3.3.10 version8f44264
Fix Expo supportadf9b0c
Release 3.3.9 version1c6f088
Remove dev file from npm package3044cd5
Release 3.3.8 version4fe3495
Update size limit- Additional commits viewable in compare view
Updates serialize-javascript
from 6.0.1 to 6.0.2
Release notes
Sourced from serialize-javascript's releases.
v6.0.2
- fix: serialize URL string contents to prevent XSS (#173) f27d65d
- Bump
@babel/traverse
from 7.10.1 to 7.23.7 (#171) 02499c0- docs: update readme with URL support (#146) 0d88527
- chore: update node version and lock file e2a3a91
- fix typo (#164) 5a1fa64
https://github.com/yahoo/serialize-javascript/compare/v6.0.1...v6.0.2
Commits
Updates webpack
from 5.89.0 to 5.101.0
Release notes
Sourced from webpack's releases.
v5.101.0
Fixes
- Fixed concatenate optimization for ESM that caused undefined export
- Respect the
output.environment.nodePrefixForCoreModules
option everywhere- Respect the
output.importMetaName
option everywhere- Fixed await async dependencies when accepting them during HMR
- Better typescript types
Features
- Added colors helpers for CLI
- Enable tree-shaking for ESM external modules with named imports
- Added the
deferImport
option to parser optionsPerformance Improvements
- Fixed a regression in module concatenation after implementing deferred import support
- Fixed a potential performance issue in CleanPlugin
- Avoid extra
require
in some placesv5.100.2
Fixes
- Keep consistent CSS order
- Dependency without the source order attribute must keep their original index
- Keep module traversal consistent across reexport scenarios
Performance Improvements
- Extend
importPhasesPlugin
only when enabledeferImport
(#19689)v5.100.1
Fixes
- Tree-shaking unused ignored modules
- [Types] Compatibility with old Node.js versions
v5.100.0
Fixes
- Fixed the case where an ES modules entry chunk depends on the runtime chunk hash
- Handle function exports in webpack module wrapper
- Ensure dependent chunks are imported before startup & fix duplicate export of 'default'
- Generate lose closing brace when exports are unprovided
- CleanPlugin doesn't unlink same file twice
- Fixed unexpected error codes from fs.unlink on Windows
- Typescript types
Features
... (truncated)
Commits
5b87bed
chore(release): 5.101.0fbb7a8d
fix: await async dependencies when accepting them during HMR (#19739)36a976b
feat: added thedeferImport
option to parser options (#19737)92304df
fix: top level await don't leaves imported module wrapped in a Promise on HMRf6b7a8e
docs: update examples (#19742)1eb5bb1
chore(deps-dev): bump the dependencies group with 2 updates (#19743)42daf55
fix: fix potential performance issue in CleanPlugin (#19735)2259693
chore(deps-dev): bump the dependencies group across 1 directory with 2 update...3d2dfd2
chore(deps): update (#19736)1f19f95
refactor: standardize ESM naming management (#19730)- Additional commits viewable in compare view
Updates ws
from 8.14.2 to 8.18.3
Release notes
Sourced from ws's releases.
8.18.3
Bug fixes
- Fixed a spec violation where the
Sec-WebSocket-Version
header was not added to the HTTP response if the client requested version was either invalid or unacceptable (33f5dbaf).8.18.2
Bug fixes
- Fixed an issue that, during message decompression when the maximum size was exceeded, led to the emission of an inaccurate error and closure of the connection with an improper close code (#2285).
8.18.1
Bug fixes
- The length of the UNIX domain socket paths in the tests has been shortened to make them work when run via CITGM (021f7b8b).
8.18.0
Features
- Added support for
Blob
(#2229).8.17.1
Bug fixes
- Fixed a DoS vulnerability (#2231).
A request with a number of headers exceeding the[
server.maxHeadersCount
][] threshold could be used to crash a ws server.const http = require('http'); const WebSocket = require('ws');
const wss = new WebSocket.Server({ port: 0 }, function () { const chars = "!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split(''); const headers = {}; let count = 0;
for (let i = 0; i < chars.length; i++) { if (count === 2000) break;
for (let j = 0; j < chars.length; j++) { const key = chars[i] + chars[j]; headers[key] = 'x';
</tr></table>
... (truncated)
Commits
dabbdec
[dist] 8.18.333f5dba
[fix] Respond with the supported protocol versions (#2291)22a5a17
[ci] Test on node 24e67eb7a
[ci] Do not test on node 23fa670f2
[ci] Run the lint step on node 220eb8535
[dist] 8.18.24f20aed
[fix] Handle oversized messages with designated error (#2285)aa998e3
[pkg] Update globals to version 16.0.0cf25954
[minor] Fix nit in error messageb92745a
[dist] 8.18.1- 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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
1
+268
-186
Package Dependencies
Technical Details
ID: | 4805577 |
UUID: | 2732385429 |
Node ID: | PR_kwDOPa6_a86i3OSV |
Host: | GitHub |
Repository: | jinhua115/https-github.com-jinhua115-jupyterlab_pygments |
Merge State: | Unknown |