Skip to content

Commit 18f2159

Browse files
committed
chore: unified@11.0.5
1 parent 4de4b0f commit 18f2159

2 files changed

Lines changed: 2 additions & 84 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"remark-rehype": "^11.1.2",
3535
"semver": "^7.3.8",
3636
"tap": "^16.3.8",
37-
"unified": "^10.1.2",
37+
"unified": "^11.0.5",
3838
"yaml": "^2.2.1"
3939
},
4040
"author": "GitHub Inc.",

package-lock.json

Lines changed: 1 addition & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
"remark-rehype": "^11.1.2",
200200
"semver": "^7.3.8",
201201
"tap": "^16.3.8",
202-
"unified": "^10.1.2",
202+
"unified": "^11.0.5",
203203
"yaml": "^2.2.1"
204204
},
205205
"engines": {
@@ -270,26 +270,6 @@
270270
"node": ">=18"
271271
}
272272
},
273-
"docs/node_modules/unified": {
274-
"version": "10.1.2",
275-
"resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",
276-
"integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
277-
"dev": true,
278-
"license": "MIT",
279-
"dependencies": {
280-
"@types/unist": "^2.0.0",
281-
"bail": "^2.0.0",
282-
"extend": "^3.0.0",
283-
"is-buffer": "^2.0.0",
284-
"is-plain-obj": "^4.0.0",
285-
"trough": "^2.0.0",
286-
"vfile": "^5.0.0"
287-
},
288-
"funding": {
289-
"type": "opencollective",
290-
"url": "https://opencollective.com/unified"
291-
}
292-
},
293273
"docs/node_modules/webidl-conversions": {
294274
"version": "7.0.0",
295275
"dev": true,
@@ -6569,28 +6549,6 @@
65696549
"url": "https://github.com/sponsors/ljharb"
65706550
}
65716551
},
6572-
"node_modules/is-buffer": {
6573-
"version": "2.0.5",
6574-
"dev": true,
6575-
"funding": [
6576-
{
6577-
"type": "github",
6578-
"url": "https://github.com/sponsors/feross"
6579-
},
6580-
{
6581-
"type": "patreon",
6582-
"url": "https://www.patreon.com/feross"
6583-
},
6584-
{
6585-
"type": "consulting",
6586-
"url": "https://feross.org/support"
6587-
}
6588-
],
6589-
"license": "MIT",
6590-
"engines": {
6591-
"node": ">=4"
6592-
}
6593-
},
65946552
"node_modules/is-callable": {
65956553
"version": "1.2.7",
65966554
"dev": true,
@@ -14970,18 +14928,6 @@
1497014928
"dev": true,
1497114929
"license": "MIT"
1497214930
},
14973-
"node_modules/unist-util-stringify-position": {
14974-
"version": "3.0.3",
14975-
"dev": true,
14976-
"license": "MIT",
14977-
"dependencies": {
14978-
"@types/unist": "^2.0.0"
14979-
},
14980-
"funding": {
14981-
"type": "opencollective",
14982-
"url": "https://opencollective.com/unified"
14983-
}
14984-
},
1498514931
"node_modules/unist-util-visit": {
1498614932
"version": "2.0.3",
1498714933
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
@@ -15134,34 +15080,6 @@
1513415080
"node": "^18.17.0 || >=20.5.0"
1513515081
}
1513615082
},
15137-
"node_modules/vfile": {
15138-
"version": "5.3.7",
15139-
"dev": true,
15140-
"license": "MIT",
15141-
"dependencies": {
15142-
"@types/unist": "^2.0.0",
15143-
"is-buffer": "^2.0.0",
15144-
"unist-util-stringify-position": "^3.0.0",
15145-
"vfile-message": "^3.0.0"
15146-
},
15147-
"funding": {
15148-
"type": "opencollective",
15149-
"url": "https://opencollective.com/unified"
15150-
}
15151-
},
15152-
"node_modules/vfile-message": {
15153-
"version": "3.1.4",
15154-
"dev": true,
15155-
"license": "MIT",
15156-
"dependencies": {
15157-
"@types/unist": "^2.0.0",
15158-
"unist-util-stringify-position": "^3.0.0"
15159-
},
15160-
"funding": {
15161-
"type": "opencollective",
15162-
"url": "https://opencollective.com/unified"
15163-
}
15164-
},
1516515083
"node_modules/w3c-xmlserializer": {
1516615084
"version": "5.0.0",
1516715085
"dev": true,

0 commit comments

Comments
 (0)