Skip to content

Commit 3128215

Browse files
committed
fix: update vulnerable packages
1 parent d462775 commit 3128215

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-tauri-app": "patch"
3+
---
4+
5+
Update vulnerable packages: `ejs` and `minimist`.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,9 @@
6262
"temp-dir": "2.0.0",
6363
"tslib": "2.4.0",
6464
"typescript": "4.7.3"
65+
},
66+
"resolutions": {
67+
"minimist": "1.2.6",
68+
"ejs": "3.1.7"
6569
}
6670
}

0 commit comments

Comments
 (0)