Skip to content

Commit fd083cc

Browse files
committed
Upgrade to glob 10.2
1 parent 287ad21 commit fd083cc

File tree

3 files changed

+58
-25
lines changed

3 files changed

+58
-25
lines changed

ui/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint-config-prettier": "^8.7.0",
6161
"eslint-plugin-react": "^7.14.3",
6262
"eslint-plugin-react-hooks": "^4.0.0",
63-
"glob": "^9.3.0",
63+
"glob": "^10.2.1",
6464
"html-webpack-plugin": "^5.2.0",
6565
"jest": "^29.3.1",
6666
"json-loader": "^0.5.4",

ui/frontend/webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ const CopyPlugin = require('copy-webpack-plugin');
66
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
77
const CompressionPlugin = require("compression-webpack-plugin");
88
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin');
9-
const glob = require('glob');
9+
const { globSync } = require('glob');
1010
const basename = require('basename');
1111

1212
const thisPackage = require('./package.json');
1313
const devDependencies = Object.keys(thisPackage.devDependencies);
1414

1515
const allKeybindingNames =
16-
glob.sync('./node_modules/ace-builds/src-noconflict/keybinding-*.js')
16+
globSync('./node_modules/ace-builds/src-noconflict/keybinding-*.js')
1717
.map(basename)
1818
.map(n => n.replace(/^keybinding-/, ''));
1919
const allThemeNames =
20-
glob.sync('./node_modules/ace-builds/src-noconflict/theme-*.js')
20+
globSync('./node_modules/ace-builds/src-noconflict/theme-*.js')
2121
.map(basename)
2222
.map(n => n.replace(/^theme-/, ''));
2323

ui/frontend/yarn.lock

Lines changed: 54 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,6 +1404,11 @@
14041404
"@nodelib/fs.scandir" "2.1.5"
14051405
fastq "^1.6.0"
14061406

1407+
"@pkgjs/parseargs@^0.11.0":
1408+
version "0.11.0"
1409+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
1410+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1411+
14071412
"@reduxjs/toolkit@^1.8.5":
14081413
version "1.9.5"
14091414
resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-1.9.5.tgz#d3987849c24189ca483baa7aa59386c8e52077c4"
@@ -2395,6 +2400,15 @@ clean-css@^5.2.2:
23952400
dependencies:
23962401
source-map "~0.6.0"
23972402

2403+
cliui@^7.0.4:
2404+
version "7.0.4"
2405+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
2406+
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
2407+
dependencies:
2408+
string-width "^4.2.0"
2409+
strip-ansi "^6.0.0"
2410+
wrap-ansi "^7.0.0"
2411+
23982412
cliui@^8.0.1:
23992413
version "8.0.1"
24002414
resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
@@ -2558,7 +2572,7 @@ cosmiconfig@^8.1.3:
25582572
parse-json "^5.0.0"
25592573
path-type "^4.0.0"
25602574

2561-
cross-spawn@^7.0.2, cross-spawn@^7.0.3:
2575+
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
25622576
version "7.0.3"
25632577
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
25642578
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -3221,6 +3235,14 @@ for-each@^0.3.3:
32213235
dependencies:
32223236
is-callable "^1.1.3"
32233237

3238+
foreground-child@^3.1.0:
3239+
version "3.1.1"
3240+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
3241+
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
3242+
dependencies:
3243+
cross-spawn "^7.0.0"
3244+
signal-exit "^4.0.1"
3245+
32243246
fraction.js@^4.2.0:
32253247
version "4.2.0"
32263248
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.0.tgz#448e5109a313a3527f5a3ab2119ec4cf0e0e2950"
@@ -3312,6 +3334,18 @@ glob-to-regexp@^0.4.1:
33123334
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
33133335
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
33143336

3337+
glob@^10.2.1:
3338+
version "10.2.1"
3339+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.1.tgz#44288e9186b5cd5baa848728533ba21a94aa8f33"
3340+
integrity sha512-ngom3wq2UhjdbmRE/krgkD8BQyi1KZ5l+D2dVm4+Yj+jJIBp74/ZGunL6gNGc/CYuQmvUBiavWEXIotRiv5R6A==
3341+
dependencies:
3342+
foreground-child "^3.1.0"
3343+
fs.realpath "^1.0.0"
3344+
jackspeak "^2.0.3"
3345+
minimatch "^9.0.0"
3346+
minipass "^5.0.0"
3347+
path-scurry "^1.7.0"
3348+
33153349
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
33163350
version "7.2.3"
33173351
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -3324,16 +3358,6 @@ glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
33243358
once "^1.3.0"
33253359
path-is-absolute "^1.0.0"
33263360

3327-
glob@^9.3.0:
3328-
version "9.3.5"
3329-
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
3330-
integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
3331-
dependencies:
3332-
fs.realpath "^1.0.0"
3333-
minimatch "^8.0.2"
3334-
minipass "^4.2.4"
3335-
path-scurry "^1.6.1"
3336-
33373361
global-modules@^2.0.0:
33383362
version "2.0.0"
33393363
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780"
@@ -3891,6 +3915,15 @@ istanbul-reports@^3.1.3:
38913915
html-escaper "^2.0.0"
38923916
istanbul-lib-report "^3.0.0"
38933917

3918+
jackspeak@^2.0.3:
3919+
version "2.0.3"
3920+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.0.3.tgz#672eb397b97744a265b5862d7762b96e8dad6e61"
3921+
integrity sha512-0Jud3OMUdMbrlr3PyUMKESq51LXVAB+a239Ywdvd+Kgxj3MaBRml/nVRxf8tQFyfthMjuRkxkv7Vg58pmIMfuQ==
3922+
dependencies:
3923+
cliui "^7.0.4"
3924+
optionalDependencies:
3925+
"@pkgjs/parseargs" "^0.11.0"
3926+
38943927
javascript-natural-sort@0.7.1:
38953928
version "0.7.1"
38963929
resolved "https://registry.yarnpkg.com/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz#f9e2303d4507f6d74355a73664d1440fb5a0ef59"
@@ -4629,10 +4662,10 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
46294662
dependencies:
46304663
brace-expansion "^1.1.7"
46314664

4632-
minimatch@^8.0.2:
4633-
version "8.0.4"
4634-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229"
4635-
integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==
4665+
minimatch@^9.0.0:
4666+
version "9.0.0"
4667+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56"
4668+
integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==
46364669
dependencies:
46374670
brace-expansion "^2.0.1"
46384671

@@ -4650,11 +4683,6 @@ minimist@^1.2.6:
46504683
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
46514684
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
46524685

4653-
minipass@^4.2.4:
4654-
version "4.2.8"
4655-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a"
4656-
integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==
4657-
46584686
minipass@^5.0.0:
46594687
version "5.0.0"
46604688
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
@@ -4976,7 +5004,7 @@ path-parse@^1.0.7:
49765004
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
49775005
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
49785006

4979-
path-scurry@^1.6.1:
5007+
path-scurry@^1.7.0:
49805008
version "1.7.0"
49815009
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.7.0.tgz#99c741a2cfbce782294a39994d63748b5a24f6db"
49825010
integrity sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg==
@@ -5660,6 +5688,11 @@ signal-exit@^3.0.3, signal-exit@^3.0.7:
56605688
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
56615689
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
56625690

5691+
signal-exit@^4.0.1:
5692+
version "4.0.1"
5693+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.0.1.tgz#96a61033896120ec9335d96851d902cc98f0ba2a"
5694+
integrity sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw==
5695+
56635696
sisteransi@^1.0.5:
56645697
version "1.0.5"
56655698
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"

0 commit comments

Comments
 (0)