1
0
mirror of https://github.com/golangci/golangci-lint-action.git synced 2026-06-18 01:05:47 +07:00

build(deps): bump the dependencies group across 1 directory with 2 updates

This commit is contained in:
Fernandez Ludovic
2026-05-19 23:49:00 +02:00
parent 633fbc7d54
commit 28d0a191bb
4 changed files with 137 additions and 93 deletions

18
package-lock.json generated
View File

@@ -21,8 +21,8 @@
"@types/tmp": "^0.2.6",
"@types/which": "^3.0.4",
"tmp": "^0.2.5",
"which": "^6.0.1",
"yaml": "^2.8.3"
"which": "^7.0.0",
"yaml": "^2.9.0"
},
"devDependencies": {
"@eslint/compat": "^2.0.5",
@@ -4239,9 +4239,9 @@
}
},
"node_modules/which": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
"integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/which/-/which-7.0.0.tgz",
"integrity": "sha512-RancgH2dmbLdHl6LRhEqvklWMgl/Hdnun0Y90KhBOLkMefg8Qa7/Zel8Sm+8HEcP6DEjzsWzpkuBQEZok58isA==",
"license": "ISC",
"dependencies": {
"isexe": "^4.0.0"
@@ -4250,7 +4250,7 @@
"node-which": "bin/which.js"
},
"engines": {
"node": "^20.17.0 || >=22.9.0"
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
}
},
"node_modules/which-boxed-primitive": {
@@ -4372,9 +4372,9 @@
}
},
"node_modules/yaml": {
"version": "2.8.3",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
"integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"