From 757e25aa5ef7b3e697f291ac11e89e54e4537568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 01:17:17 +0000 Subject: [PATCH] chore: bump highlight.js in /examples/openfeature_web/webapp (#2867) Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.11.0 to 11.11.1. - [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.11.0...11.11.1) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/openfeature_web/webapp/package-lock.json | 8 ++++---- examples/openfeature_web/webapp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/openfeature_web/webapp/package-lock.json b/examples/openfeature_web/webapp/package-lock.json index 5b2b2f8d4e8..44286969bd9 100644 --- a/examples/openfeature_web/webapp/package-lock.json +++ b/examples/openfeature_web/webapp/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@openfeature/go-feature-flag-web-provider": "^0.2.3", "@openfeature/web-sdk": "^1.4.0", - "highlight.js": "^11.11.0", + "highlight.js": "^11.11.1", "uuid": "^11.0.3" }, "devDependencies": { @@ -7881,9 +7881,9 @@ } }, "node_modules/highlight.js": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.0.tgz", - "integrity": "sha512-6ErL7JlGu2CNFHyRQEuDogOyGPNiqcuWdt4iSSFUPyferNTGlNTPFqeV36Y/XwA4V/TJ8l0sxp6FTnxud/mf8g==", + "version": "11.11.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz", + "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==", "engines": { "node": ">=12.0.0" } diff --git a/examples/openfeature_web/webapp/package.json b/examples/openfeature_web/webapp/package.json index f1212bd0fef..bb496b4bb15 100644 --- a/examples/openfeature_web/webapp/package.json +++ b/examples/openfeature_web/webapp/package.json @@ -56,7 +56,7 @@ "dependencies": { "@openfeature/go-feature-flag-web-provider": "^0.2.3", "@openfeature/web-sdk": "^1.4.0", - "highlight.js": "^11.11.0", + "highlight.js": "^11.11.1", "uuid": "^11.0.3" } }