Bump semver, jsonwebtoken, serverless, serverless-webpack and webpack
Bumps semver to 7.5.3 and updates ancestor dependencies semver, jsonwebtoken, serverless, serverless-webpack and webpack. These dependencies need to be updated together.
Updates semver from 5.7.0 to 7.5.3
Release notes
Sourced from semver's releases.
v7.5.3
7.5.3 (2023-06-22)
Bug Fixes
abdd93d#571 set max lengths in regex for numeric and build identifiers (#571) (@lukekarrys)Documentation
v7.5.2
7.5.2 (2023-06-15)
Bug Fixes
58c791f#566 diff when detecting major change from prerelease (#566) (@lukekarrys)5c8efbc#565 preserve build in raw after inc (#565) (@lukekarrys)717534e#564 better handling of whitespace (#564) (@lukekarrys)v7.5.1
7.5.1 (2023-05-12)
Bug Fixes
d30d25a#559 show type on invalid semver error (#559) (@tjenkinson)v7.5.0
7.5.0 (2023-04-17)
Features
503a4e5#548 allow identifierBase to be false (#548) (@lsvalina)Bug Fixes
e219bb4#552 throw on bad version with correct error message (#552) (@wraithgar)fc2f3df#546 incorrect results from diff sometimes with prerelease versions (#546) (@tjenkinson)2781767#547 avoid re-instantiating SemVer during diff compare (#547) (@macno)v7.4.0
7.4.0 (2023-04-10)
Features
113f513#532 identifierBase parameter for .inc (#532) (@wraithgar,@b-bly)48d8f8f#530 export new RELEASE_TYPES constant (@hcharley)Bug Fixes
... (truncated)
Changelog
Sourced from semver's changelog.
7.5.3 (2023-06-22)
Bug Fixes
abdd93d#571 set max lengths in regex for numeric and build identifiers (#571) (@lukekarrys)Documentation
7.5.2 (2023-06-15)
Bug Fixes
58c791f#566 diff when detecting major change from prerelease (#566) (@lukekarrys)5c8efbc#565 preserve build in raw after inc (#565) (@lukekarrys)717534e#564 better handling of whitespace (#564) (@lukekarrys)7.5.1 (2023-05-12)
Bug Fixes
d30d25a#559 show type on invalid semver error (#559) (@tjenkinson)7.5.0 (2023-04-17)
Features
503a4e5#548 allow identifierBase to be false (#548) (@lsvalina)Bug Fixes
e219bb4#552 throw on bad version with correct error message (#552) (@wraithgar)fc2f3df#546 incorrect results from diff sometimes with prerelease versions (#546) (@tjenkinson)2781767#547 avoid re-instantiating SemVer during diff compare (#547) (@macno)7.4.0 (2023-04-10)
Features
113f513#532 identifierBase parameter for .inc (#532) (@wraithgar,@b-bly)48d8f8f#530 export new RELEASE_TYPES constant (@hcharley)Bug Fixes
940723d#538 intersects with v0.0.0 and v0.0.0-0 (#538) (@wraithgar)aa516b5#535 faster parse options (#535) (@H4ad)61e6ea1#536 faster cache key factory for range (#536) (@H4ad)f8b8b61#541 optimistic parse (#541) (@H4ad)796cbe2#533 semver.diff prerelease to release recognition (#533) (@wraithgar,@dominique-blockchain)
... (truncated)
Commits
7fdf1efchore: release 7.5.3bf53dd8docs: add example for>comparator (#569)abdd93dfix: set max lengths in regex for numeric and build identifiers (#571)e7b78dechore: release 7.5.258c791ffix: diff when detecting major change from prerelease (#566)5c8efbcfix: preserve build in raw after inc (#565)717534efix: better handling of whitespace (#564)2f738e9chore: bump@npmcli/template-ossfrom 4.14.1 to 4.15.1 (#558)aa016a6chore: release 7.5.1d30d25afix: show type on invalid semver error (#559)- 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 jsonwebtoken from 8.5.1 to 9.0.0
Changelog
Sourced from jsonwebtoken's changelog.
9.0.0 - 2022-12-21
Breaking changes: See Migration from v8 to v9
Breaking changes
- Removed support for Node versions 11 and below.
- The verify() function no longer accepts unsigned tokens by default. ([834503079514b72264fd13023a3b8d648afd6a16]https://github.com/auth0/node-jsonwebtoken/commit/834503079514b72264fd13023a3b8d648afd6a16)
- RSA key size must be 2048 bits or greater. ([ecdf6cc6073ea13a7e71df5fad043550f08d0fa6]https://github.com/auth0/node-jsonwebtoken/commit/ecdf6cc6073ea13a7e71df5fad043550f08d0fa6)
- Key types must be valid for the signing / verification algorithm
Security fixes
- security: fixes
Arbitrary File Write via verify function- CVE-2022-23529- security: fixes
Insecure default algorithm in jwt.verify() could lead to signature validation bypass- CVE-2022-23540- security: fixes
Insecure implementation of key retrieval function could lead to Forgeable Public/Private Tokens from RSA to HMAC- CVE-2022-23541- security: fixes
Unrestricted key type could lead to legacy keys usage- CVE-2022-23539
Commits
e1fa9dcMerge pull request from GHSA-8cf7-32gw-wr335eaedbfchore(ci): remove github test actions job (#861)cd4163echore(ci): configure Github Actions jobs for Tests & Security Scanning (#856)ecdf6ccfix!: Prevent accidental use of insecure key sizes & misconfiguration of secr...8345030fix(sign&verify)!: Remove defaultnonesupport fromsignandverifymet...7e6a86bUpload OpsLevel YAML (#849)74d5719docs: update references vercel/ms references (#770)d71e383docs: document "invalid token" error3765003docs: fix spelling in README.md: Peak -> Peek (#754)a46097edocs: make decode impossible to discover before verify- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by julien.wollscheid, a new releaser for jsonwebtoken since your current version.
Updates serverless from 1.82.0 to 3.32.2
Release notes
Sourced from serverless's releases.
3.32.2 (2023-06-02)
Maintenance Improvements
- Telemetry: Report installed
dockerversion (39806d6) (Mariusz Nowak)
3.32.1 (2023-06-01)
Bug Fixes
- AWS Deploy: Revert broken
vpcconfiguration on custom resources (#12001) (d0e3056) (Mariusz Nowak)
3.32.0 (2023-05-31)
Features
- AWS Lambda:
- Response streaming for Lambda URL (#11907) (3afb71e) (Goran Rakic)
- Do not recognize dropped
nodejs12.xruntime (#11995) (032e43c) (Mariusz Nowak)- AWS Deploy:
--minify-templateCLI param (#11980) (4d64730) (Mieszko Kycermann)Bug Fixes
- AWS ALB: Allow multiple http-header conditions (#11888) (72b27cb) (Inqnuam)
- AWS CloudFront: Accept CF intrinsic functions in
behavior(#11994) (41e90c3) (antoniogomezm)- AWS Deploy:
- Ensure
vpcconfiguration on custom resources (#11985) (f2d1e23) (Lokesh Jawale)- Fix default runtime resolution (#11995) (943bf6d) (Mariusz Nowak)
- AWS Lambda: Recognize only valid .NET runtimes (#11960) (dd081bb) (Stuart Lang)
Maintenance Improvements
- Telemetry: Inspect
dockeravailability (#11999) (83670f9) (Mariusz Nowak)- Console: Added warning about dev mode (#11975) (e5cb8ac) (Dan Jarvis)
- Packaging: Warn on inffective
functions[].packageconfig (#11974) (88099ad) (Lokesh Jawale)
3.31.0 (2023-05-17)
Features
... (truncated)
Changelog
Sourced from serverless's changelog.
3.32.2 (2023-06-02)
Maintenance Improvements
- Telemetry: Report installed
dockerversion (39806d6) (Mariusz Nowak)3.32.1 (2023-06-01)
Bug Fixes
- AWS Deploy: Revert broken
vpcconfiguration on custom resources (#12001) (d0e3056) (Mariusz Nowak)3.32.0 (2023-05-31)
Features
- AWS Lambda:
- Response streaming for Lambda URL (#11907) (3afb71e) (Goran Rakic)
- Do not recognize dropped
nodejs12.xruntime (#11995) (032e43c) (Mariusz Nowak)- AWS Deploy:
--minify-templateCLI param (#11980) (4d64730) (Mieszko Kycermann)Bug Fixes
- AWS ALB: Allow multiple http-header conditions (#11888) (72b27cb) (Inqnuam)
- AWS CloudFront: Accept CF intrinsic functions in
behavior(#11994) (41e90c3) (antoniogomezm)- AWS Deploy:
- Ensure
vpcconfiguration on custom resources (#11985) (f2d1e23) (Lokesh Jawale)- Fix default runtime resolution (#11995) (943bf6d) (Mariusz Nowak)
- AWS Lambda: Recognize only valid .NET runtimes (#11960) (dd081bb) (Stuart Lang)
Maintenance Improvements
- Telemetry: Inspect
dockeravailability (#11999) (83670f9) (Mariusz Nowak)- Console: Added warning about dev mode (#11975) (e5cb8ac) (Dan Jarvis)
- Packaging: Warn on inffective
functions[].packageconfig (#11974) (88099ad) (Lokesh Jawale)3.31.0 (2023-05-17)
Features
- AWS Schedule:
AWS::Scheduler::Schedulebased triggers (#11935) (34d922d) (Tie)- AWS Kinesis: More reliable consumer naming mode (#9706) (9d7b121) (Peter Reshetin)
- AWS Lambda:
- Recognize
java17runtime (#11938) (e1703c8) (Baerten Dennis)- Recognize
python3.10runtime (#11922) (8341d7a) (t3yamoto)- Recognize new .NET runtimes (#11941) (314f32c) (Graham Campbell)
- AWS EventBridge: Recognize
$orin pattern property (#11967) (d6de334) (Mitch Dempsey)Bug Fixes
... (truncated)
Commits
b82efafchore: Release v3.32.23fe1531chore: Bump dependencies39806d6refactor(Telemetry): Report installeddockerversion76454d3chore: Release v3.32.1bb06975chore: Bump dependenciesd0e3056fix: Revertvpcconfiguration on custom resources (#12001)83e194cdocs: Fix issues in tutorial (#11996)acbfca1chore: Release v3.32.0ad9fba9chore: Bump dependencies83670f9feat(Telemetry): Inspectdockeravailability- Additional commits viewable in compare view
Updates serverless-webpack from 5.3.4 to 5.11.0
Release notes
Sourced from serverless-webpack's releases.
5.11.0
What's Changed
- Detect yarn version to dynamically not add deprecated flags by
@jagonzalrin serverless-heaven/serverless-webpack#1252- Add yarn workspaces support by
@magellein serverless-heaven/serverless-webpack#1258- Add missing optional peer deps by
@john-arccosin serverless-heaven/serverless-webpack#1287- Prepare 5.11.0 by
@j0k3rin serverless-heaven/serverless-webpack#1289New Contributors
@magellemade their first contribution in serverless-heaven/serverless-webpack#1258@john-arccosmade their first contribution in serverless-heaven/serverless-webpack#1287Full Changelog: https://github.com/serverless-heaven/serverless-webpack/compare/v5.10.0...v5.11.0
5.10.0
Main Changes
The lib is finally compatible with Yarn 2 (and above)! Thanks to
@jagonzalr(and others involved in #642). You need to define the optionnoNonInteractivetotruein thepackagerOptionsinserverless.yml.What's Changed
- Add new
packagerOptions:noNonInteractiveto disable interactive mode when using Yarn 2 or above by@jagonzalrin serverless-heaven/serverless-webpack#1246- fix: prevent duplicate artifact assignment by
@NoxHarmoniumin serverless-heaven/serverless-webpack#1245- Prepare 5.10.0 by
@j0k3rin serverless-heaven/serverless-webpack#1248New Contributors
@jagonzalrmade their first contribution in serverless-heaven/serverless-webpack#1246@NoxHarmoniummade their first contribution in serverless-heaven/serverless-webpack#1245Full Changelog: https://github.com/serverless-heaven/serverless-webpack/compare/v5.9.1...v5.10.0
5.9.1
What's Changed
- fix(compat): function level entry override by
@vicaryin serverless-heaven/serverless-webpack#1226- Prepare 5.9.1 by
@vicaryin serverless-heaven/serverless-webpack#1228Full Changelog: https://github.com/serverless-heaven/serverless-webpack/compare/v5.9.0...v5.9.1
5.9.0
Main Changes
- Webpack entries can now be overridden via function option
entrypointinserverless.yml- Fix a warning of undefined plugin CLI option
--webpack-use-polling
... (truncated)
Commits
c4f1141Merge pull request #1289 from serverless-heaven/release/5.11.018cabb35.11.0be66e95Merge pull request #1287 from john-arccos/bugfix/add-missing-optional-peer-depc6a0deeadding missing optional peer deps03f8baeMerge pull request #1288 from serverless-heaven/dependabot/npm_and_yarn/serve...34de53cchore(deps-dev): bump serverless from 3.24.1 to 3.25.0e9d92e0Merge pull request #1286 from serverless-heaven/dependabot/npm_and_yarn/examp...3a088b3chore(deps): bump minimatch in /examples/babel-webpack-46b45e3dMerge pull request #1280 from serverless-heaven/dependabot/npm_and_yarn/examp...5b65523chore(deps): bump loader-utils- Additional commits viewable in compare view
Updates webpack from 4.44.1 to 5.88.0
Release notes
Sourced from webpack's releases.
v5.88.0
New Features
- [CSS] - Use
css/autoas the default css mode by@burhanudayin webpack/webpack#17399Bug Fixes
- Fix bugs related to require.context and layer by
@alexander-akaitin webpack/webpack#17388- Fix bug in runtime for CSS loading by
@alexander-akaitin webpack/webpack#17400- Correct indirect call for tagged template expressions using correct this context by
@alexander-akaitin webpack/webpack#17397- Update environment support for KaiOS browser by
@steverepin webpack/webpack#17395- Fix async module runtime code for running top-level-await by
@ahabhgkin webpack/webpack#17393Developer Experience
- Add example for stats minimal output by
@ersachin3112in webpack/webpack#17406- Significantly improve type coverage for Dependency, Runtime, Template classes by
@alexander-akaitin webpack/webpack#17394Dependencies & Maintenance
- Bump browserslist from 4.21.8 to 4.21.9 by
@dependabotin webpack/webpack#17389- Bump acorn from 8.8.2 to 8.9.0 by
@dependabotin webpack/webpack#17402- Bump eslint from 8.42.0 to 8.43.0 by
@dependabotin webpack/webpack#17401- Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by
@dependabotin webpack/webpack#17407New Contributors
@steverepmade their first contribution in webpack/webpack#17395Full Changelog: https://github.com/webpack/webpack/compare/v5.87.0...v5.88.0
v5.87.0
New Features
- Implement
fetchPriorityfeature as parser option and magic comment by@alexander-akaitin webpack/webpack#17249- [CSS] - Introduce 'css/auto' as a css module type by
@ahabhgkin webpack/webpack#16577- [CSS] - Style-specific fields now automatically resolve in package.json by
@burhanudayin webpack/webpack#17346- webpack configuration API now accepts "falsy values" loaders and plugins by
@alexander-akaitin webpack/webpack#17339Bug Fixes
- Fix codecov badge in readme by
@burhanudayin webpack/webpack#17353Developer Experience
- Add link to svelte loader for webpack by
@burhanudayin webpack/webpack#17369- Increase parser API types in internal plugins across dependency plugins
@alexander-akaitin webpack/webpack#17365Dependencies & Maintenance
- Bump memfs from 3.5.2 to 3.5.3 by
@dependabotin webpack/webpack#17347- Bump webpack-cli from 5.1.3 to 5.1.4 by
@dependabotin webpack/webpack#17349- Bump es-module-lexer from 1.2.1 to 1.3.0 by
@dependabotin webpack/webpack#17362- Bump
@types/nodefrom 20.2.5 to 20.3.0 by@dependabotin webpack/webpack#17361- Bump core-js from 3.30.2 to 3.31.0 by
@dependabotin webpack/webpack#17360- Bump browserslist from 4.21.6 to 4.21.8 by
@dependabotin webpack/webpack#17367- Bump
@types/nodefrom 20.3.0 to 20.3.1 by@dependabotin webpack/webpack#17366New Contributors
... (truncated)
Commits
1e18b1d5.88.0d15c734Merge pull request #17394 from webpack/refactor-more-typescff406crefactor(types): more3f71468refactor(types): mored9d64b5refactor(types): mored1f1433Merge pull request #17406 from ersachin3112/stats-minimale226101refactor(types): morea911bd9refactor(types): moree381884refactor(types): more4809421refactor(types): more- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by thelarkinn, a new releaser for webpack since your current version.
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 ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.