Skip to content

Commit 33e7e6d

Browse files
Update gatsby monorepo
1 parent ba23110 commit 33e7e6d

File tree

4 files changed

+104
-102
lines changed

4 files changed

+104
-102
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@
4141
"@tryghost/helpers": "1.1.90",
4242
"@tryghost/helpers-gatsby": "2.0.21",
4343
"cheerio": "1.0.0-rc.11",
44-
"gatsby": "4.25.7",
44+
"gatsby": "4.25.9",
4545
"gatsby-awesome-pagination": "0.3.8",
4646
"gatsby-plugin-advanced-sitemap": "2.1.0",
47-
"gatsby-plugin-catch-links": "4.15.0",
48-
"gatsby-plugin-feed": "4.15.1",
49-
"gatsby-plugin-image": "2.15.1",
50-
"gatsby-plugin-manifest": "4.15.1",
51-
"gatsby-plugin-offline": "5.15.1",
52-
"gatsby-plugin-react-helmet": "5.15.0",
47+
"gatsby-plugin-catch-links": "4.25.0",
48+
"gatsby-plugin-feed": "4.25.0",
49+
"gatsby-plugin-image": "2.25.0",
50+
"gatsby-plugin-manifest": "4.25.0",
51+
"gatsby-plugin-offline": "5.25.0",
52+
"gatsby-plugin-react-helmet": "5.25.0",
5353
"gatsby-plugin-sharp": "4.25.1",
54-
"gatsby-source-filesystem": "4.15.0",
54+
"gatsby-source-filesystem": "4.25.0",
5555
"gatsby-source-ghost": "5.0.2",
56-
"gatsby-transformer-sharp": "4.15.1",
56+
"gatsby-transformer-sharp": "4.25.0",
5757
"lodash": "4.17.21",
5858
"react": "18.3.1",
5959
"react-dom": "18.3.1",

plugins/gatsby-plugin-ghost-manifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@babel/cli": "7.17.10",
1313
"@babel/core": "7.18.2",
14-
"babel-preset-gatsby-package": "2.15.0",
14+
"babel-preset-gatsby-package": "2.25.0",
1515
"cross-env": "7.0.3"
1616
},
1717
"keywords": [

plugins/gatsby-plugin-ghost-manifest/yarn.lock

Lines changed: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"@babel/traverse" "^7.24.8"
138138
"@babel/types" "^7.24.8"
139139

140-
"@babel/helper-module-imports@^7.24.7":
140+
"@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.24.7":
141141
version "7.24.7"
142142
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
143143
integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
@@ -1074,10 +1074,10 @@
10741074
debug "^4.3.1"
10751075
globals "^11.1.0"
10761076

1077-
"@babel/types@^7.18.2", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.4.4":
1078-
version "7.25.0"
1079-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.0.tgz#e6e3656c581f28da8452ed4f69e38008ec0ba41b"
1080-
integrity sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==
1077+
"@babel/types@^7.0.0-beta.49", "@babel/types@^7.18.2", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.4.4":
1078+
version "7.25.2"
1079+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
1080+
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
10811081
dependencies:
10821082
"@babel/helper-string-parser" "^7.24.8"
10831083
"@babel/helper-validator-identifier" "^7.24.7"
@@ -1142,6 +1142,17 @@ babel-plugin-dynamic-import-node@^2.3.3:
11421142
dependencies:
11431143
object.assign "^4.1.0"
11441144

1145+
babel-plugin-lodash@^3.3.4:
1146+
version "3.3.4"
1147+
resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz#4f6844358a1340baed182adbeffa8df9967bc196"
1148+
integrity sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==
1149+
dependencies:
1150+
"@babel/helper-module-imports" "^7.0.0-beta.49"
1151+
"@babel/types" "^7.0.0-beta.49"
1152+
glob "^7.1.1"
1153+
lodash "^4.17.10"
1154+
require-package-name "^2.0.1"
1155+
11451156
babel-plugin-polyfill-corejs2@^0.4.10:
11461157
version "0.4.11"
11471158
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz#30320dfe3ffe1a336c15afdcdafd6fd615b25e33"
@@ -1166,10 +1177,10 @@ babel-plugin-polyfill-regenerator@^0.6.1:
11661177
dependencies:
11671178
"@babel/helper-define-polyfill-provider" "^0.6.2"
11681179

1169-
babel-preset-gatsby-package@2.15.0:
1170-
version "2.15.0"
1171-
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.15.0.tgz#d757ad2793546dd4b10d17c7535bb3c4e0f416ef"
1172-
integrity sha512-orx3fA7+92eNMAZMJ1PHdDfKMOXYud32cMnmSn3KFHsL+n6iCovc1uc18eSJ9EFWqy58V/9Sc1i9L9IRiuYFOw==
1180+
babel-preset-gatsby-package@2.25.0:
1181+
version "2.25.0"
1182+
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.25.0.tgz#f47552d7f33cf285282e7722c8b845eba8037898"
1183+
integrity sha512-wo8b/5DD0vuzk1ZLoksusvwRoCIf0IIQPmds+pdZvap7PaVuCngwIIpSoVDKK34hisLzLyUI2+abxqE3/SSH7w==
11731184
dependencies:
11741185
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
11751186
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
@@ -1181,6 +1192,7 @@ babel-preset-gatsby-package@2.15.0:
11811192
"@babel/preset-react" "^7.14.0"
11821193
"@babel/runtime" "^7.15.4"
11831194
babel-plugin-dynamic-import-node "^2.3.3"
1195+
babel-plugin-lodash "^3.3.4"
11841196
core-js "^3.22.3"
11851197

11861198
balanced-match@^1.0.0:
@@ -1519,7 +1531,7 @@ glob-parent@~5.1.2:
15191531
dependencies:
15201532
is-glob "^4.0.1"
15211533

1522-
glob@^7.0.0:
1534+
glob@^7.0.0, glob@^7.1.1:
15231535
version "7.2.3"
15241536
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
15251537
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -1661,6 +1673,11 @@ lodash.debounce@^4.0.8:
16611673
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
16621674
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
16631675

1676+
lodash@^4.17.10:
1677+
version "4.17.21"
1678+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1679+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1680+
16641681
lru-cache@^5.1.1:
16651682
version "5.1.1"
16661683
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -1882,6 +1899,11 @@ regjsparser@^0.9.1:
18821899
dependencies:
18831900
jsesc "~0.5.0"
18841901

1902+
require-package-name@^2.0.1:
1903+
version "2.0.1"
1904+
resolved "https://registry.yarnpkg.com/require-package-name/-/require-package-name-2.0.1.tgz#c11e97276b65b8e2923f75dabf5fb2ef0c3841b9"
1905+
integrity sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q==
1906+
18851907
resolve@^1.14.2:
18861908
version "1.22.8"
18871909
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"

0 commit comments

Comments
 (0)