From da0f5f2bd16b61f3cf6b8fdc17b72ac22ebc629c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 01:31:35 +0000 Subject: [PATCH] :arrow_up: Bump highlight.js from 9.15.10 to 9.16.2 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.10 to 9.16.2. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.15.10...9.16.2) Signed-off-by: dependabot-preview[bot] --- 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 426e95159..038bedca1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5233,9 +5233,9 @@ "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==" }, "highlight.js": { - "version": "9.15.10", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.15.10.tgz", - "integrity": "sha512-RoV7OkQm0T3os3Dd2VHLNMoaoDVx77Wygln3n9l5YV172XonWG6rgQD3XnF/BuFFZw9A0TJgmMSO8FEWQgvcXw==" + "version": "9.16.2", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.16.2.tgz", + "integrity": "sha512-feMUrVLZvjy0oC7FVJQcSQRqbBq9kwqnYE4+Kj9ZjbHh3g+BisiPgF49NyQbVLNdrL/qqZr3Ca9yOKwgn2i/tw==" }, "hmac-drbg": { "version": "1.0.1", diff --git a/package.json b/package.json index 01657171b..359d48a58 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@nuxtjs/pwa": "^3.0.0-beta.19", "@nuxtjs/sitemap": "^2.0.0", "@nuxtjs/toast": "^3.2.1", - "highlight.js": "^9.15.10", + "highlight.js": "^9.16.2", "nuxt": "^2.10.2", "v-tooltip": "^2.0.2", "vue-virtual-scroll-list": "^1.4.2",