Skip to content

Commit

Permalink
deps: npm-bundled@3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 7, 2024
1 parent ff6c5d1 commit 2146e1f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -494,7 +494,6 @@ graph LR;
npm-->libnpmversion;
npm-->make-fetch-happen;
npm-->minimatch;
npm-->minipass-fetch;
npm-->minipass-pipeline;
npm-->minipass;
npm-->ms;
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion node_modules/npm-bundled/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class BundleWalker extends EE {
path: p,
parent: this,
})
child.on('done', _ => {
child.on('done', () => {
if (--this.children === 0) {
this.done()
}
Expand Down
13 changes: 6 additions & 7 deletions node_modules/npm-bundled/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
Expand Down
7 changes: 4 additions & 3 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 2146e1f

Please sign in to comment.