Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 031cd34

Browse files
committed
fix(deps): update dependency gatsby to v5.13.5
1 parent 4fae86a commit 031cd34

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@emotion/styled": "11.11.5",
1111
"@mdx-js/mdx": "3.0.1",
1212
"@mdx-js/react": "3.0.1",
13-
"gatsby": "5.13.4",
13+
"gatsby": "5.13.5",
1414
"gatsby-plugin-catch-links": "5.13.1",
1515
"gatsby-plugin-emotion": "8.13.1",
1616
"gatsby-plugin-i18n-l10n": "5.6.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3202,7 +3202,7 @@
32023202
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
32033203
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
32043204

3205-
"@vercel/webpack-asset-relocator-loader@^1.7.3":
3205+
32063206
version "1.7.3"
32073207
resolved "https://registry.yarnpkg.com/@vercel/webpack-asset-relocator-loader/-/webpack-asset-relocator-loader-1.7.3.tgz#e65ca1fd9feb045039788f9b4710e5acc84b01b0"
32083208
integrity sha512-vizrI18v8Lcb1PmNNUBz7yxPxxXoOeuaVEjTG9MjvDrphjiSxFZrRJ5tIghk+qdLFRCXI5HBCshgobftbmrC5g==
@@ -7036,10 +7036,10 @@ gatsby-worker@^2.13.1:
70367036
fs-extra "^11.1.1"
70377037
signal-exit "^3.0.7"
70387038

7039-
7040-
version "5.13.4"
7041-
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-5.13.4.tgz#b816d691a913239445ff08ad41d3d98b19002b4d"
7042-
integrity sha512-ZV5LL4ipWO2HZSWHWdU2qwS++9tr+fxxF+ScbSwzukrrCTHjTq8+DkpfOMiY498lmTUZ5LvRvT0WQmuVx/gXVQ==
7039+
7040+
version "5.13.5"
7041+
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-5.13.5.tgz#fc3e2e70f39b3cde81048df6a194d92e5c9f60b5"
7042+
integrity sha512-H6tfNlZxy4Tjan9DHtDSkrSw3crhfdFSkvOYcKL2JOBDjK2YStvDQhgETbnsA3JWDxpbxQaHhupd9QUYV/sKlA==
70437043
dependencies:
70447044
"@babel/code-frame" "^7.18.6"
70457045
"@babel/core" "^7.20.12"
@@ -7068,7 +7068,7 @@ [email protected]:
70687068
"@types/http-proxy" "^1.17.11"
70697069
"@typescript-eslint/eslint-plugin" "^5.60.1"
70707070
"@typescript-eslint/parser" "^5.60.1"
7071-
"@vercel/webpack-asset-relocator-loader" "^1.7.3"
7071+
"@vercel/webpack-asset-relocator-loader" "1.7.3"
70727072
acorn-loose "^8.3.0"
70737073
acorn-walk "^8.2.0"
70747074
address "1.2.2"

0 commit comments

Comments
 (0)