forked from pool/python-pytest-html
* Add patch update-js-deps.patch from upstream to update javascript
dependencies, without upstream release.
* update brace-expansion to 4.0.1
CVE-2025-5889, gh#juliangruber/brace-expansion#65, bsc#1244343
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=46
28 lines
760 B
Diff
28 lines
760 B
Diff
Index: pytest_html-4.1.1/package.json
|
|
===================================================================
|
|
--- pytest_html-4.1.1.orig/package.json
|
|
+++ pytest_html-4.1.1/package.json
|
|
@@ -8,14 +8,17 @@
|
|
"all": "npm run lint && npm run unit && npm run build:css && npm run build:jsapp"
|
|
},
|
|
"devDependencies": {
|
|
- "browserify": "^17.0.0",
|
|
+ "browserify": "^17.0.1",
|
|
"chai": "^4.3.6",
|
|
"eslint": "^8.20.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
- "mocha": "^10.0.0",
|
|
+ "mocha": "^11.6.0",
|
|
"mock-local-storage": "^1.1.24",
|
|
- "nyc": "^15.1.0",
|
|
- "sass": "^1.52.3",
|
|
- "sinon": "^14.0.0"
|
|
+ "nyc": "^17.1.0",
|
|
+ "sass": "^1.89.1",
|
|
+ "sinon": "^20.0.0"
|
|
+ },
|
|
+ "overrides": {
|
|
+ "brace-expansion": "^4.0.1"
|
|
}
|
|
}
|