Skip to content

Commit 43331e4

Browse files
committed
1 parent 8234412 commit 43331e4

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

node_modules/bin-links/lib/shim-bin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const fixBin = require('./fix-bin.js')
1717
// nondeterminism.
1818
const seen = new Set()
1919

20-
const failEEXIST = ({ path, to, from }) =>
20+
const failEEXIST = ({ to, from }) =>
2121
Promise.reject(Object.assign(new Error('EEXIST: file already exists'), {
2222
path: to,
2323
dest: from,

node_modules/bin-links/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "bin-links",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "JavaScript package binary linker",
55
"main": "./lib/index.js",
66
"scripts": {
77
"snap": "tap",
88
"test": "tap",
9-
"lint": "eslint \"**/*.js\"",
9+
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
1010
"postlint": "template-oss-check",
1111
"lintfix": "npm run lint -- --fix",
1212
"posttest": "npm run lint",
1313
"template-oss-apply": "template-oss-apply --force"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/npm/bin-links.git"
17+
"url": "git+https://github.com/npm/bin-links.git"
1818
},
1919
"keywords": [
2020
"npm",
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@npmcli/eslint-config": "^4.0.0",
33-
"@npmcli/template-oss": "4.19.0",
33+
"@npmcli/template-oss": "4.22.0",
3434
"require-inject": "^1.4.4",
3535
"tap": "^16.0.1"
3636
},
@@ -53,7 +53,7 @@
5353
"templateOSS": {
5454
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
5555
"windowsCI": false,
56-
"version": "4.19.0",
56+
"version": "4.22.0",
5757
"publish": true
5858
}
5959
}

package-lock.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -2703,9 +2703,10 @@
27032703
}
27042704
},
27052705
"node_modules/bin-links": {
2706-
"version": "4.0.3",
2707-
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.3.tgz",
2708-
"integrity": "sha512-obsRaULtJurnfox/MDwgq6Yo9kzbv1CPTk/1/s7Z/61Lezc8IKkFCOXNeVLXz0456WRzBQmSsDWlai2tIhBsfA==",
2706+
"version": "4.0.4",
2707+
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.4.tgz",
2708+
"integrity": "sha512-cMtq4W5ZsEwcutJrVId+a/tjt8GSbS+h0oNkdl6+6rBuEv8Ot33Bevj5KPm40t309zuhVic8NjpuL42QCiJWWA==",
2709+
"license": "ISC",
27092710
"dependencies": {
27102711
"cmd-shim": "^6.0.0",
27112712
"npm-normalize-package-bin": "^3.0.0",
@@ -14791,7 +14792,7 @@
1479114792
"@npmcli/query": "^3.1.0",
1479214793
"@npmcli/redact": "^2.0.0",
1479314794
"@npmcli/run-script": "^8.1.0",
14794-
"bin-links": "^4.0.1",
14795+
"bin-links": "^4.0.4",
1479514796
"cacache": "^18.0.0",
1479614797
"common-ancestor-path": "^1.0.1",
1479714798
"hosted-git-info": "^7.0.1",
@@ -14915,7 +14916,7 @@
1491514916
"@npmcli/eslint-config": "^4.0.0",
1491614917
"@npmcli/mock-registry": "^1.0.0",
1491714918
"@npmcli/template-oss": "4.22.0",
14918-
"bin-links": "^4.0.1",
14919+
"bin-links": "^4.0.4",
1491914920
"chalk": "^5.2.0",
1492014921
"just-extend": "^6.2.0",
1492114922
"just-safe-set": "^4.2.1",

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@npmcli/query": "^3.1.0",
1515
"@npmcli/redact": "^2.0.0",
1616
"@npmcli/run-script": "^8.1.0",
17-
"bin-links": "^4.0.1",
17+
"bin-links": "^4.0.4",
1818
"cacache": "^18.0.0",
1919
"common-ancestor-path": "^1.0.1",
2020
"hosted-git-info": "^7.0.1",

workspaces/libnpmexec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@npmcli/eslint-config": "^4.0.0",
5353
"@npmcli/mock-registry": "^1.0.0",
5454
"@npmcli/template-oss": "4.22.0",
55-
"bin-links": "^4.0.1",
55+
"bin-links": "^4.0.4",
5656
"chalk": "^5.2.0",
5757
"just-extend": "^6.2.0",
5858
"just-safe-set": "^4.2.1",

0 commit comments

Comments
 (0)