Skip to content

Commit 870bde9

Browse files
Update gatsby monorepo
1 parent e3d7348 commit 870bde9

File tree

4 files changed

+91
-89
lines changed

4 files changed

+91
-89
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
"gatsby": "4.25.7",
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.2.0",
5959
"react-dom": "18.2.0",

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
@@ -157,7 +157,7 @@
157157
dependencies:
158158
"@babel/types" "^7.23.0"
159159

160-
"@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.22.5":
160+
"@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.22.5":
161161
version "7.22.15"
162162
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
163163
integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
@@ -1070,7 +1070,7 @@
10701070
debug "^4.1.0"
10711071
globals "^11.1.0"
10721072

1073-
"@babel/types@^7.18.2", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.4.4":
1073+
"@babel/types@^7.0.0-beta.49", "@babel/types@^7.18.2", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.4.4":
10741074
version "7.23.0"
10751075
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
10761076
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
@@ -1138,6 +1138,17 @@ babel-plugin-dynamic-import-node@^2.3.3:
11381138
dependencies:
11391139
object.assign "^4.1.0"
11401140

1141+
babel-plugin-lodash@^3.3.4:
1142+
version "3.3.4"
1143+
resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz#4f6844358a1340baed182adbeffa8df9967bc196"
1144+
integrity sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==
1145+
dependencies:
1146+
"@babel/helper-module-imports" "^7.0.0-beta.49"
1147+
"@babel/types" "^7.0.0-beta.49"
1148+
glob "^7.1.1"
1149+
lodash "^4.17.10"
1150+
require-package-name "^2.0.1"
1151+
11411152
babel-plugin-polyfill-corejs2@^0.4.6:
11421153
version "0.4.6"
11431154
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.6.tgz#b2df0251d8e99f229a8e60fc4efa9a68b41c8313"
@@ -1162,10 +1173,10 @@ babel-plugin-polyfill-regenerator@^0.5.3:
11621173
dependencies:
11631174
"@babel/helper-define-polyfill-provider" "^0.4.3"
11641175

1165-
babel-preset-gatsby-package@2.15.0:
1166-
version "2.15.0"
1167-
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.15.0.tgz#d757ad2793546dd4b10d17c7535bb3c4e0f416ef"
1168-
integrity sha512-orx3fA7+92eNMAZMJ1PHdDfKMOXYud32cMnmSn3KFHsL+n6iCovc1uc18eSJ9EFWqy58V/9Sc1i9L9IRiuYFOw==
1176+
babel-preset-gatsby-package@2.25.0:
1177+
version "2.25.0"
1178+
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.25.0.tgz#f47552d7f33cf285282e7722c8b845eba8037898"
1179+
integrity sha512-wo8b/5DD0vuzk1ZLoksusvwRoCIf0IIQPmds+pdZvap7PaVuCngwIIpSoVDKK34hisLzLyUI2+abxqE3/SSH7w==
11691180
dependencies:
11701181
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
11711182
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
@@ -1177,6 +1188,7 @@ babel-preset-gatsby-package@2.15.0:
11771188
"@babel/preset-react" "^7.14.0"
11781189
"@babel/runtime" "^7.15.4"
11791190
babel-plugin-dynamic-import-node "^2.3.3"
1191+
babel-plugin-lodash "^3.3.4"
11801192
core-js "^3.22.3"
11811193

11821194
balanced-match@^1.0.0:
@@ -1500,7 +1512,7 @@ glob-parent@~5.1.2:
15001512
dependencies:
15011513
is-glob "^4.0.1"
15021514

1503-
glob@^7.0.0:
1515+
glob@^7.0.0, glob@^7.1.1:
15041516
version "7.2.3"
15051517
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
15061518
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -1642,6 +1654,11 @@ lodash.debounce@^4.0.8:
16421654
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
16431655
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
16441656

1657+
lodash@^4.17.10:
1658+
version "4.17.21"
1659+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1660+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1661+
16451662
lru-cache@^5.1.1:
16461663
version "5.1.1"
16471664
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -1870,6 +1887,11 @@ regjsparser@^0.9.1:
18701887
dependencies:
18711888
jsesc "~0.5.0"
18721889

1890+
require-package-name@^2.0.1:
1891+
version "2.0.1"
1892+
resolved "https://registry.yarnpkg.com/require-package-name/-/require-package-name-2.0.1.tgz#c11e97276b65b8e2923f75dabf5fb2ef0c3841b9"
1893+
integrity sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q==
1894+
18731895
resolve@^1.14.2:
18741896
version "1.22.8"
18751897
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"

yarn.lock

Lines changed: 53 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,13 +1203,6 @@
12031203
"@parcel/plugin" "2.6.2"
12041204
gatsby-core-utils "^3.25.0"
12051205

1206-
"@gatsbyjs/potrace@^2.2.0":
1207-
version "2.3.0"
1208-
resolved "https://registry.yarnpkg.com/@gatsbyjs/potrace/-/potrace-2.3.0.tgz#0ac22fb56a02ebc64ce55e4666c4b741cbf27377"
1209-
integrity sha512-72szhSY/4tPiPPOzq15CG6LW0s9FuWQ86gkLSUvBNoF0s+jsEdRaZmATYNjiY2Skg//EuyPLEqUQnXKXME0szg==
1210-
dependencies:
1211-
jimp-compact "^0.16.1-2"
1212-
12131206
"@gatsbyjs/reach-router@1.3.9", "@gatsbyjs/reach-router@^1.3.9":
12141207
version "1.3.9"
12151208
resolved "https://registry.yarnpkg.com/@gatsbyjs/reach-router/-/reach-router-1.3.9.tgz#305c3c4c5041f27e53fc33e344a08ee2c4b985af"
@@ -3273,7 +3266,7 @@ babel-plugin-polyfill-regenerator@^0.5.3:
32733266
dependencies:
32743267
"@babel/helper-define-polyfill-provider" "^0.4.3"
32753268

3276-
babel-plugin-remove-graphql-queries@^4.15.0, babel-plugin-remove-graphql-queries@^4.25.0:
3269+
babel-plugin-remove-graphql-queries@^4.25.0:
32773270
version "4.25.0"
32783271
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.25.0.tgz#ebfc91d8dbe567035b8ce4c3df0a068b745571df"
32793272
integrity sha512-enyqRNRrn7vTG3nwg1V+XhoAJIyUv3ZukQCs5KbHOK+WNDDiGZQzIG+FCiZFACScdZBJWyx7TYRYbOFJZ/KEGg==
@@ -3889,7 +3882,7 @@ cheerio@1.0.0-rc.12, cheerio@^1.0.0-rc.10:
38893882
parse5 "^7.0.0"
38903883
parse5-htmlparser2-tree-adapter "^7.0.0"
38913884

3892-
chokidar@^3.4.2, chokidar@^3.5.2, chokidar@^3.5.3:
3885+
chokidar@^3.4.2, chokidar@^3.5.3:
38933886
version "3.5.3"
38943887
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
38953888
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
@@ -5755,7 +5748,7 @@ file-loader@^6.2.0:
57555748
loader-utils "^2.0.0"
57565749
schema-utils "^3.0.0"
57575750

5758-
file-type@^16.5.3:
5751+
file-type@^16.5.3, file-type@^16.5.4:
57595752
version "16.5.4"
57605753
resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.5.4.tgz#474fb4f704bee427681f98dd390058a172a6c2fd"
57615754
integrity sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw==
@@ -6097,7 +6090,7 @@ gatsby-cli@^4.25.0:
60976090
yoga-layout-prebuilt "^1.10.0"
60986091
yurnalist "^2.1.0"
60996092

6100-
gatsby-core-utils@^3.15.0, gatsby-core-utils@^3.25.0:
6093+
gatsby-core-utils@^3.25.0:
61016094
version "3.25.0"
61026095
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.25.0.tgz#6ebfd2b8c95f3bbc3b52a9619a1ff26c68109c25"
61036096
integrity sha512-lmMDwbnKpqAi+8WWd7MvCTCx3E0u7j8sbVgydERNCYVxKVpzD/aLCH4WPb4EE9m1H1rSm76w0Z+MaentyB/c/Q==
@@ -6205,66 +6198,66 @@ gatsby-plugin-advanced-sitemap@2.1.0:
62056198
pify "5.0.0"
62066199
xml "^1.0.1"
62076200

6208-
gatsby-plugin-catch-links@4.15.0:
6209-
version "4.15.0"
6210-
resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-4.15.0.tgz#b46925e98c9eb5b119ebc756c845df1ccd41bc27"
6211-
integrity sha512-CoPRa4qoq+sDwD6Q7V41RM6o6g7GgPL4NDaq452p4EuJPukMNTgmhW3z7Ytevl3+dYXnyWOaNZDxMkSv9Jm9TA==
6201+
gatsby-plugin-catch-links@4.25.0:
6202+
version "4.25.0"
6203+
resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-4.25.0.tgz#4cebe0d3a247b072832de10809827c760b34595f"
6204+
integrity sha512-pfXr2Ad2J2m7B0cq+2itDjmcOLmQ/S+0oOlrRj0AgHbSoqDa04s6DhVx5yIuYA+sfkk8gXXtgl/jJLyxi85gYw==
62126205
dependencies:
62136206
"@babel/runtime" "^7.15.4"
62146207
escape-string-regexp "^1.0.5"
62156208

6216-
gatsby-plugin-feed@4.15.1:
6217-
version "4.15.1"
6218-
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-4.15.1.tgz#2ef9435bec2edf0422e89601f61ecf1a9b977bce"
6219-
integrity sha512-Of4Dqv5dMLRDJkWc44xHhSkpGnlJBSglWvUeSz/8g4YbB7RXfEgO1ayKwYPWE1jy+qzmCLCY0EpCA4iabLhbBw==
6209+
gatsby-plugin-feed@4.25.0:
6210+
version "4.25.0"
6211+
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-4.25.0.tgz#f45e01a8c37327b2520e4eb9f2b6191a97947a4d"
6212+
integrity sha512-9gZxvHtq2lu5pUcXXt0d7L7jpFIJpcmjOb2X8ykzbiHXUYRFvZnmcR95ZdQRKiVy1YawMzv3tt2+pPnBuYxvSw==
62206213
dependencies:
62216214
"@babel/runtime" "^7.15.4"
62226215
"@hapi/joi" "^15.1.1"
62236216
common-tags "^1.8.2"
62246217
fs-extra "^10.1.0"
6225-
gatsby-plugin-utils "^3.9.1"
6218+
gatsby-plugin-utils "^3.19.0"
62266219
lodash.merge "^4.6.2"
62276220
rss "^1.2.2"
62286221

6229-
gatsby-plugin-image@2.15.1:
6230-
version "2.15.1"
6231-
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-2.15.1.tgz#6b4f34fed2c1a6cea9dceb45b7ce377b849635f9"
6232-
integrity sha512-Zicg8tOJJfLtKp8bN7BqF4aH9Sf3C4sEJ7sTNV6RDtLleFy5GQb40mTVIV+yvxD6AOXKko9wicc5XOrKBvRXyA==
6222+
gatsby-plugin-image@2.25.0:
6223+
version "2.25.0"
6224+
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-2.25.0.tgz#3ce19dd2101a7858c17dfabe884ec004bb4fa15b"
6225+
integrity sha512-Q1TRjvBF7x50alS22i91rksl7A3g42S0jIdPEQcT9bl8MbFaJiboHGna/jp78nxm9vu4qtUJ1IziRSOu0bgHNQ==
62336226
dependencies:
62346227
"@babel/code-frame" "^7.14.0"
62356228
"@babel/parser" "^7.15.5"
62366229
"@babel/runtime" "^7.15.4"
62376230
"@babel/traverse" "^7.15.4"
62386231
babel-jsx-utils "^1.1.0"
6239-
babel-plugin-remove-graphql-queries "^4.15.0"
6232+
babel-plugin-remove-graphql-queries "^4.25.0"
62406233
camelcase "^5.3.1"
6241-
chokidar "^3.5.2"
6234+
chokidar "^3.5.3"
62426235
common-tags "^1.8.2"
62436236
fs-extra "^10.1.0"
6244-
gatsby-core-utils "^3.15.0"
6245-
gatsby-plugin-utils "^3.9.1"
6237+
gatsby-core-utils "^3.25.0"
6238+
gatsby-plugin-utils "^3.19.0"
62466239
objectFitPolyfill "^2.3.5"
62476240
prop-types "^15.8.1"
62486241

6249-
gatsby-plugin-manifest@4.15.1:
6250-
version "4.15.1"
6251-
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.15.1.tgz#8e32e9d8ee1b61f5707b7b2bf17c2de84c74d174"
6252-
integrity sha512-tlXO2TGpDU2fmBBpNDadAQdfaZiKt+yB1m8O5tEvpMmW00n7qsaicteNRCNgX9Ex/sgircd9Dvph4hvy7zyesw==
6242+
gatsby-plugin-manifest@4.25.0:
6243+
version "4.25.0"
6244+
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.25.0.tgz#b1a1fbcc035f242ee05094849817d75b488afa7c"
6245+
integrity sha512-2n7v+TvhWUMoOJEaeiPDFsf9jvOImKLZpnzxE8e6ZeeoGeDngXSZhkkP3x2UYIknHtZXUUjFJh8BaVBXiB1dSQ==
62536246
dependencies:
62546247
"@babel/runtime" "^7.15.4"
6255-
gatsby-core-utils "^3.15.0"
6256-
gatsby-plugin-utils "^3.9.1"
6248+
gatsby-core-utils "^3.25.0"
6249+
gatsby-plugin-utils "^3.19.0"
62576250
semver "^7.3.7"
6258-
sharp "^0.30.3"
6251+
sharp "^0.30.7"
62596252

6260-
gatsby-plugin-offline@5.15.1:
6261-
version "5.15.1"
6262-
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-5.15.1.tgz#0fef865ca515bc3aa494fd5b07a8292006b6ef9d"
6263-
integrity sha512-I/G8uLb9P6wRKhYiqVSs7vYQzyGdv377Gha3LT23Ywl6RenxpfflJwo+RNQZs7vpIOVqccgYA2zFmUt74gqsAw==
6253+
gatsby-plugin-offline@5.25.0:
6254+
version "5.25.0"
6255+
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-5.25.0.tgz#d3ef5b5067f8d0b73b508221b858af8ced105e8c"
6256+
integrity sha512-WqAcnYvMpL1xwXF5Jf9BXTihLNktuqQHFUX0TPsQVJrmfjSNv4LxhgiWfeUuGiCO881EOHClXnBn6TqxIdS4EA==
62646257
dependencies:
62656258
"@babel/runtime" "^7.15.4"
62666259
cheerio "^1.0.0-rc.10"
6267-
gatsby-core-utils "^3.15.0"
6260+
gatsby-core-utils "^3.25.0"
62686261
glob "^7.2.3"
62696262
idb-keyval "^3.2.0"
62706263
lodash "^4.17.21"
@@ -6288,10 +6281,10 @@ gatsby-plugin-page-creator@^4.25.0:
62886281
globby "^11.1.0"
62896282
lodash "^4.17.21"
62906283

6291-
gatsby-plugin-react-helmet@5.15.0:
6292-
version "5.15.0"
6293-
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.15.0.tgz#8011e317199c3ed87e7527d4462f0655609b8db7"
6294-
integrity sha512-hxazz0Eea2CAUxglarK9XdtFChzbypLkD8Doe6l83cgdeLv7C5KJw2vZEpkvRyd4fgztNSkKprXT84if7IvD2g==
6284+
gatsby-plugin-react-helmet@5.25.0:
6285+
version "5.25.0"
6286+
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.25.0.tgz#6849d405bfbc0846e73449d4425b45f84ec58fbb"
6287+
integrity sha512-sU/xae/sGuYFcFDpqUxwXnaOmx8xrU2Q+XSULqAapji0uTBhW6al6CJsaPFigi8IOG2bQX8ano2iWWcGF3/GHw==
62956288
dependencies:
62966289
"@babel/runtime" "^7.15.4"
62976290

@@ -6326,7 +6319,7 @@ gatsby-plugin-typescript@^4.25.0:
63266319
"@babel/runtime" "^7.15.4"
63276320
babel-plugin-remove-graphql-queries "^4.25.0"
63286321

6329-
gatsby-plugin-utils@^3.19.0, gatsby-plugin-utils@^3.9.1:
6322+
gatsby-plugin-utils@^3.19.0:
63306323
version "3.19.0"
63316324
resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-3.19.0.tgz#f464b02cc51dcdc0c0e094b7352ee4bf660126ea"
63326325
integrity sha512-EZtvgHSU5NPbEn6a4cfSpEGCQ09SfwbhoybHTJKj1clop86HSwOCV2iH8RbCc+X6jbdgHaSZsfsl7zG1h7DBUw==
@@ -6362,23 +6355,21 @@ gatsby-sharp@^0.19.0:
63626355
"@types/sharp" "^0.30.5"
63636356
sharp "^0.30.7"
63646357

6365-
gatsby-source-filesystem@4.15.0:
6366-
version "4.15.0"
6367-
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.15.0.tgz#115eafc580ec0c8083b37e54336013c65e5073b3"
6368-
integrity sha512-FlT2Tr4AE/A7PDtS7X1NM0fyl/VULkIl97KlvgW3kl31aRS/JozVLR0stYHUYNAzWi24dDJphBqwxXaGDBXNYg==
6358+
gatsby-source-filesystem@4.25.0:
6359+
version "4.25.0"
6360+
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.25.0.tgz#2748b0abd37abea0fbf70f33fb544debee3280ff"
6361+
integrity sha512-gja4++bPkYpnum4/TxFicr3zRHBArnM2HjT77EE4EuDhdl6qlJYr/heD09LIPN2jdR5gmPwMDjIZnuYZ/6j/aQ==
63696362
dependencies:
63706363
"@babel/runtime" "^7.15.4"
6371-
chokidar "^3.5.2"
6372-
file-type "^16.5.3"
6364+
chokidar "^3.5.3"
6365+
file-type "^16.5.4"
63736366
fs-extra "^10.1.0"
6374-
gatsby-core-utils "^3.15.0"
6375-
got "^9.6.0"
6367+
gatsby-core-utils "^3.25.0"
63766368
md5-file "^5.0.0"
63776369
mime "^2.5.2"
63786370
pretty-bytes "^5.4.1"
6379-
progress "^2.0.3"
63806371
valid-url "^1.0.9"
6381-
xstate "^4.26.1"
6372+
xstate "4.32.1"
63826373

63836374
gatsby-source-ghost@5.0.2:
63846375
version "5.0.2"
@@ -6408,20 +6399,19 @@ gatsby-telemetry@^3.25.0:
64086399
lodash "^4.17.21"
64096400
node-fetch "^2.6.7"
64106401

6411-
gatsby-transformer-sharp@4.15.1:
6412-
version "4.15.1"
6413-
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.15.1.tgz#c1fe3086832ab458ca7c8c89c996a9ce499ef88c"
6414-
integrity sha512-udQeC1Wbq28BDETe3GFr7HFh6yYx6o8lkBQqDVaS/8y3hqiyHCDwinHFwO/OEfsH/oGJ1wGIBxgVOmUicqWvkQ==
6402+
gatsby-transformer-sharp@4.25.0:
6403+
version "4.25.0"
6404+
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.25.0.tgz#978e15c20111f4616dec599809daa1678de79881"
6405+
integrity sha512-7aqecTvOUFiNB96ij77UnAGJs7Un0TlkpamG//dSl6Nru9EylGz/NW/Eg0vioQyHLCYdMvd5xO8V3BOHJADsnw==
64156406
dependencies:
64166407
"@babel/runtime" "^7.15.4"
6417-
"@gatsbyjs/potrace" "^2.2.0"
64186408
bluebird "^3.7.2"
64196409
common-tags "^1.8.2"
64206410
fs-extra "^10.1.0"
6421-
gatsby-plugin-utils "^3.9.1"
6411+
gatsby-plugin-utils "^3.19.0"
64226412
probe-image-size "^7.2.3"
64236413
semver "^7.3.7"
6424-
sharp "^0.30.3"
6414+
sharp "^0.30.7"
64256415

64266416
gatsby-worker@^1.25.0:
64276417
version "1.25.0"
@@ -7630,11 +7620,6 @@ jest-worker@^27.4.5, jest-worker@^27.5.1:
76307620
merge-stream "^2.0.0"
76317621
supports-color "^8.0.0"
76327622

7633-
jimp-compact@^0.16.1-2:
7634-
version "0.16.1-2"
7635-
resolved "https://registry.yarnpkg.com/jimp-compact/-/jimp-compact-0.16.1-2.tgz#a82ff9a5a81f15a4b61b5e2e50fae6a43305e5a9"
7636-
integrity sha512-b2A3rRT1TITzqmaO70U2/uunCh43BQVq7BfRwGPkD5xj8/WZsR3sPTy9DENt+dNZGsel3zBEm1UtYegUxjZW7A==
7637-
76387623
joi@^17.4.2:
76397624
version "17.11.0"
76407625
resolved "https://registry.yarnpkg.com/joi/-/joi-17.11.0.tgz#aa9da753578ec7720e6f0ca2c7046996ed04fc1a"
@@ -10206,7 +10191,7 @@ shallow-compare@^1.2.2:
1020610191
resolved "https://registry.yarnpkg.com/shallow-compare/-/shallow-compare-1.2.2.tgz#fa4794627bf455a47c4f56881d8a6132d581ffdb"
1020710192
integrity sha512-LUMFi+RppPlrHzbqmFnINTrazo0lPNwhcgzuAXVVcfy/mqPDrQmHAyz5bvV0gDAuRFrk804V0HpQ6u9sZ0tBeg==
1020810193

10209-
sharp@^0.30.3, sharp@^0.30.7:
10194+
sharp@^0.30.7:
1021010195
version "0.30.7"
1021110196
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.30.7.tgz#7862bda98804fdd1f0d5659c85e3324b90d94c7c"
1021210197
integrity sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig==
@@ -11713,11 +11698,6 @@ xstate@4.32.1:
1171311698
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.32.1.tgz#1a09c808a66072938861a3b4acc5b38460244b70"
1171411699
integrity sha512-QYUd+3GkXZ8i6qdixnOn28bL3EvA++LONYL/EMWwKlFSh/hiLndJ8YTnz77FDs+JUXcwU7NZJg7qoezoRHc4GQ==
1171511700

11716-
xstate@^4.26.1:
11717-
version "4.38.3"
11718-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.3.tgz#4e15e7ad3aa0ca1eea2010548a5379966d8f1075"
11719-
integrity sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==
11720-
1172111701
xtend@^4.0.0:
1172211702
version "4.0.2"
1172311703
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"

0 commit comments

Comments
 (0)