From f1bbf645eaf4b8b983ba0e6ae956f86ae12af2df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 09:58:48 -0500 Subject: [PATCH] chore(deps-dev): bump mdast-util-to-string from 3.1.0 to 3.1.1 (#3018) Bumps [mdast-util-to-string](https://github.com/syntax-tree/mdast-util-to-string) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/syntax-tree/mdast-util-to-string/releases) - [Commits](https://github.com/syntax-tree/mdast-util-to-string/compare/3.1.0...3.1.1) --- updated-dependencies: - dependency-name: mdast-util-to-string dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 26 ++++++++++++++++---------- package.json | 2 +- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2bc1d585a63..89d2c0ee768 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@primer/react", - "version": "35.20.0", + "version": "35.21.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@primer/react", - "version": "35.20.0", + "version": "35.21.0", "license": "MIT", "dependencies": { "@github/combobox-nav": "^2.1.5", @@ -139,7 +139,7 @@ "mdast-util-from-markdown": "1.2.0", "mdast-util-frontmatter": "1.0.1", "mdast-util-mdx": "2.0.1", - "mdast-util-to-string": "3.1.0", + "mdast-util-to-string": "3.1.1", "micromark-extension-frontmatter": "1.0.0", "micromark-extension-mdxjs": "1.0.0", "prettier": "2.8.1", @@ -46245,10 +46245,13 @@ } }, "node_modules/mdast-util-to-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.0.tgz", - "integrity": "sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.1.tgz", + "integrity": "sha512-tGvhT94e+cVnQt8JWE9/b3cUQZWS732TJxXHktvP+BYo62PpYD53Ls/6cC60rW21dW+txxiM4zMdc6abASvZKA==", "dev": true, + "dependencies": { + "@types/mdast": "^3.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" @@ -90355,10 +90358,13 @@ } }, "mdast-util-to-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.0.tgz", - "integrity": "sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA==", - "dev": true + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.1.tgz", + "integrity": "sha512-tGvhT94e+cVnQt8JWE9/b3cUQZWS732TJxXHktvP+BYo62PpYD53Ls/6cC60rW21dW+txxiM4zMdc6abASvZKA==", + "dev": true, + "requires": { + "@types/mdast": "^3.0.0" + } }, "mdurl": { "version": "1.0.1", diff --git a/package.json b/package.json index df41b9ff70c..c107460ff7c 100644 --- a/package.json +++ b/package.json @@ -217,7 +217,7 @@ "mdast-util-from-markdown": "1.2.0", "mdast-util-frontmatter": "1.0.1", "mdast-util-mdx": "2.0.1", - "mdast-util-to-string": "3.1.0", + "mdast-util-to-string": "3.1.1", "micromark-extension-frontmatter": "1.0.0", "micromark-extension-mdxjs": "1.0.0", "prettier": "2.8.1",