Skip to content

Commit 15d4958

Browse files
Merge pull request #257 from ruby-syntax-tree/dependabot/npm_and_yarn/glob-9.0.1
Bump glob from 8.1.0 to 9.0.1
2 parents 7be9fa4 + e53195a commit 15d4958

File tree

2 files changed

+34
-10
lines changed

2 files changed

+34
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"@vscode/test-electron": "^2.2.0",
126126
"esbuild": "^0.17.1",
127127
"eslint": "^8.22.0",
128-
"glob": "^8.0.3",
128+
"glob": "^9.0.1",
129129
"mocha": "^10.0.0",
130130
"typescript": "^4.7.4",
131131
"vsce": "^2.9.2"

yarn.lock

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,16 +1121,15 @@ glob@^7.0.6, glob@^7.1.3:
11211121
once "^1.3.0"
11221122
path-is-absolute "^1.0.0"
11231123

1124-
glob@^8.0.3:
1125-
version "8.1.0"
1126-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
1127-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
1124+
glob@^9.0.1:
1125+
version "9.0.1"
1126+
resolved "https://registry.yarnpkg.com/glob/-/glob-9.0.1.tgz#4f2c8a645659d81177bcf792761b52862696ca4e"
1127+
integrity sha512-psRdn8MI0gRcH0xow0VOhYxXD/6ZaRGmgtfN0oWN/hCgjxpRQBMCl7wE4JRJSAUTdJsW+FmD0EtE0CgJhKqSVw==
11281128
dependencies:
11291129
fs.realpath "^1.0.0"
1130-
inflight "^1.0.4"
1131-
inherits "2"
1132-
minimatch "^5.0.1"
1133-
once "^1.3.0"
1130+
minimatch "^7.3.0"
1131+
minipass "^4.2.4"
1132+
path-scurry "^1.5.0"
11341133

11351134
globals@^13.19.0:
11361135
version "13.19.0"
@@ -1399,6 +1398,11 @@ lru-cache@^6.0.0:
13991398
dependencies:
14001399
yallist "^4.0.0"
14011400

1401+
lru-cache@^7.14.1:
1402+
version "7.17.0"
1403+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.17.0.tgz#00c7ba5919e5ea7c69ff94ddabbf32cb09ab805c"
1404+
integrity sha512-zSxlVVwOabhVyTi6E8gYv2cr6bXK+8ifYz5/uyJb9feXX6NACVDwY4p5Ut3WC3Ivo/QhpARHU3iujx2xGAYHbQ==
1405+
14021406
markdown-it@^12.3.2:
14031407
version "12.3.2"
14041408
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90"
@@ -1452,18 +1456,30 @@ minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatc
14521456
dependencies:
14531457
brace-expansion "^1.1.7"
14541458

1455-
minimatch@^5.0.1, minimatch@^5.1.0:
1459+
minimatch@^5.1.0:
14561460
version "5.1.6"
14571461
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
14581462
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
14591463
dependencies:
14601464
brace-expansion "^2.0.1"
14611465

1466+
minimatch@^7.3.0:
1467+
version "7.3.0"
1468+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.3.0.tgz#cfb7337e7460308e7147c58250fa0dee3da7929c"
1469+
integrity sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==
1470+
dependencies:
1471+
brace-expansion "^2.0.1"
1472+
14621473
minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.6:
14631474
version "1.2.7"
14641475
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
14651476
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
14661477

1478+
minipass@^4.0.2, minipass@^4.2.4:
1479+
version "4.2.4"
1480+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
1481+
integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==
1482+
14671483
mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
14681484
version "0.5.3"
14691485
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
@@ -1644,6 +1660,14 @@ path-key@^3.1.0:
16441660
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
16451661
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
16461662

1663+
path-scurry@^1.5.0:
1664+
version "1.5.0"
1665+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.5.0.tgz#ffc479e688064d16fc80fa8890389c56182c6463"
1666+
integrity sha512-hJ8rODLI9B2qwsYAd32rrI76gwVUPeu5kq/do6URDj2bJCVH3ilyT978Mv/NLuFMaqzHrn3XtiDLMZHaTTh4vA==
1667+
dependencies:
1668+
lru-cache "^7.14.1"
1669+
minipass "^4.0.2"
1670+
16471671
path-type@^4.0.0:
16481672
version "4.0.0"
16491673
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"

0 commit comments

Comments
 (0)