Bump the npm_and_yarn group across 1 directory with 9 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 5
(19 days ago)
(3 days ago)
Bumps the npm_and_yarn group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| brace-expansion | 1.1.11 |
1.1.12 |
| cipher-base | 1.0.4 |
1.0.7 |
| js-yaml | 3.14.1 |
3.14.2 |
| mermaid | 11.6.0 |
11.12.1 |
| on-headers | 1.0.2 |
1.1.0 |
| pbkdf2 | 3.1.2 |
3.1.5 |
| tar-fs | 2.1.2 |
2.1.4 |
| tar-fs | 3.0.8 |
3.1.1 |
| webpack-dev-server | 4.15.2 |
5.2.2 |
Updates brace-expansion from 1.1.11 to 1.1.12
Release notes
Sourced from brace-expansion's releases.
v1.1.12
- pkg: publish on tag 1.x c460dbd
- fmt ccb8ac6
- Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) c3c73c8
https://github.com/juliangruber/brace-expansion/compare/v1.1.11...v1.1.12
Commits
Updates cipher-base from 1.0.4 to 1.0.7
Changelog
Sourced from cipher-base's changelog.
v1.0.7 - 2025-09-24
Commits
v1.0.6 - 2024-11-26
Commits
- [Fix] io.js 3.0 - Node.js 5.3 typed array support
b7ddd2av1.0.5 - 2024-11-17
Commits
- [Tests] standard -> eslint, make test dir, etc
ae02fd6- [Tests] migrate from travis to GHA
66387d7- [meta] fix package.json indentation
5c02918- [Fix] return valid values on multi-byte-wide TypedArray input
8fd1364- [meta] add
auto-changelog88dc806- [meta] add
npmignoreandsafe-publish-latest7a137d7- Only apps should have lockfiles
42528f2- [Deps] update
inherits,safe-buffer0e7a2d9- [meta] add missing
engines.nodef2dc13e
Commits
0056718v1.0.7fd1e5ee[Refactor] useto-buffer08ba803[Dev Deps] update@ljharb/eslint-configf5249f9v1.0.6b7ddd2a[Fix] io.js 3.0 - Node.js 5.3 typed array supportf03cebfv1.0.588dc806[meta] addauto-changelog7a137d7[meta] addnpmignoreandsafe-publish-latest5c02918[meta] fix package.json indentation8fd1364[Fix] return valid values on multi-byte-wide TypedArray input- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for cipher-base since your current version.
Updates js-yaml from 3.14.1 to 3.14.2
Changelog
Sourced from js-yaml's changelog.
[3.14.2] - 2025-11-15
Security
- Backported v4.1.1 fix to v3
[4.1.1] - 2025-11-12
Security
- Fix prototype pollution issue in yaml merge (<<) operator.
[4.1.0] - 2021-04-15
Added
- Types are now exported as
yaml.types.XXX.- Every type now has
optionsproperty with original arguments kept as they were (seeyaml.types.int.optionsas an example).Changed
Schema.extend()now keeps old type order in case of conflicts (e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered asabcdinstead ofcbad).[4.0.0] - 2021-01-03
Changed
- Check migration guide to see details for all breaking changes.
- Breaking: "unsafe" tags
!!js/function,!!js/regexp,!!js/undefinedare moved to js-yaml-js-types package.- Breaking: removed
safe*functions. Useload,loadAll,dumpinstead which are all now safe by default.yaml.DEFAULT_SAFE_SCHEMAandyaml.DEFAULT_FULL_SCHEMAare removed, useyaml.DEFAULT_SCHEMAinstead.yaml.Schema.create(schema, tags)is removed, useschema.extend(tags)instead.!!binarynow always mapped toUint8Arrayon load.- Reduced nesting of
/libfolder.- Parse numbers according to YAML 1.2 instead of YAML 1.1 (
01234is now decimal,0o1234is octal,1:23is parsed as string instead of base60).dump()no longer quotes:,[,],(,)except when necessary, #470, #557.- Line and column in exceptions are now formatted as
(X:Y)instead ofat line X, column Y(also present in compact format), #332.- Code snippet created in exceptions now contains multiple lines with line numbers.
dump()now serializesundefinedasnullin collections and removes keys withundefinedin mappings, #571.dump()withskipInvalid=truenow serializes invalid items in collections as null.- Custom tags starting with
!are now dumped as!taginstead of!<!tag>, #576.- Custom tags starting with
tag:yaml.org,2002:are now shorthanded using!!, #258.Added
... (truncated)
Commits
9963d363.14.2 released10d3c8edist rebuild5278870fix prototype pollution in merge (<<) (#731)- See full diff in compare view
Updates mermaid from 11.6.0 to 11.12.1
Release notes
Sourced from mermaid's releases.
mermaid@11.12.1
Patch Changes
- #7107
cbf8946Thanks@shubhamparikh2704! - fix: Updated the dependency dagre-d3-es to 7.0.13 to fix GHSA-cc8p-78qf-8p7qmermaid@11.12.0
Minor Changes
- #6921
764b315Thanks@quilicicf! - feat: Add IDs in architecture diagramsPatch Changes
#6950
a957908Thanks@shubhamparikh2704! - chore: Fix mindmap rendering in docs and apply tidytree layout#6826
1d36810Thanks@darshanr0107! - fix: Ensure edge label color is applied when using classDef with edge IDs#6945
d318f1aThanks@darshanr0107! - fix: Resolve gantt chart crash due to invalid array length#6918
cfe9238Thanks@shubhamparikh2704! - chore: revert marked dependency from ^15.0.7 to ^16.0.0
- Reverted marked package version to ^16.0.0 for better compatibility
- This is a dependency update that maintains API compatibility
- All tests pass with the updated version
mermaid@11.11.0
Minor Changes
#6704
012530eThanks@omkarht! - feat: Added support for new participant types (actor,boundary,control,entity,database,collections,queue) insequenceDiagram.#6802
c8e5027Thanks@darshanr0107! - feat: Update mindmap rendering to support multiple layouts, improved edge intersections, and new shapesPatch Changes
#6905
33bc4a0Thanks@darshanr0107! - fix: Render newlines as spaces in class diagrams#6886
e0b45c2Thanks@darshanr0107! - fix: Handle arrows correctly when auto number is enabledmermaid@11.10.1
Patch Changes
- #6886
e0b45c2Thanks@darshanr0107! - fix: Handle arrows correctly when auto number is enabledmermaid@11.10.0
Minor Changes
- #6744
daf8d8dThanks@SpecularAura! - feat: Added support for per link curve styling in flowchart diagram using edge idsPatch Changes
... (truncated)
Commits
762b44cMerge pull request #7108 from mermaid-js/changeset-release/master02c0091Version Packages16359adMerge pull request #7107 from mermaid-js/patch/dagre-d3-es-7.0.13061632cUpdate .changeset/slick-wasps-bathe.mdcbf8946fix: update dagre-d3-es to version 7.0.13ad82448Merge pull request #7053 from mermaid-js/changeset-release/master9498619Version Packages7a8557aMerge pull request #7036 from mermaid-js/knsv-patch-174863c9Merge pull request #7051 from mermaid-js/patch-parser-release63df702chore: added changeset file- Additional commits viewable in compare view
Updates on-headers from 1.0.2 to 1.1.0
Release notes
Sourced from on-headers's releases.
1.1.0
Important
What's Changed
- Migrate CI pipeline to GitHub actions by
@carpassein jshttp/on-headers#12- fix README.md badges by
@carpassein jshttp/on-headers#13- add OSSF scorecard action by
@carpassein jshttp/on-headers#14- fix: use
ubuntu-latestas ci runner by@UlisesGasconin jshttp/on-headers#19- ci: apply OSSF Scorecard security best practices by
@UlisesGasconin jshttp/on-headers#20- 👷 add upstream change detection by
@ctcpipin jshttp/on-headers#31- ✨ add script to update known hashes by
@ctcpipin jshttp/on-headers#32- 💚 update CI - add newer node versions by
@ctcpipin jshttp/on-headers#33New Contributors
@carpassemade their first contribution in jshttp/on-headers#12@UlisesGasconmade their first contribution in jshttp/on-headers#19@ctcpipmade their first contribution in jshttp/on-headers#31Full Changelog: https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0
Commits
4b017af1.1.0b636f2d♻️ refactor header array code3e2c2d4✨ ignore falsy header keys, matching node behavior172eb41✨ support duplicate headersc6e3849🔒️ fix array handling6893518💚 update CI - add newer node versions56a345d✨ add script to update known hashes175ab21👷 add upstream change detection (#31)ce0b2c8ci: apply OSSF Scorecard security best practices (#20)1a38c54fix: useubuntu-latestas ci runner (#19)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for on-headers since your current version.
Updates pbkdf2 from 3.1.2 to 3.1.5
Changelog
Sourced from pbkdf2's changelog.
v3.1.5 - 2025-09-23
Commits
- [Fix] only allow finite iterations
67bd94d- [Fix] restore node 0.10 support
8f59d96- [Fix] check parameters before the "no Promise" bailout
d2dc5f0v3.1.4 - 2025-09-22
Commits
- [Deps] update
create-hash,ripemd160,sha.js,to-buffer8dbf49b- [meta] update repo URLs
d15bc35- [Dev Deps] update
@ljharb/eslint-configaaf870bv3.1.3 - 2025-06-20
Commits
- Only apps should have lockfiles
8b06730- [lint] fix whitespace
9a76e2f- [lint] fix parens/curlies/semis/etc
6fd84bf- [meta] add
auto-changelog796c38d- [Tests] fix tests in node 17
3661fb0- Revert "[Tests] fix tests in node < 3"
7431b57- [Tests] fix tests in node < 3
eb9f97a- [Fix] ensure unknown algorithms throw + known ones match node
26d4fd3- [Tests] add GHA, always run nyc
513906a- [lint] fix a few more rules
ab04da8- [lint] switch to eslint
89694cf- [Tests] add coverage
d0d534b- [Refactor] use
to-buffere3102a8- [readme] improve badges
fca0c9d- [Tests] remove unused travis file
a2c7d93- [meta] switch from
filestonpmignore7f31fbc- [Tests] use .nycrc
8d628e8- [Refactor] minor tweaks
fc61005- [Deps] update
create-hmac,safe-buffer,sha.jsae2a7d0- [Fix] pin
create-hash,ripemd160due to breaking changese079968- [Tests] fix tests in node 3
45fbcf3- [meta] skip publishing benchmarks
19ea57b- [Dev Deps] add missing peer dep
645e252
Commits
3687905v3.1.567bd94d[Fix] only allow finite iterations8f59d96[Fix] restore node 0.10 supportd2dc5f0[Fix] check parameters before the "no Promise" bailoutb2ad615v3.1.48dbf49b[Deps] updatecreate-hash,ripemd160,sha.js,to-bufferaaf870b[Dev Deps] update@ljharb/eslint-configd15bc35[meta] update repo URLs3e40827v3.1.3e3102a8[Refactor] useto-buffer- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for pbkdf2 since your current version.
Updates tar-fs from 2.1.2 to 2.1.4
Commits
f421a232.1.4c412fa1refactor to same pattern as v34b7e8682.1.3266194bhardlink tweak from main- See full diff in compare view
Updates tar-fs from 3.0.8 to 3.1.1
Commits
f421a232.1.4c412fa1refactor to same pattern as v34b7e8682.1.3266194bhardlink tweak from main- See full diff in compare view
Updates sha.js from 2.4.11 to 2.4.12
Changelog
Sourced from sha.js's changelog.
v2.4.12 - 2025-07-01
Commits
- [eslint] switch to eslint
7acadfb- [meta] add
auto-changelogb46e711- [eslint] fix package.json indentation
df9d521- [Tests] migrate from travis to GHA
c43c64a- [Fix] support multi-byte wide typed arrays
f2a258e- [meta] reorder package.json
d8d77c0- [meta] add
npmignore35aec35- [Tests] avoid console logs
73e33ae- [Tests] fix tests run in batch
2629130- [Tests] drop node requirement to 0.10
00c7f23- [Dev Deps] update
buffer,hash-test-vectors,standard,tape,typedarray92b5de5- [Tests] drop node requirement to v3
9b5eca8- [meta] set engines to
>= 4807084c- Only apps should have lockfiles
c72789c- [Deps] update
inherits,safe-buffer5428cfc- [Dev Deps] update
@ljharb/eslint-config2dbe0aa- update README to reflect LICENSE
8938256- [Dev Deps] add missing peer dep
d528896- [Dev Deps] remove unused
bufferdep94ca724
Commits
eb4ea2fv2.4.12d8d77c0[meta] reorder package.jsondf9d521[eslint] fix package.json indentation35aec35[meta] addnpmignored528896[Dev Deps] add missing peer depb46e711[meta] addauto-changelog94ca724[Dev Deps] remove unusedbufferdep2dbe0aa[Dev Deps] update@ljharb/eslint-config73e33ae[Tests] avoid console logsf2a258e[Fix] support multi-byte wide typed arrays- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for sha.js since your current version.
Updates webpack-dev-server from 4.15.2 to 5.2.2
Release notes
Sourced from webpack-dev-server's releases.
v5.2.2
5.2.2 (2025-06-03)
Bug Fixes
- "Overlay enabled" false positive (18e72ee)
- do not crush when error is null for runtime errors (#5447) (309991f)
- remove unnecessary header
X_TEST(#5451) (64a6124)- respect the
allowedHostsoption for cross-origin header check (#5510) (03d1214)v5.2.1
5.2.1 (2025-03-26)
Security
- cross-origin requests are not allowed unless allowed by
Access-Control-Allow-Originheader- requests with an IP addresses in the
Originheader are not allowed to connect to WebSocket server unless configured byallowedHostsor it different from theHostheaderThe above changes may make the dev server not work if you relied on such behavior, but unfortunately they carry security risks, so they were considered as fixes.
Bug Fixes
- prevent overlay for errors caught by React error boundaries (#5431) (8c1abc9)
- take the first network found instead of the last one, this restores the same behavior as 5.0.4 (#5411) (ffd0b86)
v5.2.0
5.2.0 (2024-12-11)
Features
- added
getClientEntryandgetClientHotEntrymethods to get clients entries (dc642a8)Bug Fixes
- speed up initial client bundling (145b5d0)
v5.1.0
5.1.0 (2024-09-03)
Features
- add visual progress indicators (a8f40b7)
- added the
appoption to beFunction(by default only withconnectcompatibility frameworks) (3096148)- allow the
serveroption to beFunction(#5275) (02a1c6d)- http2 support for
connectandconnectcompatibility frameworks which support HTTP2 (#5267) (6509a3f)
... (truncated)
Changelog
Sourced from webpack-dev-server's changelog.
5.2.2 (2025-06-03)
Bug Fixes
- "Overlay enabled" false positive (18e72ee)
- do not crush when error is null for runtime errors (#5447) (309991f)
- remove unnecessary header
X_TEST(#5451) (64a6124)- respect the
allowedHostsoption for cross-origin header check (#5510) (03d1214)5.2.1 (2025-03-26)
Security
- cross-origin requests are not allowed unless allowed by
Access-Control-Allow-Originheader- requests with an IP addresses in the
Originheader are not allowed to connect to WebSocket server unless configured byallowedHostsor it different from theHostheaderThe above changes may make the dev server not work if you relied on such behavior, but unfortunately they carry security risks, so they were considered as fixes.
Bug Fixes
- prevent overlay for errors caught by React error boundaries (#5431) (8c1abc9)
- take the first network found instead of the last one, this restores the same behavior as 5.0.4 (#5411) (ffd0b86)
5.2.0 (2024-12-11)
Features
- added
getClientEntryandgetClientHotEntrymethods to get clients entries (dc642a8)Bug Fixes
- speed up initial client bundling (145b5d0)
5.1.0 (2024-09-03)
Features
- add visual progress indicators (a8f40b7)
- added the
appoption to beFunction(by default only withconnectcompatibility frameworks) (3096148)- allow the
serveroption to beFunction(#5275) (02a1c6d)- http2 support for
connectandconnectcompatibility frameworks which support HTTP2 (#5267) (6509a3f)Bug Fixes
... (truncated)
Commits
195a7e6chore(release): 5.2.2620bef1chore(deps): update (#5511)03d1214fix: respect theallowedHostsoption for cross-origin header check (#5510)5ba862echore(deps-dev): bump the dependencies group across 1 directory with 7 update...f7fec94chore: fix typo (#5508)6ee8cd0ci: add Node.js v24 (#5492)d30f963chore: update http-proxy-middleware to ^2.0.9 (#5503)66cf033chore(deps-dev): bump the dependencies group with 2 updates (#5504)4367a5crefactor: use 'String#startsWith' & replace if-then-else (#5501)8e6604fchore(deps): bump the dependencies group across 1 directory with 4 updates (#...- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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.
Package Dependencies
Technical Details
| ID: | 11184287 |
| UUID: | 3641312235 |
| Node ID: | PR_kwDOLiT30860R2IF |
| Host: | GitHub |
| Repository: | codeharborhub/codeharborhub.github.io |