From 71058a5315ddcfa0b65f8ab87b6881b7a09f73ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:48:24 +0000 Subject: [PATCH] Bump marked-smartypants from 1.1.3 to 1.1.4 Bumps [marked-smartypants](https://github.com/markedjs/marked-smartypants) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/markedjs/marked-smartypants/releases) - [Changelog](https://github.com/markedjs/marked-smartypants/blob/main/release.config.cjs) - [Commits](https://github.com/markedjs/marked-smartypants/compare/v1.1.3...v1.1.4) --- updated-dependencies: - dependency-name: marked-smartypants dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/govuk-frontend-review/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a73cc15f07..f92e549151 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19937,14 +19937,14 @@ } }, "node_modules/marked-smartypants": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/marked-smartypants/-/marked-smartypants-1.1.3.tgz", - "integrity": "sha512-GfRM03EmgmOw/QhJHJX9gWfA6M1AtO2y5Neo/V5dlLDK0L0gvgWUGcAcnWGLifQwt+OO2rhAQiYcjVe46fSN5A==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/marked-smartypants/-/marked-smartypants-1.1.4.tgz", + "integrity": "sha512-kTiHnpyV6oAymdIZkVVz4c7UsbVPIomhXYFGg8660uzB9mOrgPsmYzbZyC6utHOCh99/7Gt0eKP8HXc/l+yRDA==", "dependencies": { "smartypants": "^0.2.2" }, "peerDependencies": { - "marked": ">=4 <10" + "marked": ">=4 <11" } }, "node_modules/matchdep": { @@ -30281,7 +30281,7 @@ "js-beautify": "^1.14.9", "marked": "^9.1.5", "marked-linkify-it": "^3.1.6", - "marked-smartypants": "^1.1.3", + "marked-smartypants": "^1.1.4", "outdent": "^0.8.0", "shuffle-seed": "^1.1.6", "slash": "^3.0.0", diff --git a/packages/govuk-frontend-review/package.json b/packages/govuk-frontend-review/package.json index fc357bee61..a982e3c03f 100644 --- a/packages/govuk-frontend-review/package.json +++ b/packages/govuk-frontend-review/package.json @@ -37,7 +37,7 @@ "js-beautify": "^1.14.9", "marked": "^9.1.5", "marked-linkify-it": "^3.1.6", - "marked-smartypants": "^1.1.3", + "marked-smartypants": "^1.1.4", "outdent": "^0.8.0", "shuffle-seed": "^1.1.6", "slash": "^3.0.0",