Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Oct 14, 2023
1 parent 6ad2bfe commit 092786c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"type": "module",
"main": "./index.js",
"dependencies": {
"commander": "^11.0.0",
"commander": "^11.1.0",
"readline-sync": "^1.4.10",
"semver-parser": "^4.1.4",
"undici": "^5.25.2",
"undici": "^5.26.3",
"web-ext-native-msg": "^6.1.10"
},
"devDependencies": {
"boxednode": "^2.1.1",
"boxednode": "^2.1.2",
"c8": "^8.0.1",
"chai": "^4.3.8",
"esbuild": "^0.19.3",
"eslint": "^8.50.0",
"chai": "^4.3.10",
"esbuild": "^0.19.4",
"eslint": "^8.51.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^46.8.2",
Expand All @@ -35,7 +35,7 @@
"genversion": "^3.1.1",
"jszip-cli": "^1.4.24",
"mocha": "^10.2.0",
"sinon": "^16.0.0"
"sinon": "^16.1.0"
},
"scripts": {
"bundle-js": "esbuild --platform=node --outdir=./bundle --bundle --minify ./index.js",
Expand Down

0 comments on commit 092786c

Please sign in to comment.