From 440bec4db564005586e25c34a2ce0f9a2c2ebf05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 21:03:52 +0000 Subject: [PATCH] Bump unist-util-remove from 3.1.1 to 4.0.0 Bumps [unist-util-remove](https://github.com/syntax-tree/unist-util-remove) from 3.1.1 to 4.0.0. - [Release notes](https://github.com/syntax-tree/unist-util-remove/releases) - [Commits](https://github.com/syntax-tree/unist-util-remove/compare/3.1.1...4.0.0) --- updated-dependencies: - dependency-name: unist-util-remove dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 46 ++++++++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 41 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a54bd80a9f8e..ac9cfe44e521 100644 --- a/package-lock.json +++ b/package-lock.json @@ -161,7 +161,7 @@ "sentence-case": "^3.0.4", "start-server-and-test": "^2.0.0", "typescript": "^5.0.2", - "unist-util-remove": "^3.1.1", + "unist-util-remove": "^4.0.0", "unist-util-visit-parents": "5.1.3", "website-scraper": "^5.3.1" }, @@ -17984,13 +17984,14 @@ } }, "node_modules/unist-util-remove": { - "version": "3.1.1", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-4.0.0.tgz", + "integrity": "sha512-b4gokeGId57UVRX/eVKej5gXqGlc9+trkORhFJpu9raqZkZhU0zm8Doi05+HaiBsMEIJowL+2WtQ5ItjsngPXg==", "dev": true, - "license": "MIT", "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^5.0.0" + "@types/unist": "^3.0.0", + "unist-util-is": "^6.0.0", + "unist-util-visit-parents": "^6.0.0" }, "funding": { "type": "opencollective", @@ -18041,6 +18042,39 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/unist-util-remove/node_modules/@types/unist": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.0.tgz", + "integrity": "sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==", + "dev": true + }, + "node_modules/unist-util-remove/node_modules/unist-util-is": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", + "dev": true, + "dependencies": { + "@types/unist": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/unist-util-remove/node_modules/unist-util-visit-parents": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", + "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", + "dev": true, + "dependencies": { + "@types/unist": "^3.0.0", + "unist-util-is": "^6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/unist-util-stringify-position": { "version": "3.0.0", "license": "MIT", diff --git a/package.json b/package.json index 8ed3d0eb40c1..9e7ed4be63dd 100644 --- a/package.json +++ b/package.json @@ -208,7 +208,7 @@ "sentence-case": "^3.0.4", "start-server-and-test": "^2.0.0", "typescript": "^5.0.2", - "unist-util-remove": "^3.1.1", + "unist-util-remove": "^4.0.0", "unist-util-visit-parents": "5.1.3", "website-scraper": "^5.3.1" },