diff --git a/package-lock.json b/package-lock.json index aee94fb..5c46d13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "ava": "^5.1.0", "c8": "^8.0.0", "execa": "^8.0.1", - "get-bin-path": "^10.0.0", + "get-bin-path": "^11.0.0", "husky": "^8.0.2", "lint-staged": "^15.0.2", "nock": "^13.2.9", @@ -3599,15 +3599,15 @@ } }, "node_modules/get-bin-path": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/get-bin-path/-/get-bin-path-10.0.0.tgz", - "integrity": "sha512-CcFpUHD4hoYAcyMTIN03I9AiKuer/hL4ZnG+GFvcwgOLGzxdGLDUMVZyPIKCBrpyPwtOrjKN/8HZTJgkYH2T4g==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/get-bin-path/-/get-bin-path-11.0.0.tgz", + "integrity": "sha512-hvX/hynZJ6sxeItamADFBZo0WmLoG/qZBlRCLRv+J+oN8USw1ZxefIGJSFPu1GGd3OHWVFJKvCCN970wmpiHzg==", "dev": true, "dependencies": { "escalade": "^3.1.1" }, "engines": { - "node": ">=16.17.0" + "node": ">=18.18.0" } }, "node_modules/get-caller-file": { @@ -10689,9 +10689,9 @@ } }, "get-bin-path": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/get-bin-path/-/get-bin-path-10.0.0.tgz", - "integrity": "sha512-CcFpUHD4hoYAcyMTIN03I9AiKuer/hL4ZnG+GFvcwgOLGzxdGLDUMVZyPIKCBrpyPwtOrjKN/8HZTJgkYH2T4g==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/get-bin-path/-/get-bin-path-11.0.0.tgz", + "integrity": "sha512-hvX/hynZJ6sxeItamADFBZo0WmLoG/qZBlRCLRv+J+oN8USw1ZxefIGJSFPu1GGd3OHWVFJKvCCN970wmpiHzg==", "dev": true, "requires": { "escalade": "^3.1.1" diff --git a/package.json b/package.json index 00b3b8e..69b1e05 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "ava": "^5.1.0", "c8": "^8.0.0", "execa": "^8.0.1", - "get-bin-path": "^10.0.0", + "get-bin-path": "^11.0.0", "husky": "^8.0.2", "lint-staged": "^15.0.2", "nock": "^13.2.9",