Skip to content

Commit 4d36328

Browse files
fix(deps): update minor and patch dependencies for gatsby-codemods (#32596)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f7ce299 commit 4d36328

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/gatsby-codemods/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"@babel/plugin-syntax-typescript": "^7.14.0",
3131
"@babel/runtime": "^7.14.8",
3232
"execa": "^5.1.1",
33-
"graphql": "^15.5.0",
33+
"graphql": "^15.5.1",
3434
"jscodeshift": "^0.12.0",
35-
"recast": "^0.20.4"
35+
"recast": "^0.20.5"
3636
},
3737
"devDependencies": {
3838
"@babel/cli": "^7.14.8",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13606,7 +13606,7 @@ [email protected], graphql-type-json@^0.3.2:
1360613606
resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.3.2.tgz#f53a851dbfe07bd1c8157d24150064baab41e115"
1360713607
integrity sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==
1360813608

13609-
graphql@^15.4.0, graphql@^15.5.0, graphql@^15.5.1:
13609+
graphql@^15.4.0, graphql@^15.5.1:
1361013610
version "15.5.1"
1361113611
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.1.tgz#f2f84415d8985e7b84731e7f3536f8bb9d383aad"
1361213612
integrity sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==
@@ -22942,10 +22942,10 @@ realpath-native@^1.1.0:
2294222942
dependencies:
2294322943
util.promisify "^1.0.0"
2294422944

22945-
recast@^0.20.4:
22946-
version "0.20.4"
22947-
resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.4.tgz#db55983eac70c46b3fff96c8e467d65ffb4a7abc"
22948-
integrity sha512-6qLIBGGRcwjrTZGIiBpJVC/NeuXpogXNyRQpqU1zWPUigCphvApoCs9KIwDYh1eDuJ6dAFlQoi/QUyE5KQ6RBQ==
22945+
recast@^0.20.4, recast@^0.20.5:
22946+
version "0.20.5"
22947+
resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae"
22948+
integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==
2294922949
dependencies:
2295022950
ast-types "0.14.2"
2295122951
esprima "~4.0.0"

0 commit comments

Comments
 (0)