Skip to content

Commit 717da58

Browse files
Fix dependabot alerts
1 parent 80fda64 commit 717da58

File tree

2 files changed

+40
-38
lines changed

2 files changed

+40
-38
lines changed

package-lock.json

Lines changed: 37 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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@
7777
"@angular/platform-browser-dynamic": "~20.3.17",
7878
"@angular/router": "~20.3.17",
7979
"zone.js": "~0.15.1",
80-
"tar@<7.5.7": "~7.5.7",
80+
"tar@<7.5.10": "~7.5.11",
8181
"bfj@<9.1.3": "~9.1.3",
8282
"minimatch@>=9.0.0 <9.0.6": "^10.2.3",
8383
"minimatch@>=3.0.0 <3.1.4": "3.1.4",
84-
"underscore@<=1.13.7": "1.13.8"
84+
"underscore@<=1.13.7": "1.13.8",
85+
"serialize-javascript@<=7.0.2": "7.0.3"
8586
}
8687
}

0 commit comments

Comments
 (0)