Bump the npm_and_yarn group across 1 directory with 31 updates
Type: Pull Request
State: Open
Association: None
Comments: 0
(about 1 year ago)
(about 1 year ago)
dependencies javascript
Bumps the npm_and_yarn group with 26 updates in the /Reactivities/client-app directory:
| Package | From | To |
|---|---|---|
| axios | 0.26.1 |
0.30.0 |
| semver | 6.3.0 |
7.7.2 |
| semver | 7.3.7 |
7.7.2 |
| core-js-compat | 3.21.1 |
3.42.0 |
| @babel/helpers | 7.17.9 |
7.27.1 |
| @babel/runtime | 7.17.9 |
7.27.1 |
| @babel/runtime-corejs3 | 7.17.9 |
7.27.1 |
| @babel/traverse | 7.17.9 |
7.27.1 |
| body-parser | 1.19.2 |
1.20.3 |
| express | 4.17.3 |
4.21.2 |
| braces | 3.0.2 |
3.0.3 |
| cross-spawn | 7.0.3 |
7.0.6 |
| decode-uri-component | 0.2.0 |
0.2.2 |
| ejs | 3.1.6 |
3.1.10 |
| http-proxy-middleware | 2.0.4 |
2.0.9 |
| json5 | 1.0.1 |
1.0.2 |
| micromatch | 4.0.5 |
4.0.8 |
| minimatch | 3.0.4 |
3.1.2 |
| recursive-readdir | 2.2.2 |
2.2.3 |
| nanoid | 3.3.2 |
3.3.11 |
| rollup | 2.70.1 |
2.79.2 |
| serialize-javascript | 6.0.0 |
6.0.2 |
| terser | 5.12.1 |
5.39.2 |
| tough-cookie | 4.0.0 |
4.1.4 |
| webpack | 5.72.0 |
5.99.8 |
| webpack-dev-middleware | 5.3.1 |
5.3.4 |
| word-wrap | 1.2.3 |
1.2.5 |
Updates axios from 0.26.1 to 0.30.0
Release notes
Sourced from axios's releases.
Release v0.30.0
Release notes:
Bug Fixes
- fix: modify log while request is aborted by
@mori5321in axios/axios#4917- fix: update CHANGELOG.md for v0.x by
@TehZarathustrain axios/axios#6271- fix: modify upgrade guide for 0.28.1's breaking change by
@nafegerin axios/axios#6787- fix: backport allowAbsoluteUrls vulnerability fix to v0.x by
@thatguyinabeaniein axios/axios#6829- fix: add allowAbsoluteUrls type by
@thatguyinabeaniein axios/axios#6849Contributors to this release
@mori5321made their first contribution in axios/axios#4917@TehZarathustramade their first contribution in axios/axios#6271@nafegermade their first contribution in axios/axios#6787@thatguyinabeaniemade their first contribution in axios/axios#6829Full Changelog: https://github.com/axios/axios/compare/v0.29.0...v0.30.0
v0.29.0
Release notes:
Bug Fixes
- fix(backport): backport security fixes in commits #6167 and #6163 to v0.x by
@Sean-Powellin axios/axios#6402- fix: omit nulls in params by
@Willshawin axios/axios#6394- fix(backport): fix paramsSerializer function validation by
@solonzhuin axios/axios#6361- fix: Regular Expression Denial of Service (ReDoS) by
@qiongshushengin axios/axios#6708Contributors to this release
@Sean-Powellmade their first contribution in axios/axios#6402@Willshawmade their first contribution in axios/axios#6394@solonzhumade their first contribution in axios/axios#6361@qiongshushengmade their first contribution in axios/axios#6708Release v0.28.1
Release notes:
Release notes:
Bug Fixes
- fix(backport): custom params serializer support (#6263)
- fix(backport): uncaught ReferenceError
reqis not defined (#6307)Release v0.28.0
Release notes:
Bug Fixes
- fix(security): fixed CVE-2023-45857 by backporting
withXSRFTokenoption to v0.x (#6091)Backports from v1.x:
... (truncated)
Changelog
Sourced from axios's changelog.
0.30.0 (2025-03-26)
Release notes:
Bug Fixes
- fix: modify log while request is aborted (#4917)
- fix: update CHANGELOG.md for v0.x (#6271)
- fix: modify upgrade guide for 0.28.1's breaking change (#6787)
- fix: backport allowAbsoluteUrls vulnerability fix to v0.x (#6829)
- fix: add allowAbsoluteUrls type (#6849)
0.29.0 (2024-11-21)
Release notes:
Bug Fixes
- fix(backport): backport security fixes in commits #6167 and #6163 (#6402)
- fix: omit nulls in params (#6394)
- fix(backport): fix paramsSerializer function validation (#6361)
- fix: regular expression denial of service (ReDoS) (#6708)
0.28.1 (2024-03-24)
Release notes:
Bug Fixes
- fix(backport): custom params serializer support (#6263)
- fix(backport): uncaught ReferenceError
reqis not defined (#6307)0.28.0 (2024-02-12)
Release notes:
Bug Fixes
- fix(security): fixed CVE-2023-45857 by backporting
withXSRFTokenoption to v0.x (#6091)Backports from v1.x:
- Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
- Fixing content-type header repeated (#4745)
- Fixed timeout error message for HTTP (#4738)
- Added
axios.formToJSONmethod (#4735)- URL params serializer (#4734)
- Fixed toFormData Blob issue on node>v17 (#4728)
- Adding types for progress event callbacks (#4675)
- Fixed max body length defaults (#4731)
... (truncated)
Commits
6e922e4chore: added build artifactsa06ed1echore: added pre-release artifactsc010622feat: add type for allowAbsoluteUrls (#6849)02c3c69fix: backport allowAbsoluteUrls vuln fix to v0.x (#6829)8603e67docs: modify upgrade guide for 0.28.1's breaking change (#6787)f0642eefix(docs): update CHANGELOG.md for v0.x (#6271)0630c32fix: modify log while request is aborted (#4917)7750b8cchore(release): prep release v0.29.04840cb2fix: regular expression denial of service issues (#6708)2e36cdbfix(backport): fix paramsSerializer function validation (#6361)- Additional commits viewable in compare view
Updates semver from 6.3.0 to 7.7.2
Release notes
Sourced from semver's releases.
v7.7.2
7.7.2 (2025-05-12)
Bug Fixes
fcafb61#780 add missing'use strict'directives (#780) (@Fdawgs)c99f336#781 prerelease identifier starting with digits (#781) (@mbtools)Chores
c760403#784 template-oss-apply for workflow permissions (#784) (@wraithgar)2677f2a#778 bump@npmcli/template-ossfrom 4.23.6 to 4.24.3 (#778) (@dependabot[bot],@npm-cli-bot)v7.7.1
7.7.1 (2025-02-03)
Bug Fixes
af761c0#764 inc: fully capture prerelease identifier (#764) (@wraithgar)v7.7.0
7.7.0 (2025-01-29)
Features
Bug Fixes
d588e37#755 diff: fix prerelease to stable version diff logic (#755) (@eminberkayd, berkay.daglar)8a34bde#754 add identifier validation toinc()(#754) (@mbtools)Documentation
67e5478#756 readme: added missing period for consistency (#756) (@shaymolcho)868d4bb#749 clarify comment about obsolete prefixes (#749) (@mbtools,@ljharb)Chores
145c554#741 bump@npmcli/eslint-configfrom 4.0.5 to 5.0.0 (@dependabot[bot])753e02b#747 bump@npmcli/template-ossfrom 4.23.3 to 4.23.4 (#747) (@dependabot[bot],@npm-cli-bot)0b812d5#744 postinstall for dependabot template-oss PR (@hashtagchris)v7.6.3
7.6.3 (2024-07-16)
Bug Fixes
Documentation
v7.6.2
7.6.2 (2024-05-09)
Bug Fixes
6466ba9#713 lru: use map.delete() directly (#713) (@negezor,@lukekarrys)v7.6.1
7.6.1 (2024-05-04)
... (truncated)
Changelog
Sourced from semver's changelog.
7.7.2 (2025-05-12)
Bug Fixes
fcafb61#780 add missing'use strict'directives (#780) (@Fdawgs)c99f336#781 prerelease identifier starting with digits (#781) (@mbtools)Chores
c760403#784 template-oss-apply for workflow permissions (#784) (@wraithgar)2677f2a#778 bump@npmcli/template-ossfrom 4.23.6 to 4.24.3 (#778) (@dependabot[bot],@npm-cli-bot)7.7.1 (2025-02-03)
Bug Fixes
af761c0#764 inc: fully capture prerelease identifier (#764) (@wraithgar)7.7.0 (2025-01-29)
Features
Bug Fixes
d588e37#755 diff: fix prerelease to stable version diff logic (#755) (@eminberkayd, berkay.daglar)8a34bde#754 add identifier validation toinc()(#754) (@mbtools)Documentation
67e5478#756 readme: added missing period for consistency (#756) (@shaymolcho)868d4bb#749 clarify comment about obsolete prefixes (#749) (@mbtools,@ljharb)Chores
145c554#741 bump@npmcli/eslint-configfrom 4.0.5 to 5.0.0 (@dependabot[bot])753e02b#747 bump@npmcli/template-ossfrom 4.23.3 to 4.23.4 (#747) (@dependabot[bot],@npm-cli-bot)0b812d5#744 postinstall for dependabot template-oss PR (@hashtagchris)7.6.3 (2024-07-16)
Bug Fixes
Documentation
7.6.2 (2024-05-09)
Bug Fixes
6466ba9#713 lru: use map.delete() directly (#713) (@negezor,@lukekarrys)7.6.1 (2024-05-04)
Bug Fixes
... (truncated)
Commits
281055echore: release 7.7.2 (#783)fcafb61fix: add missing'use strict'directives (#780)c760403chore: template-oss-apply for workflow permissions (#784)c99f336fix: prerelease identifier starting with digits (#781)2677f2achore: bump@npmcli/template-ossfrom 4.23.6 to 4.24.3 (#778)0b98655chore: bump@npmcli/template-ossfrom 4.23.4 to 4.23.6 (#760)30c438bchore: release 7.7.1 (#765)af761c0fix(inc): fully capture prerelease identifier (#764)2cfcbb5chore: release 7.7.0 (#750)d588e37fix(diff): fix prerelease to stable version diff logic (#755)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.
Updates semver from 7.3.7 to 7.7.2
Release notes
Sourced from semver's releases.
v7.7.2
7.7.2 (2025-05-12)
Bug Fixes
fcafb61#780 add missing'use strict'directives (#780) (@Fdawgs)c99f336#781 prerelease identifier starting with digits (#781) (@mbtools)Chores
c760403#784 template-oss-apply for workflow permissions (#784) (@wraithgar)2677f2a#778 bump@npmcli/template-ossfrom 4.23.6 to 4.24.3 (#778) (@dependabot[bot],@npm-cli-bot)v7.7.1
7.7.1 (2025-02-03)
Bug Fixes
af761c0#764 inc: fully capture prerelease identifier (#764) (@wraithgar)v7.7.0
7.7.0 (2025-01-29)
Features
Bug Fixes
d588e37#755 diff: fix prerelease to stable version diff logic (#755) (@eminberkayd, berkay.daglar)8a34bde#754 add identifier validation toinc()(#754) (@mbtools)Documentation
67e5478#756 readme: added missing period for consistency (#756) (@shaymolcho)868d4bb#749 clarify comment about obsolete prefixes (#749) (@mbtools,@ljharb)Chores
145c554#741 bump@npmcli/eslint-configfrom 4.0.5 to 5.0.0 (@dependabot[bot])753e02b#747 bump@npmcli/template-ossfrom 4.23.3 to 4.23.4 (#747) (@dependabot[bot],@npm-cli-bot)0b812d5#744 postinstall for dependabot template-oss PR (@hashtagchris)v7.6.3
7.6.3 (2024-07-16)
Bug Fixes
Documentation
v7.6.2
7.6.2 (2024-05-09)
Bug Fixes
6466ba9#713 lru: use map.delete() directly (#713) (@negezor,@lukekarrys)v7.6.1
7.6.1 (2024-05-04)
... (truncated)
Changelog
Sourced from semver's changelog.
7.7.2 (2025-05-12)
Bug Fixes
fcafb61#780 add missing'use strict'directives (#780) (@Fdawgs)c99f336#781 prerelease identifier starting with digits (#781) (@mbtools)Chores
c760403#784 template-oss-apply for workflow permissions (#784) (@wraithgar)2677f2a#778 bump@npmcli/template-ossfrom 4.23.6 to 4.24.3 (#778) (@dependabot[bot],@npm-cli-bot)7.7.1 (2025-02-03)
Bug Fixes
af761c0#764 inc: fully capture prerelease identifier (#764) (@wraithgar)7.7.0 (2025-01-29)
Features
Bug Fixes
d588e37#755 diff: fix prerelease to stable version diff logic (#755) (@eminberkayd, berkay.daglar)8a34bde#754 add identifier validation toinc()(#754) (@mbtools)Documentation
67e5478#756 readme: added missing period for consistency (#756) (@shaymolcho)868d4bb#749 clarify comment about obsolete prefixes (#749) (@mbtools,@ljharb)Chores
145c554#741 bump@npmcli/eslint-configfrom 4.0.5 to 5.0.0 (@dependabot[bot])753e02b#747 bump@npmcli/template-ossfrom 4.23.3 to 4.23.4 (#747) (@dependabot[bot],@npm-cli-bot)0b812d5#744 postinstall for dependabot template-oss PR (@hashtagchris)7.6.3 (2024-07-16)
Bug Fixes
Documentation
7.6.2 (2024-05-09)
Bug Fixes
6466ba9#713 lru: use map.delete() directly (#713) (@negezor,@lukekarrys)7.6.1 (2024-05-04)
Bug Fixes
... (truncated)
Commits
281055echore: release 7.7.2 (#783)fcafb61fix: add missing'use strict'directives (#780)c760403chore: template-oss-apply for workflow permissions (#784)c99f336fix: prerelease identifier starting with digits (#781)2677f2achore: bump@npmcli/template-ossfrom 4.23.6 to 4.24.3 (#778)0b98655chore: bump@npmcli/template-ossfrom 4.23.4 to 4.23.6 (#760)30c438bchore: release 7.7.1 (#765)af761c0fix(inc): fully capture prerelease identifier (#764)2cfcbb5chore: release 7.7.0 (#750)d588e37fix(diff): fix prerelease to stable version diff logic (#755)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.
Updates core-js-compat from 3.21.1 to 3.42.0
Changelog
Sourced from core-js-compat's changelog.
3.42.0 - 2025.04.30
- Changes v3.41.0...v3.42.0 (142 commits)
Mapupsert proposal:
- Moved to stage 2.7, April 2025 TC39 meeting
- Validation order of
WeakMap.prototype.getOrInsertComputedupdated following tc39/proposal-upsert#79- Built-ins:
Map.prototype.getOrInsertMap.prototype.getOrInsertComputedWeakMap.prototype.getOrInsertWeakMap.prototype.getOrInsertComputed- Don't call well-known
Symbolmethods forRegExpon primitive values following tc39/ecma262#3009:
- For avoid performance regression, temporarily, only in own
core-jsimplementations- Built-ins:
String.prototype.matchAllString.prototype.matchString.prototype.replaceAllString.prototype.replaceString.prototype.searchString.prototype.split- Added workaround for the
Uint8Array.prototype.setFromBase64bug in some of Linux builds of WebKit- Implemented early-error iterator closing following tc39/ecma262#3467, including fix of a WebKit bug, in the following methods:
Iterator.prototype.dropIterator.prototype.everyIterator.prototype.filterIterator.prototype.findIterator.prototype.flatMapIterator.prototype.forEachIterator.prototype.mapIterator.prototype.reduceIterator.prototype.someIterator.prototype.take- Fixed missing forced replacement of
AsyncIteratorhelpers- Added closing of sync iterator when async wrapper yields a rejection following tc39/ecma262#2600. Affected methods:
Array.fromAsync(due to the lack of async feature detection capability - temporarily, only in owncore-jsimplementation)AsyncIterator.fromIterator.prototype.toAsync- Added detection for throwing on
undefinedinitial parameter inIterator.prototype.reduce(see WebKit bug)core-js-compatandcore-js-builderAPI:
- Added
'intersect'support fortargets.esmodules(Babel 7 behavior)- Fixed handling of
targets.esmodules: true(Babel 7 behavior)- Compat data improvements:
- Explicit Resource Management features disabled (again) in V8 ~ Chromium 135 and re-added in 136
RegExp.escapemarked as shipped from V8 ~ Chromium 136Error.isErrormarked as shipped from FF138- Explicit Resource Management features re-enabled in Deno 2.2.10
Iteratorhelpers proposal features marked as supported from Deno 1.38.1 since it seems they were disabled in 1.38.0Iterator.prototype.{ drop, reduce, take }methods marked as fixed in Bun 1.2.11- Added NodeJS 24.0 compat data mapping
- Updated Electron 36 and added Electron 37 compat data mapping
- Added Opera Android 88 and 89 compat data mapping
... (truncated)
Commits
ce8281cv3.42.025e6e04add Electron 37 compat data mapping997aeb1markIterator.prototype.{ drop, reduce, take }methods as fixed from Bun 1....dc0e812Added detection for throwing onundefinedinitial parameter in `Iterator.pr...8c45510update Node 24.0 compat data mapping357eaf7Explicit Resource Management features re-enabled in Deno 2.2.104fb53b0add Opera Android 89 compat data mappingbd7f399Merge pull request #1407 from zloirock/346705f0df1fix a WebKit bug with incorrect iterator closing algorithm96a8c35revert compat data changes since it's changes related only to some strange Li...- Additional commits viewable in compare view
Updates @babel/helpers from 7.17.9 to 7.27.1
Release notes
Sourced from @babel/helpers's releases.
v7.27.1 (2025-04-30)
Thanks
@kermanxand@woaitsAryanfor your first PRs!:eyeglasses: Spec Compliance
babel-parserbabel-parser,babel-types:bug: Bug Fix
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-traversebabel-helper-wrap-function,babel-plugin-transform-async-to-generator
- #17251 Fix: propagate argument evaluation errors through async promise chain (
@magic-akari)babel-helper-remap-async-to-generator,babel-plugin-transform-async-to-generatorbabel-helper-fixtures,babel-parserbabel-generator,babel-parserbabel-parserbabel-compat-data,babel-preset-envbabel-traverse
- #17156 fix: Objects and arrays with multiple references should not be evaluated (
@liuxingbaoyu)babel-generator:nail_care: Polish
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-decorators,babel-plugin-transform-arrow-functions,babel-plugin-transform-class-properties,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-traverse
- #17221 Reduce generated names size for the 10th-11th (
@nicolo-ribaudo):house: Internal
babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #17263 Remove unused
regenerator-runtimedep in@babel/runtime(@nicolo-ribaudo)babel-compat-data,babel-preset-envbabel-compat-data,babel-standalonebabel-register
- #16844 Migrate
@babel/registerto cts (Pull Request Statistics
Commits:
1Files Changed:
2Additions:
+1985Deletions:
-1106
Package Dependencies
Technical Details
| ID: | 319800 |
| UUID: | 2522772275 |
| Node ID: | PR_kwDOHLEPG86WXnMz |
| Host: | GitHub |
| Repository: | codemonkey85/DotNetReactTutorial |
| Merge State: | Unknown |