Files
python-pytest-html/update-js-deps.patch
Daniel Garcia 81d7aeb861 - refresh node modules
* 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
2025-06-11 08:43:11 +00:00

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