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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-10-06 14:04:37 -04:00 committed by GitHub
parent f8dd7a467d
commit 01e44dcfd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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"

View File

@ -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",