Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2023
1 parent 34e0cb3 commit d016be8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"resolutions": {
"chalk": "^4",
"graphql": "^16.6.0",
"graphql": "16.6.0",
"graphql-compose": "^9.0.0",
"webpack": "5.74.0"
},
Expand Down Expand Up @@ -78,11 +78,11 @@
"cross-env": "7.0.3",
"eslint": "8.45.0",
"gatsby": "5.3.2",
"gatsby-image": "^3.11.0",
"gatsby-image": "3.11.0",
"gatsby-plugin-image": "3.3.2",
"gatsby-plugin-sharp": "5.3.2",
"gatsby-source-filesystem": "5.3.1",
"graphql": "^16.6.0",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
"is-base64": "1.1.0",
"jest": "27.5.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6949,9 +6949,9 @@ gatsby-graphiql-explorer@^3.3.0:
resolved "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-3.3.0.tgz"
integrity sha512-dpRlSXX7RTVPJKFg5tYnnUq8yigIHpHEUhqhDRh0h/4uiSQ1EeQZKjNI2b0rohUHdaG7nzZNAYQ/NJZ7BBsgPQ==

gatsby-image@^3.11.0:
gatsby-image@3.11.0:
version "3.11.0"
resolved "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.11.0.tgz"
resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-3.11.0.tgz#9070ffd1e656b801052acfa9e470c34427c099e0"
integrity sha512-vRMhGLrgyQRH2RYs8leyZ1UyWYIew+NOZEsKur1w6gnWDf0U9UVmYFa9OIE1Vedlo1W+on3AuZ3/KwM+cI69VQ==
dependencies:
"@babel/runtime" "^7.14.6"
Expand Down Expand Up @@ -7594,9 +7594,9 @@ graphql-type-json@0.3.2:
resolved "https://registry.npmjs.org/graphql-type-json/-/graphql-type-json-0.3.2.tgz"
integrity sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg==

graphql@^16.6.0:
graphql@16.6.0, graphql@^16.6.0:
version "16.6.0"
resolved "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb"
integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==

gzip-size@^6.0.0:
Expand Down

0 comments on commit d016be8

Please sign in to comment.