Skip to content

Commit 9301396

Browse files
audit fix
1 parent c3fe771 commit 9301396

File tree

3 files changed

+351
-394
lines changed

3 files changed

+351
-394
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ node_modules
22
*.db
33
.idea
44
launch.json
5-
.vscode
5+
.vscode
6+
package-lock.json
7+
npm-shrinkwrap.json

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,20 @@
2323
"json-stable-stringify": "^1.0.1",
2424
"micro": "^9.3.4",
2525
"micro-cors": "^0.1.1",
26-
"micro-dev": "^3.0.0",
2726
"micro-query": "^0.3.0",
2827
"microrouter": "^3.1.3",
2928
"randomstring": "^1.1.5",
3029
"rfc6902": "^4.0.1",
3130
"rimraf": "^3.0.2",
3231
"tmp": "^0.2.1",
33-
"yargs": "^16.0.3"
32+
"yargs": "^16.0.3",
33+
"yargs-parser": "^20.2.7"
3434
},
3535
"devDependencies": {
3636
"@semantic-release/git": "^9.0.0",
3737
"ava": "^3.15.0",
3838
"eslint": "^7.10.0",
39+
"micro-dev": "^3.0.0",
3940
"prettier": "^2.0.5",
4041
"test-listen": "^1.1.0"
4142
},

0 commit comments

Comments
 (0)