Skip to content

Commit c79b0fd

Browse files
authored
Merge pull request #3004 from antlr/fix-dependabot-issue
upgrade ini
2 parents 3ec57dd + c4d0ace commit c79b0fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtime/JavaScript/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"@babel/preset-env": "^7.12.7",
2222
"babel-loader": "^8.2.1",
2323
"webpack": "^4.44.2",
24-
"webpack-cli": "^3.3.12"
24+
"webpack-cli": "^3.3.12",
25+
"ini": "1.3.6"
2526
},
2627
"scripts": {
2728
"build": "webpack"

0 commit comments

Comments
 (0)