middleware
middleware copied to clipboard
Bump the npm_and_yarn group across 1 directory with 9 updates
Bumps the npm_and_yarn group with 7 updates in the /web-server directory:
| Package | From | To |
|---|---|---|
| axios | 0.26.1 |
0.28.0 |
| next-auth | 4.10.3 |
4.24.5 |
| @babel/traverse | 7.22.15 |
7.24.5 |
| ip | 1.1.8 |
1.1.9 |
| semver | 5.7.1 |
5.7.2 |
| systeminformation | 5.12.6 |
5.22.9 |
| word-wrap | 1.2.3 |
1.2.5 |
Updates axios from 0.26.1 to 0.28.0
Release notes
Sourced from axios's releases.
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:
- 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
- Added data URL support for node.js (#4725)
- Added isCancel type assert (#4293)
- Added the ability for the
url-encoded-formserializer to respect theformSerializerconfig (#4721)- Add
string[]toAxiosRequestHeaderstype (#4322)- Allow type definition for axios instance methods (#4224)
- Fixed
AxiosErrorstack capturing; (#4718)- Fixed
AxiosErrorstatus code type; (#4717)- Adding Canceler parameters config and request (#4711)
- fix(types): allow to specify partial default headers for instance creation (#4185)
- Added
blobto the list of protocols supported by the browser (#4678)- Fixing Z_BUF_ERROR when no content (#4701)
- Fixed race condition on immediate requests cancellation (#4261)
- Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
- Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
- Fix TS definition for AxiosRequestTransformer (#4201)
- Use type alias instead of interface for AxiosPromise (#4505)
- Include request and config when creating a CanceledError instance (#4659)
- Added generic TS types for the exposed toFormData helper (#4668)
- Optimized the code that checks cancellation (#4587)
- Replaced webpack with rollup (#4596)
- Added stack trace to AxiosError (#4624)
- Updated AxiosError.config to be optional in the type definition (#4665)
- Removed incorrect argument for NetworkError constructor (#4656)
v0.27.2
Fixes and Functionality:
- Fixed FormData posting in browser environment by reverting #3785 (#4640)
- Enhanced protocol parsing implementation (#4639)
- Fixed bundle size
v0.27.1
Fixes and Functionality:
... (truncated)
Changelog
Sourced from axios's changelog.
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
- Added data URL support for node.js (#4725)
- Added isCancel type assert (#4293)
- Added the ability for the
url-encoded-formserializer to respect theformSerializerconfig (#4721)- Add
string[]toAxiosRequestHeaderstype (#4322)- Allow type definition for axios instance methods (#4224)
- Fixed
AxiosErrorstack capturing; (#4718)- Fixed
AxiosErrorstatus code type; (#4717)- Adding Canceler parameters config and request (#4711)
- fix(types): allow to specify partial default headers for instance creation (#4185)
- Added
blobto the list of protocols supported by the browser (#4678)- Fixing Z_BUF_ERROR when no content (#4701)
- Fixed race condition on immediate requests cancellation (#4261)
- Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
- Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
- Fix TS definition for AxiosRequestTransformer (#4201)
- Use type alias instead of interface for AxiosPromise (#4505)
- Include request and config when creating a CanceledError instance (#4659)
- Added generic TS types for the exposed toFormData helper (#4668)
- Optimized the code that checks cancellation (#4587)
- Replaced webpack with rollup (#4596)
- Added stack trace to AxiosError (#4624)
- Updated AxiosError.config to be optional in the type definition (#4665)
- Removed incorrect argument for NetworkError constructor (#4656)
0.27.2 (April 27, 2022)
Fixes and Functionality:
- Fixed FormData posting in browser environment by reverting #3785 (#4640)
- Enhanced protocol parsing implementation (#4639)
- Fixed bundle size
0.27.1 (April 26, 2022)
... (truncated)
Commits
3b7635a[Release] v0.28.0 (#6211)27c0076feat(backport): added ability for paramsSerializer to handle function; (#6227)80c3d74chore(ci): backported publish action; (#6224)2755df5fix(security): fixed CVE-2023-45857 by backportingwithXSRFTokenoption to ...880b42edocs: Fix a typo in READMEc4bf0a4Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)1e2679ffix: [Types] Type of header in AxiosRequestConfig / for Axios.create is incor...80b546cfix: loosing request header (#4858) (#4871)6acb5effeat: brower platform add data protocol. (#4814)bbb2264fix(typing): axios response headers can be undefined (#4813)- Additional commits viewable in compare view
Updates next-auth from 4.10.3 to 4.24.5
Commits
5b647e1chore(release): bump version [skip ci]d237059fix: differentiate between issued JWTs0f0c444chore: update cookie options snippet (#9095)fbd68a1docs: Fix Adapters Link (#9009)18e8b92fix(dev): fix import links forauthOptions(#8938)09f5aabdocs: fix source links9dd2bcedocs: Update discord.md (#8958)f4ee563docs: remove capitalization on osu! (#8975)4318a4cdocs: Fixes broken link on v4 auth0 provider page (#8998)62ec78cdocs: Fix link to database adapters doc (#8986)- Additional commits viewable in compare view
Updates @babel/traverse from 7.22.15 to 7.24.5
Release notes
Sourced from @babel/traverse's releases.
v7.24.5 (2024-04-29)
Thanks
@romgrkand@sossostfor your first PRs!:bug: Bug Fix
babel-plugin-transform-classes,babel-traverse
- #16377 fix: TypeScript annotation affects output (
@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3:nail_care: Polish
:house: Internal
- Other
- #16414 Relax ESLint peerDependency constraint to allow v9 (
@liuxingbaoyu)babel-parser
- #16425 Improve
@babel/parserAST types (@nicolo-ribaudo)- #16417 Always pass type argument to
.startNode(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-helper-module-transforms,babel-helper-split-export-declaration,babel-helper-wrap-function,babel-helpers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-block-scoping,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-plugin-transform-private-property-in-object,babel-plugin-transform-react-jsx-self,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-traverse
- #16439 Make
NodePath<T | U>distributive (@nicolo-ribaudo)babel-plugin-proposal-partial-application,babel-types
- #16421 Remove
JSXNamespacedNamefrom validCallExpressionargs (@nicolo-ribaudo)babel-plugin-transform-class-properties,babel-preset-env
- #16406 Do not load unnecessary Babel 7 syntax plugins in Babel 8 (
@nicolo-ribaudo):running_woman: Performance
babel-helpers,babel-preset-env,babel-runtime-corejs3Committers: 6
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)- Rom Grk (
@romgrk)@liuxingbaoyu- ynnsuis (
@sossost)v7.24.4 (2024-04-03)
Thanks
@Dunqing,@luiscubal, and@samualtnormanfor your first PRs!:eyeglasses: Spec Compliance
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
v7.24.5 (2024-04-29)
:bug: Bug Fix
babel-plugin-transform-classes,babel-traverse
- #16377 fix: TypeScript annotation affects output (
@liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3:nail_care: Polish
:house: Internal
- Other
- #16414 Relax ESLint peerDependency constraint to allow v9 (
@liuxingbaoyu)babel-parser
- #16425 Improve
@babel/parserAST types (@nicolo-ribaudo)- #16417 Always pass type argument to
.startNode(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-helper-module-transforms,babel-helper-split-export-declaration,babel-helper-wrap-function,babel-helpers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-block-scoping,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-plugin-transform-private-property-in-object,babel-plugin-transform-react-jsx-self,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-traverse
- #16439 Make
NodePath<T | U>distributive (@nicolo-ribaudo)babel-plugin-proposal-partial-application,babel-types
- #16421 Remove
JSXNamespacedNamefrom validCallExpressionargs (@nicolo-ribaudo)babel-plugin-transform-class-properties,babel-preset-env
- #16406 Do not load unnecessary Babel 7 syntax plugins in Babel 8 (
@nicolo-ribaudo):running_woman: Performance
babel-helpers,babel-preset-env,babel-runtime-corejs3v7.24.4 (2024-04-03)
:eyeglasses: Spec Compliance
babel-parserbabel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3:bug: Bug Fix
babel-generator
- #16402 fix: Correctly prints
{ [key in Bar]? }(@liuxingbaoyu)- #16394 fix: Correctly generate
TSMappedType(@liuxingbaoyu)babel-compat-data,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-preset-env
- #16390 Create bugfix plugin for classes in computed keys in Firefox (
@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators
- #16387 fix: support mutated outer decorated class binding (
@JLHwung)- #16385 fix: Decorators when
super()exists andprotoInitis not needed (@liuxingbaoyu)babel-plugin-transform-block-scoping
- #16384 fix: Transform scoping for
for Xin loop (@liuxingbaoyu)- #16368 fix: Capture
letwhen theforbody is not a block (@liuxingbaoyu)babel-core,babel-plugin-transform-block-scoped-functions,babel-plugin-transform-block-scoping
... (truncated)
Commits
ddbea7dv7.24.5e779cadfix: TypeScript annotation affects output (#16377)ee48754Use multiple TypeScript projects (#16430)4d8b2d0MakeNodePath\<T | U>distributive (#16439)a84ec28Enableeqeqeqrule (#16404)822b025v7.24.1fc0d5adUpdate typescript and lint tools (#16351)69e7928Consider well-known and registered symbols as literals (#16342)40110e9Update source map deps (#16327)ce59160v7.24.0- Additional commits viewable in compare view
Updates follow-redirects from 1.14.9 to 1.15.6
Commits
35a517cRelease version 1.15.6 of the npm package.c4f847fDrop Proxy-Authorization across hosts.8526b4aUse GitHub for disclosure.b1677ceRelease version 1.15.5 of the npm package.d8914f7Preserve fragment in responseUrl.6585820Release version 1.15.4 of the npm package.7a6567eDisallow bracketed hostnames.05629afPrefer native URL instead of deprecated url.parse.1cba8e8Prefer native URL instead of legacy url.resolve.72bc2a4Simplify _processResponse error handling.- Additional commits viewable in compare view
Updates ip from 1.1.8 to 1.1.9
Commits
1ecbf2f1.1.96a3ada9lib: fixed CVE-2023-42282 and added unit test- See full diff in compare view
Updates jose from 4.11.2 to 4.15.5
Release notes
Sourced from jose's releases.
v4.15.5
Fixes
- add a maxOutputLength option to zlib inflate (1b91d88), fixes CVE-2024-28176
v4.15.4
Fixes
v4.15.3
This release contains only Node.js CITGM related test updates.
Fixes nodejs/citgm#1011
v4.15.2
Fixes
- build: add a node target for jose-browser-runtime releases (abb63d0)
v4.15.1
Fixes
- resolve missing types for the cryptoRuntime const (1627965)
v4.15.0
Features
- export the used crypto runtime as a constant (0681dda)
v4.14.6
Fixes
v4.14.5
Refactor
- catch type error when decoding base64url signature (#569) (935e920)
- catch type errors when decoding various base64url strings (9024e87)
v4.14.4
Refactor
- cleanup NODE-ED25519 workerd workarounds (072e83d)
v4.14.3
Reverts
... (truncated)
Changelog
Sourced from jose's changelog.
4.15.5 (2024-03-07)
Fixes
- add a maxOutputLength option to zlib inflate (1b91d88)
4.15.4 (2023-10-14)
Fixes
4.15.3 (2023-10-11)
4.15.2 (2023-10-04)
Fixes
- build: add a node target for jose-browser-runtime releases (abb63d0)
4.15.1 (2023-10-02)
Fixes
- resolve missing types for the cryptoRuntime const (1627965)
4.15.0 (2023-10-02)
Features
- export the used crypto runtime as a constant (0681dda)
4.14.6 (2023-09-04)
Fixes
4.14.5 (2023-09-02)
Refactor
... (truncated)
Commits
765aafdchore(release): 4.15.5b36e45etest: add export check to x509 pem import testse839ecbtest: stop testing JWE RSA1_5 Algorithm1b91d88fix: add a maxOutputLength option to zlib inflate9ca2b24build: remove release actionf3035d8chore: cleanup after releasef0bb220chore(release): 4.15.46f38554chore: bump dev deps936c9dffix(types): export GetKeyFunction (#592)5ac6619chore: bump dev deps- 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 systeminformation from 5.12.6 to 5.22.9
Changelog
Sourced from systeminformation's changelog.
Changelog
Major Changes - Version 5
New Functions
audio()detailed audio informationbluetoothDevices()detailed information detected bluetooth devicesdockerImages()detailed information docker imagesdockerVolumes()detailed information docker volumesprinters()detailed printer informationusb()detailed USB informationwifiInterfaces()detected Wi-Fi interfaceswifiConnections()active Wi-Fi connectionsBreaking Changes
Be aware, that the new version 5.x is NOT fully backward compatible to version 4.x ...
We had to make several interface changes to keep systeminformation as consistent as possible. We highly recommend to go through the complete list and adapt your own code to be again compatible to the new version 5.
Function Old New (V5) Comments unsupported values -1 null values which are unknown orunsupported on platform battery()hasbatterycyclecountischargingdesignedcapacitymaxcapacityacconnectedtimeremaining hasBatterycycleCountisChargingdesignedCapacitymaxCapacityacConnectedtimeRemaining pascalCase conformity blockDevices()fstype fsType pascalCase conformity cpu()speedminspeedmax speedMinspeedMax pascalCase conformity cpu().speedcpu().speedMincpu().speedMaxstring values now returningnumerical values better value handling cpuCurrentspeed()cpuCurrentSpeed() function name changedpascalCase conformity currentLoad()avgloadcurrentloadcurrentload_usercurrentload_systemcurrentload_nicecurrentload_idlecurrentload_irqraw_currentload avgLoadcurrentLoadcurrentLoadUsercurrentLoadSystemcurrentLoadNicecurrentLoadIdlecurrentLoadIrqrawCurrentLoad pascalCase conformity dockerContainerStats()mem_usagemem_limitmem_percentcpu_percentcpu_statsprecpu_statsmemory_stats memUsagememLimitmemPercentcpuPercentcpuStatsprecpuStatsmemoryStats pascalCase conformity dockerContainerProcesses()pid_host pidHost pascalCase conformity graphics().displaypixeldepthresolutionxresolutionysizexsizey pixelDepthresolutionXresolutionYsizeXsizeY pascalCase conformity networkConnections()localaddresslocalportpeeraddresspeerport localAddresslocalPortpeerAddresspeerPort pascalCase conformity networkInterfaces()carrier_changes carrierChanges pascalCase conformity processes()mem_vszmem_rsspcpupcpuupcpuspmem memVszmemRsscpucpuucpusmem pascalCase conformityrenamed attributes processLoad()result as object result as array of objects function now allows to provide more thanone process (as a comma separated list) services()pcpupmem cpumem renamed attributes vbox()HPETPAEAPICX2APICACPIIOAPICbiosAPICmodeTRC hpetpaeapicx2ApicacpiioApicbiosApicModertc pascalCase conformity Other Improvements and Changes
baseboard(): added memMax, memSlotsbios(): added language and features (linux)blockDevices()added raid group member (linux)cpu(): extended AMD processor listcpu(): extended socket list (win)cpu(): added virtualization if cpu supports virtualizationcpu(): now flags are part of this functioncpuTemperature()added socket and chipset temp (linux)
... (truncated)
Commits
7071e8f5.22.96ed68f7memLayout() fixed typo manufacturerf114fc35.22.88e66e0dutils() replaces deprecated util._extend()b4bc62b5.22.75fe29c6battery() fixed designed capacity issue (windows)e1549ba5.22.68f4b013networkInterfaces() fixed speed of not connected interfaces (windows)f89b82d5.22.517b9d6cwifiConnections() fixed formatting bssid (macOS)- Additional commits viewable in compare view
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
You can trigger a rebase of this PR 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.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.