Skip to content

Commit fdf3025

Browse files
authoredJun 22, 2023
chore(deps): update all non-major dependencies (#5598)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c0434f commit fdf3025

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎packages/loaders/openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@graphql-tools/utils": "10.0.1",
5050
"@whatwg-node/fetch": "0.9.7",
5151
"@whatwg-node/router": "0.3.0",
52-
"fets": "0.2.7",
52+
"fets": "0.2.8",
5353
"graphql-yoga": "4.0.1",
5454
"json-bigint-patch": "0.0.8"
5555
},

‎yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -6813,10 +6813,10 @@
68136813
"@webassemblyjs/ast" "1.11.6"
68146814
"@xtuc/long" "4.2.2"
68156815

6816-
"@whatwg-node/cookie-store@^0.1.0":
6817-
version "0.1.0"
6818-
resolved "https://registry.yarnpkg.com/@whatwg-node/cookie-store/-/cookie-store-0.1.0.tgz#7f8d68e0d4b203d1c7dbb3e29a888bcff3fe36d0"
6819-
integrity sha512-Tw6r2flAHYeio6ivBrERhOzkgZGXJSP7tlJIeFQhkjaBiRBz9W1Gc8zs73aq7DKC3ZAGSOdl8jlF+LztSq98cg==
6816+
"@whatwg-node/cookie-store@^0.2.0":
6817+
version "0.2.0"
6818+
resolved "https://registry.yarnpkg.com/@whatwg-node/cookie-store/-/cookie-store-0.2.0.tgz#56d9729573945af0ecc6e7405210d245fa25c978"
6819+
integrity sha512-eksorZxQubxicFIn36eBgAXswejlrQnCMsdmmvWi/6I43bn++4K3wP3CUMs+rHl5NNuPcupYsJR1O5S6ALJkkQ==
68206820
dependencies:
68216821
tslib "^2.3.1"
68226822

@@ -11288,13 +11288,13 @@ fengari@^0.1.4:
1128811288
sprintf-js "^1.1.1"
1128911289
tmp "^0.0.33"
1129011290

11291-
fets@0.2.7, fets@^0.2.0:
11292-
version "0.2.7"
11293-
resolved "https://registry.yarnpkg.com/fets/-/fets-0.2.7.tgz#4af83f4272d6d8dd9a03ee314ec1a7a3d1bf135a"
11294-
integrity sha512-f+Ae45w5K/ndo1xO6OOhlVTvsiFpPlrOM9WJBVO3IoqFUyxYRb/o5Mf8j910rfr/124QJbpn+xmaY1kmYYYzfA==
11291+
fets@0.2.8, fets@^0.2.0:
11292+
version "0.2.8"
11293+
resolved "https://registry.yarnpkg.com/fets/-/fets-0.2.8.tgz#af86b3415d0979632c346fb505fa63819324c93d"
11294+
integrity sha512-6nlYgVeLNMyktFrzpqds6SIynismLaaqhZNDaf6Oq4jtnmpg053HiAyHTJmDDBGkRkKYPX5zZA00LCJc/PAU1g==
1129511295
dependencies:
1129611296
"@ardatan/fast-json-stringify" "^0.0.6"
11297-
"@whatwg-node/cookie-store" "^0.1.0"
11297+
"@whatwg-node/cookie-store" "^0.2.0"
1129811298
"@whatwg-node/fetch" "^0.9.4"
1129911299
"@whatwg-node/server" "^0.8.7"
1130011300
ajv "^8.12.0"

0 commit comments

Comments
 (0)
Please sign in to comment.