middleware
middleware copied to clipboard
chore(deps): bump the npm_and_yarn group across 1 directory with 8 updates
Bumps the npm_and_yarn group with 6 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.25.3 |
| braces | 3.0.2 |
3.0.3 |
| systeminformation | 5.12.6 |
5.23.4 |
| 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.25.3
Release notes
Sourced from @babel/traverse's releases.
v7.25.3 (2024-07-31)
:bug: Bug Fix
babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-traverse
- #16699 Avoid validating visitors produced by
traverse.visitors.merge(@nicolo-ribaudo):house: Internal
babel-parser
- #16688 Add
@babel/typesas a dependency of@babel/parser(@nicolo-ribaudo)Committers: 2
- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)v7.25.2 (2024-07-30)
:bug: Bug Fix
babel-core,babel-traverse
- #16695 Ensure that
requeueComputedKeyAndDecoratorsis available (@nicolo-ribaudo)Committers: 2
- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)v7.25.1 (2024-07-28)
:bug: Bug Fix
babel-plugin-transform-function-name
- #16683 fix:
ensureFunctionNamemay be undefined (@liuxingbaoyu)babel-plugin-transform-react-constant-elements
- #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (
@keiseiTi)babel-traverse
- #16587 fix: fixed issue16583 + test (
@nerodesu017):house: Internal
Committers: 4
- Adrian (
@nerodesu017)- Huáng Jùnliàng (
@JLHwung)@keiseiTi@liuxingbaoyuv7.25.0 (2024-07-26)
Thanks
@davidtaylorhqand@slatereaxfor your first PR!You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.
:eyeglasses: Spec Compliance
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
v7.25.3 (2024-07-31)
:bug: Bug Fix
babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-traverse
- #16699 Avoid validating visitors produced by
traverse.visitors.merge(@nicolo-ribaudo):house: Internal
babel-parser
- #16688 Add
@babel/typesas a dependency of@babel/parser(@nicolo-ribaudo)v7.25.2 (2024-07-30)
:bug: Bug Fix
babel-core,babel-traverse
- #16695 Ensure that
requeueComputedKeyAndDecoratorsis available (@nicolo-ribaudo)v7.25.1 (2024-07-28)
:bug: Bug Fix
babel-plugin-transform-function-name
- #16683 fix:
ensureFunctionNamemay be undefined (@liuxingbaoyu)babel-plugin-transform-react-constant-elements
- #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (
@keiseiTi)babel-traverse
- #16587 fix: fixed issue16583 + test (
@nerodesu017):house: Internal
v7.25.0 (2024-07-26)
:eyeglasses: Spec Compliance
babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3babel-plugin-transform-typescript
- #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (
@liuxingbaoyu):rocket: New Feature
babel-helper-create-class-features-plugin,babel-helper-function-name,babel-helper-plugin-utils,babel-helper-wrap-function,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-preset-env,babel-traverse,babel-types
- #16658 Move
ensureFunctionNametoNodePath.prototype(@nicolo-ribaudo)babel-helper-hoist-variables,babel-helper-plugin-utils,babel-plugin-proposal-async-do-expressions,babel-plugin-transform-modules-systemjs,babel-traverse
- #16644 Move
hoistVariablestoScope.prototype(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-split-export-declaration,babel-plugin-transform-classes,babel-traverse,babel-types
- #16645 Move
splitExportDeclarationtoNodePath.prototype(@nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-environment-visitor,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-remap-async-to-generator,babel-helper-replace-supers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-transform-async-generator-functions,babel-plugin-transform-classes,babel-traverse
- #16649 Move
environment-visitorhelper into@babel/traverse(@nicolo-ribaudo)babel-core,babel-parser
- #16480 Expose wether a module has TLA or not as
.extra.async(@nicolo-ribaudo)babel-compat-data,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-preset-env
- #16569 Introduce
bugfix-safari-class-field-initializer-scope(@davidtaylorhq)babel-plugin-transform-block-scoping,babel-traverse,babel-typesbabel-helper-import-to-platform-api,babel-plugin-proposal-json-modules
... (truncated)
Commits
787c7cdv7.25.3992c6e0Avoid validating visitors produced bytraverse.visitors.merge(#16699)44efb5fprint@babel/traverseversion on unknown AST types (#16701)0f8f408v7.25.26a15d7aEnsure thatrequeueComputedKeyAndDecoratorsis available (#16695)2413d1aAdd eslint-plugin-regexp (#16680)6bfc823v7.25.1801d3cbfix: improve variable declarator removal (#16587)d2e3ee2v7.25.0d364545MoveensureFunctionNametoNodePath.prototype(#16658)- Additional commits viewable in compare view
Updates braces from 3.0.2 to 3.0.3
Commits
74b2db23.0.388f1429update eslint. lint, fix unit tests.415d660Snyk js braces 6838727 (#40)190510ffix tests, skip 1 test in test/braces.expand716eb9freadme bumpa5851e5Merge pull request #37 from coderaiser/fix/vulnerability2092bd1feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cffix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9remove funding file665ab5dupdate keepEscaping doc (#27)- 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 jose from 4.11.2 to 4.15.9
Release notes
Sourced from jose's releases.
v4.15.9
Fixes
- add sideEffects:false to nested ESM package.json files (17eef5f)
v4.15.7
Fixes
- add a workerd package.json target (e36d69e)
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
... (truncated)
Changelog
Sourced from jose's changelog.
4.15.9 (2024-07-03)
4.15.8 (2024-07-03)
Fixes
- add sideEffects:false to nested ESM package.json files (17eef5f)
4.15.7 (2024-06-18)
4.15.6 (2024-06-18)
Fixes
- add a workerd package.json target (e36d69e)
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)
... (truncated)
Commits
051a18echore(release): 4.15.913b10ddchore(release): 4.15.817eef5ffix: add sideEffects:false to nested ESM package.json files5084808chore(release): 4.15.7122c939chore(release): 4.15.6e36d69efix: add a workerd package.json target765aafdchore(release): 4.15.5b36e45etest: add export check to x509 pem import testse839ecbtest: stop testing JWE RSA1_5 Algorithm1b91d88fix: add a maxOutputLength option to zlib inflate- Additional commits viewable in compare view
Updates systeminformation from 5.12.6 to 5.23.4
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
6ffb79a5.23.449e1edbbaseboard(), chassis() cleaned defauls (linux)86f54c0baseboard(), chassis() cleaned defauls (linux)a0803285.23.3d76c58eusb() fixed duplicate entries (windows)3ef84b0usb() fixed duplicated entries (windows)6f93a935.23.2b33df17execSync() fixed EFAUL issue (linux)f81b6355.23.19a10cf4updated docs- 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
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.