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",