From 473fa0800930d047c248967630cb34eed5f9fd13 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2020 13:55:50 +0100 Subject: [PATCH] Bump remark-lint-fenced-code-flag from 1.0.3 to 1.0.4 (#12511) Bumps [remark-lint-fenced-code-flag](https://github.com/remarkjs/remark-lint) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/master/changelog.md) - [Commits](https://github.com/remarkjs/remark-lint/commits/ordered-list-marker-value@1.0.4) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c206a8c6b9..51d398be2b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1874,9 +1874,9 @@ } }, "remark-lint-fenced-code-flag": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/remark-lint-fenced-code-flag/-/remark-lint-fenced-code-flag-1.0.3.tgz", - "integrity": "sha512-X8Oi6dhfqV9NI3cVg29myvT/NATDHVgRGCpnNz76w7VXwzhBvQtJr1MxZzuPxfWLox+ARCXF2rY9n9hbYFHYTg==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/remark-lint-fenced-code-flag/-/remark-lint-fenced-code-flag-1.0.4.tgz", + "integrity": "sha512-bkQvlEYco6ZzdzvGPrY7DBsqSq/2mZEmdhpn0KdMEZ9kcKJP4unQdVQys04SKnf9QISqQ446VnQj5Q4E3HMSkQ==", "dev": true, "requires": { "unified-lint-rule": "^1.0.0", @@ -2542,9 +2542,9 @@ "dev": true }, "unist-util-position": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.0.3.tgz", - "integrity": "sha512-28EpCBYFvnMeq9y/4w6pbnFmCUfzlsc41NJui5c51hOFjBA1fejcwc+5W4z2+0ECVbScG3dURS3JTVqwenzqZw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz", + "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==", "dev": true }, "unist-util-remove-position": { diff --git a/package.json b/package.json index 2759aef95a5..c67bba90c76 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "remark-cli": "^7.0.1", "remark-frontmatter": "^1.3.3", "remark-lint": "^6.0.6", - "remark-lint-fenced-code-flag": "^1.0.3", + "remark-lint-fenced-code-flag": "^1.0.4", "remark-lint-no-shell-dollars": "^1.0.4", "remark-stringify": "^7.0.4", "textlint": "^11.6.3",