upgrade npm deps

This commit is contained in:
Fabian Freund
2026-03-13 08:05:31 +01:00
parent 217a797a0f
commit 46953d07af
4 changed files with 1615 additions and 918 deletions
File diff suppressed because it is too large Load Diff
@@ -31,22 +31,22 @@
},
"homepage": "https://addons.mozilla.org/en-US/firefox/addon/container-proxy/",
"devDependencies": {
"@types/chai": "^5.0.1",
"@types/chai": "^5.2.3",
"@types/firefox-webext-browser": "^143.0.0",
"@types/mocha": "^10.0.10",
"addons-linter": "^7.8.0",
"chai": "^5.1.2",
"copy-webpack-plugin": "^12.0.2",
"addons-linter": "^10.0.0",
"chai": "^6.2.2",
"copy-webpack-plugin": "^14.0.0",
"esm": "^3.2.25",
"sinon-chrome": "^3.0.1",
"standardx": "^7.0.0",
"ts-loader": "^9.2.6",
"ts-loader": "^9.5.4",
"ts-mocha": "^11.1.0",
"ts-standard": "^12.0.2",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.7.3",
"web-ext": "^8.4.0",
"webpack": "^5.59.1",
"typescript": "^5.9.3",
"web-ext": "^9.4.0",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1"
},
"standardx": {
@@ -102,4 +102,4 @@
}
]
}
}
}
File diff suppressed because it is too large Load Diff
@@ -11,17 +11,17 @@
"description": "",
"dependencies": {
"@mozilla/readability": "^0.6.0",
"remove-markdown": "^0.6.2",
"turndown": "^7.2.0"
"remove-markdown": "^0.6.3",
"turndown": "^7.2.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"babel-loader": "^10.1.1",
"clean-webpack-plugin": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.96.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4"
"terser-webpack-plugin": "^5.4.0",
"webpack": "^5.105.4",
"webpack-bundle-analyzer": "^5.2.0",
"webpack-cli": "^6.0.1"
}
}