Skip to content

Commit 9c4e33f

Browse files
Fix dependabot alerts (#1055)
* Fix dependabot alerts * Update overrides * Update override condition
1 parent 492b764 commit 9c4e33f

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

package-lock.json

Lines changed: 29 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
2626
"cross-spawn": "7.0.6",
2727
"js-yaml@>=4.0.0 <4.1.1": "4.1.1",
28-
"tar@<7.5.7": "~7.5.7",
28+
"tar@<=7.5.10": "~7.5.11",
2929
"minimatch@>=9.0.0 <9.0.6": "^10.2.2",
3030
"minimatch@>=3.0.0 <3.1.4": "3.1.4"
3131
}

0 commit comments

Comments
 (0)