Skip to content

Commit f51e4aa

Browse files
committed
deps: nopt@9.0.0
1 parent 2d15040 commit f51e4aa

File tree

3 files changed

+4
-52
lines changed

3 files changed

+4
-52
lines changed

package-lock.json

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -14691,7 +14691,7 @@
1469114691
"json-stringify-nice": "^1.1.4",
1469214692
"lru-cache": "^11.2.1",
1469314693
"minimatch": "^10.0.3",
14694-
"nopt": "^8.0.0",
14694+
"nopt": "^9.0.0",
1469514695
"npm-install-checks": "^8.0.0",
1469614696
"npm-package-arg": "^13.0.0",
1469714697
"npm-pick-manifest": "^11.0.1",
@@ -14725,30 +14725,6 @@
1472514725
"node": "^20.17.0 || >=22.9.0"
1472614726
}
1472714727
},
14728-
"workspaces/arborist/node_modules/nopt": {
14729-
"version": "8.1.0",
14730-
"resolved": "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz",
14731-
"integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
14732-
"license": "ISC",
14733-
"dependencies": {
14734-
"abbrev": "^3.0.0"
14735-
},
14736-
"bin": {
14737-
"nopt": "bin/nopt.js"
14738-
},
14739-
"engines": {
14740-
"node": "^18.17.0 || >=20.5.0"
14741-
}
14742-
},
14743-
"workspaces/arborist/node_modules/nopt/node_modules/abbrev": {
14744-
"version": "3.0.1",
14745-
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz",
14746-
"integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
14747-
"license": "ISC",
14748-
"engines": {
14749-
"node": "^18.17.0 || >=20.5.0"
14750-
}
14751-
},
1475214728
"workspaces/config": {
1475314729
"name": "@npmcli/config",
1475414730
"version": "10.4.3",
@@ -14758,7 +14734,7 @@
1475814734
"@npmcli/package-json": "^7.0.0",
1475914735
"ci-info": "^4.0.0",
1476014736
"ini": "^6.0.0",
14761-
"nopt": "^8.1.0",
14737+
"nopt": "^9.0.0",
1476214738
"proc-log": "^6.0.0",
1476314739
"semver": "^7.3.5",
1476414740
"walk-up-path": "^4.0.0"
@@ -14773,30 +14749,6 @@
1477314749
"node": "^20.17.0 || >=22.9.0"
1477414750
}
1477514751
},
14776-
"workspaces/config/node_modules/nopt": {
14777-
"version": "8.1.0",
14778-
"resolved": "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz",
14779-
"integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==",
14780-
"license": "ISC",
14781-
"dependencies": {
14782-
"abbrev": "^3.0.0"
14783-
},
14784-
"bin": {
14785-
"nopt": "bin/nopt.js"
14786-
},
14787-
"engines": {
14788-
"node": "^18.17.0 || >=20.5.0"
14789-
}
14790-
},
14791-
"workspaces/config/node_modules/nopt/node_modules/abbrev": {
14792-
"version": "3.0.1",
14793-
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.1.tgz",
14794-
"integrity": "sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==",
14795-
"license": "ISC",
14796-
"engines": {
14797-
"node": "^18.17.0 || >=20.5.0"
14798-
}
14799-
},
1480014752
"workspaces/libnpmaccess": {
1480114753
"version": "10.0.3",
1480214754
"license": "ISC",

workspaces/arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"json-stringify-nice": "^1.1.4",
2222
"lru-cache": "^11.2.1",
2323
"minimatch": "^10.0.3",
24-
"nopt": "^8.0.0",
24+
"nopt": "^9.0.0",
2525
"npm-install-checks": "^8.0.0",
2626
"npm-package-arg": "^13.0.0",
2727
"npm-pick-manifest": "^11.0.1",

workspaces/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@npmcli/package-json": "^7.0.0",
4242
"ci-info": "^4.0.0",
4343
"ini": "^6.0.0",
44-
"nopt": "^8.1.0",
44+
"nopt": "^9.0.0",
4545
"proc-log": "^6.0.0",
4646
"semver": "^7.3.5",
4747
"walk-up-path": "^4.0.0"

0 commit comments

Comments
 (0)