From 2146e1f83ae94debecfaf08ef32e319c02223c12 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Mon, 6 May 2024 15:22:30 -0700 Subject: [PATCH] deps: npm-bundled@3.0.1 --- DEPENDENCIES.md | 4 ++-- node_modules/npm-bundled/lib/index.js | 2 +- node_modules/npm-bundled/package.json | 13 ++++++------- package-lock.json | 7 ++++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 02890f43192a4..4f382e5714b97 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -105,10 +105,10 @@ graph LR; npm-->libnpmteam; npm-->libnpmversion; npm-->make-fetch-happen; - npm-->minipass-fetch; npm-->nopt; npm-->normalize-package-data; npm-->npm-audit-report; + npm-->npm-bundled; npm-->npm-install-checks; npm-->npm-package-arg; npm-->npm-packlist; @@ -494,7 +494,6 @@ graph LR; npm-->libnpmversion; npm-->make-fetch-happen; npm-->minimatch; - npm-->minipass-fetch; npm-->minipass-pipeline; npm-->minipass; npm-->ms; @@ -503,6 +502,7 @@ graph LR; npm-->nopt; npm-->normalize-package-data; npm-->npm-audit-report; + npm-->npm-bundled; npm-->npm-install-checks; npm-->npm-package-arg; npm-->npm-packlist; diff --git a/node_modules/npm-bundled/lib/index.js b/node_modules/npm-bundled/lib/index.js index 4f54ca647c087..f5ee0bb3ea765 100644 --- a/node_modules/npm-bundled/lib/index.js +++ b/node_modules/npm-bundled/lib/index.js @@ -154,7 +154,7 @@ class BundleWalker extends EE { path: p, parent: this, }) - child.on('done', _ => { + child.on('done', () => { if (--this.children === 0) { this.done() } diff --git a/node_modules/npm-bundled/package.json b/node_modules/npm-bundled/package.json index f41066ab2e6d3..2744ca6af67fc 100644 --- a/node_modules/npm-bundled/package.json +++ b/node_modules/npm-bundled/package.json @@ -1,25 +1,23 @@ { "name": "npm-bundled", - "version": "3.0.0", + "version": "3.0.1", "description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof", "main": "lib/index.js", "repository": { "type": "git", - "url": "/~https://github.com/npm/npm-bundled.git" + "url": "git+/~https://github.com/npm/npm-bundled.git" }, "author": "GitHub Inc.", "license": "ISC", "devDependencies": { "@npmcli/eslint-config": "^4.0.0", - "@npmcli/template-oss": "4.5.1", - "mkdirp": "^1.0.4", + "@npmcli/template-oss": "4.22.0", "mutate-fs": "^2.1.1", - "rimraf": "^3.0.2", "tap": "^16.3.0" }, "scripts": { "test": "tap", - "lint": "eslint \"**/*.js\"", + "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", "postlint": "template-oss-check", "template-oss-apply": "template-oss-apply --force", "lintfix": "npm run lint -- --fix", @@ -38,7 +36,8 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.5.1" + "version": "4.22.0", + "publish": true }, "tap": { "nyc-arg": [ diff --git a/package-lock.json b/package-lock.json index dafe35bbfdd9a..7c5498f46f7ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8798,10 +8798,11 @@ } }, "node_modules/npm-bundled": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.0.tgz", - "integrity": "sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.1.tgz", + "integrity": "sha512-+AvaheE/ww1JEwRHOrn4WHNzOxGtVp+adrg2AeZS/7KuxGUYFuBta98wYpfHBbJp6Tg6j1NKSEVHNcfZzJHQwQ==", "inBundle": true, + "license": "ISC", "dependencies": { "npm-normalize-package-bin": "^3.0.0" },