Skip to content

Commit 224a872

Browse files
chore(deps): update (#89)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ecf5edb commit 224a872

File tree

13 files changed

+2451
-2727
lines changed

13 files changed

+2451
-2727
lines changed

Diff for: .yarn/releases/yarn-3.5.0.cjs renamed to .yarn/releases/yarn-3.5.1.cjs

+266-266
Large diffs are not rendered by default.

Diff for: .yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
55
spec: '@yarnpkg/plugin-interactive-tools'
66

7-
yarnPath: .yarn/releases/yarn-3.5.0.cjs
7+
yarnPath: .yarn/releases/yarn-3.5.1.cjs

Diff for: docs/interfaces/audits_server.ServerAuditOptions.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ For NodeJS environments consider using [`@whatwg-node/fetch`](https://github.com
2525

2626
**`Default`**
2727

28+
```ts
2829
global.fetch
30+
```
2931

3032
___
3133

Diff for: docs/interfaces/client.ClientOptions.md

+12
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ For NodeJS environments before v15 consider using [`node-abort-controller`](http
2929

3030
**`Default`**
3131

32+
```ts
3233
global.AbortController
34+
```
3335

3436
___
3537

@@ -47,7 +49,9 @@ Possible options are:
4749

4850
**`Default`**
4951

52+
```ts
5053
same-origin
54+
```
5155

5256
___
5357

@@ -61,7 +65,9 @@ For NodeJS environments consider using [`node-fetch`](https://github.com/node-fe
6165

6266
**`Default`**
6367

68+
```ts
6469
global.fetch
70+
```
6571

6672
___
6773

@@ -88,7 +94,9 @@ A string specifying the referrer of the request. This can be a same-origin URL,
8894

8995
**`Default`**
9096

97+
```ts
9198
undefined
99+
```
92100

93101
___
94102

@@ -110,7 +118,9 @@ Possible options are:
110118

111119
**`Default`**
112120

121+
```ts
113122
undefined
123+
```
114124

115125
___
116126

@@ -139,7 +149,9 @@ the `err` argument, will report it instead.
139149

140150
**`Default`**
141151

152+
```ts
142153
'() => false'
154+
```
143155

144156
##### Parameters
145157

Diff for: implementations/apollo-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "node ."
99
},
1010
"dependencies": {
11-
"@apollo/server": "^4.6.0",
11+
"@apollo/server": "^4.7.1",
1212
"graphql": "^16.6.0"
1313
}
1414
}

0 commit comments

Comments
 (0)