Skip to content

Commit 5556ccb

Browse files
fritzytimothybonci
authored andcommitted
deps: read-package-json-fast@3.0.2
1 parent 9bc7a6b commit 5556ccb

File tree

7 files changed

+16
-21
lines changed

7 files changed

+16
-21
lines changed

node_modules/read-package-json-fast/lib/index.js

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
const { promisify } = require('util')
2-
const fs = require('fs')
3-
const readFile = promisify(fs.readFile)
4-
const lstat = promisify(fs.lstat)
5-
const readdir = promisify(fs.readdir)
1+
const { readFile, lstat, readdir } = require('fs/promises')
62
const parse = require('json-parse-even-better-errors')
7-
3+
const normalizePackageBin = require('npm-normalize-package-bin')
84
const { resolve, dirname, join, relative } = require('path')
95

106
const rpj = path => readFile(path, 'utf8')
@@ -14,8 +10,6 @@ const rpj = path => readFile(path, 'utf8')
1410
throw er
1511
})
1612

17-
const normalizePackageBin = require('npm-normalize-package-bin')
18-
1913
// load the directories.bin folder as a 'bin' object
2014
const readBinDir = async (path, data) => {
2115
if (data.bin) {

node_modules/read-package-json-fast/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "read-package-json-fast",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Like read-package-json, but faster",
55
"main": "lib/index.js",
66
"author": "GitHub Inc.",
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@npmcli/eslint-config": "^4.0.0",
22-
"@npmcli/template-oss": "4.5.1",
22+
"@npmcli/template-oss": "4.11.0",
2323
"tap": "^16.3.0"
2424
},
2525
"dependencies": {
@@ -36,7 +36,7 @@
3636
],
3737
"templateOSS": {
3838
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
39-
"version": "4.5.1"
39+
"version": "4.11.0"
4040
},
4141
"tap": {
4242
"nyc-arg": [

package-lock.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"qrcode-terminal": "^0.12.0",
142142
"read": "~1.0.7",
143143
"read-package-json": "^6.0.0",
144-
"read-package-json-fast": "^3.0.1",
144+
"read-package-json-fast": "^3.0.2",
145145
"semver": "^7.3.8",
146146
"ssri": "^10.0.1",
147147
"tar": "^6.1.13",
@@ -9963,9 +9963,10 @@
99639963
}
99649964
},
99659965
"node_modules/read-package-json-fast": {
9966-
"version": "3.0.1",
9966+
"version": "3.0.2",
9967+
"resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz",
9968+
"integrity": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==",
99679969
"inBundle": true,
9968-
"license": "ISC",
99699970
"dependencies": {
99709971
"json-parse-even-better-errors": "^3.0.0",
99719972
"npm-normalize-package-bin": "^3.0.0"
@@ -14431,7 +14432,7 @@
1443114432
"proc-log": "^3.0.0",
1443214433
"promise-all-reject-late": "^1.0.0",
1443314434
"promise-call-limit": "^1.0.1",
14434-
"read-package-json-fast": "^3.0.1",
14435+
"read-package-json-fast": "^3.0.2",
1443514436
"semver": "^7.3.7",
1443614437
"ssri": "^10.0.1",
1443714438
"treeverse": "^3.0.0",
@@ -14464,7 +14465,7 @@
1446414465
"ini": "^3.0.0",
1446514466
"nopt": "^7.0.0",
1446614467
"proc-log": "^3.0.0",
14467-
"read-package-json-fast": "^3.0.0",
14468+
"read-package-json-fast": "^3.0.2",
1446814469
"semver": "^7.3.5",
1446914470
"walk-up-path": "^1.0.0"
1447014471
},
@@ -14531,7 +14532,7 @@
1453114532
"pacote": "^15.0.8",
1453214533
"proc-log": "^3.0.0",
1453314534
"read": "^1.0.7",
14534-
"read-package-json-fast": "^3.0.1",
14535+
"read-package-json-fast": "^3.0.2",
1453514536
"semver": "^7.3.7",
1453614537
"walk-up-path": "^1.0.0"
1453714538
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"qrcode-terminal": "^0.12.0",
110110
"read": "~1.0.7",
111111
"read-package-json": "^6.0.0",
112-
"read-package-json-fast": "^3.0.1",
112+
"read-package-json-fast": "^3.0.2",
113113
"semver": "^7.3.8",
114114
"ssri": "^10.0.1",
115115
"tar": "^6.1.13",

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"proc-log": "^3.0.0",
3232
"promise-all-reject-late": "^1.0.0",
3333
"promise-call-limit": "^1.0.1",
34-
"read-package-json-fast": "^3.0.1",
34+
"read-package-json-fast": "^3.0.2",
3535
"semver": "^7.3.7",
3636
"ssri": "^10.0.1",
3737
"treeverse": "^3.0.0",

workspaces/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"ini": "^3.0.0",
4242
"nopt": "^7.0.0",
4343
"proc-log": "^3.0.0",
44-
"read-package-json-fast": "^3.0.0",
44+
"read-package-json-fast": "^3.0.2",
4545
"semver": "^7.3.5",
4646
"walk-up-path": "^1.0.0"
4747
},

workspaces/libnpmexec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"pacote": "^15.0.8",
7171
"proc-log": "^3.0.0",
7272
"read": "^1.0.7",
73-
"read-package-json-fast": "^3.0.1",
73+
"read-package-json-fast": "^3.0.2",
7474
"semver": "^7.3.7",
7575
"walk-up-path": "^1.0.0"
7676
},

0 commit comments

Comments
 (0)