From d50c1c38fcc93a6c7894c57c7aa6371110996533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 21:21:25 -0400 Subject: [PATCH] Bump @11ty/eleventy-plugin-syntaxhighlight from 4.0.0 to 4.1.0 (#734) Bumps [@11ty/eleventy-plugin-syntaxhighlight](https://github.com/11ty/eleventy-plugin-syntaxhighlight) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/11ty/eleventy-plugin-syntaxhighlight/releases) - [Commits](https://github.com/11ty/eleventy-plugin-syntaxhighlight/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: "@11ty/eleventy-plugin-syntaxhighlight" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64a562a..28e41b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@11ty/eleventy": "^1.0.1", - "@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0", + "@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0", "all-contributors-cli": "^6.20.0", "clean-css": "^5.3.0", "html-minifier": "^4.0.0", @@ -79,9 +79,9 @@ } }, "node_modules/@11ty/eleventy-plugin-syntaxhighlight": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-4.0.0.tgz", - "integrity": "sha512-t95DIZQ7MnaspgpmXyKIgz2TpyN7EshMt9+SFfqVUYKTISU3+T3FTXFscoLownyNWb/5EC0od69BnCZwEcMzCg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-4.1.0.tgz", + "integrity": "sha512-bLpV8DKFZRgh0kToh8JPCjABfalL5ydyP6rxj/aUgrlR2v9TheLGRNqoKMhfgwUETOas2nMo/rd7sCE4kSvBNQ==", "dev": true, "dependencies": { "linkedom": "^0.13.2", @@ -4538,9 +4538,9 @@ } }, "@11ty/eleventy-plugin-syntaxhighlight": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-4.0.0.tgz", - "integrity": "sha512-t95DIZQ7MnaspgpmXyKIgz2TpyN7EshMt9+SFfqVUYKTISU3+T3FTXFscoLownyNWb/5EC0od69BnCZwEcMzCg==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-4.1.0.tgz", + "integrity": "sha512-bLpV8DKFZRgh0kToh8JPCjABfalL5ydyP6rxj/aUgrlR2v9TheLGRNqoKMhfgwUETOas2nMo/rd7sCE4kSvBNQ==", "dev": true, "requires": { "linkedom": "^0.13.2", diff --git a/package.json b/package.json index a760e6f..89c3196 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "homepage": "https://github.com/h5bp/Front-end-Developer-Interview-Questions#readme", "devDependencies": { "@11ty/eleventy": "^1.0.1", - "@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0", + "@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0", "all-contributors-cli": "^6.20.0", "clean-css": "^5.3.0", "html-minifier": "^4.0.0",