Skip to content

Commit 628e70a

Browse files
committed
fix(deps): update dependency gatsby to v4.25.9
1 parent def6676 commit 628e70a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"classnames": "2.5.1",
2424
"cross-fetch": "3.1.8",
2525
"csv-parse": "^5.4.0",
26-
"gatsby": "4.25.8",
26+
"gatsby": "4.25.9",
2727
"gatsby-alias-imports": "1.0.6",
2828
"gatsby-plugin-image": "2.25.0",
2929
"gatsby-plugin-page-creator": "^4.24.1",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -5190,7 +5190,7 @@
51905190
"@typescript-eslint/types" "4.33.0"
51915191
eslint-visitor-keys "^2.0.0"
51925192

5193-
"@vercel/webpack-asset-relocator-loader@^1.7.0":
5193+
"@vercel/[email protected].3":
51945194
version "1.7.3"
51955195
resolved "https://registry.yarnpkg.com/@vercel/webpack-asset-relocator-loader/-/webpack-asset-relocator-loader-1.7.3.tgz#e65ca1fd9feb045039788f9b4710e5acc84b01b0"
51965196
integrity sha512-vizrI18v8Lcb1PmNNUBz7yxPxxXoOeuaVEjTG9MjvDrphjiSxFZrRJ5tIghk+qdLFRCXI5HBCshgobftbmrC5g==
@@ -10371,10 +10371,10 @@ gatsby-worker@^1.25.0:
1037110371
"@babel/core" "^7.15.5"
1037210372
"@babel/runtime" "^7.15.4"
1037310373

10374-
10375-
version "4.25.8"
10376-
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.25.8.tgz#13173ef2879769648bce806b9370d4704b03b15f"
10377-
integrity sha512-kqrZ6z22XuxrO3Blt+K2ewqchVGP8bCSJcjnQm6GcV3QJLnedk+jOYc9NP4C+d8uGlTK7l8OWxbL3bHxLddDIw==
10374+
10375+
version "4.25.9"
10376+
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-4.25.9.tgz#22240d315b00f127968a934955cb2006bc82e489"
10377+
integrity sha512-/0/C4mesu+afcoQ+SCmTJQJrZLS7cUIgqotxPQ61+hhvE/DoU8j6a61qM1jOp1/Bwh+FQBpDXuFxGFAF3yNBig==
1037810378
dependencies:
1037910379
"@babel/code-frame" "^7.14.0"
1038010380
"@babel/core" "^7.15.5"
@@ -10402,7 +10402,7 @@ [email protected]:
1040210402
"@types/http-proxy" "^1.17.7"
1040310403
"@typescript-eslint/eslint-plugin" "^4.33.0"
1040410404
"@typescript-eslint/parser" "^4.33.0"
10405-
"@vercel/webpack-asset-relocator-loader" "^1.7.0"
10405+
"@vercel/webpack-asset-relocator-loader" "1.7.3"
1040610406
acorn-loose "^8.3.0"
1040710407
acorn-walk "^8.2.0"
1040810408
address "1.1.2"

0 commit comments

Comments
 (0)