Skip to content

Commit

Permalink
deps: read-package-json@6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Jun 19, 2023
1 parent fdd02fd commit 22d44e8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion node_modules/read-package-json/lib/read-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ function bins (file, data, cb) {
return cb(null, data)
}

m = path.resolve(path.dirname(file), m)
m = path.resolve(path.dirname(file), path.join('.', path.join('/', m)))
glob('**', { cwd: m })
.then(binsGlob => bins_(file, data, binsGlob, cb))
.catch(er => cb(er))
Expand Down
14 changes: 7 additions & 7 deletions node_modules/read-package-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "read-package-json",
"version": "6.0.3",
"version": "6.0.4",
"author": "GitHub Inc.",
"description": "The thing npm uses to read package.json files with semantics and defaults and validation",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.14.1",
"@npmcli/template-oss": "4.15.1",
"tap": "^16.0.1"
},
"license": "ISC",
Expand All @@ -42,18 +42,18 @@
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"tap": {
"branches": 68,
"functions": 74,
"lines": 74,
"statements": 74,
"branches": 73,
"functions": 77,
"lines": 77,
"statements": 77,
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.14.1",
"version": "4.15.1",
"publish": "true"
}
}
6 changes: 3 additions & 3 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10614,9 +10614,9 @@
}
},
"node_modules/read-package-json": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.3.tgz",
"integrity": "sha512-4QbpReW4kxFgeBQ0vPAqh2y8sXEB3D4t3jsXbJKIhBiF80KT6XRo45reqwtftju5J6ru1ax06A2Gb/wM1qCOEQ==",
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.4.tgz",
"integrity": "sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==",
"inBundle": true,
"dependencies": {
"glob": "^10.2.2",
Expand Down

0 comments on commit 22d44e8

Please sign in to comment.