Skip to content

Commit 262fc5d

Browse files
fix(deps): pin dependencies (#7)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent e6080d4 commit 262fc5d

2 files changed

Lines changed: 27 additions & 27 deletions

File tree

gatsby/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"@consent-manager/integration-youtube": "^0.0.1",
1010
"autoprefixer": "^10.2.5",
1111
"final-form": "^4.20.2",
12-
"gatsby": "^3.1.0",
13-
"gatsby-image": "^3.1.0",
14-
"gatsby-plugin-manifest": "^3.1.0",
15-
"gatsby-plugin-offline": "^4.1.0",
16-
"gatsby-plugin-postcss": "^4.1.0",
17-
"gatsby-plugin-react-helmet": "^4.1.0",
18-
"gatsby-plugin-sharp": "^3.1.0",
19-
"gatsby-source-filesystem": "^3.1.0",
20-
"gatsby-transformer-sharp": "^3.1.0",
12+
"gatsby": "3.9.1",
13+
"gatsby-image": "3.9.0",
14+
"gatsby-plugin-manifest": "3.9.0",
15+
"gatsby-plugin-offline": "4.9.0",
16+
"gatsby-plugin-postcss": "4.9.0",
17+
"gatsby-plugin-react-helmet": "4.9.0",
18+
"gatsby-plugin-sharp": "3.9.0",
19+
"gatsby-source-filesystem": "3.9.0",
20+
"gatsby-transformer-sharp": "3.9.0",
2121
"postcss": "^8.2.8",
2222
"prop-types": "^15.7.2",
2323
"react": "17.0.2",

gatsby/yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5819,9 +5819,9 @@ gatsby-graphiql-explorer@^1.9.0:
58195819
dependencies:
58205820
"@babel/runtime" "^7.14.0"
58215821

5822-
gatsby-image@^3.1.0:
5822+
gatsby-image@3.9.0:
58235823
version "3.9.0"
5824-
resolved "https://registry.npmjs.org/gatsby-image/-/gatsby-image-3.9.0.tgz#fb36db0ac8b08fbb8a03cf3e715ac861db9e746c"
5824+
resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-3.9.0.tgz#fb36db0ac8b08fbb8a03cf3e715ac861db9e746c"
58255825
integrity sha512-VL/T/M1VNeIdJA9MKnXiHyPG6ruuCkXKoC7E+auS6O7S2Jm6TWXtWhpYX+Jt8ofGHK6TzHCIGhYtENGTW9mtrQ==
58265826
dependencies:
58275827
"@babel/runtime" "^7.14.0"
@@ -5858,9 +5858,9 @@ gatsby-page-utils@^1.9.0:
58585858
lodash "^4.17.21"
58595859
micromatch "^4.0.2"
58605860

5861-
gatsby-plugin-manifest@^3.1.0:
5861+
gatsby-plugin-manifest@3.9.0:
58625862
version "3.9.0"
5863-
resolved "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.9.0.tgz#28e84611382b3d068c03417337ffee6438925a5c"
5863+
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.9.0.tgz#28e84611382b3d068c03417337ffee6438925a5c"
58645864
integrity sha512-cRGsgvwtYLWLJUvbrl6uAWwv4ragPKGjPF7w9m5uRlpXh5zLguMqcgUVL9SfLMH2LJUyM7P5YyyiE/6tigOHqA==
58655865
dependencies:
58665866
"@babel/runtime" "^7.14.0"
@@ -5869,9 +5869,9 @@ gatsby-plugin-manifest@^3.1.0:
58695869
semver "^7.3.5"
58705870
sharp "^0.28.1"
58715871

5872-
gatsby-plugin-offline@^4.1.0:
5872+
gatsby-plugin-offline@4.9.0:
58735873
version "4.9.0"
5874-
resolved "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-4.9.0.tgz#4283004284d60043801cb396f6497e95ade037a6"
5874+
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-4.9.0.tgz#4283004284d60043801cb396f6497e95ade037a6"
58755875
integrity sha512-gxmx6Sm7JWrZ2n1iLW1yNbL84vwmP5UF2fB9LU2p+RFEELMa2ivektLtEz7nqjCEG35WbfjD8FjCL+WirfYNRw==
58765876
dependencies:
58775877
"@babel/runtime" "^7.14.0"
@@ -5897,24 +5897,24 @@ gatsby-plugin-page-creator@^3.9.0:
58975897
globby "^11.0.3"
58985898
lodash "^4.17.21"
58995899

5900-
gatsby-plugin-postcss@^4.1.0:
5900+
gatsby-plugin-postcss@4.9.0:
59015901
version "4.9.0"
5902-
resolved "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.9.0.tgz#b2bb8e8ea561403ea8210a1ae152d2c902b6f89e"
5902+
resolved "https://registry.yarnpkg.com/gatsby-plugin-postcss/-/gatsby-plugin-postcss-4.9.0.tgz#b2bb8e8ea561403ea8210a1ae152d2c902b6f89e"
59035903
integrity sha512-2h8kKimIPEk9kQyZWSzBoOQIBvUEYuLieA57oycuvxsA8S7S2QsNeyhBkhfakQ+gGiFG1He2WCFiOInxs+HcmQ==
59045904
dependencies:
59055905
"@babel/runtime" "^7.14.0"
59065906
postcss-loader "^4.3.0"
59075907

5908-
gatsby-plugin-react-helmet@^4.1.0:
5908+
gatsby-plugin-react-helmet@4.9.0:
59095909
version "4.9.0"
5910-
resolved "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.9.0.tgz#b4ac100a33db68a2a55b85d954f4e23b5c210b03"
5910+
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.9.0.tgz#b4ac100a33db68a2a55b85d954f4e23b5c210b03"
59115911
integrity sha512-x0M2LbY0tkO/EjtgpJwwVv0NHRQV1znoap6tfBOXxhSGCdZHc4zY4/v6fpEXwM4r5YGdT+6MpUQJyy75BWb9Hg==
59125912
dependencies:
59135913
"@babel/runtime" "^7.14.0"
59145914

5915-
gatsby-plugin-sharp@^3.1.0:
5915+
gatsby-plugin-sharp@3.9.0:
59165916
version "3.9.0"
5917-
resolved "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.9.0.tgz#4dfa61be3907f6e5abc262e41d55be265e0a225f"
5917+
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.9.0.tgz#4dfa61be3907f6e5abc262e41d55be265e0a225f"
59185918
integrity sha512-DHaX390FyPVCVzVy+ALrzbMf7hjMHsIhaQu98bzsodOJ+0bispyh/Qohxq+i8Qeexy8+sy2mRrlDR3ahM5Yb6w==
59195919
dependencies:
59205920
"@babel/runtime" "^7.14.0"
@@ -6030,9 +6030,9 @@ gatsby-recipes@^0.20.0:
60306030
xstate "^4.9.1"
60316031
yoga-layout-prebuilt "^1.9.6"
60326032

6033-
gatsby-source-filesystem@^3.1.0:
6033+
gatsby-source-filesystem@3.9.0:
60346034
version "3.9.0"
6035-
resolved "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.9.0.tgz#3ed00f8139f14eff9e56568731aa7e8b77891c8a"
6035+
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.9.0.tgz#3ed00f8139f14eff9e56568731aa7e8b77891c8a"
60366036
integrity sha512-Zgdscq4bMJy9KfZAN9daAxKytJBoxqvU3wckPR/74BgqZ89FNsy0bo0ABqbfz02NgdMxcn2XyPLUQ4eFJwHRvg==
60376037
dependencies:
60386038
"@babel/runtime" "^7.14.0"
@@ -6069,9 +6069,9 @@ gatsby-telemetry@^2.9.0:
60696069
node-fetch "^2.6.1"
60706070
uuid "3.4.0"
60716071

6072-
gatsby-transformer-sharp@^3.1.0:
6072+
gatsby-transformer-sharp@3.9.0:
60736073
version "3.9.0"
6074-
resolved "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.9.0.tgz#341f4e41e5289100ef358ede368a867486d0a01c"
6074+
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.9.0.tgz#341f4e41e5289100ef358ede368a867486d0a01c"
60756075
integrity sha512-rGayeiDWslbvmEXzm10Cx0X1ahf6XtNa4Wsrp5h+wjgjYiq9NDig8Osw2UsjXrQxS+m2PJvilA0rfaOFq/wOHw==
60766076
dependencies:
60776077
"@babel/runtime" "^7.14.0"
@@ -6090,9 +6090,9 @@ gatsby-worker@^0.0.0:
60906090
dependencies:
60916091
"@babel/core" "^7.14.0"
60926092

6093-
gatsby@^3.1.0:
6093+
gatsby@3.9.1:
60946094
version "3.9.1"
6095-
resolved "https://registry.npmjs.org/gatsby/-/gatsby-3.9.1.tgz#7fafca3f997d6eee411af47a323b4a5382706944"
6095+
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.9.1.tgz#7fafca3f997d6eee411af47a323b4a5382706944"
60966096
integrity sha512-lc0bP7jJwDD5z69WS4PwddPfEKR70UQTFMjEV+BBNAmrm0ZptA1sVmBVaIfclFIUXk5UmBvf7V5m9cS0/jNa0Q==
60976097
dependencies:
60986098
"@babel/code-frame" "^7.14.0"

0 commit comments

Comments
 (0)