This run took 31 seconds.
From 50815a8c22a9fb9887e460d9b8c2ee92b03ddffa Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Thu, 21 Nov 2024 02:00:11 +0000 Subject: [PATCH] build: Updating cross-spawn to 7.0.6 * https://github.com/advisories/GHSA-3xgq-45jj-v275 Change-Id: I22f6cb111400d2f9513ab8791edef051f0672169 --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f2467a..8ff457f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -627,9 +627,9 @@ "dev": true }, "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", @@ -3771,9 +3771,9 @@ "dev": true }, "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, "requires": { "path-key": "^3.1.0", -- 2.39.2
$ date --- stdout --- Thu Nov 21 01:59:45 UTC 2024 --- end --- $ git clone file:///srv/git/mediawiki-extensions-ArticleFeedbackv5.git repo --depth=1 -b REL1_41 --- stderr --- Cloning into 'repo'... --- stdout --- --- end --- $ git config user.name libraryupgrader --- stdout --- --- end --- $ git config user.email tools.libraryupgrader@tools.wmflabs.org --- stdout --- --- end --- $ git submodule update --init --- stdout --- --- end --- $ grr init --- stdout --- Installed commit-msg hook. --- end --- $ git show-ref refs/heads/REL1_41 --- stdout --- 345ae438f7d68f498381a41d3626e0667e9d9a9d refs/heads/REL1_41 --- end --- $ /usr/bin/npm audit --json --- stdout --- { "auditReportVersion": 2, "vulnerabilities": { "cross-spawn": { "name": "cross-spawn", "severity": "high", "isDirect": false, "via": [ { "source": 1100563, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "severity": "high", "cwe": [ "CWE-1333" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": ">=7.0.0 <7.0.5" } ], "effects": [], "range": "7.0.0 - 7.0.4", "nodes": [ "node_modules/cross-spawn" ], "fixAvailable": true } }, "metadata": { "vulnerabilities": { "info": 0, "low": 0, "moderate": 0, "high": 1, "critical": 0, "total": 1 }, "dependencies": { "prod": 1, "dev": 288, "optional": 0, "peer": 0, "peerOptional": 0, "total": 288 } } } --- end --- $ /usr/bin/composer install --- stderr --- No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information. Loading composer repositories with package information Updating dependencies Lock file operations: 37 installs, 0 updates, 0 removals - Locking composer/installers (v2.3.0) - Locking composer/pcre (3.3.2) - Locking composer/semver (3.3.2) - Locking composer/spdx-licenses (1.5.8) - Locking composer/xdebug-handler (3.0.5) - Locking doctrine/deprecations (1.1.3) - Locking felixfbecker/advanced-json-rpc (v3.2.1) - Locking mediawiki/mediawiki-codesniffer (v41.0.0) - Locking mediawiki/mediawiki-phan-config (0.12.1) - Locking mediawiki/minus-x (1.1.1) - Locking mediawiki/phan-taint-check-plugin (4.0.0) - Locking microsoft/tolerant-php-parser (v0.1.1) - Locking netresearch/jsonmapper (v4.5.0) - Locking phan/phan (5.4.1) - Locking php-parallel-lint/php-console-color (v1.0.1) - Locking php-parallel-lint/php-console-highlighter (v1.0.0) - Locking php-parallel-lint/php-parallel-lint (v1.3.2) - Locking phpdocumentor/reflection-common (2.2.0) - Locking phpdocumentor/reflection-docblock (5.6.0) - Locking phpdocumentor/type-resolver (1.10.0) - Locking phpstan/phpdoc-parser (2.0.0) - Locking psr/container (2.0.2) - Locking psr/log (2.0.0) - Locking sabre/event (5.1.7) - Locking squizlabs/php_codesniffer (3.7.2) - Locking symfony/console (v5.4.47) - Locking symfony/deprecation-contracts (v3.5.0) - Locking symfony/polyfill-ctype (v1.31.0) - Locking symfony/polyfill-intl-grapheme (v1.31.0) - Locking symfony/polyfill-intl-normalizer (v1.31.0) - Locking symfony/polyfill-mbstring (v1.31.0) - Locking symfony/polyfill-php73 (v1.31.0) - Locking symfony/polyfill-php80 (v1.31.0) - Locking symfony/service-contracts (v3.5.0) - Locking symfony/string (v6.4.15) - Locking tysonandre/var_representation_polyfill (0.1.3) - Locking webmozart/assert (1.11.0) Writing lock file Installing dependencies from lock file (including require-dev) Package operations: 37 installs, 0 updates, 0 removals 0 [>---------------------------] 0 [->--------------------------] - Installing composer/installers (v2.3.0): Extracting archive - Installing composer/pcre (3.3.2): Extracting archive - Installing symfony/polyfill-php80 (v1.31.0): Extracting archive - Installing squizlabs/php_codesniffer (3.7.2): Extracting archive - Installing symfony/polyfill-mbstring (v1.31.0): Extracting archive - Installing composer/spdx-licenses (1.5.8): Extracting archive - Installing composer/semver (3.3.2): Extracting archive - Installing mediawiki/mediawiki-codesniffer (v41.0.0): Extracting archive - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive - Installing symfony/polyfill-intl-normalizer (v1.31.0): Extracting archive - Installing symfony/polyfill-intl-grapheme (v1.31.0): Extracting archive - Installing symfony/polyfill-ctype (v1.31.0): Extracting archive - Installing symfony/string (v6.4.15): Extracting archive - Installing symfony/deprecation-contracts (v3.5.0): Extracting archive - Installing psr/container (2.0.2): Extracting archive - Installing symfony/service-contracts (v3.5.0): Extracting archive - Installing symfony/polyfill-php73 (v1.31.0): Extracting archive - Installing symfony/console (v5.4.47): Extracting archive - Installing sabre/event (5.1.7): Extracting archive - Installing netresearch/jsonmapper (v4.5.0): Extracting archive - Installing microsoft/tolerant-php-parser (v0.1.1): Extracting archive - Installing webmozart/assert (1.11.0): Extracting archive - Installing phpstan/phpdoc-parser (2.0.0): Extracting archive - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive - Installing doctrine/deprecations (1.1.3): Extracting archive - Installing phpdocumentor/type-resolver (1.10.0): Extracting archive - Installing phpdocumentor/reflection-docblock (5.6.0): Extracting archive - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive - Installing psr/log (2.0.0): Extracting archive - Installing composer/xdebug-handler (3.0.5): Extracting archive - Installing phan/phan (5.4.1): Extracting archive - Installing mediawiki/phan-taint-check-plugin (4.0.0): Extracting archive - Installing mediawiki/mediawiki-phan-config (0.12.1): Extracting archive - Installing mediawiki/minus-x (1.1.1): Extracting archive - Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive - Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive - Installing php-parallel-lint/php-parallel-lint (v1.3.2): Extracting archive 0/36 [>---------------------------] 0% 20/36 [===============>------------] 55% 35/36 [===========================>] 97% 36/36 [============================] 100% 4 package suggestions were added by new dependencies, use `composer suggest` to see details. Generating autoload files 16 packages you are using are looking for funding. Use the `composer fund` command to find out more! --- stdout --- --- end --- $ /usr/bin/npm audit --json --- stdout --- { "auditReportVersion": 2, "vulnerabilities": { "cross-spawn": { "name": "cross-spawn", "severity": "high", "isDirect": false, "via": [ { "source": 1100563, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "severity": "high", "cwe": [ "CWE-1333" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": ">=7.0.0 <7.0.5" } ], "effects": [], "range": "7.0.0 - 7.0.4", "nodes": [ "node_modules/cross-spawn" ], "fixAvailable": true } }, "metadata": { "vulnerabilities": { "info": 0, "low": 0, "moderate": 0, "high": 1, "critical": 0, "total": 1 }, "dependencies": { "prod": 1, "dev": 288, "optional": 0, "peer": 0, "peerOptional": 0, "total": 288 } } } --- end --- Attempting to npm audit fix $ /usr/bin/npm audit fix --dry-run --only=dev --json --- stderr --- npm WARN invalid config only="dev" set in command line options npm WARN invalid config Must be one of: null, prod, production npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@es-joy/jsdoccomment@0.23.6', npm WARN EBADENGINE required: { node: '^12 || ^14 || ^16 || ^17' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'eslint-plugin-jsdoc@39.2.2', npm WARN EBADENGINE required: { node: '^14 || ^16 || ^17' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } --- stdout --- { "added": 288, "removed": 0, "changed": 0, "audited": 289, "funding": 41, "audit": { "auditReportVersion": 2, "vulnerabilities": { "cross-spawn": { "name": "cross-spawn", "severity": "high", "isDirect": false, "via": [ { "source": 1100563, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "severity": "high", "cwe": [ "CWE-1333" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": ">=7.0.0 <7.0.5" } ], "effects": [], "range": "7.0.0 - 7.0.4", "nodes": [ "" ], "fixAvailable": true } }, "metadata": { "vulnerabilities": { "info": 0, "low": 0, "moderate": 0, "high": 1, "critical": 0, "total": 1 }, "dependencies": { "prod": 1, "dev": 288, "optional": 0, "peer": 0, "peerOptional": 0, "total": 288 } } } } --- end --- {"added": 288, "removed": 0, "changed": 0, "audited": 289, "funding": 41, "audit": {"auditReportVersion": 2, "vulnerabilities": {"cross-spawn": {"name": "cross-spawn", "severity": "high", "isDirect": false, "via": [{"source": 1100563, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "severity": "high", "cwe": ["CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": ">=7.0.0 <7.0.5"}], "effects": [], "range": "7.0.0 - 7.0.4", "nodes": [""], "fixAvailable": true}}, "metadata": {"vulnerabilities": {"info": 0, "low": 0, "moderate": 0, "high": 1, "critical": 0, "total": 1}, "dependencies": {"prod": 1, "dev": 288, "optional": 0, "peer": 0, "peerOptional": 0, "total": 288}}}} $ /usr/bin/npm audit fix --only=dev --- stderr --- npm WARN invalid config only="dev" set in command line options npm WARN invalid config Must be one of: null, prod, production npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@es-joy/jsdoccomment@0.23.6', npm WARN EBADENGINE required: { node: '^12 || ^14 || ^16 || ^17' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'eslint-plugin-jsdoc@39.2.2', npm WARN EBADENGINE required: { node: '^14 || ^16 || ^17' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } --- stdout --- added 288 packages, and audited 289 packages in 3s 41 packages are looking for funding run `npm fund` for details found 0 vulnerabilities --- end --- Verifying that tests still pass $ /usr/bin/npm ci --- stderr --- npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@es-joy/jsdoccomment@0.23.6', npm WARN EBADENGINE required: { node: '^12 || ^14 || ^16 || ^17' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: 'eslint-plugin-jsdoc@39.2.2', npm WARN EBADENGINE required: { node: '^14 || ^16 || ^17' }, npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' } npm WARN EBADENGINE } --- stdout --- added 288 packages, and audited 289 packages in 3s 41 packages are looking for funding run `npm fund` for details found 0 vulnerabilities --- end --- $ /usr/bin/npm test --- stdout --- > test > grunt test Running "eslint:all" (eslint) task /src/repo/i18n/pnb.json 66:63 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 67:65 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 68:63 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 69:64 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 70:65 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 71:67 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 72:62 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 73:60 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 74:64 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 75:63 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 76:65 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 77:63 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 78:65 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 79:64 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 80:66 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 81:69 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 82:71 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 83:60 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 84:62 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 85:63 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 86:65 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 87:63 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 88:68 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 89:65 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters 90:70 warning Detected potential trojan source attack with unicode bidi introduced in this code: '"{{GENDER:$1|$1 ولوں جائزہ لیا گیا}}"' security/detect-bidi-characters /src/repo/modules/ext.articleFeedbackv5/ext.articleFeedbackv5.startup.js 60:47 warning 'link' is already declared in the upper scope on line 10 column 61 no-shadow /src/repo/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.js 20:6 warning Unexpected tab character no-tabs 22:6 warning Unexpected tab character no-tabs 23:6 warning Unexpected tab character no-tabs 25:6 warning Unexpected tab character no-tabs 26:6 warning Unexpected tab character no-tabs 28:6 warning Unexpected tab character no-tabs 30:6 warning Unexpected tab character no-tabs 32:6 warning Unexpected tab character no-tabs 33:6 warning Unexpected tab character no-tabs 35:6 warning Unexpected tab character no-tabs 52:6 warning Unexpected tab character no-tabs 54:6 warning Unexpected tab character no-tabs 55:6 warning Unexpected tab character no-tabs 980:16 warning Multiline support is limited to browsers supporting ES5 only no-multi-str 1265:16 warning Multiline support is limited to browsers supporting ES5 only no-multi-str 1395:12 warning Multiline support is limited to browsers supporting ES5 only no-multi-str 1455:12 warning Multiline support is limited to browsers supporting ES5 only no-multi-str 1515:12 warning Multiline support is limited to browsers supporting ES5 only no-multi-str 1528:16 warning Multiline support is limited to browsers supporting ES5 only no-multi-str 2409:24 warning 'data' is already declared in the upper scope on line 2315 column 68 no-shadow 2487:22 warning 'requested' is already declared in the upper scope on line 2482 column 19 no-shadow /src/repo/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.special.js 66:19 warning Unexpected tab character no-tabs 201:15 warning Unexpected tab character no-tabs 202:16 warning Unexpected tab character no-tabs 203:16 warning Unexpected tab character no-tabs 204:17 warning Unexpected tab character no-tabs 205:31 warning Unexpected tab character no-tabs 206:15 warning Unexpected tab character no-tabs 207:16 warning Unexpected tab character no-tabs 208:15 warning Unexpected tab character no-tabs 209:17 warning Unexpected tab character no-tabs 210:19 warning Unexpected tab character no-tabs 211:21 warning Unexpected tab character no-tabs 260:9 warning 'action' is already declared in the upper scope on line 197 column 17 no-shadow 275:8 warning '$container' is already declared in the upper scope on line 197 column 25 no-shadow 606:23 warning Unexpected tab character no-tabs 607:27 warning Unexpected tab character no-tabs 608:27 warning Unexpected tab character no-tabs 609:25 warning Unexpected tab character no-tabs 610:28 warning Unexpected tab character no-tabs 711:23 warning Unexpected tab character no-tabs 712:27 warning Unexpected tab character no-tabs 713:26 warning Unexpected tab character no-tabs 714:27 warning Unexpected tab character no-tabs 715:25 warning Unexpected tab character no-tabs 830:24 warning 'data' is already declared in the upper scope on line 810 column 7 no-shadow 1275:5 warning Unexpected tab character no-tabs 1276:5 warning Unexpected tab character no-tabs 1277:5 warning Unexpected tab character no-tabs 1278:5 warning Unexpected tab character no-tabs 1279:5 warning Unexpected tab character no-tabs 1280:5 warning Unexpected tab character no-tabs 1729:15 warning Multiline support is limited to browsers supporting ES5 only no-multi-str 1734:7 warning Multiline support is limited to browsers supporting ES5 only no-multi-str 1796:17 warning Multiline support is limited to browsers supporting ES5 only no-multi-str ✖ 81 problems (0 errors, 81 warnings) Running "banana:all" (banana) task >> 1 message directory checked. Done. --- end --- {"1100563": {"source": 1100563, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "severity": "high", "cwe": ["CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": ">=7.0.0 <7.0.5"}} Upgrading n:cross-spawn from 7.0.3 -> 7.0.6 $ package-lock-lint package-lock.json --- stdout --- Checking package-lock.json --- end --- build: Updating cross-spawn to 7.0.6 * https://github.com/advisories/GHSA-3xgq-45jj-v275 $ git add . --- stdout --- --- end --- $ git commit -F /tmp/tmp2mmyn4z1 --- stdout --- [REL1_41 50815a8] build: Updating cross-spawn to 7.0.6 1 file changed, 6 insertions(+), 6 deletions(-) --- end --- $ git format-patch HEAD~1 --stdout --- stdout --- From 50815a8c22a9fb9887e460d9b8c2ee92b03ddffa Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Thu, 21 Nov 2024 02:00:11 +0000 Subject: [PATCH] build: Updating cross-spawn to 7.0.6 * https://github.com/advisories/GHSA-3xgq-45jj-v275 Change-Id: I22f6cb111400d2f9513ab8791edef051f0672169 --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f2467a..8ff457f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -627,9 +627,9 @@ "dev": true }, "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", @@ -3771,9 +3771,9 @@ "dev": true }, "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, "requires": { "path-key": "^3.1.0", -- 2.39.2 --- end ---