Skip to content

Commit 2f1623b

Browse files
authored
Merge pull request #9910 from rancher-sandbox/dependabot/npm_and_yarn/which-6.0.1
build(deps): bump which from 6.0.0 to 6.0.1
2 parents 5e40d11 + 077c375 commit 2f1623b

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-7
lines changed

.yarn/plugins/plugin-rancher-desktop-license-checker.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ module.exports = {
4444
'Zlib',
4545
// The default CNCF license, not in the above list.
4646
'Apache-2.0',
47+
// Blue-Oak has been approved by SUSE Legal
48+
'BlueOak-1.0.0',
4749
// Extra accepted licenses.
4850
'Unlicense',
4951
]);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"vue-router": "5.0.2",
8989
"vue-select": "3.20.4",
9090
"vuex": "4.1.0",
91-
"which": "6.0.0",
91+
"which": "6.0.1",
9292
"yaml": "2.8.2"
9393
},
9494
"devDependencies": {

yarn.lock

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11001,6 +11001,13 @@ __metadata:
1100111001
languageName: node
1100211002
linkType: hard
1100311003

11004+
"isexe@npm:^4.0.0":
11005+
version: 4.0.0
11006+
resolution: "isexe@npm:4.0.0"
11007+
checksum: 10c0/5884815115bceac452877659a9c7726382531592f43dc29e5d48b7c4100661aed54018cb90bd36cb2eaeba521092570769167acbb95c18d39afdccbcca06c5ce
11008+
languageName: node
11009+
linkType: hard
11010+
1100411011
"isobject@npm:^3.0.1":
1100511012
version: 3.0.1
1100611013
resolution: "isobject@npm:3.0.1"
@@ -14536,7 +14543,7 @@ __metadata:
1453614543
vue-select: "npm:3.20.4"
1453714544
vuex: "npm:4.1.0"
1453814545
webpack: "npm:5.100.2"
14539-
which: "npm:6.0.0"
14546+
which: "npm:6.0.1"
1454014547
yaml: "npm:2.8.2"
1454114548
dependenciesMeta:
1454214549
dmg-license:
@@ -17381,14 +17388,14 @@ __metadata:
1738117388
languageName: node
1738217389
linkType: hard
1738317390

17384-
"which@npm:6.0.0, which@npm:^6.0.0":
17385-
version: 6.0.0
17386-
resolution: "which@npm:6.0.0"
17391+
"which@npm:6.0.1":
17392+
version: 6.0.1
17393+
resolution: "which@npm:6.0.1"
1738717394
dependencies:
17388-
isexe: "npm:^3.1.1"
17395+
isexe: "npm:^4.0.0"
1738917396
bin:
1739017397
node-which: bin/which.js
17391-
checksum: 10c0/fe9d6463fe44a76232bb6e3b3181922c87510a5b250a98f1e43a69c99c079b3f42ddeca7e03d3e5f2241bf2d334f5a7657cfa868b97c109f3870625842f4cc15
17398+
checksum: 10c0/7e710e54ea36d2d6183bee2f9caa27a3b47b9baf8dee55a199b736fcf85eab3b9df7556fca3d02b50af7f3dfba5ea3a45644189836df06267df457e354da66d5
1739217399
languageName: node
1739317400
linkType: hard
1739417401

@@ -17425,6 +17432,17 @@ __metadata:
1742517432
languageName: node
1742617433
linkType: hard
1742717434

17435+
"which@npm:^6.0.0":
17436+
version: 6.0.0
17437+
resolution: "which@npm:6.0.0"
17438+
dependencies:
17439+
isexe: "npm:^3.1.1"
17440+
bin:
17441+
node-which: bin/which.js
17442+
checksum: 10c0/fe9d6463fe44a76232bb6e3b3181922c87510a5b250a98f1e43a69c99c079b3f42ddeca7e03d3e5f2241bf2d334f5a7657cfa868b97c109f3870625842f4cc15
17443+
languageName: node
17444+
linkType: hard
17445+
1742817446
"widest-line@npm:^3.1.0":
1742917447
version: 3.1.0
1743017448
resolution: "widest-line@npm:3.1.0"

0 commit comments

Comments
 (0)