Skip to content

Commit c98c833

Browse files
authored
chore(deps): Update glob to 10.5.0 (#823)
1 parent 31d9b67 commit c98c833

File tree

2 files changed

+50
-10
lines changed

2 files changed

+50
-10
lines changed

packages/bundler-plugin-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@sentry/cli": "^2.57.0",
5858
"dotenv": "^16.3.1",
5959
"find-up": "^5.0.0",
60-
"glob": "^9.3.2",
60+
"glob": "^10.5.0",
6161
"magic-string": "0.30.8",
6262
"unplugin": "1.0.1"
6363
},

yarn.lock

Lines changed: 49 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7152,16 +7152,17 @@ glob@8.0.3:
71527152
minimatch "^5.0.1"
71537153
once "^1.3.0"
71547154

7155-
glob@^10.2.2:
7156-
version "10.2.6"
7157-
resolved "https://registry.npmjs.org/glob/-/glob-10.2.6.tgz#1e27edbb3bbac055cb97113e27a066c100a4e5e1"
7158-
integrity sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==
7155+
glob@^10.2.2, glob@^10.5.0:
7156+
version "10.5.0"
7157+
resolved "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c"
7158+
integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==
71597159
dependencies:
71607160
foreground-child "^3.1.0"
7161-
jackspeak "^2.0.3"
7162-
minimatch "^9.0.1"
7163-
minipass "^5.0.0 || ^6.0.2"
7164-
path-scurry "^1.7.0"
7161+
jackspeak "^3.1.2"
7162+
minimatch "^9.0.4"
7163+
minipass "^7.1.2"
7164+
package-json-from-dist "^1.0.0"
7165+
path-scurry "^1.11.1"
71657166

71667167
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
71677168
version "7.2.3"
@@ -7186,7 +7187,7 @@ glob@^8.0.1, glob@^8.0.3:
71867187
minimatch "^5.0.1"
71877188
once "^1.3.0"
71887189

7189-
glob@^9.2.0, glob@^9.3.2:
7190+
glob@^9.2.0:
71907191
version "9.3.5"
71917192
resolved "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
71927193
integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
@@ -8117,6 +8118,15 @@ jackspeak@^2.0.3:
81178118
optionalDependencies:
81188119
"@pkgjs/parseargs" "^0.11.0"
81198120

8121+
jackspeak@^3.1.2:
8122+
version "3.4.3"
8123+
resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
8124+
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
8125+
dependencies:
8126+
"@isaacs/cliui" "^8.0.2"
8127+
optionalDependencies:
8128+
"@pkgjs/parseargs" "^0.11.0"
8129+
81208130
jake@^10.8.5:
81218131
version "10.8.6"
81228132
resolved "https://registry.npmjs.org/jake/-/jake-10.8.6.tgz#227a96786a1e035214e0ba84b482d6223d41ef04"
@@ -9272,6 +9282,11 @@ loose-envify@^1.1.0, loose-envify@^1.4.0:
92729282
dependencies:
92739283
js-tokens "^3.0.0 || ^4.0.0"
92749284

9285+
lru-cache@^10.2.0:
9286+
version "10.4.3"
9287+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
9288+
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
9289+
92759290
lru-cache@^5.1.1:
92769291
version "5.1.1"
92779292
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -9600,6 +9615,13 @@ minimatch@^9.0.0, minimatch@^9.0.1:
96009615
dependencies:
96019616
brace-expansion "^2.0.1"
96029617

9618+
minimatch@^9.0.4:
9619+
version "9.0.5"
9620+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
9621+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
9622+
dependencies:
9623+
brace-expansion "^2.0.1"
9624+
96039625
minimist-options@4.1.0:
96049626
version "4.1.0"
96059627
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -9694,6 +9716,11 @@ minipass@^5.0.0:
96949716
resolved "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz#542844b6c4ce95b202c0995b0a471f1229de4c81"
96959717
integrity sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==
96969718

9719+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
9720+
version "7.1.2"
9721+
resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
9722+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
9723+
96979724
minizlib@^2.1.1, minizlib@^2.1.2:
96989725
version "2.1.2"
96999726
resolved "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -10548,6 +10575,11 @@ p-waterfall@2.1.1:
1054810575
dependencies:
1054910576
p-reduce "^2.0.0"
1055010577

10578+
package-json-from-dist@^1.0.0:
10579+
version "1.0.1"
10580+
resolved "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
10581+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
10582+
1055110583
pacote@15.1.1:
1055210584
version "15.1.1"
1055310585
resolved "https://registry.npmjs.org/pacote/-/pacote-15.1.1.tgz#94d8c6e0605e04d427610b3aacb0357073978348"
@@ -10724,6 +10756,14 @@ path-parse@^1.0.7:
1072410756
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
1072510757
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
1072610758

10759+
path-scurry@^1.11.1:
10760+
version "1.11.1"
10761+
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
10762+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
10763+
dependencies:
10764+
lru-cache "^10.2.0"
10765+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
10766+
1072710767
path-scurry@^1.6.1, path-scurry@^1.7.0:
1072810768
version "1.9.2"
1072910769
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-1.9.2.tgz#90f9d296ac5e37e608028e28a447b11d385b3f63"

0 commit comments

Comments
 (0)