From 1f037a6b1e06b3ab3c987c092276a646dedab5d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 02:14:25 +0000 Subject: [PATCH] Bump simple-syntax-highlighter from 3.0.10 to 3.1.1 in /web-ui Bumps [simple-syntax-highlighter](https://github.com/antoniandre/simple-syntax-highlighter) from 3.0.10 to 3.1.1. - [Commits](https://github.com/antoniandre/simple-syntax-highlighter/compare/v3.0.10...v3.1.1) --- updated-dependencies: - dependency-name: simple-syntax-highlighter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web-ui/package-lock.json | 18 +++++++++++------- web-ui/package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/web-ui/package-lock.json b/web-ui/package-lock.json index 91af660f..4d0aae7b 100644 --- a/web-ui/package-lock.json +++ b/web-ui/package-lock.json @@ -21,7 +21,7 @@ "nginx": "1.0.8", "nginx-conf": "^2.1.0", "path-browserify": "^1.0.1", - "simple-syntax-highlighter": "^3.0.10", + "simple-syntax-highlighter": "^3.1.1", "vue": "^3.2.45", "vue-axios": "^3.5.2", "vue-moment": "^4.1.0", @@ -10494,9 +10494,13 @@ "dev": true }, "node_modules/simple-syntax-highlighter": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/simple-syntax-highlighter/-/simple-syntax-highlighter-3.0.10.tgz", - "integrity": "sha512-jV7CfZ9fOOg+RHPnXmtN2ZGeIKg0gW/SzSQXoqsmd7/dulMa/r2fdpa5PrKI1ae5i7wUWhiUl6aCJwb8VGirYQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/simple-syntax-highlighter/-/simple-syntax-highlighter-3.1.1.tgz", + "integrity": "sha512-FSM31Qj6bvxHSngu5fSFNiKpLgsxIGVPMgxQZFiiNqlB19X4uUhl16iYxBCAJWev1qJOmgbXXOkskVt6AXhFxQ==", + "engines": { + "node": ">=16.0.0", + "pnpm": ">=8.0.0" + }, "funding": { "url": "https://github.com/sponsors/antoniandre" }, @@ -19974,9 +19978,9 @@ "dev": true }, "simple-syntax-highlighter": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/simple-syntax-highlighter/-/simple-syntax-highlighter-3.0.10.tgz", - "integrity": "sha512-jV7CfZ9fOOg+RHPnXmtN2ZGeIKg0gW/SzSQXoqsmd7/dulMa/r2fdpa5PrKI1ae5i7wUWhiUl6aCJwb8VGirYQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/simple-syntax-highlighter/-/simple-syntax-highlighter-3.1.1.tgz", + "integrity": "sha512-FSM31Qj6bvxHSngu5fSFNiKpLgsxIGVPMgxQZFiiNqlB19X4uUhl16iYxBCAJWev1qJOmgbXXOkskVt6AXhFxQ==", "requires": {} }, "sirv": { diff --git a/web-ui/package.json b/web-ui/package.json index f6848395..1550c7c9 100644 --- a/web-ui/package.json +++ b/web-ui/package.json @@ -21,7 +21,7 @@ "nginx": "1.0.8", "nginx-conf": "^2.1.0", "path-browserify": "^1.0.1", - "simple-syntax-highlighter": "^3.0.10", + "simple-syntax-highlighter": "^3.1.1", "vue": "^3.2.45", "vue-axios": "^3.5.2", "vue-moment": "^4.1.0",