forked from pool/python-pytest-html
Accepting request 1228563 from home:nkrapp:branches:devel:languages:python:pytest
- refresh node modules * update cross-spawn module to 7.0.6 - CVE-2024-21538 (bsc#1233852) OBS-URL: https://build.opensuse.org/request/show/1228563 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=44
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d6d11c76b4c741d68ec8539b8d29003865de9f9e1e9173f0eeb25571e7dfba4
|
||||
size 14258812
|
||||
oid sha256:78d2e64bdf3f883d9b7f46cb6a40365f98cf67a57b3554c34d300621bfd9dabb
|
||||
size 14257588
|
||||
|
||||
@@ -128,7 +128,7 @@ Source10126: https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.
|
||||
Source10127: https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz#/create-ecdh-4.0.4.tgz
|
||||
Source10128: https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz#/create-hash-1.2.0.tgz
|
||||
Source10129: https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz#/create-hmac-1.1.7.tgz
|
||||
Source10130: https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz#/cross-spawn-7.0.3.tgz
|
||||
Source10130: https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz#/cross-spawn-7.0.6.tgz
|
||||
Source10131: https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.1.tgz#/crypto-browserify-3.12.1.tgz
|
||||
Source10132: https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz#/dash-ast-1.0.0.tgz
|
||||
Source10133: https://registry.npmjs.org/debug/-/debug-4.3.7.tgz#/debug-4.3.7.tgz
|
||||
|
||||
12
package-lock.json
generated
12
package-lock.json
generated
@@ -1736,9 +1736,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/cross-spawn": {
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
||||
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
|
||||
"version": "7.0.6",
|
||||
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
||||
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"path-key": "^3.1.0",
|
||||
@@ -2098,7 +2098,7 @@
|
||||
"@ungap/structured-clone": "^1.2.0",
|
||||
"ajv": "^6.12.4",
|
||||
"chalk": "^4.0.0",
|
||||
"cross-spawn": "^7.0.2",
|
||||
"cross-spawn": "^7.0.5",
|
||||
"debug": "^4.3.2",
|
||||
"doctrine": "^3.0.0",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
@@ -2402,7 +2402,7 @@
|
||||
"integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"cross-spawn": "^7.0.0",
|
||||
"cross-spawn": "^7.0.5",
|
||||
"signal-exit": "^3.0.2"
|
||||
},
|
||||
"engines": {
|
||||
@@ -3120,7 +3120,7 @@
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"archy": "^1.0.0",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"cross-spawn": "^7.0.5",
|
||||
"istanbul-lib-coverage": "^3.2.0",
|
||||
"p-map": "^3.0.0",
|
||||
"rimraf": "^3.0.0",
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 16:25:45 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
- refresh node modules
|
||||
* update cross-spawn module to 7.0.6 - CVE-2024-21538 (bsc#1233852)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 08:14:38 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user