Skip to content

Commit 580ac73

Browse files
fix(deps): update dependency @actions/glob to ^0.7.0
1 parent f2b9afa commit 580ac73

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.1",
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
@@ -72,13 +72,13 @@
7272
"@actions/core" "^2.0.3"
7373
minimatch "^3.0.4"
7474

75-
"@actions/glob@^0.6.1":
76-
version "0.6.1"
77-
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.6.1.tgz#4820bfd86175dd98cd63d3d557e47bb09a21c7d0"
78-
integrity sha512-K4+2Ac5ILcf2ySdJCha+Pop9NcKjxqCL4xL4zI50dgB2PbXgC0+AcP011xfH4Of6b4QEJJg8dyZYv7zl4byTsw==
75+
"@actions/glob@^0.7.0":
76+
version "0.7.0"
77+
resolved "https://registry.yarnpkg.com/@actions/glob/-/glob-0.7.0.tgz#f88c79eb1b0a185d1cbdc662c79537d568756937"
78+
integrity sha512-+7s3wM+cXapDLmLL1NVWHawqcJOZzXZy2df/VhNn8DnZtS/x83iTCKaUn9F0llur4h3CII0AilvKKH4CMPL8Gw==
7979
dependencies:
8080
"@actions/core" "^3.0.0"
81-
minimatch "^3.0.4"
81+
minimatch "^10.2.5"
8282

8383
"@actions/http-client@^3.0.0":
8484
version "3.0.0"
@@ -1338,6 +1338,11 @@ balanced-match@^1.0.0:
13381338
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
13391339
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
13401340

1341+
balanced-match@^4.0.2:
1342+
version "4.0.4"
1343+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1344+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1345+
13411346
baseline-browser-mapping@^2.8.3:
13421347
version "2.8.9"
13431348
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.9.tgz#fd0b8543c4f172595131e94965335536b3101b75"
@@ -1358,6 +1363,13 @@ brace-expansion@^2.0.1:
13581363
dependencies:
13591364
balanced-match "^1.0.0"
13601365

1366+
brace-expansion@^5.0.5:
1367+
version "5.0.5"
1368+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
1369+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
1370+
dependencies:
1371+
balanced-match "^4.0.2"
1372+
13611373
braces@^3.0.3:
13621374
version "3.0.3"
13631375
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -2424,6 +2436,13 @@ mimic-fn@^2.1.0:
24242436
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
24252437
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
24262438

2439+
minimatch@^10.2.5:
2440+
version "10.2.5"
2441+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
2442+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
2443+
dependencies:
2444+
brace-expansion "^5.0.5"
2445+
24272446
minimatch@^3.0.4, minimatch@^3.1.1:
24282447
version "3.1.2"
24292448
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"

0 commit comments

Comments
 (0)