Skip to content

Commit e71f541

Browse files
committed
deps: nopt@7.2.1
1 parent 18c3b40 commit e71f541

File tree

6 files changed

+16
-14
lines changed

6 files changed

+16
-14
lines changed

node_modules/nopt/lib/debug.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* istanbul ignore next */
22
module.exports = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG
3+
// eslint-disable-next-line no-console
34
? (...a) => console.error(...a)
45
: () => {}

node_modules/nopt/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "nopt",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
55
"author": "GitHub Inc.",
66
"main": "lib/nopt.js",
77
"scripts": {
88
"test": "tap",
9-
"lint": "eslint \"**/*.js\"",
9+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
1010
"postlint": "template-oss-check",
1111
"template-oss-apply": "template-oss-apply --force",
1212
"lintfix": "npm run lint -- --fix",
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/npm/nopt.git"
18+
"url": "git+https://github.com/npm/nopt.git"
1919
},
2020
"bin": {
2121
"nopt": "bin/nopt.js"
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@npmcli/eslint-config": "^4.0.0",
29-
"@npmcli/template-oss": "4.15.1",
29+
"@npmcli/template-oss": "4.22.0",
3030
"tap": "^16.3.0"
3131
},
3232
"tap": {
@@ -45,7 +45,7 @@
4545
"templateOSS": {
4646
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
4747
"windowsCI": false,
48-
"version": "4.15.1",
48+
"version": "4.22.0",
4949
"publish": true
5050
}
5151
}

package-lock.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"minipass-pipeline": "^1.2.4",
129129
"ms": "^2.1.2",
130130
"node-gyp": "^10.1.0",
131-
"nopt": "^7.2.0",
131+
"nopt": "^7.2.1",
132132
"normalize-package-data": "^6.0.0",
133133
"npm-audit-report": "^5.0.0",
134134
"npm-install-checks": "^6.3.0",
@@ -8754,10 +8754,11 @@
87548754
"dev": true
87558755
},
87568756
"node_modules/nopt": {
8757-
"version": "7.2.0",
8758-
"resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.0.tgz",
8759-
"integrity": "sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==",
8757+
"version": "7.2.1",
8758+
"resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz",
8759+
"integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
87608760
"inBundle": true,
8761+
"license": "ISC",
87618762
"dependencies": {
87628763
"abbrev": "^2.0.0"
87638764
},
@@ -14803,7 +14804,7 @@
1480314804
"json-parse-even-better-errors": "^3.0.2",
1480414805
"json-stringify-nice": "^1.1.4",
1480514806
"minimatch": "^9.0.4",
14806-
"nopt": "^7.0.0",
14807+
"nopt": "^7.2.1",
1480714808
"npm-install-checks": "^6.2.0",
1480814809
"npm-package-arg": "^11.0.2",
1480914810
"npm-pick-manifest": "^9.0.0",
@@ -14845,7 +14846,7 @@
1484514846
"@npmcli/map-workspaces": "^3.0.2",
1484614847
"ci-info": "^4.0.0",
1484714848
"ini": "^4.1.2",
14848-
"nopt": "^7.0.0",
14849+
"nopt": "^7.2.1",
1484914850
"proc-log": "^4.2.0",
1485014851
"read-package-json-fast": "^3.0.2",
1485114852
"semver": "^7.3.5",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"minipass-pipeline": "^1.2.4",
9494
"ms": "^2.1.2",
9595
"node-gyp": "^10.1.0",
96-
"nopt": "^7.2.0",
96+
"nopt": "^7.2.1",
9797
"normalize-package-data": "^6.0.0",
9898
"npm-audit-report": "^5.0.0",
9999
"npm-install-checks": "^6.3.0",

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"json-parse-even-better-errors": "^3.0.2",
2222
"json-stringify-nice": "^1.1.4",
2323
"minimatch": "^9.0.4",
24-
"nopt": "^7.0.0",
24+
"nopt": "^7.2.1",
2525
"npm-install-checks": "^6.2.0",
2626
"npm-package-arg": "^11.0.2",
2727
"npm-pick-manifest": "^9.0.0",

workspaces/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@npmcli/map-workspaces": "^3.0.2",
4040
"ci-info": "^4.0.0",
4141
"ini": "^4.1.2",
42-
"nopt": "^7.0.0",
42+
"nopt": "^7.2.1",
4343
"proc-log": "^4.2.0",
4444
"read-package-json-fast": "^3.0.2",
4545
"semver": "^7.3.5",

0 commit comments

Comments
 (0)