Skip to content

Commit ab97891

Browse files
committed
Fix vulnerability alerts coming from dev dependencies
1 parent 97af1a8 commit ab97891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"@opentelemetry/otlp-exporter-base": "patch:@opentelemetry/otlp-exporter-base@npm%3A0.56.0#~/.yarn/patches/@opentelemetry-otlp-exporter-base-npm-0.56.0-ba3dc5f5c5.patch",
6868
"@opentelemetry/resources": "patch:@opentelemetry/resources@npm%3A1.29.0#~/.yarn/patches/@opentelemetry-resources-npm-1.29.0-112f89f0c5.patch",
6969
"@vitest/snapshot@npm:3.0.5": "patch:@vitest/snapshot@npm%3A3.0.5#~/.yarn/patches/@vitest-snapshot-npm-3.0.0-d5b381862b.patch",
70+
"cookie": "^0.7.0",
7071
"cross-spawn": "7.0.6",
7172
"esbuild": "0.25.0",
7273
"graphql": "16.10.0",
@@ -75,7 +76,6 @@
7576
"jest-leak-detector": "patch:jest-leak-detector@npm%3A29.7.0#~/.yarn/patches/jest-leak-detector+29.7.0.patch",
7677
"pkgroll": "patch:pkgroll@npm%3A2.5.1#~/.yarn/patches/pkgroll-npm-2.5.1-9b062c22ca.patch",
7778
"tsx": "patch:tsx@npm%3A4.19.2#~/.yarn/patches/tsx-npm-4.19.2-a8f2312a2f.patch",
78-
"vite": "^6.0.0",
79-
"cookie": "^0.7.0"
79+
"vite": "^6.0.0"
8080
}
8181
}

0 commit comments

Comments
 (0)