webext-schema
Advanced tools
Comparing version 5.5.1 to 5.5.2
@@ -17,3 +17,3 @@ { | ||
"camelize": "^1.0.1", | ||
"commander": "^12.1.0", | ||
"commander": "^13.0.0", | ||
"decamelize": "^6.0.0", | ||
@@ -25,20 +25,17 @@ "json5": "^2.2.3", | ||
"@types/firefox-webext-browser": "^120.0.4", | ||
"@types/node": "^22.10.1", | ||
"@types/node": "^22.10.5", | ||
"@types/sinon": "^17.0.3", | ||
"c8": "^10.1.2", | ||
"eslint": "^9.15.0", | ||
"eslint-plugin-import-x": "^4.4.3", | ||
"eslint-plugin-jsdoc": "^50.6.0", | ||
"c8": "^10.1.3", | ||
"eslint": "^9.17.0", | ||
"eslint-plugin-import-x": "^4.6.1", | ||
"eslint-plugin-jsdoc": "^50.6.1", | ||
"eslint-plugin-regexp": "^2.7.0", | ||
"eslint-plugin-unicorn": "^56.0.1", | ||
"globals": "^15.12.0", | ||
"mocha": "^10.8.2", | ||
"neostandard": "^0.11.9", | ||
"npm-run-all2": "^7.0.1", | ||
"typescript": "^5.7.2", | ||
"undici": "^7.0.0" | ||
"globals": "^15.14.0", | ||
"mocha": "^11.0.1", | ||
"neostandard": "^0.12.0", | ||
"npm-run-all2": "^7.0.2", | ||
"typescript": "^5.7.3", | ||
"undici": "^7.2.0" | ||
}, | ||
"overrides": { | ||
"glob": "^10.4.5" | ||
}, | ||
"scripts": { | ||
@@ -62,3 +59,3 @@ "build": "npm run tsc && npm run lint && npm run test", | ||
}, | ||
"version": "5.5.1" | ||
"version": "5.5.2" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3833252
106907
+ Addedcommander@13.1.0(transitive)
- Removedcommander@12.1.0(transitive)
Updatedcommander@^13.0.0