From fefc39f710b7bcbd9be2d4d00803afa54af06bf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 06:49:46 +0000 Subject: [PATCH 1/2] Bump the markdown group with 2 updates Bumps the markdown group with 2 updates: [hast-util-sanitize](https://github.com/syntax-tree/hast-util-sanitize) and [mdast-util-from-markdown](https://github.com/syntax-tree/mdast-util-from-markdown). Updates `hast-util-sanitize` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/syntax-tree/hast-util-sanitize/releases) - [Commits](https://github.com/syntax-tree/hast-util-sanitize/compare/5.0.1...5.0.2) Updates `mdast-util-from-markdown` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/syntax-tree/mdast-util-from-markdown/releases) - [Commits](https://github.com/syntax-tree/mdast-util-from-markdown/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: hast-util-sanitize dependency-type: direct:production update-type: version-update:semver-patch dependency-group: markdown - dependency-name: mdast-util-from-markdown dependency-type: direct:production update-type: version-update:semver-patch dependency-group: markdown ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 39 +++++++++++++++++++++++++++++++++++---- 2 files changed, 37 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4d8d8c2..b8e2c61 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,9 @@ ] }, "dependencies": { - "hast-util-sanitize": "^5.0.1", + "hast-util-sanitize": "^5.0.2", "lodash": "^4.17.21", - "mdast-util-from-markdown": "^2.0.1", + "mdast-util-from-markdown": "^2.0.2", "mdast-util-to-hast": "^13.2.0", "micromark-core-commonmark": "^2.0.1", "micromark-factory-space": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 54c0f2e..2da6407 100644 --- a/yarn.lock +++ b/yarn.lock @@ -837,14 +837,14 @@ __metadata: "@types/lodash": "npm:^4.17.12" "@types/node": "npm:^22.8.1" eslint: "npm:^8.57.1" - hast-util-sanitize: "npm:^5.0.1" + hast-util-sanitize: "npm:^5.0.2" husky: "npm:^9.1.6" jest: "npm:^29.7.0" jest-junit: "npm:^16.0.0" license-checker-rseidelsohn: "npm:^4.4.2" lint-staged: "npm:^15.2.10" lodash: "npm:^4.17.21" - mdast-util-from-markdown: "npm:^2.0.1" + mdast-util-from-markdown: "npm:^2.0.2" mdast-util-to-hast: "npm:^13.2.0" micromark-core-commonmark: "npm:^2.0.1" micromark-factory-space: "npm:^2.0.0" @@ -3268,7 +3268,7 @@ __metadata: languageName: node linkType: hard -"hast-util-sanitize@npm:^5.0.0, hast-util-sanitize@npm:^5.0.1": +"hast-util-sanitize@npm:^5.0.0": version: 5.0.1 resolution: "hast-util-sanitize@npm:5.0.1" dependencies: @@ -3279,6 +3279,17 @@ __metadata: languageName: node linkType: hard +"hast-util-sanitize@npm:^5.0.2": + version: 5.0.2 + resolution: "hast-util-sanitize@npm:5.0.2" + dependencies: + "@types/hast": "npm:^3.0.0" + "@ungap/structured-clone": "npm:^1.0.0" + unist-util-position: "npm:^5.0.0" + checksum: 20951652078a8c21341c1c9a84f90015b2ba01cc41fa16772f122c65cda26a7adb0501fdeba5c8e37e40e2632447e8fe455d0dd2dc27d39663baacca76f2ecb6 + languageName: node + linkType: hard + "hast-util-to-parse5@npm:^8.0.0": version: 8.0.0 resolution: "hast-util-to-parse5@npm:8.0.0" @@ -4609,7 +4620,7 @@ __metadata: languageName: node linkType: hard -"mdast-util-from-markdown@npm:^2.0.0, mdast-util-from-markdown@npm:^2.0.1": +"mdast-util-from-markdown@npm:^2.0.0": version: 2.0.1 resolution: "mdast-util-from-markdown@npm:2.0.1" dependencies: @@ -4629,6 +4640,26 @@ __metadata: languageName: node linkType: hard +"mdast-util-from-markdown@npm:^2.0.2": + version: 2.0.2 + resolution: "mdast-util-from-markdown@npm:2.0.2" + dependencies: + "@types/mdast": "npm:^4.0.0" + "@types/unist": "npm:^3.0.0" + decode-named-character-reference: "npm:^1.0.0" + devlop: "npm:^1.0.0" + mdast-util-to-string: "npm:^4.0.0" + micromark: "npm:^4.0.0" + micromark-util-decode-numeric-character-reference: "npm:^2.0.0" + micromark-util-decode-string: "npm:^2.0.0" + micromark-util-normalize-identifier: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + unist-util-stringify-position: "npm:^4.0.0" + checksum: 76eb2bd2c6f7a0318087c73376b8af6d7561c1e16654e7667e640f391341096c56142618fd0ff62f6d39e5ab4895898b9789c84cd7cec2874359a437a0e1ff15 + languageName: node + linkType: hard + "mdast-util-gfm-autolink-literal@npm:^2.0.0": version: 2.0.0 resolution: "mdast-util-gfm-autolink-literal@npm:2.0.0" From 4f35dcea9f112fb48b6e9ed3180912bc5c62c6ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 06:50:04 +0000 Subject: [PATCH 2/2] [dependabot skip] Dedupe dependencies --- yarn.lock | 35 ++--------------------------------- 1 file changed, 2 insertions(+), 33 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2da6407..dc3bafe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3268,18 +3268,7 @@ __metadata: languageName: node linkType: hard -"hast-util-sanitize@npm:^5.0.0": - version: 5.0.1 - resolution: "hast-util-sanitize@npm:5.0.1" - dependencies: - "@types/hast": "npm:^3.0.0" - "@ungap/structured-clone": "npm:^1.2.0" - unist-util-position: "npm:^5.0.0" - checksum: 30b3e69effcd6c3c6b40264a169dca9ab6568d98b9aeaa75ee5e0a6b3c7f9843fe6bc9c2cb11c24172b32c2ab7d88e0f243e72a9526107ba35ca58f410cd7ca5 - languageName: node - linkType: hard - -"hast-util-sanitize@npm:^5.0.2": +"hast-util-sanitize@npm:^5.0.0, hast-util-sanitize@npm:^5.0.2": version: 5.0.2 resolution: "hast-util-sanitize@npm:5.0.2" dependencies: @@ -4620,27 +4609,7 @@ __metadata: languageName: node linkType: hard -"mdast-util-from-markdown@npm:^2.0.0": - version: 2.0.1 - resolution: "mdast-util-from-markdown@npm:2.0.1" - dependencies: - "@types/mdast": "npm:^4.0.0" - "@types/unist": "npm:^3.0.0" - decode-named-character-reference: "npm:^1.0.0" - devlop: "npm:^1.0.0" - mdast-util-to-string: "npm:^4.0.0" - micromark: "npm:^4.0.0" - micromark-util-decode-numeric-character-reference: "npm:^2.0.0" - micromark-util-decode-string: "npm:^2.0.0" - micromark-util-normalize-identifier: "npm:^2.0.0" - micromark-util-symbol: "npm:^2.0.0" - micromark-util-types: "npm:^2.0.0" - unist-util-stringify-position: "npm:^4.0.0" - checksum: 496596bc6419200ff6258531a0ebcaee576a5c169695f5aa296a79a85f2a221bb9247d565827c709a7c2acfb56ae3c3754bf483d86206617bd299a9658c8121c - languageName: node - linkType: hard - -"mdast-util-from-markdown@npm:^2.0.2": +"mdast-util-from-markdown@npm:^2.0.0, mdast-util-from-markdown@npm:^2.0.2": version: 2.0.2 resolution: "mdast-util-from-markdown@npm:2.0.2" dependencies: