chore(deps): bump the npm_and_yarn group across 4 directories with 16 updates#866
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the npm_and_yarn group across 4 directories with 16 updates#866dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
|
… updates Bumps the npm_and_yarn group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) | `5.2.0` | `5.5.0` | | [body-parser](https://github.com/expressjs/body-parser) | `2.2.0` | `2.2.1` | | [express](https://github.com/expressjs/express) | `5.1.0` | `5.2.0` | | @isaacs/brace-expansion | `5.0.0` | `5.0.1` | | [ajv](https://github.com/ajv-validator/ajv) | `6.12.6` | `6.15.0` | | [diff](https://github.com/kpdecker/jsdiff) | `4.0.2` | `4.0.4` | | [flatted](https://github.com/WebReflection/flatted) | `3.3.1` | `3.4.2` | | [form-data](https://github.com/form-data/form-data) | `3.0.1` | `3.0.4` | | [js-yaml](https://github.com/nodeca/js-yaml) | `3.14.1` | `3.14.2` | | [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) | `13.2.0` | `13.2.1` | | [node-forge](https://github.com/digitalbazaar/forge) | `1.3.1` | `1.4.0` | | [picomatch](https://github.com/micromatch/picomatch) | `2.3.1` | `2.3.2` | | [rollup](https://github.com/rollup/rollup) | `2.79.2` | `2.80.0` | | [sha.js](https://github.com/crypto-browserify/sha.js) | `2.4.11` | `2.4.12` | | [svgo](https://github.com/svg/svgo) | `3.3.2` | `3.3.3` | | [webpack](https://github.com/webpack/webpack) | `5.99.5` | `5.99.6` | Bumps the npm_and_yarn group with 1 update in the /examples/apollo directory: [express](https://github.com/expressjs/express). Bumps the npm_and_yarn group with 2 updates in the /examples/nestjs directory: [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) and [express](https://github.com/expressjs/express). Bumps the npm_and_yarn group with 1 update in the /packages/graphql-armor directory: [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server). Updates `@apollo/server` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@5.5.0/packages/server) Updates `body-parser` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@v2.2.0...v2.2.1) Updates `express` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.0) Updates `@isaacs/brace-expansion` from 5.0.0 to 5.0.1 Updates `ajv` from 6.12.6 to 6.15.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v6.12.6...v6.15.0) Updates `diff` from 4.0.2 to 4.0.4 - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](kpdecker/jsdiff@v4.0.2...v4.0.4) Updates `flatted` from 3.3.1 to 3.4.2 - [Commits](WebReflection/flatted@v3.3.1...v3.4.2) Updates `form-data` from 3.0.1 to 3.0.4 - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v3.0.1...v3.0.4) Updates `js-yaml` from 3.14.1 to 3.14.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.1...3.14.2) Updates `mdast-util-to-hast` from 13.2.0 to 13.2.1 - [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases) - [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1) Updates `node-forge` from 1.3.1 to 1.4.0 - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](digitalbazaar/forge@v1.3.1...v1.4.0) Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@2.3.1...2.3.2) Updates `rollup` from 2.79.2 to 2.80.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/v2.80.0/CHANGELOG.md) - [Commits](rollup/rollup@v2.79.2...v2.80.0) Updates `sha.js` from 2.4.11 to 2.4.12 - [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md) - [Commits](browserify/sha.js@v2.4.11...v2.4.12) Updates `svgo` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/svg/svgo/releases) - [Commits](svg/svgo@v3.3.2...v3.3.3) Updates `webpack` from 5.99.5 to 5.99.6 - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.99.5...v5.99.6) Updates `@apollo/server` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@5.5.0/packages/server) Updates `body-parser` from 2.2.0 to 2.2.2 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@v2.2.0...v2.2.1) Updates `express` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.0) Updates `@apollo/server` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@5.5.0/packages/server) Updates `express` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.0) Updates `@apollo/server` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@5.5.0/packages/server) Updates `express` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.0) Updates `express` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.0) Updates `express` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.0) Updates `@apollo/server` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@5.5.0/packages/server) Updates `express` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.0) Updates `@apollo/server` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@5.5.0/packages/server) Updates `express` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.0) Updates `@apollo/server` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@5.5.0/packages/server) Updates `express` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.0) Updates `@apollo/server` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@5.5.0/packages/server) Updates `@apollo/server` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@5.5.0/packages/server) Updates `@apollo/server` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@5.5.0/packages/server) Updates `@apollo/server` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@5.5.0/packages/server) Updates `@apollo/server` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@5.5.0/packages/server) --- updated-dependencies: - dependency-name: "@apollo/server" dependency-version: 5.5.0 dependency-type: direct:production - dependency-name: "@apollo/server" dependency-version: 5.5.0 dependency-type: direct:production - dependency-name: "@apollo/server" dependency-version: 5.5.0 dependency-type: direct:production - dependency-name: "@apollo/server" dependency-version: 5.5.0 dependency-type: direct:production - dependency-name: "@apollo/server" dependency-version: 5.5.0 dependency-type: direct:production - dependency-name: "@apollo/server" dependency-version: 5.5.0 dependency-type: direct:production - dependency-name: "@apollo/server" dependency-version: 5.5.0 dependency-type: direct:production - dependency-name: "@apollo/server" dependency-version: 5.5.0 dependency-type: direct:production - dependency-name: "@apollo/server" dependency-version: 5.5.0 dependency-type: direct:development - dependency-name: "@apollo/server" dependency-version: 5.5.0 dependency-type: direct:development - dependency-name: "@apollo/server" dependency-version: 5.5.0 dependency-type: direct:development - dependency-name: "@apollo/server" dependency-version: 5.5.0 dependency-type: direct:development - dependency-name: "@isaacs/brace-expansion" dependency-version: 5.0.1 dependency-type: indirect - dependency-name: ajv dependency-version: 6.14.0 dependency-type: indirect - dependency-name: body-parser dependency-version: 2.2.1 dependency-type: direct:production - dependency-name: body-parser dependency-version: 2.2.2 dependency-type: direct:production - dependency-name: diff dependency-version: 4.0.4 dependency-type: indirect - dependency-name: express dependency-version: 5.2.0 dependency-type: direct:production - dependency-name: express dependency-version: 5.2.0 dependency-type: direct:production - dependency-name: express dependency-version: 5.2.0 dependency-type: direct:production - dependency-name: express dependency-version: 5.2.0 dependency-type: direct:production - dependency-name: express dependency-version: 5.2.0 dependency-type: direct:production - dependency-name: express dependency-version: 5.2.0 dependency-type: direct:production - dependency-name: express dependency-version: 5.2.0 dependency-type: direct:production - dependency-name: express dependency-version: 5.2.0 dependency-type: direct:production - dependency-name: express dependency-version: 5.2.0 dependency-type: direct:production - dependency-name: flatted dependency-version: 3.4.2 dependency-type: indirect - dependency-name: form-data dependency-version: 3.0.4 dependency-type: indirect - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect - dependency-name: mdast-util-to-hast dependency-version: 13.2.1 dependency-type: indirect - dependency-name: node-forge dependency-version: 1.4.0 dependency-type: indirect - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect - dependency-name: rollup dependency-version: 2.80.0 dependency-type: indirect - dependency-name: sha.js dependency-version: 2.4.12 dependency-type: indirect - dependency-name: svgo dependency-version: 3.3.3 dependency-type: indirect - dependency-name: webpack dependency-version: 5.99.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
0fcc11e to
af2723e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm_and_yarn group with 16 updates in the / directory:
5.2.05.5.02.2.02.2.15.1.05.2.05.0.05.0.16.12.66.15.04.0.24.0.43.3.13.4.23.0.13.0.43.14.13.14.213.2.013.2.11.3.11.4.02.3.12.3.22.79.22.80.02.4.112.4.123.3.23.3.35.99.55.99.6Bumps the npm_and_yarn group with 1 update in the /examples/apollo directory: express.
Bumps the npm_and_yarn group with 2 updates in the /examples/nestjs directory: @apollo/server and express.
Bumps the npm_and_yarn group with 1 update in the /packages/graphql-armor directory: @apollo/server.
Updates
@apollo/serverfrom 5.2.0 to 5.5.0Release notes
Sourced from
@apollo/server's releases.... (truncated)
Changelog
Sourced from
@apollo/server's changelog.... (truncated)
Commits
64c0e1bVersion Packages (#8192)ada1200Reject GET requests with a Content-Type other than application/json (#8191)ad45d15Version Packages (#8179)d25a5bdMerge commit from fork443e547fix repository urls28d6d47Version Packages (#8172)26320bcfeat: Allow configuration of graphql validation options #8014f2c16a7bump dependency8e54e58feat: Allow configuration of graphql execution options(maxCoercionErrors)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@apollo/serversince your current version.Updates
body-parserfrom 2.2.0 to 2.2.1Release notes
Sourced from body-parser's releases.
... (truncated)
Changelog
Sourced from body-parser's changelog.
Commits
d96b63d2.2.1 (#659)b204886sec: security patch for CVE-2025-13466e20e351feat: removehistory.mdfrom being packaged on publish (#660)0d7ce71docs: switch badges from badgen.net to shields.io (#661)168afffci: also test on first supported node.js version (#646)e539a71build(deps): bump actions/setup-node from 5.0.0 to 6.0.0 (#654)9391612build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#655)57baafbbuild(deps): bump github/codeql-action from 3.30.5 to 4.31.2 (#656)a6a088ebuild(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 (#657)10a114dtest: add test for urlencoded invalid defaultCharset (#643)Updates
expressfrom 5.1.0 to 5.2.0Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
Commits
4007ad1Release: 5.2.0 (#6920)2f64f68sec: security patch for CVE-2024-51999ed0ba3fbuild(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#6928)8eace46build(deps): bump github/codeql-action from 4.31.2 to 4.31.6 (#6929)30bae81build(deps): bump coverallsapp/github-action from 2.3.6 to 2.3.7 (#6930)758d435deps: body-parser@^2.2.1 (#6922)77bcd52docs: update emeritus triagers (#6890)f33caf1Nominate to@efekrsklfor triage team (#6888)54af593refactor: use cached slice in app.listen (#6897)2551a7ddocs: switch badges from badgen.net to shields.io (#6900)Updates
@isaacs/brace-expansionfrom 5.0.0 to 5.0.1Updates
ajvfrom 6.12.6 to 6.15.0Commits
184bc326.15.0fea46aftest/fix prototype pollution via $data ref with format keyword (#2606)e3af0a76.14.0b552ed6add regExp option to address $data exploit via a regular expression (CVE-2025...72f2286docs: update v7 info231e52bMerge pull request #1320 from philsturgeon/patch-1d3475fcAdd spectral, an AJV util from a sponsor413afe0docs: v7.0.0-beta.311e997bupdate readme for v7Updates
difffrom 4.0.2 to 4.0.4Changelog
Sourced from diff's changelog.
Commits
f06f3e4v4.0.40179a48v4.0.34568caeBackport kpdecker/jsdiff#6494de0ffaBackport kpdecker/jsdiff#647Maintainer changes
This version was pushed to npm by explodingcabbage, a new releaser for diff since your current version.
Updates
flattedfrom 3.3.1 to 3.4.2Commits
3bf09093.4.2885ddccfix CWE-13210bdba70added flatted-view to the benchmark2a02dce3.4.1fba4e8fMerge pull request #89 from WebReflection/python-fix5fe8648added "when in Rome" also a test for PHP53517adsome minor improvementb3e2a0cFixing recursion issue in Python tooc4b46dbAdd SECURITY.md for security policy and reportingf86d071Create dependabot.yml for version updatesUpdates
form-datafrom 3.0.1 to 3.0.4Release notes
Sourced from form-data's releases.
Changelog
Sourced from form-data's changelog.
Commits
9c82fcdv3.0.4e8c574c[Tests] handle predict-v8-randomness failures in node < 17 and node > 23c6ced61[Fix] Switch to usingcryptorandom for boundary values0150851[meta] actually ensure the readme backup isn’t publishedfc38b48[meta] fix readme capitalizationd2eb290[meta] addauto-changelogfc42bb9[meta] remove local commit hooksa14d09e[Dev Deps] remove unused deps002b9b0[Fix]append: avoid a crash on nullish values70bbaa0[Fix] validate boundary type insetBoundary()methodMaintainer changes
This version was pushed to npm by ljharb, a new releaser for form-data since your current version.
Install script changes
This version modifies
prepublishscript that runs during installation. Review the package contents before updating.Updates
js-yamlfrom 3.14.1 to 3.14.2Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
9963d363.14.2 released10d3c8edist rebuild5278870fix prototype pollution in merge (<<) (#731)Updates
mdast-util-to-hastfrom 13.2.0 to 13.2.1Release notes
Sourced from mdast-util-to-hast's releases.
Commits
174795b13.2.13d05b3aUpdate Node in Actionsab3a795Fix support for spaces in class namesefb5312Refactor to use@importsa5bc210Add declaration mapsb54955dAdd.tsbuildinfoto.gitignoreUpdates
node-forgefrom 1.3.1 to 1.4.0Changelog
Sourced from node-forge's changelog.