HeartBeat
HeartBeat copied to clipboard
chore(deps): bump the npm_and_yarn group across 3 directories with 11 updates
Bumps the npm_and_yarn group with 11 updates in the /backend directory:
| Package | From | To |
|---|---|---|
| @koa/cors | 3.1.0 |
5.0.0 |
| axios | 0.21.1 |
1.6.0 |
| @babel/traverse | 7.13.0 |
7.23.7 |
| cookiejar | 2.1.2 |
2.1.4 |
| decode-uri-component | 0.2.0 |
0.2.2 |
| get-func-name | 2.0.0 |
2.0.2 |
| http-cache-semantics | 4.1.0 |
4.1.1 |
| minimist | 1.2.5 |
1.2.8 |
| qs | 6.5.2 |
6.5.3 |
| semver | 5.7.1 |
5.7.2 |
| word-wrap | 1.2.3 |
1.2.5 |
| Bumps the npm_and_yarn group with 2 updates in the /docs directory: @babel/traverse and semver. | ||
| Bumps the npm_and_yarn group with 4 updates in the /frontend directory: axios, @babel/traverse, minimist and semver. |
Updates @koa/cors from 3.1.0 to 5.0.0
Changelog
Sourced from @koa/cors's changelog.
5.0.0 / 2023-12-11
others
- [
f31dac9] - Merge pull request from GHSA-qxrj-hx23-xp82 (fengmk2 )4.0.0 / 2022-10-08
fixes
others
3.4.3 / 2022-10-08
others
3.4.2 / 2022-10-06
fixes
3.4.1 / 2022-08-19
fixes
3.4.0 / 2022-08-19
others
- [
2cd4789] - 🤖 TEST: Run test on Node.js 18 (#86) (fengmk2 )- [
ae56e05] - Create codeql-analysis.yml (fengmk2 )- [
c4b5d21] - refactor: use friendlier promise checking (#84) (Swain Molster )- [
fbe33bc] - 📖 DOC: Add privateNetworkAccess js to README (fengmk2 )3.3.0 / 2022-03-29
features
others
... (truncated)
Commits
c33bd69Release 5.0.0f31dac9Merge pull request from GHSA-qxrj-hx23-xp820f3f948Release 4.0.0d19090frefactor: [BREAKING] drop node 8, 10, 12 support (#88)7358ab3fix: Calling all options even if origin header is not present (#87)b49b085Release 3.4.3208b86cRevert "fix: Calling all options even if origin header is not present (#87)"d5456f7Release 3.4.22e8da5bfix: Calling all options even if origin header is not present (#87)ea0ca7bRelease 3.4.1- Additional commits viewable in compare view
Updates axios from 0.21.1 to 1.6.0
Release notes
Sourced from axios's releases.
Release v1.6.0
Release notes:
Bug Fixes
- CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
- dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
- types: fix AxiosHeaders types; (#5931) (a1c8ad0)
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459Contributors to this release
Release v1.5.1
Release notes:
Bug Fixes
- adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
- formdata: fixed automatic addition of the
Content-Typeheader for FormData in non-browser environments; (#5917) (bc9af51)- headers: allow
content-encodingheader to handle case-insensitive values (#5890) (#5892) (4c89f25)- types: removed duplicated code (9e62056)
Contributors to this release
Release v1.5.0
Release notes:
Bug Fixes
- adapter: make adapter loading error more clear by using platform-specific adapters explicitly (#5837) (9a414bb)
- dns: fixed
cacheable-lookupintegration; (#5836) (b3e327d)- headers: added support for setting header names that overlap with class methods; (#5831) (d8b4ca0)
- headers: fixed common Content-Type header merging; (#5832) (8fda276)
Features
... (truncated)
Changelog
Sourced from axios's changelog.
1.6.0 (2023-10-26)
Bug Fixes
- CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
- dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
- types: fix AxiosHeaders types; (#5931) (a1c8ad0)
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459Contributors to this release
1.5.1 (2023-09-26)
Bug Fixes
- adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
- formdata: fixed automatic addition of the
Content-Typeheader for FormData in non-browser environments; (#5917) (bc9af51)- headers: allow
content-encodingheader to handle case-insensitive values (#5890) (#5892) (4c89f25)- types: removed duplicated code (9e62056)
Contributors to this release
PRs
- CVE 2023 45857 ( #6028 )
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-60324591.5.0 (2023-08-26)
... (truncated)
Commits
f7adacdchore(release): v1.6.0 (#6031)9917e67chore(ci): fix release-it arg; (#6032)96ee232fix(CSRF): fixed CSRF vulnerability CVE-2023-45857 (#6028)7d45ab2chore(tests): fixed tests to pass in node v19 and v20 withkeep-aliveenabl...5aaff53fix(dns): fixed lookup function decorator to work properly in node v20; (#6011)a48a63achore(docs): added AxiosHeaders docs; (#5932)a1c8ad0fix(types): fix AxiosHeaders types; (#5931)2ac731dchore(docs): update readme.md (#5889)88fb52bchore(release): v1.5.1 (#5920)e410779fix(adapters): improved adapters loading logic to have clear error messages; ...- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jasonsaayman, a new releaser for axios since your current version.
Updates @babel/traverse from 7.13.0 to 7.23.7
Release notes
Sourced from @babel/traverse's releases.
v7.23.7 (2023-12-29)
:bug: Bug Fix
babel-traverse
- #16191 fix: Crash when removing without
Program(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
- #16180 fix: Class decorator
ctx.kindis wrong (@liuxingbaoyu)babel-plugin-proposal-decoratorsbabel-core
- #16167 Avoid unpreventable
unhandledRejectionevents (@nicolo-ribaudo):house: Internal
babel-helper-create-class-features-plugin
- #16186 chore: Update deps (
@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsCommitters: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.23.6 (2023-12-11)
Thanks
@martinez-hugoand@odinhofor your first pull requests!:eyeglasses: Spec Compliance
babel-generator,babel-parser,babel-typesbabel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-types:bug: Bug Fix
babel-generator
- #16166 fix: Correctly indenting when
retainLinesis enabled (@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-managementbabel-plugin-proposal-decorators,babel-plugin-transform-class-propertiesbabel-plugin-transform-for-of,babel-preset-env
- #16011 fix:
for ofwithiterableIsArrayand shadowing variable (@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-plugin-transform-typescript
- #16137 Fix references to enum values with merging (
@nicolo-ribaudo):microscope: Output optimization
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
v7.23.7 (2023-12-29)
:bug: Bug Fix
babel-traverse
- #16191 fix: Crash when removing without
Program(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
- #16180 fix: Class decorator
ctx.kindis wrong (@liuxingbaoyu)babel-plugin-proposal-decoratorsbabel-core
- #16167 Avoid unpreventable
unhandledRejectionevents (@nicolo-ribaudo):house: Internal
babel-helper-create-class-features-plugin
- #16186 chore: Update deps (
@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsv7.23.6 (2023-12-11)
:eyeglasses: Spec Compliance
babel-generator,babel-parser,babel-typesbabel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-types:bug: Bug Fix
babel-generator
- #16166 fix: Correctly indenting when
retainLinesis enabled (@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-managementbabel-plugin-proposal-decorators,babel-plugin-transform-class-propertiesbabel-plugin-transform-for-of,babel-preset-env
- #16011 fix:
for ofwithiterableIsArrayand shadowing variable (@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-plugin-transform-typescript
- #16137 Fix references to enum values with merging (
@nicolo-ribaudo):microscope: Output optimization
babel-helper-create-class-features-plugin,babel-plugin-transform-class-propertiesbabel-helpers,babel-plugin-proposal-decorators
- #16160 Optimize decorator helper size (
@liuxingbaoyu)v7.23.5 (2023-11-29)
:eyeglasses: Spec Compliance
babel-plugin-proposal-decorators
- #16138 Class binding is in TDZ during decorators initialization (
@nicolo-ribaudo)
... (truncated)
Commits
e428a6dv7.23.7d292822fix: Crash when removing withoutProgram(#16191)d02c1f7v7.23.6cce807fBump debug to ^4.3.1 (#16164)8479012v7.23.5da7dc40Do not remove bindings when removing assignment expression path (#16131)fadc081fix: Unexpected duplication of comments (#16110)13a5c83v7.23.45e1c5f0Use prettier 3.1 (#16098)1bce5c9v7.23.3- Additional commits viewable in compare view
Updates cookiejar from 2.1.2 to 2.1.4
Commits
- See full diff in compare view
Updates decode-uri-component from 0.2.0 to 0.2.2
Release notes
Sourced from decode-uri-component's releases.
v0.2.2
- Prevent overwriting previously decoded tokens 980e0bf
https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2
v0.2.1
- Switch to GitHub workflows 76abc93
- Fix issue where decode throws - fixes #6 746ca5d
- Update license (#1) 486d7e2
- Tidelift tasks a650457
- Meta tweaks 66e1c28
https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1
Commits
Updates get-func-name from 2.0.0 to 2.0.2
Release notes
Sourced from get-func-name's releases.
v2.0.2
What's Changed
Revert previous changes that shipped this as an ES module.
Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2
v2.0.1
What's Changed
Fix https://github.com/chaijs/get-func-name/security/advisories/GHSA-4q6p-r6v2-jvc5
Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.1
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by keithamus, a new releaser for get-func-name since your current version.
Updates http-cache-semantics from 4.1.0 to 4.1.1
Commits
2449650Update mocha560b2d8Don't use regex to trim whitespaceb1bdb92Remove linting package zooc20dc7eCache 308- See full diff 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.
Updates qs from 6.5.2 to 6.5.3
Changelog
Sourced from qs's changelog.
6.5.3
- [Fix]
parse: ignore__proto__keys (#428)- [Fix]
utils.merge: avoid a crash with a null target and a truthy non-array source- [Fix] correctly parse nested arrays
- [Fix]
stringify: fix a crash withstrictNullHandlingand a customfilter/serializeDate(#279)- [Fix]
utils:merge: fix crash whensourceis a truthy primitive & no options are provided- [Fix] when
parseArraysis false, properly handle keys ending in[]- [Fix] fix for an impossible situation: when the formatter is called with a non-string value
- [Fix]
utils.merge: avoid a crash with a null target and an array source- [Refactor]
utils: reduce observable [[Get]]s- [Refactor] use cached
Array.isArray- [Refactor]
stringify: Avoid arr = arr.concat(...), push to the existing instance (#269)- [Refactor]
parse: only need to reassign the var once- [Robustness]
stringify: avoid relying on a globalundefined(#427)- [readme] remove travis badge; add github actions/codecov badges; update URLs
- [Docs] Clean up license text so it’s properly detected as BSD-3-Clause
- [Docs] Clarify the need for "arrayLimit" option
- [meta] fix README.md (#399)
- [meta] add FUNDING.yml
- [actions] backport actions from main
- [Tests] always use
String(x)overx.toString()- [Tests] remove nonexistent tape option
- [Dev Deps] backport from main
Commits
298bfa5v6.5.3ed0f5dc[Fix]parse: ignore__proto__keys (#428)691e739[Robustness]stringify: avoid relying on a globalundefined(#427)1072d57[readme] remove travis badge; add github actions/codecov badges; update URLs12ac1c4[meta] fix README.md (#399)0338716[actions] backport actions from main5639c20Clean up license text so it’s properly detected as BSD-3-Clause51b8a0badd FUNDING.yml45f6759[Fix] fix for an impossible situation: when the formatter is called with a no...f814a7f[Dev Deps] backport from main- Additional commits viewable in compare view
Updates semver from 5.7.1 to 5.7.2
Release notes
Sourced from semver's releases.
v5.7.2
5.7.2 (2023-07-10)
Bug Fixes
2f8fd41#585 better handling of whitespace (#585) (@joaomoreno,@lukekarrys)
Changelog
Sourced from semver's changelog.
5.7.2 (2023-07-10)
Bug Fixes
2f8fd41#585 better handling of whitespace (#585) (@joaomoreno,@lukekarrys)5.7
- Add
minVersionmethod5.6
- Move boolean
looseparam to an options object, with backwards-compatibility protection.- Add ability to opt out of special prerelease version handling with the
includePrereleaseoption flag.5.5
- Add version coercion capabilities
5.4
- Add intersection checking
5.3
- Add
minSatisfyingmethod5.2
- Add
prerelease(v)that returns prerelease components5.1
- Add Backus-Naur for ranges
- Remove excessively cute inspection methods
5.0
- Remove AMD/Browserified build artifacts
- Fix ltr and gtr when using the
*range- Fix for range
*with a prerelease identifier
Commits
Maintainer changes
This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.
Updates word-wrap from 1.2.3 to 1.2.5
Release notes
Sourced from word-wrap's releases.
1.2.5
Changes:
Reverts default value for
options.indentto two spaces' '.Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5
1.2.4
What's Changed
- Remove default indent by
@mohd-akramin jonschlinkert/word-wrap#24- 🔒fix: CVE 2023 26115 (2) by
@OlafConijnin jonschlinkert/word-wrap#41- :lock: fix: CVE-2023-26115 by
@aashutoshrathiin jonschlinkert/word-wrap#33- chore: publish workflow by
@OlafConijnin jonschlinkert/word-wrap#42New Contributors
@mohd-akrammade their first contribution in jonschlinkert/word-wrap#24@OlafConijnmade their first contribution in jonschlinkert/word-wrap#41@aashutoshrathimade their first contribution in jonschlinkert/word-wrap#33Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4
Commits
207044e1.2.59894315revert default indentf64b188run verb to generate README03ea082Merge pull request #42 from jonschlinkert/chore/publish-workflow420dce9Merge pull request #41 from jonschlinkert/fix/CVE-2023-26115-2bfa694eUpdate .github/workflows/publish.ymlace0b3cchore: bump version to 1.2.46fd7275chore: add publish workflow30d6dafchore: fix test655929cchore: remove package-lock- Additional commits viewable in compare view
Updates @babel/traverse from 7.20.5 to 7.23.7
Release notes
Sourced from @babel/traverse's releases.
v7.23.7 (2023-12-29)
:bug: Bug Fix
babel-traverse
- #16191 fix: Crash when removing without
Program(@liuxingbaoyu)babel-helpers,babel-plugin-proposal-decorators
- #16180 fix: Class decorator
ctx.kindis wrong (@liuxingbaoyu)babel-plugin-proposal-decoratorsbabel-core
- #16167 Avoid unpreventable
unhandledRejectionevents (@nicolo-ribaudo):house: Internal
babel-helper-create-class-features-plugin
- #16186 chore: Update deps (
@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsCommitters: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.23.6 (2023-12-11)
Thanks
@martinez-hugoand@odinhofor your first pull requests!:eyeglasses: Spec Compliance
babel-generator,babel-parser,babel-typesbabel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-class-static-block,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-types:bug: Bug Fix
babel-generator
- #16166 fix: Correctly indenting when
retainLinesis enabled (@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management