Skip to content

Commit

Permalink
deps: add semver@7.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored and nlf committed Aug 2, 2022
1 parent c18dbc4 commit cd6bafd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DEPENDENCIES.md
Expand Up @@ -43,6 +43,7 @@ graph LR;
libnpmexec-->proc-log;
libnpmexec-->read-package-json-fast;
libnpmexec-->read;
libnpmexec-->semver;
libnpmfund-->npmcli-arborist["@npmcli/arborist"];
libnpmfund-->npmcli-eslint-config["@npmcli/eslint-config"];
libnpmfund-->npmcli-template-oss["@npmcli/template-oss"];
Expand Down Expand Up @@ -354,6 +355,7 @@ graph LR;
libnpmexec-->proc-log;
libnpmexec-->read-package-json-fast;
libnpmexec-->read;
libnpmexec-->semver;
libnpmexec-->tap;
libnpmexec-->walk-up-path;
libnpmfund-->npmcli-arborist["@npmcli/arborist"];
Expand Down
1 change: 1 addition & 0 deletions package-lock.json
Expand Up @@ -10146,6 +10146,7 @@
"proc-log": "^2.0.0",
"read": "^1.0.7",
"read-package-json-fast": "^2.0.2",
"semver": "^7.3.7",
"walk-up-path": "^1.0.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions workspaces/libnpmexec/package.json
Expand Up @@ -67,6 +67,7 @@
"proc-log": "^2.0.0",
"read": "^1.0.7",
"read-package-json-fast": "^2.0.2",
"semver": "^7.3.7",
"walk-up-path": "^1.0.0"
},
"templateOSS": {
Expand Down

0 comments on commit cd6bafd

Please sign in to comment.