Skip to content

Commit 9b1a390

Browse files
committed
deps(config): add ms@2.1.3 to config workspace
1 parent 2039a5c commit 9b1a390

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

DEPENDENCIES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ graph LR;
579579
npmcli-arborist-->walk-up-path;
580580
npmcli-config-->ci-info;
581581
npmcli-config-->ini;
582+
npmcli-config-->ms;
582583
npmcli-config-->nopt;
583584
npmcli-config-->npmcli-eslint-config["@npmcli/eslint-config"];
584585
npmcli-config-->npmcli-map-workspaces["@npmcli/map-workspaces"];

package-lock.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8365,6 +8365,8 @@
83658365
},
83668366
"node_modules/ms": {
83678367
"version": "2.1.3",
8368+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
8369+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
83688370
"inBundle": true,
83698371
"license": "MIT"
83708372
},
@@ -14736,6 +14738,7 @@
1473614738
"@npmcli/package-json": "^7.0.0",
1473714739
"ci-info": "^4.0.0",
1473814740
"ini": "^6.0.0",
14741+
"ms": "^2.1.3",
1473914742
"nopt": "^9.0.0",
1474014743
"proc-log": "^6.0.0",
1474114744
"semver": "^7.3.5",

workspaces/config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"@npmcli/package-json": "^7.0.0",
4242
"ci-info": "^4.0.0",
4343
"ini": "^6.0.0",
44+
"ms": "^2.1.3",
4445
"nopt": "^9.0.0",
4546
"proc-log": "^6.0.0",
4647
"semver": "^7.3.5",

0 commit comments

Comments
 (0)