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
@@ -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"
}
}