From 88ecdaf5210d9363c3a9e54acd6ce474d8315dba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 Apr 2026 12:25:06 +0000 Subject: [PATCH] fix: upgrade @prometheus-io/codemirror-promql from 0.308.0 to 0.311.0 Snyk has created this PR to upgrade @prometheus-io/codemirror-promql from 0.308.0 to 0.311.0. See this package in npm: @prometheus-io/codemirror-promql See this project in Snyk: https://app.snyk.io/org/perses/project/d421b0c9-31f2-455a-ac73-3bc0916f0f72?utm_source=github&utm_medium=referral&page=upgrade-pr --- prometheus/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/package.json b/prometheus/package.json index 95a1be596..929fba3d0 100644 --- a/prometheus/package.json +++ b/prometheus/package.json @@ -25,7 +25,7 @@ "types": "lib/index.d.ts", "dependencies": { "@nexucis/fuzzy": "^0.5.1", - "@prometheus-io/codemirror-promql": "^0.308.0", + "@prometheus-io/codemirror-promql": "^0.311.0", "color-hash": "^2.0.2", "qs": "^6.13.0", "react-virtuoso": "^4.12.2"