Skip to content

Commit 4de4b0f

Browse files
committed
chore: remark-rehype@11.1.2
1 parent 5fc156d commit 4de4b0f

2 files changed

Lines changed: 71 additions & 270 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"remark-gfm": "^4.0.1",
3232
"remark-man": "^9.0.0",
3333
"remark-parse": "^11.0.0",
34-
"remark-rehype": "^10.1.0",
34+
"remark-rehype": "^11.1.2",
3535
"semver": "^7.3.8",
3636
"tap": "^16.3.8",
3737
"unified": "^10.1.2",

package-lock.json

Lines changed: 70 additions & 269 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"remark-gfm": "^4.0.1",
197197
"remark-man": "^9.0.0",
198198
"remark-parse": "^11.0.0",
199-
"remark-rehype": "^10.1.0",
199+
"remark-rehype": "^11.1.2",
200200
"semver": "^7.3.8",
201201
"tap": "^16.3.8",
202202
"unified": "^10.1.2",
@@ -206,14 +206,6 @@
206206
"node": "^20.17.0 || >=22.9.0"
207207
}
208208
},
209-
"docs/node_modules/@types/hast": {
210-
"version": "2.3.10",
211-
"dev": true,
212-
"license": "MIT",
213-
"dependencies": {
214-
"@types/unist": "^2"
215-
}
216-
},
217209
"docs/node_modules/jsdom": {
218210
"version": "24.1.3",
219211
"dev": true,
@@ -253,245 +245,6 @@
253245
}
254246
}
255247
},
256-
"docs/node_modules/mdast-util-definitions": {
257-
"version": "5.1.2",
258-
"dev": true,
259-
"license": "MIT",
260-
"dependencies": {
261-
"@types/mdast": "^3.0.0",
262-
"@types/unist": "^2.0.0",
263-
"unist-util-visit": "^4.0.0"
264-
},
265-
"funding": {
266-
"type": "opencollective",
267-
"url": "https://opencollective.com/unified"
268-
}
269-
},
270-
"docs/node_modules/mdast-util-definitions/node_modules/@types/mdast": {
271-
"version": "3.0.15",
272-
"dev": true,
273-
"license": "MIT",
274-
"dependencies": {
275-
"@types/unist": "^2"
276-
}
277-
},
278-
"docs/node_modules/mdast-util-definitions/node_modules/unist-util-is": {
279-
"version": "5.2.1",
280-
"dev": true,
281-
"license": "MIT",
282-
"dependencies": {
283-
"@types/unist": "^2.0.0"
284-
},
285-
"funding": {
286-
"type": "opencollective",
287-
"url": "https://opencollective.com/unified"
288-
}
289-
},
290-
"docs/node_modules/mdast-util-definitions/node_modules/unist-util-visit": {
291-
"version": "4.1.2",
292-
"dev": true,
293-
"license": "MIT",
294-
"dependencies": {
295-
"@types/unist": "^2.0.0",
296-
"unist-util-is": "^5.0.0",
297-
"unist-util-visit-parents": "^5.1.1"
298-
},
299-
"funding": {
300-
"type": "opencollective",
301-
"url": "https://opencollective.com/unified"
302-
}
303-
},
304-
"docs/node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents": {
305-
"version": "5.1.3",
306-
"dev": true,
307-
"license": "MIT",
308-
"dependencies": {
309-
"@types/unist": "^2.0.0",
310-
"unist-util-is": "^5.0.0"
311-
},
312-
"funding": {
313-
"type": "opencollective",
314-
"url": "https://opencollective.com/unified"
315-
}
316-
},
317-
"docs/node_modules/mdast-util-to-hast": {
318-
"version": "12.3.0",
319-
"dev": true,
320-
"license": "MIT",
321-
"dependencies": {
322-
"@types/hast": "^2.0.0",
323-
"@types/mdast": "^3.0.0",
324-
"mdast-util-definitions": "^5.0.0",
325-
"micromark-util-sanitize-uri": "^1.1.0",
326-
"trim-lines": "^3.0.0",
327-
"unist-util-generated": "^2.0.0",
328-
"unist-util-position": "^4.0.0",
329-
"unist-util-visit": "^4.0.0"
330-
},
331-
"funding": {
332-
"type": "opencollective",
333-
"url": "https://opencollective.com/unified"
334-
}
335-
},
336-
"docs/node_modules/mdast-util-to-hast/node_modules/@types/mdast": {
337-
"version": "3.0.15",
338-
"dev": true,
339-
"license": "MIT",
340-
"dependencies": {
341-
"@types/unist": "^2"
342-
}
343-
},
344-
"docs/node_modules/mdast-util-to-hast/node_modules/micromark-util-character": {
345-
"version": "1.2.0",
346-
"dev": true,
347-
"funding": [
348-
{
349-
"type": "GitHub Sponsors",
350-
"url": "https://github.com/sponsors/unifiedjs"
351-
},
352-
{
353-
"type": "OpenCollective",
354-
"url": "https://opencollective.com/unified"
355-
}
356-
],
357-
"license": "MIT",
358-
"dependencies": {
359-
"micromark-util-symbol": "^1.0.0",
360-
"micromark-util-types": "^1.0.0"
361-
}
362-
},
363-
"docs/node_modules/mdast-util-to-hast/node_modules/micromark-util-encode": {
364-
"version": "1.1.0",
365-
"dev": true,
366-
"funding": [
367-
{
368-
"type": "GitHub Sponsors",
369-
"url": "https://github.com/sponsors/unifiedjs"
370-
},
371-
{
372-
"type": "OpenCollective",
373-
"url": "https://opencollective.com/unified"
374-
}
375-
],
376-
"license": "MIT"
377-
},
378-
"docs/node_modules/mdast-util-to-hast/node_modules/micromark-util-sanitize-uri": {
379-
"version": "1.2.0",
380-
"dev": true,
381-
"funding": [
382-
{
383-
"type": "GitHub Sponsors",
384-
"url": "https://github.com/sponsors/unifiedjs"
385-
},
386-
{
387-
"type": "OpenCollective",
388-
"url": "https://opencollective.com/unified"
389-
}
390-
],
391-
"license": "MIT",
392-
"dependencies": {
393-
"micromark-util-character": "^1.0.0",
394-
"micromark-util-encode": "^1.0.0",
395-
"micromark-util-symbol": "^1.0.0"
396-
}
397-
},
398-
"docs/node_modules/mdast-util-to-hast/node_modules/micromark-util-symbol": {
399-
"version": "1.1.0",
400-
"dev": true,
401-
"funding": [
402-
{
403-
"type": "GitHub Sponsors",
404-
"url": "https://github.com/sponsors/unifiedjs"
405-
},
406-
{
407-
"type": "OpenCollective",
408-
"url": "https://opencollective.com/unified"
409-
}
410-
],
411-
"license": "MIT"
412-
},
413-
"docs/node_modules/mdast-util-to-hast/node_modules/micromark-util-types": {
414-
"version": "1.1.0",
415-
"dev": true,
416-
"funding": [
417-
{
418-
"type": "GitHub Sponsors",
419-
"url": "https://github.com/sponsors/unifiedjs"
420-
},
421-
{
422-
"type": "OpenCollective",
423-
"url": "https://opencollective.com/unified"
424-
}
425-
],
426-
"license": "MIT"
427-
},
428-
"docs/node_modules/mdast-util-to-hast/node_modules/unist-util-is": {
429-
"version": "5.2.1",
430-
"dev": true,
431-
"license": "MIT",
432-
"dependencies": {
433-
"@types/unist": "^2.0.0"
434-
},
435-
"funding": {
436-
"type": "opencollective",
437-
"url": "https://opencollective.com/unified"
438-
}
439-
},
440-
"docs/node_modules/mdast-util-to-hast/node_modules/unist-util-visit": {
441-
"version": "4.1.2",
442-
"dev": true,
443-
"license": "MIT",
444-
"dependencies": {
445-
"@types/unist": "^2.0.0",
446-
"unist-util-is": "^5.0.0",
447-
"unist-util-visit-parents": "^5.1.1"
448-
},
449-
"funding": {
450-
"type": "opencollective",
451-
"url": "https://opencollective.com/unified"
452-
}
453-
},
454-
"docs/node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents": {
455-
"version": "5.1.3",
456-
"dev": true,
457-
"license": "MIT",
458-
"dependencies": {
459-
"@types/unist": "^2.0.0",
460-
"unist-util-is": "^5.0.0"
461-
},
462-
"funding": {
463-
"type": "opencollective",
464-
"url": "https://opencollective.com/unified"
465-
}
466-
},
467-
"docs/node_modules/remark-rehype": {
468-
"version": "10.1.0",
469-
"dev": true,
470-
"license": "MIT",
471-
"dependencies": {
472-
"@types/hast": "^2.0.0",
473-
"@types/mdast": "^3.0.0",
474-
"mdast-util-to-hast": "^12.1.0",
475-
"unified": "^10.0.0"
476-
},
477-
"funding": {
478-
"type": "opencollective",
479-
"url": "https://opencollective.com/unified"
480-
}
481-
},
482-
"docs/node_modules/remark-rehype/node_modules/@types/mdast": {
483-
"version": "3.0.15",
484-
"dev": true,
485-
"license": "MIT",
486-
"dependencies": {
487-
"@types/unist": "^2"
488-
}
489-
},
490-
"docs/node_modules/remark-rehype/node_modules/@types/unist": {
491-
"version": "2.0.11",
492-
"dev": true,
493-
"license": "MIT"
494-
},
495248
"docs/node_modules/tough-cookie": {
496249
"version": "4.1.4",
497250
"dev": true,
@@ -537,18 +290,6 @@
537290
"url": "https://opencollective.com/unified"
538291
}
539292
},
540-
"docs/node_modules/unist-util-position": {
541-
"version": "4.0.4",
542-
"dev": true,
543-
"license": "MIT",
544-
"dependencies": {
545-
"@types/unist": "^2.0.0"
546-
},
547-
"funding": {
548-
"type": "opencollective",
549-
"url": "https://opencollective.com/unified"
550-
}
551-
},
552293
"docs/node_modules/webidl-conversions": {
553294
"version": "7.0.0",
554295
"dev": true,
@@ -11403,6 +11144,75 @@
1140311144
"url": "https://opencollective.com/unified"
1140411145
}
1140511146
},
11147+
"node_modules/remark-rehype": {
11148+
"version": "11.1.2",
11149+
"resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
11150+
"integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
11151+
"dev": true,
11152+
"license": "MIT",
11153+
"dependencies": {
11154+
"@types/hast": "^3.0.0",
11155+
"@types/mdast": "^4.0.0",
11156+
"mdast-util-to-hast": "^13.0.0",
11157+
"unified": "^11.0.0",
11158+
"vfile": "^6.0.0"
11159+
},
11160+
"funding": {
11161+
"type": "opencollective",
11162+
"url": "https://opencollective.com/unified"
11163+
}
11164+
},
11165+
"node_modules/remark-rehype/node_modules/@types/unist": {
11166+
"version": "3.0.3",
11167+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
11168+
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
11169+
"dev": true,
11170+
"license": "MIT"
11171+
},
11172+
"node_modules/remark-rehype/node_modules/unist-util-stringify-position": {
11173+
"version": "4.0.0",
11174+
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
11175+
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
11176+
"dev": true,
11177+
"license": "MIT",
11178+
"dependencies": {
11179+
"@types/unist": "^3.0.0"
11180+
},
11181+
"funding": {
11182+
"type": "opencollective",
11183+
"url": "https://opencollective.com/unified"
11184+
}
11185+
},
11186+
"node_modules/remark-rehype/node_modules/vfile": {
11187+
"version": "6.0.3",
11188+
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
11189+
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
11190+
"dev": true,
11191+
"license": "MIT",
11192+
"dependencies": {
11193+
"@types/unist": "^3.0.0",
11194+
"vfile-message": "^4.0.0"
11195+
},
11196+
"funding": {
11197+
"type": "opencollective",
11198+
"url": "https://opencollective.com/unified"
11199+
}
11200+
},
11201+
"node_modules/remark-rehype/node_modules/vfile-message": {
11202+
"version": "4.0.3",
11203+
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
11204+
"integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
11205+
"dev": true,
11206+
"license": "MIT",
11207+
"dependencies": {
11208+
"@types/unist": "^3.0.0",
11209+
"unist-util-stringify-position": "^4.0.0"
11210+
},
11211+
"funding": {
11212+
"type": "opencollective",
11213+
"url": "https://opencollective.com/unified"
11214+
}
11215+
},
1140611216
"node_modules/remark-stringify": {
1140711217
"version": "11.0.0",
1140811218
"resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
@@ -15118,15 +14928,6 @@
1511814928
"node": "^18.17.0 || >=20.5.0"
1511914929
}
1512014930
},
15121-
"node_modules/unist-util-generated": {
15122-
"version": "2.0.1",
15123-
"dev": true,
15124-
"license": "MIT",
15125-
"funding": {
15126-
"type": "opencollective",
15127-
"url": "https://opencollective.com/unified"
15128-
}
15129-
},
1513014931
"node_modules/unist-util-is": {
1513114932
"version": "6.0.0",
1513214933
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",

0 commit comments

Comments
 (0)