Skip to content

Commit

Permalink
fixup! fix: use @npmcli/redact for log redactions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Apr 3, 2024
1 parent 820b9ed commit ed414cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions node_modules/@npmcli/redact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/redact",
"version": "1.0.0",
"version": "1.1.0",
"description": "Redact sensitive npm information from output",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -40,6 +40,6 @@
"tap": "^16.3.10"
},
"engines": {
"node": ">=18.0.0"
"node": "^16.14.0 || >=18.0.0"
}
}
10 changes: 5 additions & 5 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^5.0.0",
"@npmcli/promise-spawn": "^7.0.1",
"@npmcli/redact": "^1.0.0",
"@npmcli/redact": "^1.1.0",
"@npmcli/run-script": "^7.0.4",
"@sigstore/tuf": "^2.3.2",
"abbrev": "^2.0.0",
Expand Down Expand Up @@ -1907,12 +1907,12 @@
}
},
"node_modules/@npmcli/redact": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-1.0.0.tgz",
"integrity": "sha512-f5JW83rXhcbWeLjM5wK+lVJIaw+4eD+nWePG2XKVWs+sQh5zK0dYCFWFo0qDnKKsZ8eEtJh3P/YWnhH5MIIghA==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-1.1.0.tgz",
"integrity": "sha512-PfnWuOkQgu7gCbnSsAisaX7hKOdZ4wSAhAzH3/ph5dSGau52kCRrMMGbiSQLwyTZpgldkZ49b0brkOr1AzGBHQ==",
"inBundle": true,
"engines": {
"node": ">=18.0.0"
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/@npmcli/run-script": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^5.0.0",
"@npmcli/promise-spawn": "^7.0.1",
"@npmcli/redact": "^1.0.0",
"@npmcli/redact": "^1.1.0",
"@npmcli/run-script": "^7.0.4",
"@sigstore/tuf": "^2.3.2",
"abbrev": "^2.0.0",
Expand Down

0 comments on commit ed414cd

Please sign in to comment.