Bump the npm_and_yarn group with 13 updates
Bumps the npm_and_yarn group with 14 updates:
| Package | From | To |
|---|---|---|
| karma | 6.3.2 |
6.3.16 |
| ansi-regex | 5.0.0 |
5.0.1 |
| ansi-regex | 3.0.0 |
5.0.1 |
| body-parser | 1.19.0 |
1.20.3 |
| got | 11.8.3 |
11.8.6 |
| json5 | 1.0.1 |
1.0.2 |
| log4js | 6.3.0 |
6.9.1 |
| minimist | 1.2.5 |
1.2.8 |
| nanoid | 3.1.20 |
removed |
| mocha | 8.4.0 |
10.7.3 |
| qs | 6.7.0 |
6.13.0 |
| socket.io | 3.1.2 |
4.7.5 |
| socket.io-parser | 4.0.4 |
4.2.4 |
| ws | 7.4.5 |
8.17.1 |
Updates karma from 6.3.2 to 6.3.16
Release notes
Sourced from karma's releases.
v6.3.16
6.3.16 (2022-02-10)
Bug Fixes
- security: mitigate the "Open Redirect Vulnerability" (ff7edbb)
v6.3.15
6.3.15 (2022-02-05)
Bug Fixes
- helper: make mkdirIfNotExists helper resilient to concurrent calls (d9dade2), closes karma-runner/karma-coverage#434
v6.3.14
6.3.14 (2022-02-05)
Bug Fixes
- remove string template from client code (91d5acd)
- warn when
singleRunandautoWatcharefalse(69cfc76)- security: remove XSS vulnerability in
returnUrlquery param (839578c)v6.3.13
6.3.13 (2022-01-31)
Bug Fixes
v6.3.12
6.3.12 (2022-01-24)
Bug Fixes
- remove depreciation warning from log4js (41bed33)
v6.3.11
6.3.11 (2022-01-13)
Bug Fixes
- deps: pin colors package to 1.4.0 due to security vulnerability (a5219c5)
... (truncated)
Changelog
Sourced from karma's changelog.
6.4.0 (2022-06-14)
Features
6.3.20 (2022-05-13)
Bug Fixes
6.3.19 (2022-04-19)
Bug Fixes
- client: error out when opening a new tab fails (099b85e)
6.3.18 (2022-04-13)
Bug Fixes
- deps: upgrade socket.io to v4.4.1 (52a30bb)
6.3.17 (2022-02-28)
Bug Fixes
6.3.16 (2022-02-10)
Bug Fixes
- security: mitigate the "Open Redirect Vulnerability" (ff7edbb)
6.3.15 (2022-02-05)
Bug Fixes
- helper: make mkdirIfNotExists helper resilient to concurrent calls (d9dade2), closes karma-runner/karma-coverage#434
... (truncated)
Commits
ab4b328chore(release): 6.3.16 [skip ci]ff7edbbfix(security): mitigate the "Open Redirect Vulnerability"c1befa0chore(release): 6.3.15 [skip ci]d9dade2fix(helper): make mkdirIfNotExists helper resilient to concurrent calls653c762ci: prevent duplicate CI tasks on creating a PRc97e562chore(release): 6.3.14 [skip ci]91d5acdfix: remove string template from client code69cfc76fix: warn whensingleRunandautoWatcharefalse839578cfix(security): remove XSS vulnerability inreturnUrlquery paramdb53785chore(release): 6.3.13 [skip ci]- Additional commits viewable in compare view
Updates ansi-regex from 5.0.0 to 5.0.1
Release notes
Sourced from ansi-regex's releases.
v5.0.1
Fixes (backport of
6.0.1to v5)This is a backport of the minor ReDos vulnerability in
ansi-regex@<6.0.1, as requested in #38.
- Fix ReDoS in certain cases (#37) You are only really affected if you run the regex on untrusted user input in a server context, which it's very unlikely anyone is doing, since this regex is mainly used in command-line tools.
https://github.com/chalk/ansi-regex/compare/v5.0.0..v5.0.1
Thank you
@yetinglifor the patch and reproduction case!
Commits
Updates ansi-regex from 3.0.0 to 5.0.1
Release notes
Sourced from ansi-regex's releases.
v5.0.1
Fixes (backport of
6.0.1to v5)This is a backport of the minor ReDos vulnerability in
ansi-regex@<6.0.1, as requested in #38.
- Fix ReDoS in certain cases (#37) You are only really affected if you run the regex on untrusted user input in a server context, which it's very unlikely anyone is doing, since this regex is mainly used in command-line tools.
https://github.com/chalk/ansi-regex/compare/v5.0.0..v5.0.1
Thank you
@yetinglifor the patch and reproduction case!
Commits
Updates body-parser from 1.19.0 to 1.20.3
Release notes
Sourced from body-parser's releases.
1.20.3
What's Changed
Important
- deps: [email protected]
- add
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity). DocumentationOther changes
- chore: add support for OSSF scorecard reporting by
@inigomarquinezin expressjs/body-parser#522- ci: fix errors in ci github action for node 8 and 9 by
@inigomarquinezin expressjs/body-parser#523- fix: pin to [email protected] by
@wesleytoddin expressjs/body-parser#527- deps: [email protected] by
@melikhov-devin expressjs/body-parser#521- Add OSSF Scorecard badge by
@bjohansebasin expressjs/body-parser#531- Linter by
@UlisesGasconin expressjs/body-parser#534- Release: 1.20.3 by
@UlisesGasconin expressjs/body-parser#535New Contributors
@inigomarquinezmade their first contribution in expressjs/body-parser#522@melikhov-devmade their first contribution in expressjs/body-parser#521@bjohansebasmade their first contribution in expressjs/body-parser#531@UlisesGasconmade their first contribution in expressjs/body-parser#534Full Changelog: https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3
1.20.2
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- perf: skip value escaping when unnecessary
- deps: [email protected]
1.20.1
- deps: [email protected]
- perf: remove unnecessary object clone
1.20.0
- Fix error message for json parse whitespace in
strict- Fix internal error when inflated body exceeds limit
- Prevent loss of async hooks context
- Prevent hanging when request already read
- deps: [email protected]
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
... (truncated)
Changelog
Sourced from body-parser's changelog.
1.20.3 / 2024-09-10
- deps: [email protected]
- add
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)1.20.2 / 2023-02-21
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- perf: skip value escaping when unnecessary
- deps: [email protected]
1.20.1 / 2022-10-06
- deps: [email protected]
- perf: remove unnecessary object clone
1.20.0 / 2022-04-02
- Fix error message for json parse whitespace in
strict- Fix internal error when inflated body exceeds limit
- Prevent loss of async hooks context
- Prevent hanging when request already read
- deps: [email protected]
- Replace internal
evalusage withFunctionconstructor- Use instance methods on
processto check for listeners- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
1.19.2 / 2022-02-15
- deps: [email protected]
- deps: [email protected]
- Fix handling of
__proto__keys- deps: [email protected]
- deps: [email protected]
1.19.1 / 2021-12-10
... (truncated)
Commits
17529511.20.339744cfchore: linter (#534)b2695c4Merge commit from forkade0f3fadd scorecard to readme (#531)99a1bd6deps: [email protected] (#521)9478591fix: pin to [email protected]83db46aci: fix errors in ci github action for node 8 and 9 (#523)9d4e212chore: add support for OSSF scorecard reporting (#522)ee913741.20.2368a93aFix strict json error message on Node.js 19+- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.
Updates got from 11.8.3 to 11.8.6
Release notes
Sourced from got's releases.
v11.8.6
- Destroy request object after successful response
https://github.com/sindresorhus/got/compare/v11.8.5...v11.8.6
v11.8.5
- Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc
https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5
Commits
2b1482c11.8.62d1497eDestroy request object after successful response (#2187)5e17bb711.8.5bce8ce7Backport 861ccd9ac2237df762a9e2beed7edd88c60782dc8ced192Fix build670eb0411.8.420f29feBackport #1543: Initialize globalResponse in case of ignored HTTPError (#2017)- See full diff in compare view
Updates json5 from 1.0.1 to 1.0.2
Changelog
Sourced from json5's changelog.
Unreleased [code, diff]
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1 [code, diff]
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0 [code, diff]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2 [code, diff]
... (truncated)
Commits
a62db1e1.0.2e0c23fedocs: update CHANGELOG for v1.0.262a6540fix: add proto to objects and arrays- See full diff in compare view
Updates log4js from 6.3.0 to 6.9.1
Changelog
Sourced from log4js's changelog.
6.9.1
6.9.0
- feat: support for idempotent logging on browser - thanks
@aellerton- docs: added that
log4js.getLogger()may calllog4js.configure()- thanks@lamweili6.8.0
- feat: added
log4js.isConfigured()API - thanks@lamweili- feat(layout): support a specifier on %m - thanks
@lamweili- fix: tilde expansion for windows - thanks
@lamweili- docs: updated typescript usage - thanks
@lamweili- test: improved test for fileAppender - thanks
@lamweili- ci: generate coverage report in both text and html - thanks
@lamweili- ci: replaced deprecated github set-output - thanks
@lamweili- chore(deps): updated dependencies - thanks
@lamweili
- chore(deps): bump streamroller from 3.1.3 to 3.1.5
- chore(deps): updated package-lock.json
- chore(deps-dev): updated dependencies - thanks
@lamweili
- chore(deps-dev): bump
@commitlint/clifrom 17.3.0 to 17.4.4- chore(deps-dev): bump
@commitlint/config-conventionalfrom 17.3.0 to 17.4.4- chore(deps-dev): bump eslint from 8.28.0 to 8.34.0
- chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 8.6.0
- chore(deps-dev): bump eslint-import-resolver-node from 0.3.6 to 0.3.7
- chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.5
- chore(deps-dev): bump fs-extra from 10.1.0 to 11.1.0
- chore(deps-dev): bump husky from 8.0.2 to 8.0.3
- chore(deps-dev): bump prettier from 2.8.0 to 2.8.4
- chore(deps-dev): bump tap from 16.3.2 to 16.3.4
- chore(deps-dev): bump typescript from 4.9.3 to 4.9.5
- chore(deps-dev): updated package-lock.json
- chore(deps-dev): bump json5 from 1.0.1 to 1.0.2 - thanks
@Dependabot6.7.1
- type: updated Configuration.levels type to allow for custom log levels - thanks
@lamweili- docs: fixed typo in
layouts.md- thanks@dtslvr- chore(deps-dev): updated dependencies - thanks
@lamweili
- chore(deps-dev): bump
@commitlint/clifrom 17.1.2 to 17.3.0- chore(deps-dev): bump
@commitlint/config-conventionalfrom 17.1.0 to 17.3.0- chore(deps-dev): bump eslint from 8.24.0 to 8.28.0
- chore(deps-dev): bump husky from 8.0.1 to 8.0.2
- chore(deps-dev): bump prettier from 2.7.1 to 2.8.0
- chore(deps-dev): bump tap from 16.3.0 to 16.3.2
... (truncated)
Commits
26dcec66.9.163ae5b9Merge pull request #1379 from log4js-node/update-docs185fa66docs: updated changelog for 6.9.1ed54dc2Merge pull request #1378 from log4js-node/1377-defaultparsecallstack-cant-par...2628688fix(7922e82): regex for stacktraceb3919d86.9.07cfe8a4Merge pull request #1376 from log4js-node/update-docsf89e7b6docs: updated changelog for 6.9.00082928Merge pull request #1375 from log4js-node/update-docsc0db6a4docs: added thatlog4js.getLogger()may calllog4js.configure()- Additional commits viewable in compare view
Updates minimist from 1.2.5 to 1.2.8
Changelog
Sourced from minimist's changelog.
v1.2.8 - 2023-02-09
Merged
- [Fix] Fix long option followed by single dash
[#17](https://github.com/minimistjs/minimist/issues/17)- [Tests] Remove duplicate test
[#12](https://github.com/minimistjs/minimist/issues/12)- [Fix] opt.string works with multiple aliases
[#10](https://github.com/minimistjs/minimist/issues/10)Fixed
- [Fix] Fix long option followed by single dash (#17)
[#15](https://github.com/minimistjs/minimist/issues/15)- [Tests] Remove duplicate test (#12)
[#8](https://github.com/minimistjs/minimist/issues/8)- [Fix] Fix long option followed by single dash
[#15](https://github.com/minimistjs/minimist/issues/15)- [Fix] opt.string works with multiple aliases (#10)
[#9](https://github.com/minimistjs/minimist/issues/9)- [Fix] Fix handling of short option with non-trivial equals
[#5](https://github.com/minimistjs/minimist/issues/5)- [Tests] Remove duplicate test
[#8](https://github.com/minimistjs/minimist/issues/8)- [Fix] opt.string works with multiple aliases
[#9](https://github.com/minimistjs/minimist/issues/9)Commits
- Merge tag 'v0.2.3'
a026794- [eslint] fix indentation and whitespace
5368ca4- [eslint] fix indentation and whitespace
e5f5067- [eslint] more cleanup
62fde7d- [eslint] more cleanup
36ac5d0- [meta] add
auto-changelog73923d2- [actions] add reusable workflows
d80727d- [eslint] add eslint; rules to enable later are warnings
48bc06a- [eslint] fix indentation
34b0f1c- [readme] rename and add badges
5df0fe4- [Dev Deps] switch from
coverttonyca48b128- [Dev Deps] update
covert,tape; remove unnecessarytapf0fb958- [meta] create FUNDING.yml; add
fundingin package.json3639e0c- [meta] use
npmignoreto autogenerate an npmignore filebe2e038- Only apps should have lockfiles
282b570- isConstructorOrProto adapted from PR
ef9153f- [Dev Deps] update
@ljharb/eslint-config,aud098873c- [Dev Deps] update
@ljharb/eslint-config,aud3124ed3- [meta] add
safe-publish-latest4b927de- [Tests] add
audinposttestb32d9bd- [meta] update repo URLs
f9fdfc0- [actions] Avoid 0.6 tests due to build failures
ba92fe6- [Dev Deps] update
tape950eaa7- [Dev Deps] add missing
npmignoredev dep3226afa- Merge tag 'v0.2.2'
980d7acv1.2.7 - 2022-10-10
Commits
... (truncated)
Commits
6901ee2v1.2.8a026794Merge tag 'v0.2.3'c0b2661v0.2.363b8fee[Fix] Fix long option followed by single dash (#17)72239e6[Tests] Remove duplicate test (#12)34b0f1c[eslint] fix indentation3226afa[Dev Deps] add missingnpmignoredev dep098873c[Dev Deps] update@ljharb/eslint-config,aud9ec4d27[Fix] Fix long option followed by single dashba92fe6[actions] Avoid 0.6 tests due to build failures- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for minimist since your current version.
Removes nanoid
Updates mocha from 8.4.0 to 10.7.3
Release notes
Sourced from mocha's releases.
v10.7.3
10.7.3 (2024-08-09)
🩹 Fixes
v10.7.2
10.7.2 (2024-08-06)
📚 Documentation
🧹 Chores
v10.7.1
10.7.1 (2024-08-06)
🩹 Fixes
🧹 Chores
- add knip to validate included dependencies (5c2989f)
- more fully remove assetgraph-builder and canvas (#5175) (1883c41)
- replace
npswith npm scripts (#5128) (c44653a), closes #5126v10.7.0
What's Changed
- feat: add option to not fail on failing test suite by
@ilgonmicin mochajs/mocha#4771New Contributors
@ilgonmicmade their first contribution in mochajs/mocha#4771Full Changelog: https://github.com/mochajs/mocha/compare/v10.6.1...v10.7.0
v10.6.1
What's Changed
- fix: do not exit when only unref'd timer is present in test code by
@boneskullin mochajs/mocha#3825- fix: support canonical module by
@JacobLeyin mochajs/mocha#5040
... (truncated)
Changelog
Sourced from mocha's changelog.
10.7.3 (2024-08-09)
🩹 Fixes
10.7.2 (2024-08-06)
📚 Documentation
🧹 Chores
10.7.1 (2024-08-06)
🩹 Fixes
🧹 Chores
- add knip to validate included dependencies (5c2989f)
- more fully remove assetgraph-builder and canvas (#5175) (1883c41)
- replace
npswith npm scripts (#5128) (c44653a), closes #512610.7.0 / 2024-07-20
:tada: Enhancements
- #4771 feat: add option to not fail on failing test suite (
@ilgonmic)10.6.1 / 2024-07-20
:bug: Fixes
- #3825 fix: do not exit when only unref'd timer is present in test code (
@boneskull)- #5040 fix: support canonical module (
@JacobLey)10.6.0 / 2024-07-02
:tada: Enhancements
... (truncated)
Commits
d5766c8chore(main): release 10.7.3 (#5195)afd66effix: make release-please build work (#5194)9e0a4bdchore(main): release 10.7.2 (#5192)7e7a2ecchore: fix failing markdown linting (#5193)1ac5b55docs: improve filtering (#5191)1528c42chore(main): release 10.7.1 (#5189)d7013ddfix: crash with --parallel and --retries both enabled (#5173)5c2989fchore: add knip to validate included dependenciesa777fd1ci: automate releases (#5186)ac5574eci: update towindows-latestin actions (#5185)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by voxpelli, a new releaser for mocha since your current version.
Updates qs from 6.7.0 to 6.13.0
Changelog
Sourced from qs's changelog.
6.13.0
- [New]
parse: addstrictDepthoption (#511)- [Tests] use
npm auditinstead ofaud6.12.3
- [Fix]
parse: properly account forstrictNullHandlingwhenallowEmptyArrays- [meta] fix changelog indentation
6.12.2
- [Fix]
parse: parse encoded square brackets (#506)- [readme] add CII best practices badge
6.12.1
- [Fix]
parse: DisabledecodeDotInKeysby default to restore previous behavior (#501)- [Performance]
utils: Optimize performance under large data volumes, reduce memory usage, and speed up processing (#502)- [Refactor]
utils: use+=- [Tests] increase coverage
6.12.0
- [New]
parse/stringify: adddecodeDotInKeys/encodeDotKeysoptions (#488)- [New]
parse: addduplicatesoption- [New]
parse/stringify: addallowEmptyArraysoption to allow [] in object values (#487)- [Refactor]
parse/stringify: move allowDots config logic to its own variable- [Refactor]
stringify: move option-handling code intonormalizeStringifyOptions- [readme] update readme, add logos (#484)
- [readme]
stringify: clarify defaultarrayFormatbehavior- [readme] fix line wrapping
- [readme] remove dead badges
- [Deps] update
side-channel- [meta] make the dist build 50% smaller
- [meta] add
sideEffectsflag- [meta] run build in prepack, not prepublish
- [Tests]
parse: remove useless tests; add coverage- [Tests]
stringify: increase coverage- [Tests] use
mock-property- [Tests]
stringify: improve coverage- [Dev Deps] update
@ljharb/eslint-config,aud,has-override-mistake,has-property-descriptors,mock-property,npmignore,object-inspect,tape- [Dev Deps] pin
glob, since v10.3.8+ requires a brokenjackspeak- [Dev Deps] pin
jackspeaksince 2.1.2+ depends on npm aliases, which kill the install process in npm < 66.11.2
- [Fix]
parse: Fix parsing when the global Object prototype is frozen (#473)- [Tests] add passing test cases with empty keys (#473)
6.11.1
... (truncated)
Commits
5cf516cv6.13.08d56df2[New]parse: addstrictDepthoptionc9a6694[Tests] usenpm auditinstead ofaudf90cc35v6.12.31bf9f7a[Fix]parse: properly account forstrictNullHandlingwhenallowEmptyArrays7ebf48b[meta] fix changelog indentationd0dff11v6.12.2f0b8d03[Dev Deps] update@ljharb/eslint-config,object-inspect,tape81835ff[Fix]:parse: parse encoded square bracketsdb47dcc[readme] add CII best practices badge- Additional commits viewable in compare view
Updates socket.io from 3.1.2 to 4.7.5
Release notes
Sourced from socket.io's releases.
4.7.5
Bug Fixes
- close the adapters when the server is closed (bf64870)
- remove duplicate pipeline when serving bundle (e426f3e)
Links
- Diff: https://github.com/socketio/socket.io/compare/4.7.4...4.7.5
- Client release: 4.7.5
engine.io@~6.5.2(no change)ws@~8.11.0(no change)4.7.4
Bug Fixes
Links
- Diff: https://github.com/socketio/socket.io/compare/4.7.3...4.7.4
- Client release: 4.7.4
engine.io@~6.5.2(no change)ws@~8.11.0(no change)4.7.3
Bug Fixes
- return the first response when broadcasting to a single socket (#4878) (df8e70f)
- typings: allow to bind to a non-secure Http2Server (#4853) (8c9ebc3)
Links
- Diff: https://github.com/socketio/socket.io/compare/4.7.2...4.7.3
- Client release: 4.7.3
engine.io@~6.5.2(no change)ws@~8.11.0(no change)4.7.2
Bug Fixes