Skip to content

Commit

Permalink
deps: update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Oct 2, 2024
1 parent f9b2e18 commit f6909a0
Show file tree
Hide file tree
Showing 31 changed files with 170 additions and 618 deletions.
14 changes: 5 additions & 9 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
!/@npmcli/git/node_modules/npm-install-checks
!/@npmcli/git/node_modules/npm-package-arg
!/@npmcli/git/node_modules/npm-pick-manifest
!/@npmcli/git/node_modules/proc-log
!/@npmcli/installed-package-contents
!/@npmcli/map-workspaces
!/@npmcli/map-workspaces/node_modules/
Expand Down Expand Up @@ -57,6 +58,7 @@
!/@npmcli/metavuln-calculator/node_modules/npm-pick-manifest
!/@npmcli/metavuln-calculator/node_modules/npm-registry-fetch
!/@npmcli/metavuln-calculator/node_modules/pacote
!/@npmcli/metavuln-calculator/node_modules/proc-log
!/@npmcli/metavuln-calculator/node_modules/unique-filename
!/@npmcli/metavuln-calculator/node_modules/unique-slug
!/@npmcli/name-from-folder
Expand All @@ -68,7 +70,6 @@
/@npmcli/package-json/node_modules/@npmcli/*
!/@npmcli/package-json/node_modules/@npmcli/git
!/@npmcli/package-json/node_modules/isexe
!/@npmcli/package-json/node_modules/proc-log
!/@npmcli/package-json/node_modules/which
!/@npmcli/promise-spawn
!/@npmcli/promise-spawn/node_modules/
Expand All @@ -84,7 +85,6 @@
/@npmcli/run-script/node_modules/@npmcli/*
!/@npmcli/run-script/node_modules/@npmcli/node-gyp
!/@npmcli/run-script/node_modules/isexe
!/@npmcli/run-script/node_modules/proc-log
!/@npmcli/run-script/node_modules/which
!/@pkgjs/
/@pkgjs/*
Expand All @@ -103,6 +103,7 @@
!/@sigstore/sign/node_modules/@npmcli/fs
!/@sigstore/sign/node_modules/cacache
!/@sigstore/sign/node_modules/make-fetch-happen
!/@sigstore/sign/node_modules/proc-log
!/@sigstore/sign/node_modules/unique-filename
!/@sigstore/sign/node_modules/unique-slug
!/@sigstore/tuf
Expand Down Expand Up @@ -197,7 +198,6 @@
/make-fetch-happen/node_modules/*
!/make-fetch-happen/node_modules/minipass-fetch
!/make-fetch-happen/node_modules/minizlib
!/make-fetch-happen/node_modules/proc-log
!/make-fetch-happen/node_modules/ssri
!/minimatch
!/minipass-collect
Expand Down Expand Up @@ -234,6 +234,7 @@
!/node-gyp/node_modules/cacache
!/node-gyp/node_modules/make-fetch-happen
!/node-gyp/node_modules/nopt
!/node-gyp/node_modules/proc-log
!/node-gyp/node_modules/unique-filename
!/node-gyp/node_modules/unique-slug
!/nopt
Expand All @@ -248,23 +249,18 @@
!/npm-package-arg
!/npm-package-arg/node_modules/
/npm-package-arg/node_modules/*
!/npm-package-arg/node_modules/proc-log
!/npm-package-arg/node_modules/validate-npm-package-name
!/npm-packlist
!/npm-pick-manifest
!/npm-pick-manifest/node_modules/
/npm-pick-manifest/node_modules/*
!/npm-pick-manifest/node_modules/npm-normalize-package-bin
!/npm-profile
!/npm-profile/node_modules/
/npm-profile/node_modules/*
!/npm-profile/node_modules/proc-log
!/npm-registry-fetch
!/npm-registry-fetch/node_modules/
/npm-registry-fetch/node_modules/*
!/npm-registry-fetch/node_modules/minipass-fetch
!/npm-registry-fetch/node_modules/minizlib
!/npm-registry-fetch/node_modules/proc-log
!/npm-user-validate
!/p-map
!/package-json-from-dist
Expand All @@ -280,7 +276,6 @@
!/pacote/node_modules/npm-bundled
!/pacote/node_modules/npm-normalize-package-bin
!/pacote/node_modules/npm-packlist
!/pacote/node_modules/proc-log
!/pacote/node_modules/ssri
!/pacote/node_modules/which
!/parse-conflict-json
Expand Down Expand Up @@ -350,6 +345,7 @@
!/tuf-js/node_modules/@npmcli/fs
!/tuf-js/node_modules/cacache
!/tuf-js/node_modules/make-fetch-happen
!/tuf-js/node_modules/proc-log
!/tuf-js/node_modules/unique-filename
!/tuf-js/node_modules/unique-slug
!/unique-filename
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proc-log",
"version": "5.0.0",
"version": "4.2.0",
"files": [
"bin/",
"lib/"
Expand All @@ -9,7 +9,7 @@
"description": "just emit 'log' events on the process object",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/proc-log.git"
"url": "https://github.com/npm/proc-log.git"
},
"author": "GitHub Inc.",
"license": "ISC",
Expand All @@ -18,23 +18,22 @@
"snap": "tap",
"posttest": "npm run lint",
"postsnap": "eslint index.js test/*.js --fix",
"lint": "npm run eslint",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"postlint": "template-oss-check",
"lintfix": "npm run eslint -- --fix",
"template-oss-apply": "template-oss-apply --force",
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
"lintfix": "npm run lint -- --fix",
"template-oss-apply": "template-oss-apply --force"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.3",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.21.3",
"tap": "^16.0.1"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.23.3",
"version": "4.21.3",
"publish": true
},
"tap": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proc-log",
"version": "5.0.0",
"version": "4.2.0",
"files": [
"bin/",
"lib/"
Expand All @@ -9,7 +9,7 @@
"description": "just emit 'log' events on the process object",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/proc-log.git"
"url": "https://github.com/npm/proc-log.git"
},
"author": "GitHub Inc.",
"license": "ISC",
Expand All @@ -18,23 +18,22 @@
"snap": "tap",
"posttest": "npm run lint",
"postsnap": "eslint index.js test/*.js --fix",
"lint": "npm run eslint",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"postlint": "template-oss-check",
"lintfix": "npm run eslint -- --fix",
"template-oss-apply": "template-oss-apply --force",
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
"lintfix": "npm run lint -- --fix",
"template-oss-apply": "template-oss-apply --force"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.3",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.21.3",
"tap": "^16.0.1"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.23.3",
"version": "4.21.3",
"publish": true
},
"tap": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proc-log",
"version": "5.0.0",
"version": "4.2.0",
"files": [
"bin/",
"lib/"
Expand All @@ -9,7 +9,7 @@
"description": "just emit 'log' events on the process object",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/proc-log.git"
"url": "https://github.com/npm/proc-log.git"
},
"author": "GitHub Inc.",
"license": "ISC",
Expand All @@ -18,23 +18,22 @@
"snap": "tap",
"posttest": "npm run lint",
"postsnap": "eslint index.js test/*.js --fix",
"lint": "npm run eslint",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"postlint": "template-oss-check",
"lintfix": "npm run eslint -- --fix",
"template-oss-apply": "template-oss-apply --force",
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
"lintfix": "npm run lint -- --fix",
"template-oss-apply": "template-oss-apply --force"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.3",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.21.3",
"tap": "^16.0.1"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.23.3",
"version": "4.21.3",
"publish": true
},
"tap": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proc-log",
"version": "5.0.0",
"version": "4.2.0",
"files": [
"bin/",
"lib/"
Expand All @@ -9,7 +9,7 @@
"description": "just emit 'log' events on the process object",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/proc-log.git"
"url": "https://github.com/npm/proc-log.git"
},
"author": "GitHub Inc.",
"license": "ISC",
Expand All @@ -18,23 +18,22 @@
"snap": "tap",
"posttest": "npm run lint",
"postsnap": "eslint index.js test/*.js --fix",
"lint": "npm run eslint",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"postlint": "template-oss-check",
"lintfix": "npm run eslint -- --fix",
"template-oss-apply": "template-oss-apply --force",
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
"lintfix": "npm run lint -- --fix",
"template-oss-apply": "template-oss-apply --force"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.3",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.21.3",
"tap": "^16.0.1"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.23.3",
"version": "4.21.3",
"publish": true
},
"tap": {
Expand Down
46 changes: 0 additions & 46 deletions node_modules/npm-profile/node_modules/proc-log/package.json

This file was deleted.

15 changes: 0 additions & 15 deletions node_modules/npm-registry-fetch/node_modules/proc-log/LICENSE

This file was deleted.

Loading

0 comments on commit f6909a0

Please sign in to comment.