Skip to content

Commit cb63144

Browse files
Update gatsby monorepo
1 parent 4a1f961 commit cb63144

File tree

4 files changed

+101
-99
lines changed

4 files changed

+101
-99
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: 29 additions & 7 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==
@@ -1076,7 +1076,7 @@
10761076
debug "^4.3.1"
10771077
globals "^11.1.0"
10781078

1079-
"@babel/types@^7.18.2", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.4.4":
1079+
"@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.25.2", "@babel/types@^7.4.4":
10801080
version "7.25.2"
10811081
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
10821082
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
@@ -1144,6 +1144,17 @@ babel-plugin-dynamic-import-node@^2.3.3:
11441144
dependencies:
11451145
object.assign "^4.1.0"
11461146

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

1171-
babel-preset-gatsby-package@2.15.0:
1172-
version "2.15.0"
1173-
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.15.0.tgz#d757ad2793546dd4b10d17c7535bb3c4e0f416ef"
1174-
integrity sha512-orx3fA7+92eNMAZMJ1PHdDfKMOXYud32cMnmSn3KFHsL+n6iCovc1uc18eSJ9EFWqy58V/9Sc1i9L9IRiuYFOw==
1182+
babel-preset-gatsby-package@2.25.0:
1183+
version "2.25.0"
1184+
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.25.0.tgz#f47552d7f33cf285282e7722c8b845eba8037898"
1185+
integrity sha512-wo8b/5DD0vuzk1ZLoksusvwRoCIf0IIQPmds+pdZvap7PaVuCngwIIpSoVDKK34hisLzLyUI2+abxqE3/SSH7w==
11751186
dependencies:
11761187
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
11771188
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
@@ -1183,6 +1194,7 @@ babel-preset-gatsby-package@2.15.0:
11831194
"@babel/preset-react" "^7.14.0"
11841195
"@babel/runtime" "^7.15.4"
11851196
babel-plugin-dynamic-import-node "^2.3.3"
1197+
babel-plugin-lodash "^3.3.4"
11861198
core-js "^3.22.3"
11871199

11881200
balanced-match@^1.0.0:
@@ -1521,7 +1533,7 @@ glob-parent@~5.1.2:
15211533
dependencies:
15221534
is-glob "^4.0.1"
15231535

1524-
glob@^7.0.0:
1536+
glob@^7.0.0, glob@^7.1.1:
15251537
version "7.2.3"
15261538
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
15271539
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -1663,6 +1675,11 @@ lodash.debounce@^4.0.8:
16631675
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
16641676
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
16651677

1678+
lodash@^4.17.10:
1679+
version "4.17.21"
1680+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1681+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1682+
16661683
lru-cache@^5.1.1:
16671684
version "5.1.1"
16681685
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -1884,6 +1901,11 @@ regjsparser@^0.9.1:
18841901
dependencies:
18851902
jsesc "~0.5.0"
18861903

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

0 commit comments

Comments
 (0)