Skip to content

Commit 3e077e8

Browse files
chore(deps): update all non-major dependencies (version-4) (#6937)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`14.18.29` -> `14.18.30`](https://renovatebot.com/diffs/npm/@types%2fnode/14.18.29/14.18.30) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fnode/14.18.30/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fnode/14.18.30/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fnode/14.18.30/compatibility-slim/14.18.29)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fnode/14.18.30/confidence-slim/14.18.29)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [graphql](https://togithub.com/graphql/graphql-js) | [`16.5.0` -> `16.6.0`](https://renovatebot.com/diffs/npm/graphql/16.5.0/16.6.0) | [![age](https://badges.renovateapi.com/packages/npm/graphql/16.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/graphql/16.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/graphql/16.6.0/compatibility-slim/16.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/graphql/16.6.0/confidence-slim/16.5.0)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [graphql](https://togithub.com/graphql/graphql-js) | [`16.5.0` -> `16.6.0`](https://renovatebot.com/diffs/npm/graphql/16.5.0/16.6.0) | [![age](https://badges.renovateapi.com/packages/npm/graphql/16.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/graphql/16.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/graphql/16.6.0/compatibility-slim/16.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/graphql/16.6.0/confidence-slim/16.5.0)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | minor | | [node](https://togithub.com/nodejs/node) | [`16.17.0` -> `16.17.1`](https://renovatebot.com/diffs/npm/node/16.17.0/v16.17.1) | [![age](https://badges.renovateapi.com/packages/github-tags/node/v16.17.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/github-tags/node/v16.17.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/github-tags/node/v16.17.1/compatibility-slim/16.17.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/github-tags/node/v16.17.1/confidence-slim/16.17.0)](https://docs.renovatebot.com/merge-confidence/) | volta | patch | --- ### Release Notes <details> <summary>graphql/graphql-js</summary> ### [`v16.6.0`](https://togithub.com/graphql/graphql-js/releases/tag/v16.6.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v16.5.0...v16.6.0) #### v16.6.0 (2022-08-16) ##### New Feature 🚀 - [#&#8203;3645](https://togithub.com/graphql/graphql-js/pull/3645) createSourceEventStream: introduce named arguments and deprecate positional arguments ([@&#8203;yaacovCR](https://togithub.com/yaacovCR)) - [#&#8203;3702](https://togithub.com/graphql/graphql-js/pull/3702) parser: limit maximum number of tokens ([@&#8203;IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Bug Fix 🐞 - [#&#8203;3686](https://togithub.com/graphql/graphql-js/pull/3686) Workaround for codesandbox having bug with TS enums ([@&#8203;IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#&#8203;3701](https://togithub.com/graphql/graphql-js/pull/3701) Parser: allow 'options' to explicitly accept undefined ([@&#8203;IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 2 - Ivan Goncharov([@&#8203;IvanGoncharov](https://togithub.com/IvanGoncharov)) - Yaacov Rydzinski ([@&#8203;yaacovCR](https://togithub.com/yaacovCR)) </details> <details> <summary>nodejs/node</summary> ### [`v16.17.1`](https://togithub.com/nodejs/node/releases/tag/v16.17.1) [Compare Source](https://togithub.com/nodejs/node/compare/v16.17.0...v16.17.1) This is a security release. ##### Notable changes The following CVEs are fixed in this release: - **[CVE-2022-32212](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212)**: DNS rebinding in --inspect on macOS (High) - **[CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213)**: bypass via obs-fold mechanic (Medium) - **[CVE-2022-35255](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35255)**: Weak randomness in WebCrypto keygen - **[CVE-2022-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256)**: HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium) More detailed information on each of the vulnerabilities can be found in [September 22nd 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/) blog post. ##### Commits - \[[`a54283a638`](https://togithub.com/nodejs/node/commit/a54283a638)] - **crypto**: fix weak randomness in WebCrypto keygen (Ben Noordhuis) [nodejs-private/node-private#&#8203;346](https://togithub.com/nodejs-private/node-private/pull/346) - \[[`0713e21240`](https://togithub.com/nodejs/node/commit/0713e21240)] - **http**: disable chunked encoding when using OBS fold is used (Paolo Insogna) [nodejs-private/node-private#&#8203;341](https://togithub.com/nodejs-private/node-private/pull/341) - \[[`77fe2f32e4`](https://togithub.com/nodejs/node/commit/77fe2f32e4)] - **src**: fix IPv4 non routable validation (RafaelGSS) [nodejs-private/node-private#&#8203;337](https://togithub.com/nodejs-private/node-private/pull/337) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/apollographql/apollo-server). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4zIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2eaec33 commit 3e077e8

3 files changed

Lines changed: 18 additions & 15 deletions

File tree

package-lock.json

Lines changed: 14 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/lodash.sumby": "4.6.7",
6262
"@types/lodash.xorby": "4.7.7",
6363
"@types/negotiator": "0.6.1",
64-
"@types/node": "14.18.29",
64+
"@types/node": "14.18.30",
6565
"@types/node-fetch": "2.6.2",
6666
"@types/qs-middleware": "1.0.1",
6767
"@types/request": "2.48.8",
@@ -90,7 +90,7 @@
9090
"eslint": "8.23.1",
9191
"eslint-plugin-import": "2.26.0",
9292
"express": "4.18.1",
93-
"graphql": "16.5.0",
93+
"graphql": "16.6.0",
9494
"graphql-tag": "2.12.6",
9595
"jest": "29.0.3",
9696
"jest-config": "29.0.3",
@@ -118,7 +118,7 @@
118118
]
119119
},
120120
"volta": {
121-
"node": "16.17.0",
121+
"node": "16.17.1",
122122
"npm": "8.19.2"
123123
}
124124
}

smoke-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"graphql": "16.5.0",
3+
"graphql": "16.6.0",
44
"make-fetch-happen": "10.2.1"
55
},
66
"devDependencies": {

0 commit comments

Comments
 (0)