From cf23baf1570761cedcb7a9b342dea73cc8b55675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:54:30 +0000 Subject: [PATCH] build(deps): bump highlight.js from 11.8.0 to 11.9.0 in /Sample-01 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.8.0 to 11.9.0. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/11.8.0...11.9.0) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Sample-01/package-lock.json | 8 ++++---- Sample-01/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Sample-01/package-lock.json b/Sample-01/package-lock.json index db4a5f8..3dcf7c8 100644 --- a/Sample-01/package-lock.json +++ b/Sample-01/package-lock.json @@ -18,7 +18,7 @@ "express": "^4.18.2", "express-jwt": "^8.0", "helmet": "^7.0.0", - "highlight.js": "^11.7.0", + "highlight.js": "^11.9.0", "jwks-rsa": "^3.1.0", "morgan": "^1.10.0", "next": "^13.5.1", @@ -4765,9 +4765,9 @@ } }, "node_modules/highlight.js": { - "version": "11.8.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.8.0.tgz", - "integrity": "sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==", + "version": "11.9.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz", + "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==", "engines": { "node": ">=12.0.0" } diff --git a/Sample-01/package.json b/Sample-01/package.json index 9f10edc..95f443d 100644 --- a/Sample-01/package.json +++ b/Sample-01/package.json @@ -26,7 +26,7 @@ "express": "^4.18.2", "express-jwt": "^8.0", "helmet": "^7.0.0", - "highlight.js": "^11.7.0", + "highlight.js": "^11.9.0", "jwks-rsa": "^3.1.0", "morgan": "^1.10.0", "next": "^13.5.1",