Skip to content

Commit 130cb15

Browse files
authored
fix: npm audit (#525)
* fix: npm audit * fix: npm audit
1 parent 4480324 commit 130cb15

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.nsprc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
{
2+
"1109842": {
3+
"active": true,
4+
"notes": "Ignored because it hasn't been fixed in the latest version of npm",
5+
"expiry": "2025-12-15"
6+
}
27
}

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
},
151151
"overrides": {
152152
"ws@>7.0.0 <7.5.9": "7.5.10",
153-
"esbuild": "0.25.0"
153+
"esbuild": "0.25.0",
154+
"js-yaml": "4.1.1"
154155
}
155156
}

0 commit comments

Comments
 (0)