Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 61b449b

Browse files
fix(deps): update dependency unified to v11
1 parent 830dcca commit 61b449b

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

packages/gatsby-theme-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"slugify": "1.6.6",
108108
"swr": "2.2.4",
109109
"ulid": "2.3.0",
110-
"unified": "10.1.2",
110+
"unified": "11.0.4",
111111
"unist-util-visit": "5.0.0"
112112
},
113113
"devDependencies": {

packages/ui-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"remark-rehype": "10.1.0",
6262
"swr": "2.2.4",
6363
"tiny-invariant": "1.3.1",
64-
"unified": "10.1.2",
64+
"unified": "11.0.4",
6565
"unist-util-filter": "5.0.1"
6666
},
6767
"devDependencies": {

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3516,7 +3516,7 @@ __metadata:
35163516
slugify: 1.6.6
35173517
swr: 2.2.4
35183518
ulid: 2.3.0
3519-
unified: 10.1.2
3519+
unified: 11.0.4
35203520
unist-util-visit: 5.0.0
35213521
peerDependencies:
35223522
gatsby: 5.x
@@ -3615,7 +3615,7 @@ __metadata:
36153615
remark-rehype: 10.1.0
36163616
swr: 2.2.4
36173617
tiny-invariant: 1.3.1
3618-
unified: 10.1.2
3618+
unified: 11.0.4
36193619
unist-util-filter: 5.0.1
36203620
peerDependencies:
36213621
react: 18.x
@@ -30069,18 +30069,18 @@ __metadata:
3006930069
languageName: node
3007030070
linkType: hard
3007130071

30072-
"unified@npm:10.1.2, unified@npm:^10.0.0":
30073-
version: 10.1.2
30074-
resolution: "unified@npm:10.1.2"
30072+
"unified@npm:11.0.4, unified@npm:^11.0.4":
30073+
version: 11.0.4
30074+
resolution: "unified@npm:11.0.4"
3007530075
dependencies:
30076-
"@types/unist": ^2.0.0
30076+
"@types/unist": ^3.0.0
3007730077
bail: ^2.0.0
30078+
devlop: ^1.0.0
3007830079
extend: ^3.0.0
30079-
is-buffer: ^2.0.0
3008030080
is-plain-obj: ^4.0.0
3008130081
trough: ^2.0.0
30082-
vfile: ^5.0.0
30083-
checksum: 053e7c65ede644607f87bd625a299e4b709869d2f76ec8138569e6e886903b6988b21cd9699e471eda42bee189527be0a9dac05936f1d069a5e65d0125d5d756
30082+
vfile: ^6.0.0
30083+
checksum: cfb023913480ac2bd5e787ffb8c27782c43e6be4a55f8f1c288233fce46a7ebe7718ccc5adb80bf8d56b7ef85f5fc32239c7bfccda006f9f2382e0cc2e2a77e4
3008430084
languageName: node
3008530085
linkType: hard
3008630086

@@ -30098,18 +30098,18 @@ __metadata:
3009830098
languageName: node
3009930099
linkType: hard
3010030100

30101-
"unified@npm:^11.0.4":
30102-
version: 11.0.4
30103-
resolution: "unified@npm:11.0.4"
30101+
"unified@npm:^10.0.0":
30102+
version: 10.1.2
30103+
resolution: "unified@npm:10.1.2"
3010430104
dependencies:
30105-
"@types/unist": ^3.0.0
30105+
"@types/unist": ^2.0.0
3010630106
bail: ^2.0.0
30107-
devlop: ^1.0.0
3010830107
extend: ^3.0.0
30108+
is-buffer: ^2.0.0
3010930109
is-plain-obj: ^4.0.0
3011030110
trough: ^2.0.0
30111-
vfile: ^6.0.0
30112-
checksum: cfb023913480ac2bd5e787ffb8c27782c43e6be4a55f8f1c288233fce46a7ebe7718ccc5adb80bf8d56b7ef85f5fc32239c7bfccda006f9f2382e0cc2e2a77e4
30111+
vfile: ^5.0.0
30112+
checksum: 053e7c65ede644607f87bd625a299e4b709869d2f76ec8138569e6e886903b6988b21cd9699e471eda42bee189527be0a9dac05936f1d069a5e65d0125d5d756
3011330113
languageName: node
3011430114
linkType: hard
3011530115

0 commit comments

Comments
 (0)