Skip to content

Commit 584d16d

Browse files
renovate[bot]github-actions[bot]
andauthoredJun 24, 2023
fix(deps): update all non-major dependencies (#5607)
* fix(deps): update all non-major dependencies * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7ba0242 commit 584d16d

File tree

11 files changed

+36
-25
lines changed

11 files changed

+36
-25
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-mesh/plugin-rate-limit": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`minimatch@9.0.2` ↗︎](https://www.npmjs.com/package/minimatch/v/9.0.2) (from `9.0.1`, in `dependencies`)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-mesh/plugin-snapshot": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`minimatch@9.0.2` ↗︎](https://www.npmjs.com/package/minimatch/v/9.0.2) (from `9.0.1`, in `dependencies`)

‎examples/gcp-functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start": "functions-framework --target=mesh"
1313
},
1414
"dependencies": {
15-
"@google-cloud/functions-framework": "3.2.0",
15+
"@google-cloud/functions-framework": "3.2.1",
1616
"@graphql-mesh/cli": "0.83.5",
1717
"@graphql-mesh/json-schema": "0.94.3",
1818
"@types/node": "18.16.18",

‎examples/graphql-file-upload-example/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/apollo-upload-client": "17.0.2",
2525
"@types/jest": "29.5.2",
2626
"@types/node": "18.16.18",
27-
"@types/react": "18.2.13",
27+
"@types/react": "18.2.14",
2828
"@types/react-dom": "18.2.6",
2929
"typescript": "5.1.3"
3030
},

‎examples/nextjs-apollo-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react-dom": "18.2.0"
2323
},
2424
"devDependencies": {
25-
"@types/react": "18.2.13",
25+
"@types/react": "18.2.14",
2626
"typescript": "5.1.3"
2727
}
2828
}

‎examples/nextjs-sdk-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"react-dom": "18.2.0"
2424
},
2525
"devDependencies": {
26-
"@types/react": "18.2.13",
26+
"@types/react": "18.2.14",
2727
"typescript": "5.1.3"
2828
}
2929
}

‎examples/openapi-react-weatherbit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@graphql-mesh/cli": "0.83.5",
20-
"@types/react": "18.2.13",
20+
"@types/react": "18.2.14",
2121
"@types/react-dom": "18.2.6",
2222
"@vitejs/plugin-react": "4.0.1",
2323
"typescript": "5.1.3",

‎packages/plugins/rate-limit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@graphql-mesh/string-interpolation": "0.5.0",
43-
"minimatch": "9.0.1"
43+
"minimatch": "9.0.2"
4444
},
4545
"devDependencies": {
4646
"@envelop/core": "4.0.0"

‎packages/plugins/snapshot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@graphql-mesh/string-interpolation": "0.5.0",
4343
"@whatwg-node/fetch": "^0.9.0",
44-
"minimatch": "9.0.1"
44+
"minimatch": "9.0.2"
4545
},
4646
"publishConfig": {
4747
"access": "public",

‎website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@theguild/algolia": "1.1.8",
2323
"@theguild/tailwind-config": "0.2.2",
2424
"@types/node": "18.16.18",
25-
"@types/react": "18.2.13",
25+
"@types/react": "18.2.14",
2626
"cross-env": "7.0.3",
2727
"eslint-config-next": "13.4.7",
2828
"postcss-import": "15.1.0",

‎yarn.lock

+18-17
Original file line numberDiff line numberDiff line change
@@ -3325,14 +3325,14 @@
33253325
dependencies:
33263326
giscus "^1.2.8"
33273327

3328-
"@google-cloud/functions-framework@3.2.0":
3329-
version "3.2.0"
3330-
resolved "https://registry.yarnpkg.com/@google-cloud/functions-framework/-/functions-framework-3.2.0.tgz#4f8e35c8f5f1c6b4aa0388e9cfbac5789eaa2186"
3331-
integrity sha512-eFafD4xocXmt3KM1z2X3lARvT2zLuXcw1V+T6xGoOAPfXQDduK77bKpkJx44QCAXh2c8qHYIT6dlSJWu5n5Lmg==
3328+
"@google-cloud/functions-framework@3.2.1":
3329+
version "3.2.1"
3330+
resolved "https://registry.yarnpkg.com/@google-cloud/functions-framework/-/functions-framework-3.2.1.tgz#3bc758dff2a1cf1f05c34b193aaea79cd85077a4"
3331+
integrity sha512-sWpJOAh9tpa1rznTxo90i/iOzG5MYAKGVjqLVh/NgxVYCYQvwrJ2ypuV0wROuS5mIpNvyGUyMfLn4nXeE3TrCQ==
33323332
dependencies:
33333333
"@types/express" "4.17.17"
33343334
body-parser "^1.18.3"
3335-
cloudevents "^6.0.0"
3335+
cloudevents "^7.0.0"
33363336
express "^4.16.4"
33373337
minimist "^1.2.7"
33383338
on-finished "^2.3.0"
@@ -6374,10 +6374,10 @@
63746374
dependencies:
63756375
"@types/react" "*"
63766376

6377-
"@types/react@*", "@types/react@18.2.13", "@types/react@>=16":
6378-
version "18.2.13"
6379-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.13.tgz#a98c09bde8b18f80021935b11d2d29ef5f4dcb2f"
6380-
integrity sha512-vJ+zElvi/Zn9cVXB5slX2xL8PZodPCwPRDpittQdw43JR2AJ5k3vKdgJJyneV/cYgIbLQUwXa9JVDvUZXGba+Q==
6377+
"@types/react@*", "@types/react@18.2.14", "@types/react@>=16":
6378+
version "18.2.14"
6379+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.14.tgz#fa7a6fecf1ce35ca94e74874f70c56ce88f7a127"
6380+
integrity sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==
63816381
dependencies:
63826382
"@types/prop-types" "*"
63836383
"@types/scheduler" "*"
@@ -8630,13 +8630,14 @@ clone@^1.0.2:
86308630
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
86318631
integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==
86328632

8633-
cloudevents@^6.0.0:
8634-
version "6.0.4"
8635-
resolved "https://registry.yarnpkg.com/cloudevents/-/cloudevents-6.0.4.tgz#eea28e8cc518e7ae2533170745a0f2dbcd34789d"
8636-
integrity sha512-Vay81bTsutFkZxHnM2K0rev95d0x7aTZ3G+Bmm8/GnIzsVtGfeBkLcXFD4czZ08RoOn6POKl+rIXaBS+Xn+jIA==
8633+
cloudevents@^7.0.0:
8634+
version "7.0.1"
8635+
resolved "https://registry.yarnpkg.com/cloudevents/-/cloudevents-7.0.1.tgz#2bd8b9d39432ba95e5360059f44810f4e7df2599"
8636+
integrity sha512-/i7HRvIUG2RAiB9AD6TqUd07H2ZkJtwCrNpGa4vJftwz5uJdD/bO+u3kYs/r+kQCtZ6uhZs0I9vfIhuhorKUHw==
86378637
dependencies:
86388638
ajv "^8.11.0"
86398639
ajv-formats "^2.1.1"
8640+
json-bigint "^1.0.0"
86408641
process "^0.11.10"
86418642
util "^0.12.4"
86428643
uuid "^8.3.2"
@@ -16064,10 +16065,10 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
1606416065
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
1606516066
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
1606616067

16067-
minimatch@9.0.1, minimatch@^9.0.0, minimatch@^9.0.1:
16068-
version "9.0.1"
16069-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
16070-
integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
16068+
minimatch@9.0.2, minimatch@^9.0.0, minimatch@^9.0.1:
16069+
version "9.0.2"
16070+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.2.tgz#397e387fff22f6795844d00badc903a3d5de7057"
16071+
integrity sha512-PZOT9g5v2ojiTL7r1xF6plNHLtOeTpSlDI007As2NlA2aYBMfVom17yqa6QzhmDP8QOhn7LjHTg7DFCVSSa6yg==
1607116072
dependencies:
1607216073
brace-expansion "^2.0.1"
1607316074

0 commit comments

Comments
 (0)
Please sign in to comment.