From 01e44dcfd36cad888a19b6efe3b4a6a8512301ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 14:04:37 -0400 Subject: [PATCH] Bump @11ty/eleventy-plugin-syntaxhighlight from 3.0.1 to 3.0.2 (#600) Bumps [@11ty/eleventy-plugin-syntaxhighlight](https://github.com/11ty/eleventy-plugin-syntaxhighlight) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/11ty/eleventy-plugin-syntaxhighlight/releases) - [Commits](https://github.com/11ty/eleventy-plugin-syntaxhighlight/compare/v3.0.1...v3.0.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index baa7dbd..979d796 100644 --- a/package-lock.json +++ b/package-lock.json @@ -128,9 +128,9 @@ } }, "@11ty/eleventy-plugin-syntaxhighlight": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-3.0.1.tgz", - "integrity": "sha512-+cXc5oyFagCat+JgIh+4cI1otQMVYSsXjxj2/8J78I+p6ICvCfObzvi7PTXvDPbwXOQP8RkcB4DYOP+MKkcPAw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-3.0.2.tgz", + "integrity": "sha512-vUmra5vGyM8pauPErIqxl7QX+CgOmH2dVPRr0Sax0jv0YSYwKbquWP+VJvtwnFLTxEeUD0gtN/NI2GKcFuvB8w==", "dev": true, "requires": { "prismjs": "^1.17.1" diff --git a/package.json b/package.json index 61d6645..5be3d4c 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": "^0.11.0", - "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1", + "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.2", "all-contributors-cli": "^6.18.0", "clean-css": "^4.2.3", "html-minifier": "^4.0.0",