Skip to content

fix(deps): update all non-major dependencies #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2024

This PR contains the following updates:

Package Change Age Confidence Type Update
@apollo/server (source) 4.11.0 -> 4.12.2 age confidence dependencies minor
@types/cors (source) 2.8.17 -> 2.8.19 age confidence devDependencies patch
@types/express (source) 5.0.0 -> 5.0.3 age confidence devDependencies patch
@types/morgan (source) 1.9.9 -> 1.9.10 age confidence devDependencies patch
@types/node (source) 22.8.1 -> 22.16.4 age confidence devDependencies minor
express (source) 4.21.1 -> 4.21.2 age confidence dependencies patch
github.com/brianvoe/gofakeit/v7 v7.1.2 -> v7.3.0 age confidence require minor
github.com/spf13/cobra v1.8.1 -> v1.9.1 age confidence require minor
golang 1.23 -> 1.24 age confidence stage minor
graphql 16.9.0 -> 16.11.0 age confidence dependencies minor
helmet (source) 8.0.0 -> 8.1.0 age confidence dependencies minor
typescript (source) 5.6.3 -> 5.8.3 age confidence devDependencies minor

Release Notes

apollographql/apollo-server (@​apollo/server)

v4.12.2

Compare Source

(No change; there is a change to the @apollo/server-integration-testsuite used to test integrations, and the two packages always have matching versions.)

v4.12.1

Compare Source

Patch Changes

v4.12.0

Compare Source

Minor Changes
  • #​8054 89e3f84 Thanks @​clenfest! - Adds a new graphql-js validation rule to reject operations that recursively request selections above a specified maximum, which is disabled by default. Use configuration option maxRecursiveSelections=true to enable with a maximum of 10,000,000, or maxRecursiveSelections=<number> for a custom maximum. Enabling this validation can help avoid performance issues with configured validation rules or plugins.
Patch Changes

v4.11.3

Compare Source

Patch Changes

v4.11.2

Compare Source

(No change; there is a change to the @apollo/server-integration-testsuite used to test integrations, and the two packages always have matching versions.)

v4.11.1

Compare Source

Patch Changes
  • #​7952 bb81b2c Thanks @​glasser! - Upgrade dependencies so that automated scans don't detect a vulnerability.

    @apollo/server depends on express which depends on cookie. Versions of express older than v4.21.1 depend on a version of cookie vulnerable to CVE-2024-47764. Users of older express versions who call res.cookie() or res.clearCookie() may be vulnerable to this issue.

    However, Apollo Server does not call this function directly, and it does not expose any object to user code that allows TypeScript users to call this function without an unsafe cast.

    The only way that this direct dependency can cause a vulnerability for users of Apollo Server is if you call startStandaloneServer with a context function that calls Express-specific methods such as res.cookie() or res.clearCookies() on the response object, which is a violation of the TypeScript types provided by startStandaloneServer (which only promise that the response object is a core Node.js http.ServerResponse rather than the Express-specific subclass). So this vulnerability can only affect Apollo Server users who use unsafe JavaScript or unsafe as typecasts in TypeScript.

    However, this upgrade will at least prevent vulnerability scanners from alerting you to this dependency, and we encourage all Express users to upgrade their project's own express dependency to v4.21.1 or newer.

expressjs/express (express)

v4.21.2

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

brianvoe/gofakeit (github.com/brianvoe/gofakeit/v7)

v7.3.0: ISBN

Compare Source

📚 New Feature: ISBN Generation

This release adds support for generating valid ISBN identifiers, perfect for mock book data or publishing applications.

Generate a valid ISBN-10 or ISBN-13 string with customizable separator.

gofakeit.ISBN(ISBNOptions{Version: "13", Separator: "-"}) // "978-1-2345-6789-0"
🧰 Options
Field Description
Version "10" or "13" (default is "13")
Separator Custom string separator (e.g. "-", "")

Thanks to @​phoenisx , gofakeit is even more versatile for testing systems that work with books, publishing tools, or educational content.

v7.2.1

Compare Source

v7.2.0

Compare Source

spf13/cobra (github.com/spf13/cobra)

v1.9.1

Compare Source

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

Compare Source

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades


Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!

👋🏼 New Contributors

Full Changelog: spf13/cobra@v1.8.1...v1.9.0

graphql/graphql-js (graphql)

v16.11.0: 16.11.0

Compare Source

v16.11.0 (2025-04-26)
New Feature 🚀
Bug Fix 🐞
Docs 📝
11 PRs were merged
Polish 💅
Internal 🏠
4 PRs were merged
Committers: 8

v16.10.0: 16.10.0

Compare Source

v16.10.0 (2024-12-15)

New Feature 🚀
Bug Fix 🐞
Docs 📝
10 PRs were merged
Internal 🏠
4 PRs were merged
Committers: 5
helmetjs/helmet (helmet)

v8.1.0

Compare Source

Changed
  • Content-Security-Policy gives a better error when a directive value, like self, should be quoted. See #​482
microsoft/TypeScript (typescript)

v5.8.3

Compare Source

v5.8.2

Compare Source

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9c94a92 to c2eb0b8 Compare November 5, 2024 02:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 333c92c to 580da6b Compare November 23, 2024 06:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f53790c to 24bfdc3 Compare December 2, 2024 22:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 23d8224 to a8b0284 Compare December 11, 2024 11:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d953bea to 8c573ed Compare December 22, 2024 11:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ae25ad6 to e2d5193 Compare January 3, 2025 10:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ba42024 to c66239b Compare January 13, 2025 21:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a8fe6d7 to ff7f586 Compare January 17, 2025 22:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 01793e5 to 3245328 Compare January 23, 2025 10:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 150b14b to 29628ef Compare May 14, 2025 06:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 71ed6be to abe6422 Compare May 21, 2025 02:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from a043a9e to 0ab9612 Compare June 3, 2025 01:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from deff4c4 to 94a6d06 Compare June 10, 2025 03:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 94a6d06 to e0f141f Compare June 16, 2025 10:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3b9d35b to 14d6689 Compare June 28, 2025 10:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 483fa1c to 5aa890b Compare July 8, 2025 17:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bea3e98 to 6d77db0 Compare July 11, 2025 00:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6d77db0 to 03e7bcb Compare July 15, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants