Skip to content

Commit 96b8e4f

Browse files
build(deps): bump the patch-updates group across 1 directory with 3 updates
Bumps the patch-updates group with 3 updates in the / directory: [@graphql-codegen/introspection](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/other/introspection), [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) and [isbot](https://github.com/omrilotan/isbot). Updates `@graphql-codegen/introspection` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/other/introspection/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/introspection@5.0.2/packages/plugins/other/introspection) Updates `@graphql-codegen/typescript` from 5.0.9 to 5.0.10 - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@5.0.10/packages/plugins/typescript/typescript) Updates `isbot` from 5.1.36 to 5.1.38 - [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md) - [Commits](omrilotan/isbot@v5.1.36...v5.1.38) --- updated-dependencies: - dependency-name: "@graphql-codegen/introspection" dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@graphql-codegen/typescript" dependency-version: 5.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: isbot dependency-version: 5.1.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88060c6 commit 96b8e4f

5 files changed

Lines changed: 54 additions & 113 deletions

File tree

packages/api-clients/api-codegen-preset/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
],
7474
"dependencies": {
7575
"@graphql-codegen/cli": "^6.2.1",
76-
"@graphql-codegen/introspection": "^5.0.1",
77-
"@graphql-codegen/typescript": "^5.0.9",
76+
"@graphql-codegen/introspection": "^5.0.2",
77+
"@graphql-codegen/typescript": "^5.0.10",
7878
"@parcel/watcher": "^2.5.6",
7979
"@shopify/graphql-codegen": "^0.1.0",
8080
"graphql": "^16.13.2"

packages/apps/shopify-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@shopify/graphql-client": "^1.4.2",
9191
"@shopify/storefront-api-client": "^1.0.10",
9292
"compare-versions": "^6.1.1",
93-
"isbot": "^5.1.36",
93+
"isbot": "^5.1.38",
9494
"jose": "^5.9.6",
9595
"lossless-json": "^4.3.0",
9696
"tslib": "^2.8.1"

packages/apps/shopify-app-react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@shopify/shopify-app-session-storage": "^5.0.0",
9696
"@shopify/storefront-api-client": "^1.0.10",
9797
"compare-versions": "^6.1.1",
98-
"isbot": "^5.1.36"
98+
"isbot": "^5.1.38"
9999
},
100100
"peerDependencies": {
101101
"react": ">=18",

packages/apps/shopify-app-remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@shopify/shopify-app-session-storage": "^5.0.0",
9999
"@shopify/storefront-api-client": "^1.0.10",
100100
"compare-versions": "^6.1.1",
101-
"isbot": "^5.1.36"
101+
"isbot": "^5.1.38"
102102
},
103103
"peerDependencies": {
104104
"@remix-run/node": "*",

0 commit comments

Comments
 (0)