Skip to content

Commit 236898b

Browse files
fix(deps): update dependency @actions/glob to ^0.7.0
1 parent 4965172 commit 236898b

2 files changed

Lines changed: 25 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@actions/cache": "^5.0.5",
2222
"@actions/core": "^3.0.0",
2323
"@actions/exec": "^3.0.0",
24-
"@actions/glob": "^0.6.1",
24+
"@actions/glob": "^0.7.0",
2525
"js-yaml": "^4.1.1",
2626
"shellwords-ts": "^3.0.1"
2727
},

yarn.lock

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@
6464
"@actions/core" "^2.0.3"
6565
minimatch "^3.0.4"
6666

67-
"@actions/glob@^0.6.1":
68-
version "0.6.1"
69-
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.6.1.tgz#4820bfd86175dd98cd63d3d557e47bb09a21c7d0"
70-
integrity sha512-K4+2Ac5ILcf2ySdJCha+Pop9NcKjxqCL4xL4zI50dgB2PbXgC0+AcP011xfH4Of6b4QEJJg8dyZYv7zl4byTsw==
67+
"@actions/glob@^0.7.0":
68+
version "0.7.0"
69+
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.7.0.tgz#f88c79eb1b0a185d1cbdc662c79537d568756937"
70+
integrity sha512-+7s3wM+cXapDLmLL1NVWHawqcJOZzXZy2df/VhNn8DnZtS/x83iTCKaUn9F0llur4h3CII0AilvKKH4CMPL8Gw==
7171
dependencies:
7272
"@actions/core" "^3.0.0"
73-
minimatch "^3.0.4"
73+
minimatch "^10.2.5"
7474

7575
"@actions/http-client@^3.0.0":
7676
version "3.0.0"
@@ -1330,6 +1330,11 @@ balanced-match@^1.0.0:
13301330
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
13311331
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
13321332

1333+
balanced-match@^4.0.2:
1334+
version "4.0.4"
1335+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1336+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1337+
13331338
baseline-browser-mapping@^2.8.3:
13341339
version "2.8.9"
13351340
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.9.tgz#fd0b8543c4f172595131e94965335536b3101b75"
@@ -1350,6 +1355,13 @@ brace-expansion@^2.0.1:
13501355
dependencies:
13511356
balanced-match "^1.0.0"
13521357

1358+
brace-expansion@^5.0.5:
1359+
version "5.0.5"
1360+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
1361+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
1362+
dependencies:
1363+
balanced-match "^4.0.2"
1364+
13531365
braces@^3.0.3:
13541366
version "3.0.3"
13551367
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -2416,6 +2428,13 @@ mimic-fn@^2.1.0:
24162428
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
24172429
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
24182430

2431+
minimatch@^10.2.5:
2432+
version "10.2.5"
2433+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
2434+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
2435+
dependencies:
2436+
brace-expansion "^5.0.5"
2437+
24192438
minimatch@^3.0.4, minimatch@^3.1.1:
24202439
version "3.1.2"
24212440
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"

0 commit comments

Comments
 (0)