Skip to content
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

🚨 [security] Update @restorecommerce/gql-bot 1.0.8 → 1.0.9 (patch) #100

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

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Nov 5, 2024


🚨 Your current dependencies have known security vulnerabilities 🚨

This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​restorecommerce/gql-bot (1.0.8 → 1.0.9) · Repo · Changelog

Release Notes

1.0.9 (from changelog)

Bug Fixes

  • various: Upgrade deps (a1b22fd)
  • various: Upgrade eslint to use typescript-eslint (62e3439)
  • various: Upgrade eslint to use typescript-eslint (b580f00)

Does any of this look wrong? Please let us know.

↗️ graphql (indirect, 15.8.0 → 16.9.0) · Repo

Security Advisories 🚨

🚨 graphql Uncontrolled Resource Consumption vulnerability

Versions of the package graphql from 16.3.0 and before 16.8.1 are vulnerable to Denial of Service (DoS) due to insufficient checks in the OverlappingFieldsCanBeMergedRule.ts file when parsing large queries. This vulnerability allows an attacker to degrade system performance.

Note: It was not proven that this vulnerability can crash the process.

Release Notes

Too many releases to show here. View the full release notes.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ optimism (indirect, 0.10.3 → 0.18.0) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ readdirp (indirect, 3.6.0 → 4.0.2) · Repo

Release Notes

4.0.2

  • Improve compatibility with graceful-fs and reduce amount of EMFILE errors by switching to async stat methods
  • Remove fileFilter "array of strings" from readme by @karlhorky in #198
  • improve typing for readdirpPromise by @yuheiy in #199

New Contributors

Full Changelog: 4.0.1...4.0.2

4.0.1

Quick fix for invalid esm imports.

Full Changelog: 4.0.0...4.0.1

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 29 commits:

↗️ symbol-observable (indirect, 1.2.0 → 4.0.0) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 28 commits:

↗️ ts-invariant (indirect, 0.4.4 → 0.10.3) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ tslib (indirect, 2.6.2 → 2.8.1) · Repo

Release Notes

2.8.1

What's Changed

Full Changelog: v2.8.0...v2.8.1

2.8.0

What's Changed

Full Changelog: v2.7.0...v2.8.0

2.7.0

What's Changed

  • Implement deterministic collapse of await in await using by @rbuckton in #262
  • Use global 'Iterator.prototype' for downlevel generators by @rbuckton in #267

Full Changelog: v2.6.3...v2.7.0

2.6.3

What's Changed

Full Changelog: v2.6.2...v2.6.3

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 38 commits:

🆕 @​apollo/client (added, 3.11.8)

🆕 @​graphql-typed-document-node/core (added, 3.2.0)

🆕 @​wry/caches (added, 1.0.1)

🆕 @​wry/trie (added, 0.5.0)

🆕 @​wry/trie (added, 0.4.3)

🆕 data-uri-to-buffer (added, 4.0.1)

🆕 fetch-blob (added, 3.2.0)

🆕 formdata-polyfill (added, 4.0.10)

🆕 hoist-non-react-statics (added, 3.3.2)

🆕 loose-envify (added, 1.4.0)

🆕 node-domexception (added, 1.0.0)

🆕 object-assign (added, 4.1.1)

🆕 prop-types (added, 15.8.1)

🆕 rehackt (added, 0.1.0)

🆕 response-iterator (added, 0.2.6)

🆕 web-streams-polyfill (added, 3.3.3)

🆕 chalk (added, 5.3.0)

🆕 node-fetch (added, 3.3.2)

🆕 react-is (added, 16.13.1)

🗑️ @​restorecommerce/dataset-demoshop-catalog-transformer (removed)

🗑️ @​restorecommerce/dataset-system-units-transformer (removed)

🗑️ @​types/node (removed)

🗑️ @​types/zen-observable (removed)

🗑️ apollo-cache (removed)

🗑️ apollo-cache-inmemory (removed)

🗑️ apollo-client (removed)

🗑️ apollo-link (removed)

🗑️ apollo-link-http (removed)

🗑️ apollo-link-http-common (removed)

🗑️ apollo-utilities (removed)

🗑️ csv-parser (removed)

🗑️ node-xlsx (removed)

🗑️ object-hash (removed)

🗑️ undici-types (removed)

🗑️ xlsx (removed)

🗑️ uuid (removed)

🗑️ through2 (removed)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants