From 267074638c40ef8e337e1521d011b8da2274dff1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Feb 2022 02:47:05 +0000 Subject: [PATCH] fix: upgrade highlight.js from 11.2.0 to 11.4.0 Snyk has created this PR to upgrade highlight.js from 11.2.0 to 11.4.0. See this package in npm: https://www.npmjs.com/package/highlight.js See this project in Snyk: https://app.snyk.io/org/iceymann18777/project/d928f811-14d9-4487-9e92-39d29ee1111e?utm_source=github&utm_medium=referral&page=upgrade-pr --- tools/doc/package-lock.json | 14 +++++++------- tools/doc/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/doc/package-lock.json b/tools/doc/package-lock.json index 8106f904cc81aa..963ca5b6c33596 100644 --- a/tools/doc/package-lock.json +++ b/tools/doc/package-lock.json @@ -11,7 +11,7 @@ "node-doc-generator": "generate.js" }, "devDependencies": { - "highlight.js": "^11.2.0", + "highlight.js": "^11.4.0", "js-yaml": "^4.1.0", "rehype-raw": "^6.1.0", "rehype-stringify": "^9.0.2", @@ -413,9 +413,9 @@ } }, "node_modules/highlight.js": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.2.0.tgz", - "integrity": "sha512-JOySjtOEcyG8s4MLR2MNbLUyaXqUunmSnL2kdV/KuGJOmHZuAR5xC54Ko7goAXBWNhf09Vy3B+U7vR62UZ/0iw==", + "version": "11.4.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.4.0.tgz", + "integrity": "sha512-nawlpCBCSASs7EdvZOYOYVkJpGmAOKMYZgZtUqSRqodZE0GRVcFKwo1RcpeOemqh9hyttTdd5wDBwHkuSyUfnA==", "dev": true, "engines": { "node": ">=12.0.0" @@ -2123,9 +2123,9 @@ } }, "highlight.js": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.2.0.tgz", - "integrity": "sha512-JOySjtOEcyG8s4MLR2MNbLUyaXqUunmSnL2kdV/KuGJOmHZuAR5xC54Ko7goAXBWNhf09Vy3B+U7vR62UZ/0iw==", + "version": "11.4.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.4.0.tgz", + "integrity": "sha512-nawlpCBCSASs7EdvZOYOYVkJpGmAOKMYZgZtUqSRqodZE0GRVcFKwo1RcpeOemqh9hyttTdd5wDBwHkuSyUfnA==", "dev": true }, "html-void-elements": { diff --git a/tools/doc/package.json b/tools/doc/package.json index 9f5f7fd303cf9e..3b5c372a4ef44b 100644 --- a/tools/doc/package.json +++ b/tools/doc/package.json @@ -7,7 +7,7 @@ "node": ">=14.8.0" }, "devDependencies": { - "highlight.js": "^11.2.0", + "highlight.js": "^11.4.0", "js-yaml": "^4.1.0", "rehype-raw": "^6.1.0", "rehype-stringify": "^9.0.2",