Skip to content

Commit

Permalink
deps: bin-links@4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 7, 2024
1 parent 8234412 commit 43331e4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion node_modules/bin-links/lib/shim-bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const fixBin = require('./fix-bin.js')
// nondeterminism.
const seen = new Set()

const failEEXIST = ({ path, to, from }) =>
const failEEXIST = ({ to, from }) =>
Promise.reject(Object.assign(new Error('EEXIST: file already exists'), {
path: to,
dest: from,
Expand Down
10 changes: 5 additions & 5 deletions node_modules/bin-links/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "bin-links",
"version": "4.0.3",
"version": "4.0.4",
"description": "JavaScript package binary linker",
"main": "./lib/index.js",
"scripts": {
"snap": "tap",
"test": "tap",
"lint": "eslint \"**/*.js\"",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"postlint": "template-oss-check",
"lintfix": "npm run lint -- --fix",
"posttest": "npm run lint",
"template-oss-apply": "template-oss-apply --force"
},
"repository": {
"type": "git",
"url": "https://github.com/npm/bin-links.git"
"url": "git+https://github.com/npm/bin-links.git"
},
"keywords": [
"npm",
Expand All @@ -30,7 +30,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.19.0",
"@npmcli/template-oss": "4.22.0",
"require-inject": "^1.4.4",
"tap": "^16.0.1"
},
Expand All @@ -53,7 +53,7 @@
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"windowsCI": false,
"version": "4.19.0",
"version": "4.22.0",
"publish": true
}
}
11 changes: 6 additions & 5 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2703,9 +2703,10 @@
}
},
"node_modules/bin-links": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.3.tgz",
"integrity": "sha512-obsRaULtJurnfox/MDwgq6Yo9kzbv1CPTk/1/s7Z/61Lezc8IKkFCOXNeVLXz0456WRzBQmSsDWlai2tIhBsfA==",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.4.tgz",
"integrity": "sha512-cMtq4W5ZsEwcutJrVId+a/tjt8GSbS+h0oNkdl6+6rBuEv8Ot33Bevj5KPm40t309zuhVic8NjpuL42QCiJWWA==",
"license": "ISC",
"dependencies": {
"cmd-shim": "^6.0.0",
"npm-normalize-package-bin": "^3.0.0",
Expand Down Expand Up @@ -14791,7 +14792,7 @@
"@npmcli/query": "^3.1.0",
"@npmcli/redact": "^2.0.0",
"@npmcli/run-script": "^8.1.0",
"bin-links": "^4.0.1",
"bin-links": "^4.0.4",
"cacache": "^18.0.0",
"common-ancestor-path": "^1.0.1",
"hosted-git-info": "^7.0.1",
Expand Down Expand Up @@ -14915,7 +14916,7 @@
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/mock-registry": "^1.0.0",
"@npmcli/template-oss": "4.22.0",
"bin-links": "^4.0.1",
"bin-links": "^4.0.4",
"chalk": "^5.2.0",
"just-extend": "^6.2.0",
"just-safe-set": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@npmcli/query": "^3.1.0",
"@npmcli/redact": "^2.0.0",
"@npmcli/run-script": "^8.1.0",
"bin-links": "^4.0.1",
"bin-links": "^4.0.4",
"cacache": "^18.0.0",
"common-ancestor-path": "^1.0.1",
"hosted-git-info": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmexec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/mock-registry": "^1.0.0",
"@npmcli/template-oss": "4.22.0",
"bin-links": "^4.0.1",
"bin-links": "^4.0.4",
"chalk": "^5.2.0",
"just-extend": "^6.2.0",
"just-safe-set": "^4.2.1",
Expand Down

0 comments on commit 43331e4

Please sign in to comment.