Skip to content

Commit 6d54f53

Browse files
Update gatsby monorepo
1 parent 2144126 commit 6d54f53

File tree

4 files changed

+94
-92
lines changed

4 files changed

+94
-92
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: 32 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
dependencies:
157157
"@babel/types" "^7.22.5"
158158

159-
"@babel/helper-module-imports@^7.22.5":
159+
"@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.22.5":
160160
version "7.22.5"
161161
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c"
162162
integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==
@@ -1079,10 +1079,10 @@
10791079
debug "^4.1.0"
10801080
globals "^11.1.0"
10811081

1082-
"@babel/types@^7.18.2", "@babel/types@^7.22.5", "@babel/types@^7.4.4":
1083-
version "7.22.5"
1084-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
1085-
integrity sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==
1082+
"@babel/types@^7.0.0-beta.49", "@babel/types@^7.18.2", "@babel/types@^7.22.5", "@babel/types@^7.4.4":
1083+
version "7.22.10"
1084+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.10.tgz#4a9e76446048f2c66982d1a989dd12b8a2d2dc03"
1085+
integrity sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==
10861086
dependencies:
10871087
"@babel/helper-string-parser" "^7.22.5"
10881088
"@babel/helper-validator-identifier" "^7.22.5"
@@ -1152,6 +1152,17 @@ babel-plugin-dynamic-import-node@^2.3.3:
11521152
dependencies:
11531153
object.assign "^4.1.0"
11541154

1155+
babel-plugin-lodash@^3.3.4:
1156+
version "3.3.4"
1157+
resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz#4f6844358a1340baed182adbeffa8df9967bc196"
1158+
integrity sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==
1159+
dependencies:
1160+
"@babel/helper-module-imports" "^7.0.0-beta.49"
1161+
"@babel/types" "^7.0.0-beta.49"
1162+
glob "^7.1.1"
1163+
lodash "^4.17.10"
1164+
require-package-name "^2.0.1"
1165+
11551166
babel-plugin-polyfill-corejs2@^0.4.4:
11561167
version "0.4.5"
11571168
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.5.tgz#8097b4cb4af5b64a1d11332b6fb72ef5e64a054c"
@@ -1176,10 +1187,10 @@ babel-plugin-polyfill-regenerator@^0.5.1:
11761187
dependencies:
11771188
"@babel/helper-define-polyfill-provider" "^0.4.2"
11781189

1179-
babel-preset-gatsby-package@2.15.0:
1180-
version "2.15.0"
1181-
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.15.0.tgz#d757ad2793546dd4b10d17c7535bb3c4e0f416ef"
1182-
integrity sha512-orx3fA7+92eNMAZMJ1PHdDfKMOXYud32cMnmSn3KFHsL+n6iCovc1uc18eSJ9EFWqy58V/9Sc1i9L9IRiuYFOw==
1190+
babel-preset-gatsby-package@2.25.0:
1191+
version "2.25.0"
1192+
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.25.0.tgz#f47552d7f33cf285282e7722c8b845eba8037898"
1193+
integrity sha512-wo8b/5DD0vuzk1ZLoksusvwRoCIf0IIQPmds+pdZvap7PaVuCngwIIpSoVDKK34hisLzLyUI2+abxqE3/SSH7w==
11831194
dependencies:
11841195
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
11851196
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
@@ -1191,6 +1202,7 @@ babel-preset-gatsby-package@2.15.0:
11911202
"@babel/preset-react" "^7.14.0"
11921203
"@babel/runtime" "^7.15.4"
11931204
babel-plugin-dynamic-import-node "^2.3.3"
1205+
babel-plugin-lodash "^3.3.4"
11941206
core-js "^3.22.3"
11951207

11961208
balanced-match@^1.0.0:
@@ -1503,7 +1515,7 @@ glob-parent@~5.1.2:
15031515
dependencies:
15041516
is-glob "^4.0.1"
15051517

1506-
glob@^7.0.0:
1518+
glob@^7.0.0, glob@^7.1.1:
15071519
version "7.2.3"
15081520
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
15091521
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -1638,6 +1650,11 @@ lodash.debounce@^4.0.8:
16381650
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
16391651
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
16401652

1653+
lodash@^4.17.10:
1654+
version "4.17.21"
1655+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1656+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1657+
16411658
lru-cache@^5.1.1:
16421659
version "5.1.1"
16431660
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -1861,6 +1878,11 @@ regjsparser@^0.9.1:
18611878
dependencies:
18621879
jsesc "~0.5.0"
18631880

1881+
require-package-name@^2.0.1:
1882+
version "2.0.1"
1883+
resolved "https://registry.yarnpkg.com/require-package-name/-/require-package-name-2.0.1.tgz#c11e97276b65b8e2923f75dabf5fb2ef0c3841b9"
1884+
integrity sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q==
1885+
18641886
resolve@^1.14.2:
18651887
version "1.22.4"
18661888
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.4.tgz#1dc40df46554cdaf8948a486a10f6ba1e2026c34"

yarn.lock

Lines changed: 53 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,13 +1212,6 @@
12121212
"@parcel/plugin" "2.6.2"
12131213
gatsby-core-utils "^3.25.0"
12141214

1215-
"@gatsbyjs/potrace@^2.2.0":
1216-
version "2.3.0"
1217-
resolved "https://registry.yarnpkg.com/@gatsbyjs/potrace/-/potrace-2.3.0.tgz#0ac22fb56a02ebc64ce55e4666c4b741cbf27377"
1218-
integrity sha512-72szhSY/4tPiPPOzq15CG6LW0s9FuWQ86gkLSUvBNoF0s+jsEdRaZmATYNjiY2Skg//EuyPLEqUQnXKXME0szg==
1219-
dependencies:
1220-
jimp-compact "^0.16.1-2"
1221-
12221215
"@gatsbyjs/reach-router@1.3.9", "@gatsbyjs/reach-router@^1.3.9":
12231216
version "1.3.9"
12241217
resolved "https://registry.yarnpkg.com/@gatsbyjs/reach-router/-/reach-router-1.3.9.tgz#305c3c4c5041f27e53fc33e344a08ee2c4b985af"
@@ -3255,7 +3248,7 @@ babel-plugin-polyfill-regenerator@^0.5.1:
32553248
dependencies:
32563249
"@babel/helper-define-polyfill-provider" "^0.4.2"
32573250

3258-
babel-plugin-remove-graphql-queries@^4.15.0, babel-plugin-remove-graphql-queries@^4.25.0:
3251+
babel-plugin-remove-graphql-queries@^4.25.0:
32593252
version "4.25.0"
32603253
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-4.25.0.tgz#ebfc91d8dbe567035b8ce4c3df0a068b745571df"
32613254
integrity sha512-enyqRNRrn7vTG3nwg1V+XhoAJIyUv3ZukQCs5KbHOK+WNDDiGZQzIG+FCiZFACScdZBJWyx7TYRYbOFJZ/KEGg==
@@ -3870,7 +3863,7 @@ cheerio@1.0.0-rc.12, cheerio@^1.0.0-rc.10:
38703863
parse5 "^7.0.0"
38713864
parse5-htmlparser2-tree-adapter "^7.0.0"
38723865

3873-
chokidar@^3.4.2, chokidar@^3.5.2, chokidar@^3.5.3:
3866+
chokidar@^3.4.2, chokidar@^3.5.3:
38743867
version "3.5.3"
38753868
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
38763869
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
@@ -5705,7 +5698,7 @@ file-loader@^6.2.0:
57055698
loader-utils "^2.0.0"
57065699
schema-utils "^3.0.0"
57075700

5708-
file-type@^16.5.3:
5701+
file-type@^16.5.3, file-type@^16.5.4:
57095702
version "16.5.4"
57105703
resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.5.4.tgz#474fb4f704bee427681f98dd390058a172a6c2fd"
57115704
integrity sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw==
@@ -6050,7 +6043,7 @@ gatsby-cli@^4.25.0:
60506043
yoga-layout-prebuilt "^1.10.0"
60516044
yurnalist "^2.1.0"
60526045

6053-
gatsby-core-utils@^3.15.0, gatsby-core-utils@^3.25.0:
6046+
gatsby-core-utils@^3.25.0:
60546047
version "3.25.0"
60556048
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.25.0.tgz#6ebfd2b8c95f3bbc3b52a9619a1ff26c68109c25"
60566049
integrity sha512-lmMDwbnKpqAi+8WWd7MvCTCx3E0u7j8sbVgydERNCYVxKVpzD/aLCH4WPb4EE9m1H1rSm76w0Z+MaentyB/c/Q==
@@ -6158,66 +6151,66 @@ gatsby-plugin-advanced-sitemap@2.1.0:
61586151
pify "5.0.0"
61596152
xml "^1.0.1"
61606153

6161-
gatsby-plugin-catch-links@4.15.0:
6162-
version "4.15.0"
6163-
resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-4.15.0.tgz#b46925e98c9eb5b119ebc756c845df1ccd41bc27"
6164-
integrity sha512-CoPRa4qoq+sDwD6Q7V41RM6o6g7GgPL4NDaq452p4EuJPukMNTgmhW3z7Ytevl3+dYXnyWOaNZDxMkSv9Jm9TA==
6154+
gatsby-plugin-catch-links@4.25.0:
6155+
version "4.25.0"
6156+
resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-4.25.0.tgz#4cebe0d3a247b072832de10809827c760b34595f"
6157+
integrity sha512-pfXr2Ad2J2m7B0cq+2itDjmcOLmQ/S+0oOlrRj0AgHbSoqDa04s6DhVx5yIuYA+sfkk8gXXtgl/jJLyxi85gYw==
61656158
dependencies:
61666159
"@babel/runtime" "^7.15.4"
61676160
escape-string-regexp "^1.0.5"
61686161

6169-
gatsby-plugin-feed@4.15.1:
6170-
version "4.15.1"
6171-
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-4.15.1.tgz#2ef9435bec2edf0422e89601f61ecf1a9b977bce"
6172-
integrity sha512-Of4Dqv5dMLRDJkWc44xHhSkpGnlJBSglWvUeSz/8g4YbB7RXfEgO1ayKwYPWE1jy+qzmCLCY0EpCA4iabLhbBw==
6162+
gatsby-plugin-feed@4.25.0:
6163+
version "4.25.0"
6164+
resolved "https://registry.yarnpkg.com/gatsby-plugin-feed/-/gatsby-plugin-feed-4.25.0.tgz#f45e01a8c37327b2520e4eb9f2b6191a97947a4d"
6165+
integrity sha512-9gZxvHtq2lu5pUcXXt0d7L7jpFIJpcmjOb2X8ykzbiHXUYRFvZnmcR95ZdQRKiVy1YawMzv3tt2+pPnBuYxvSw==
61736166
dependencies:
61746167
"@babel/runtime" "^7.15.4"
61756168
"@hapi/joi" "^15.1.1"
61766169
common-tags "^1.8.2"
61776170
fs-extra "^10.1.0"
6178-
gatsby-plugin-utils "^3.9.1"
6171+
gatsby-plugin-utils "^3.19.0"
61796172
lodash.merge "^4.6.2"
61806173
rss "^1.2.2"
61816174

6182-
gatsby-plugin-image@2.15.1:
6183-
version "2.15.1"
6184-
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-2.15.1.tgz#6b4f34fed2c1a6cea9dceb45b7ce377b849635f9"
6185-
integrity sha512-Zicg8tOJJfLtKp8bN7BqF4aH9Sf3C4sEJ7sTNV6RDtLleFy5GQb40mTVIV+yvxD6AOXKko9wicc5XOrKBvRXyA==
6175+
gatsby-plugin-image@2.25.0:
6176+
version "2.25.0"
6177+
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-2.25.0.tgz#3ce19dd2101a7858c17dfabe884ec004bb4fa15b"
6178+
integrity sha512-Q1TRjvBF7x50alS22i91rksl7A3g42S0jIdPEQcT9bl8MbFaJiboHGna/jp78nxm9vu4qtUJ1IziRSOu0bgHNQ==
61866179
dependencies:
61876180
"@babel/code-frame" "^7.14.0"
61886181
"@babel/parser" "^7.15.5"
61896182
"@babel/runtime" "^7.15.4"
61906183
"@babel/traverse" "^7.15.4"
61916184
babel-jsx-utils "^1.1.0"
6192-
babel-plugin-remove-graphql-queries "^4.15.0"
6185+
babel-plugin-remove-graphql-queries "^4.25.0"
61936186
camelcase "^5.3.1"
6194-
chokidar "^3.5.2"
6187+
chokidar "^3.5.3"
61956188
common-tags "^1.8.2"
61966189
fs-extra "^10.1.0"
6197-
gatsby-core-utils "^3.15.0"
6198-
gatsby-plugin-utils "^3.9.1"
6190+
gatsby-core-utils "^3.25.0"
6191+
gatsby-plugin-utils "^3.19.0"
61996192
objectFitPolyfill "^2.3.5"
62006193
prop-types "^15.8.1"
62016194

6202-
gatsby-plugin-manifest@4.15.1:
6203-
version "4.15.1"
6204-
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.15.1.tgz#8e32e9d8ee1b61f5707b7b2bf17c2de84c74d174"
6205-
integrity sha512-tlXO2TGpDU2fmBBpNDadAQdfaZiKt+yB1m8O5tEvpMmW00n7qsaicteNRCNgX9Ex/sgircd9Dvph4hvy7zyesw==
6195+
gatsby-plugin-manifest@4.25.0:
6196+
version "4.25.0"
6197+
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-4.25.0.tgz#b1a1fbcc035f242ee05094849817d75b488afa7c"
6198+
integrity sha512-2n7v+TvhWUMoOJEaeiPDFsf9jvOImKLZpnzxE8e6ZeeoGeDngXSZhkkP3x2UYIknHtZXUUjFJh8BaVBXiB1dSQ==
62066199
dependencies:
62076200
"@babel/runtime" "^7.15.4"
6208-
gatsby-core-utils "^3.15.0"
6209-
gatsby-plugin-utils "^3.9.1"
6201+
gatsby-core-utils "^3.25.0"
6202+
gatsby-plugin-utils "^3.19.0"
62106203
semver "^7.3.7"
6211-
sharp "^0.30.3"
6204+
sharp "^0.30.7"
62126205

6213-
gatsby-plugin-offline@5.15.1:
6214-
version "5.15.1"
6215-
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-5.15.1.tgz#0fef865ca515bc3aa494fd5b07a8292006b6ef9d"
6216-
integrity sha512-I/G8uLb9P6wRKhYiqVSs7vYQzyGdv377Gha3LT23Ywl6RenxpfflJwo+RNQZs7vpIOVqccgYA2zFmUt74gqsAw==
6206+
gatsby-plugin-offline@5.25.0:
6207+
version "5.25.0"
6208+
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-5.25.0.tgz#d3ef5b5067f8d0b73b508221b858af8ced105e8c"
6209+
integrity sha512-WqAcnYvMpL1xwXF5Jf9BXTihLNktuqQHFUX0TPsQVJrmfjSNv4LxhgiWfeUuGiCO881EOHClXnBn6TqxIdS4EA==
62176210
dependencies:
62186211
"@babel/runtime" "^7.15.4"
62196212
cheerio "^1.0.0-rc.10"
6220-
gatsby-core-utils "^3.15.0"
6213+
gatsby-core-utils "^3.25.0"
62216214
glob "^7.2.3"
62226215
idb-keyval "^3.2.0"
62236216
lodash "^4.17.21"
@@ -6241,10 +6234,10 @@ gatsby-plugin-page-creator@^4.25.0:
62416234
globby "^11.1.0"
62426235
lodash "^4.17.21"
62436236

6244-
gatsby-plugin-react-helmet@5.15.0:
6245-
version "5.15.0"
6246-
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.15.0.tgz#8011e317199c3ed87e7527d4462f0655609b8db7"
6247-
integrity sha512-hxazz0Eea2CAUxglarK9XdtFChzbypLkD8Doe6l83cgdeLv7C5KJw2vZEpkvRyd4fgztNSkKprXT84if7IvD2g==
6237+
gatsby-plugin-react-helmet@5.25.0:
6238+
version "5.25.0"
6239+
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-5.25.0.tgz#6849d405bfbc0846e73449d4425b45f84ec58fbb"
6240+
integrity sha512-sU/xae/sGuYFcFDpqUxwXnaOmx8xrU2Q+XSULqAapji0uTBhW6al6CJsaPFigi8IOG2bQX8ano2iWWcGF3/GHw==
62486241
dependencies:
62496242
"@babel/runtime" "^7.15.4"
62506243

@@ -6279,7 +6272,7 @@ gatsby-plugin-typescript@^4.25.0:
62796272
"@babel/runtime" "^7.15.4"
62806273
babel-plugin-remove-graphql-queries "^4.25.0"
62816274

6282-
gatsby-plugin-utils@^3.19.0, gatsby-plugin-utils@^3.9.1:
6275+
gatsby-plugin-utils@^3.19.0:
62836276
version "3.19.0"
62846277
resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-3.19.0.tgz#f464b02cc51dcdc0c0e094b7352ee4bf660126ea"
62856278
integrity sha512-EZtvgHSU5NPbEn6a4cfSpEGCQ09SfwbhoybHTJKj1clop86HSwOCV2iH8RbCc+X6jbdgHaSZsfsl7zG1h7DBUw==
@@ -6315,23 +6308,21 @@ gatsby-sharp@^0.19.0:
63156308
"@types/sharp" "^0.30.5"
63166309
sharp "^0.30.7"
63176310

6318-
gatsby-source-filesystem@4.15.0:
6319-
version "4.15.0"
6320-
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.15.0.tgz#115eafc580ec0c8083b37e54336013c65e5073b3"
6321-
integrity sha512-FlT2Tr4AE/A7PDtS7X1NM0fyl/VULkIl97KlvgW3kl31aRS/JozVLR0stYHUYNAzWi24dDJphBqwxXaGDBXNYg==
6311+
gatsby-source-filesystem@4.25.0:
6312+
version "4.25.0"
6313+
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.25.0.tgz#2748b0abd37abea0fbf70f33fb544debee3280ff"
6314+
integrity sha512-gja4++bPkYpnum4/TxFicr3zRHBArnM2HjT77EE4EuDhdl6qlJYr/heD09LIPN2jdR5gmPwMDjIZnuYZ/6j/aQ==
63226315
dependencies:
63236316
"@babel/runtime" "^7.15.4"
6324-
chokidar "^3.5.2"
6325-
file-type "^16.5.3"
6317+
chokidar "^3.5.3"
6318+
file-type "^16.5.4"
63266319
fs-extra "^10.1.0"
6327-
gatsby-core-utils "^3.15.0"
6328-
got "^9.6.0"
6320+
gatsby-core-utils "^3.25.0"
63296321
md5-file "^5.0.0"
63306322
mime "^2.5.2"
63316323
pretty-bytes "^5.4.1"
6332-
progress "^2.0.3"
63336324
valid-url "^1.0.9"
6334-
xstate "^4.26.1"
6325+
xstate "4.32.1"
63356326

63366327
gatsby-source-ghost@5.0.2:
63376328
version "5.0.2"
@@ -6361,20 +6352,19 @@ gatsby-telemetry@^3.25.0:
63616352
lodash "^4.17.21"
63626353
node-fetch "^2.6.7"
63636354

6364-
gatsby-transformer-sharp@4.15.1:
6365-
version "4.15.1"
6366-
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.15.1.tgz#c1fe3086832ab458ca7c8c89c996a9ce499ef88c"
6367-
integrity sha512-udQeC1Wbq28BDETe3GFr7HFh6yYx6o8lkBQqDVaS/8y3hqiyHCDwinHFwO/OEfsH/oGJ1wGIBxgVOmUicqWvkQ==
6355+
gatsby-transformer-sharp@4.25.0:
6356+
version "4.25.0"
6357+
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-4.25.0.tgz#978e15c20111f4616dec599809daa1678de79881"
6358+
integrity sha512-7aqecTvOUFiNB96ij77UnAGJs7Un0TlkpamG//dSl6Nru9EylGz/NW/Eg0vioQyHLCYdMvd5xO8V3BOHJADsnw==
63686359
dependencies:
63696360
"@babel/runtime" "^7.15.4"
6370-
"@gatsbyjs/potrace" "^2.2.0"
63716361
bluebird "^3.7.2"
63726362
common-tags "^1.8.2"
63736363
fs-extra "^10.1.0"
6374-
gatsby-plugin-utils "^3.9.1"
6364+
gatsby-plugin-utils "^3.19.0"
63756365
probe-image-size "^7.2.3"
63766366
semver "^7.3.7"
6377-
sharp "^0.30.3"
6367+
sharp "^0.30.7"
63786368

63796369
gatsby-worker@^1.25.0:
63806370
version "1.25.0"
@@ -7523,11 +7513,6 @@ jest-worker@^27.4.5, jest-worker@^27.5.1:
75237513
merge-stream "^2.0.0"
75247514
supports-color "^8.0.0"
75257515

7526-
jimp-compact@^0.16.1-2:
7527-
version "0.16.1-2"
7528-
resolved "https://registry.yarnpkg.com/jimp-compact/-/jimp-compact-0.16.1-2.tgz#a82ff9a5a81f15a4b61b5e2e50fae6a43305e5a9"
7529-
integrity sha512-b2A3rRT1TITzqmaO70U2/uunCh43BQVq7BfRwGPkD5xj8/WZsR3sPTy9DENt+dNZGsel3zBEm1UtYegUxjZW7A==
7530-
75317516
joi@^17.4.2:
75327517
version "17.9.2"
75337518
resolved "https://registry.yarnpkg.com/joi/-/joi-17.9.2.tgz#8b2e4724188369f55451aebd1d0b1d9482470690"
@@ -10061,7 +10046,7 @@ shallow-compare@^1.2.2:
1006110046
resolved "https://registry.yarnpkg.com/shallow-compare/-/shallow-compare-1.2.2.tgz#fa4794627bf455a47c4f56881d8a6132d581ffdb"
1006210047
integrity sha512-LUMFi+RppPlrHzbqmFnINTrazo0lPNwhcgzuAXVVcfy/mqPDrQmHAyz5bvV0gDAuRFrk804V0HpQ6u9sZ0tBeg==
1006310048

10064-
sharp@^0.30.3, sharp@^0.30.7:
10049+
sharp@^0.30.7:
1006510050
version "0.30.7"
1006610051
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.30.7.tgz#7862bda98804fdd1f0d5659c85e3324b90d94c7c"
1006710052
integrity sha512-G+MY2YW33jgflKPTXXptVO28HvNOo9G3j0MybYAHeEmby+QuD2U98dT6ueht9cv/XDqZspSpIhoSW+BAKJ7Hig==
@@ -11533,11 +11518,6 @@ xstate@4.32.1:
1153311518
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.32.1.tgz#1a09c808a66072938861a3b4acc5b38460244b70"
1153411519
integrity sha512-QYUd+3GkXZ8i6qdixnOn28bL3EvA++LONYL/EMWwKlFSh/hiLndJ8YTnz77FDs+JUXcwU7NZJg7qoezoRHc4GQ==
1153511520

11536-
xstate@^4.26.1:
11537-
version "4.38.2"
11538-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.2.tgz#1b74544fc9c8c6c713ba77f81c6017e65aa89804"
11539-
integrity sha512-Fba/DwEPDLneHT3tbJ9F3zafbQXszOlyCJyQqqdzmtlY/cwE2th462KK48yaANf98jHlP6lJvxfNtN0LFKXPQg==
11540-
1154111521
xtend@^4.0.0:
1154211522
version "4.0.2"
1154311523
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"

0 commit comments

Comments
 (0)