Skip to content

Commit 71ae406

Browse files
committed
deps: @npmcli/installed-package-contents@2.0.2
1 parent 2695e1f commit 71ae406

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

node_modules/@npmcli/installed-package-contents/lib/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env node
2+
13
// to GET CONTENTS for folder at PATH (which may be a PACKAGE):
24
// - if PACKAGE, read path/package.json
35
// - if bins in ../node_modules/.bin, add those to result

node_modules/@npmcli/installed-package-contents/package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/installed-package-contents",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Get the list of files installed in a package in node_modules, including bundled dependencies",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",
@@ -19,8 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@npmcli/eslint-config": "^4.0.0",
22-
"@npmcli/template-oss": "4.6.2",
23-
"mkdirp": "^1.0.4",
22+
"@npmcli/template-oss": "4.11.4",
2423
"require-inject": "^1.4.4",
2524
"tap": "^16.3.0"
2625
},
@@ -41,7 +40,7 @@
4140
},
4241
"templateOSS": {
4342
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
44-
"version": "4.6.2"
43+
"version": "4.11.4"
4544
},
4645
"tap": {
4746
"nyc-arg": [

package-lock.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2084,9 +2084,9 @@
20842084
}
20852085
},
20862086
"node_modules/@npmcli/installed-package-contents": {
2087-
"version": "2.0.1",
2088-
"resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.0.1.tgz",
2089-
"integrity": "sha512-GIykAFdOVK31Q1/zAtT5MbxqQL2vyl9mvFJv+OGu01zxbhL3p0xc8gJjdNGX1mWmUT43aEKVO2L6V/2j4TOsAA==",
2087+
"version": "2.0.2",
2088+
"resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.0.2.tgz",
2089+
"integrity": "sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==",
20902090
"inBundle": true,
20912091
"dependencies": {
20922092
"npm-bundled": "^3.0.0",
@@ -14959,7 +14959,7 @@
1495914959
"dependencies": {
1496014960
"@isaacs/string-locale-compare": "^1.1.0",
1496114961
"@npmcli/fs": "^3.1.0",
14962-
"@npmcli/installed-package-contents": "^2.0.0",
14962+
"@npmcli/installed-package-contents": "^2.0.2",
1496314963
"@npmcli/map-workspaces": "^3.0.2",
1496414964
"@npmcli/metavuln-calculator": "^5.0.0",
1496514965
"@npmcli/name-from-folder": "^2.0.0",
@@ -15055,7 +15055,7 @@
1505515055
"dependencies": {
1505615056
"@npmcli/arborist": "^6.2.3",
1505715057
"@npmcli/disparity-colors": "^3.0.0",
15058-
"@npmcli/installed-package-contents": "^2.0.0",
15058+
"@npmcli/installed-package-contents": "^2.0.2",
1505915059
"binary-extensions": "^2.2.0",
1506015060
"diff": "^5.1.0",
1506115061
"minimatch": "^6.1.6",

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",
77
"@npmcli/fs": "^3.1.0",
8-
"@npmcli/installed-package-contents": "^2.0.0",
8+
"@npmcli/installed-package-contents": "^2.0.2",
99
"@npmcli/map-workspaces": "^3.0.2",
1010
"@npmcli/metavuln-calculator": "^5.0.0",
1111
"@npmcli/name-from-folder": "^2.0.0",

workspaces/libnpmdiff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@npmcli/arborist": "^6.2.3",
5050
"@npmcli/disparity-colors": "^3.0.0",
51-
"@npmcli/installed-package-contents": "^2.0.0",
51+
"@npmcli/installed-package-contents": "^2.0.2",
5252
"binary-extensions": "^2.2.0",
5353
"diff": "^5.1.0",
5454
"minimatch": "^6.1.6",

0 commit comments

Comments
 (0)