Skip to content

Commit

Permalink
deps: proc-log@4.2.0 (#7392)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Apr 19, 2024
1 parent 9333e9d commit fc6e291
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 16 deletions.
7 changes: 7 additions & 0 deletions node_modules/proc-log/lib/index.js
@@ -1,14 +1,18 @@
const META = Symbol('proc-log.meta')
module.exports = {
META: META,
output: {
LEVELS: [
'standard',
'error',
'buffer',
'flush',
],
KEYS: {
standard: 'standard',
error: 'error',
buffer: 'buffer',
flush: 'flush',
},
standard: function (...args) {
return process.emit('output', 'standard', ...args)
Expand All @@ -19,6 +23,9 @@ module.exports = {
buffer: function (...args) {
return process.emit('output', 'buffer', ...args)
},
flush: function (...args) {
return process.emit('output', 'flush', ...args)
},
},
log: {
LEVELS: [
Expand Down
2 changes: 1 addition & 1 deletion node_modules/proc-log/package.json
@@ -1,6 +1,6 @@
{
"name": "proc-log",
"version": "4.1.0",
"version": "4.2.0",
"files": [
"bin/",
"lib/"
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json
Expand Up @@ -145,7 +145,7 @@
"p-map": "^4.0.0",
"pacote": "^18.0.0",
"parse-conflict-json": "^3.0.1",
"proc-log": "^4.1.0",
"proc-log": "^4.2.0",
"proggy": "^2.0.0",
"qrcode-terminal": "^0.12.0",
"read": "^3.0.1",
Expand Down Expand Up @@ -11221,9 +11221,9 @@
}
},
"node_modules/proc-log": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.1.0.tgz",
"integrity": "sha512-dmQ2iPw2nJMi9/4dpaG1wd0m1GE+K5kW7RGbjy5hoEEGnhPIzsm+klBO5RGGdcoYbWsNtU2KSNAdEldts+icLg==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz",
"integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==",
"inBundle": true,
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
Expand Down Expand Up @@ -16449,7 +16449,7 @@
"npm-registry-fetch": "^16.2.1",
"pacote": "^18.0.0",
"parse-conflict-json": "^3.0.0",
"proc-log": "^4.1.0",
"proc-log": "^4.2.0",
"proggy": "^2.0.0",
"promise-all-reject-late": "^1.0.0",
"promise-call-limit": "^3.0.1",
Expand Down Expand Up @@ -16485,7 +16485,7 @@
"ci-info": "^4.0.0",
"ini": "^4.1.2",
"nopt": "^7.0.0",
"proc-log": "^4.1.0",
"proc-log": "^4.2.0",
"read-package-json-fast": "^3.0.2",
"semver": "^7.3.5",
"walk-up-path": "^3.0.1"
Expand Down Expand Up @@ -16550,7 +16550,7 @@
"ci-info": "^4.0.0",
"npm-package-arg": "^11.0.2",
"pacote": "^18.0.0",
"proc-log": "^4.1.0",
"proc-log": "^4.2.0",
"read": "^3.0.1",
"read-package-json-fast": "^3.0.2",
"semver": "^7.3.7",
Expand Down Expand Up @@ -16648,7 +16648,7 @@
"normalize-package-data": "^6.0.0",
"npm-package-arg": "^11.0.2",
"npm-registry-fetch": "^16.2.1",
"proc-log": "^4.1.0",
"proc-log": "^4.2.0",
"semver": "^7.3.7",
"sigstore": "^2.2.0",
"ssri": "^10.0.5"
Expand Down Expand Up @@ -16705,7 +16705,7 @@
"@npmcli/git": "^5.0.6",
"@npmcli/run-script": "^8.0.0",
"json-parse-even-better-errors": "^3.0.0",
"proc-log": "^4.1.0",
"proc-log": "^4.2.0",
"semver": "^7.3.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -107,7 +107,7 @@
"p-map": "^4.0.0",
"pacote": "^18.0.0",
"parse-conflict-json": "^3.0.1",
"proc-log": "^4.1.0",
"proc-log": "^4.2.0",
"proggy": "^2.0.0",
"qrcode-terminal": "^0.12.0",
"read": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Expand Up @@ -28,7 +28,7 @@
"npm-registry-fetch": "^16.2.1",
"pacote": "^18.0.0",
"parse-conflict-json": "^3.0.0",
"proc-log": "^4.1.0",
"proc-log": "^4.2.0",
"proggy": "^2.0.0",
"promise-all-reject-late": "^1.0.0",
"promise-call-limit": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/config/package.json
Expand Up @@ -40,7 +40,7 @@
"ci-info": "^4.0.0",
"ini": "^4.1.2",
"nopt": "^7.0.0",
"proc-log": "^4.1.0",
"proc-log": "^4.2.0",
"read-package-json-fast": "^3.0.2",
"semver": "^7.3.5",
"walk-up-path": "^3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmexec/package.json
Expand Up @@ -64,7 +64,7 @@
"ci-info": "^4.0.0",
"npm-package-arg": "^11.0.2",
"pacote": "^18.0.0",
"proc-log": "^4.1.0",
"proc-log": "^4.2.0",
"read": "^3.0.1",
"read-package-json-fast": "^3.0.2",
"semver": "^7.3.7",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmpublish/package.json
Expand Up @@ -42,7 +42,7 @@
"normalize-package-data": "^6.0.0",
"npm-package-arg": "^11.0.2",
"npm-registry-fetch": "^16.2.1",
"proc-log": "^4.1.0",
"proc-log": "^4.2.0",
"semver": "^7.3.7",
"sigstore": "^2.2.0",
"ssri": "^10.0.5"
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmversion/package.json
Expand Up @@ -40,7 +40,7 @@
"@npmcli/git": "^5.0.6",
"@npmcli/run-script": "^8.0.0",
"json-parse-even-better-errors": "^3.0.0",
"proc-log": "^4.1.0",
"proc-log": "^4.2.0",
"semver": "^7.3.7"
},
"engines": {
Expand Down

0 comments on commit fc6e291

Please sign in to comment.