Skip to content

Commit 1722677

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-D3COLOR-1076592
1 parent 9d6cc72 commit 1722677

File tree

2 files changed

+967
-137
lines changed

2 files changed

+967
-137
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
},
7070
"dependencies": {
7171
"@emotion/css": "^11.1.3",
72-
"@grafana/data": "9.2.4",
73-
"@grafana/runtime": "9.2.4",
74-
"@grafana/ui": "9.2.4",
72+
"@grafana/data": "9.4.1",
73+
"@grafana/runtime": "9.4.1",
74+
"@grafana/ui": "9.4.1",
7575
"@types/react": "^17",
7676
"react": "18.2.0",
7777
"react-dom": "18.2.0"

0 commit comments

Comments
 (0)