Skip to content

Commit afabb49

Browse files
authored
add ignore of the cve because not applicable (#3003)
1 parent 6fc3ec6 commit afabb49

File tree

3 files changed

+133
-37
lines changed

3 files changed

+133
-37
lines changed

osv-scanner.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[[IgnoredVulns]]
2+
id = "GHSA-67mh-4wv8-2f99"
3+
reason = "We do not use the esbuild dev server. We use the vite one: see https://github.com/vitejs/vite/pull/19389#issuecomment-2651836759"

package-lock.json

Lines changed: 129 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"leaflet-gpx": "^2.1.2",
4242
"leaflet-rotatedmarker": "^0.2.0",
4343
"leaflet.markercluster": "^1.5.3",
44-
"pinia": "^2.3.1",
44+
"pinia": "^3.0.0",
4545
"prettier": "^3.5.0",
4646
"primeicons": "^7.0.0",
4747
"primevue": "^4.2.5",

0 commit comments

Comments
 (0)