From 67b39af4a0861a7faf6a530f8fe82e6117d9f936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:42:41 +0000 Subject: [PATCH] build(deps): bump highlight.js from 11.9.0 to 11.10.0 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.9.0 to 11.10.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.9.0...11.10.0) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1bb2f41..fcc3176 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tailwindcss/typography": "^0.5.12", "axios": "^1.7.2", "express": "^4.19.2", - "highlight.js": "^11.9.0", + "highlight.js": "^11.10.0", "js-yaml": "^4.1.0", "pinia": "^2.1.7", "pinia-plugin-persistedstate": "^3.2.0", @@ -2254,9 +2254,9 @@ } }, "node_modules/highlight.js": { - "version": "11.9.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz", - "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==", + "version": "11.10.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", + "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==", "engines": { "node": ">=12.0.0" } diff --git a/package.json b/package.json index b55bc39..b944500 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@tailwindcss/typography": "^0.5.12", "axios": "^1.7.2", "express": "^4.19.2", - "highlight.js": "^11.9.0", + "highlight.js": "^11.10.0", "js-yaml": "^4.1.0", "pinia": "^2.1.7", "pinia-plugin-persistedstate": "^3.2.0",