@wavemaker/rn-codegen 11.15.4-rc.250 → 11.15.5-1.256
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +252 -247
- package/package-lock.json +252 -247
- package/package.json +3 -3
- package/src/app.generator.js +7 -2
- package/src/app.generator.js.map +1 -1
- package/src/project.service.js +8 -0
- package/src/project.service.js.map +1 -1
- package/src/templates/app.template +7 -4
- package/src/templates/app.theme.template +15 -1
- package/src/templates/babel.config.js.template +3 -1
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/basic/progress-circle.less +4 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/data/form.less +3 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/select.less +31 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/input/slider.less +11 -3
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/navigation/menu.less +15 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/data/form.less +6 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/form.less +30 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/select.less +16 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/studio/input/slider.less +97 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/tokens.light.css +32 -2
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/form-controls.variant.less +84 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/select.variant.less +8 -0
- package/src/templates/foundation-theme/build/android/wavemaker/design-tokens/variables/slider.variant.less +18 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/basic/progress-circle.less +4 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/data/form.less +3 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/select.less +31 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/input/slider.less +11 -3
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/navigation/menu.less +15 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/data/form.less +6 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/form.less +30 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/select.less +16 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/studio/input/slider.less +97 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/tokens.light.css +32 -2
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/form-controls.variant.less +84 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/select.variant.less +8 -0
- package/src/templates/foundation-theme/build/ios/wavemaker/design-tokens/variables/slider.variant.less +18 -0
- package/src/templates/foundation-theme/dist/android/style.css +34 -4
- package/src/templates/foundation-theme/dist/android/style.js +165 -14
- package/src/templates/foundation-theme/dist/android/tokens.js +32 -2
- package/src/templates/foundation-theme/dist/ios/style.css +34 -4
- package/src/templates/foundation-theme/dist/ios/style.js +165 -14
- package/src/templates/foundation-theme/dist/ios/tokens.js +32 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/basic/progress-circle.less +4 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/data/form.less +3 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/select.less +31 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/input/slider.less +11 -3
- package/src/templates/foundation-theme/wavemaker/design-tokens/navigation/menu.less +15 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/data/form.less +6 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/form.less +30 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/select.less +16 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/studio/input/slider.less +97 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/tokens.light.css +32 -2
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/form-controls.variant.less +84 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/select.variant.less +8 -0
- package/src/templates/foundation-theme/wavemaker/design-tokens/variables/slider.variant.less +18 -0
- package/src/templates/package.web.json +3 -3
- package/src/templates/project/esbuild/esbuild.script.js +41 -2
- package/src/templates/project/package.json +3 -3
- package/src/transpile/components/data/form/form-field.transformer.js +45 -9
- package/src/transpile/components/data/form/form-field.transformer.js.map +1 -1
package/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/rn-codegen",
|
|
3
|
-
"version": "11.15.
|
|
3
|
+
"version": "11.15.5-1.256",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/rn-codegen",
|
|
9
|
-
"version": "11.15.
|
|
9
|
+
"version": "11.15.5-1.256",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"@types/node": "18.11.10",
|
|
19
19
|
"@types/prettier": "2.7.1",
|
|
20
20
|
"@types/yargs": "17.0.15",
|
|
21
|
-
"@wavemaker/custom-widgets-m3": "11.15.
|
|
22
|
-
"@wavemaker/foundation-css": "11.15.
|
|
21
|
+
"@wavemaker/custom-widgets-m3": "11.15.5-1.256",
|
|
22
|
+
"@wavemaker/foundation-css": "11.15.5-1.256",
|
|
23
23
|
"adm-zip": "0.5.9",
|
|
24
24
|
"axios": "1.8.3",
|
|
25
25
|
"clean-css": "5.1.5",
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
"node_modules/@babel/code-frame": {
|
|
77
|
-
"version": "7.29.
|
|
78
|
-
"integrity": "sha512-
|
|
77
|
+
"version": "7.29.7",
|
|
78
|
+
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
79
79
|
"license": "MIT",
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@babel/helper-validator-identifier": "^7.
|
|
81
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
82
82
|
"js-tokens": "^4.0.0",
|
|
83
83
|
"picocolors": "^1.1.1"
|
|
84
84
|
},
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
"node_modules/@babel/compat-data": {
|
|
90
|
-
"version": "7.29.
|
|
91
|
-
"integrity": "sha512-
|
|
90
|
+
"version": "7.29.7",
|
|
91
|
+
"integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
|
|
92
92
|
"dev": true,
|
|
93
93
|
"license": "MIT",
|
|
94
94
|
"engines": {
|
|
@@ -96,20 +96,20 @@
|
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"node_modules/@babel/core": {
|
|
99
|
-
"version": "7.29.
|
|
100
|
-
"integrity": "sha512-
|
|
99
|
+
"version": "7.29.7",
|
|
100
|
+
"integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
|
|
101
101
|
"dev": true,
|
|
102
102
|
"license": "MIT",
|
|
103
103
|
"dependencies": {
|
|
104
|
-
"@babel/code-frame": "^7.29.
|
|
105
|
-
"@babel/generator": "^7.29.
|
|
106
|
-
"@babel/helper-compilation-targets": "^7.
|
|
107
|
-
"@babel/helper-module-transforms": "^7.
|
|
108
|
-
"@babel/helpers": "^7.
|
|
109
|
-
"@babel/parser": "^7.29.
|
|
110
|
-
"@babel/template": "^7.
|
|
111
|
-
"@babel/traverse": "^7.29.
|
|
112
|
-
"@babel/types": "^7.29.
|
|
104
|
+
"@babel/code-frame": "^7.29.7",
|
|
105
|
+
"@babel/generator": "^7.29.7",
|
|
106
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
107
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
108
|
+
"@babel/helpers": "^7.29.7",
|
|
109
|
+
"@babel/parser": "^7.29.7",
|
|
110
|
+
"@babel/template": "^7.29.7",
|
|
111
|
+
"@babel/traverse": "^7.29.7",
|
|
112
|
+
"@babel/types": "^7.29.7",
|
|
113
113
|
"@jridgewell/remapping": "^2.3.5",
|
|
114
114
|
"convert-source-map": "^2.0.0",
|
|
115
115
|
"debug": "^4.1.0",
|
|
@@ -126,13 +126,13 @@
|
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
128
|
"node_modules/@babel/core/node_modules/@babel/generator": {
|
|
129
|
-
"version": "7.29.
|
|
130
|
-
"integrity": "sha512-
|
|
129
|
+
"version": "7.29.7",
|
|
130
|
+
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
131
131
|
"dev": true,
|
|
132
132
|
"license": "MIT",
|
|
133
133
|
"dependencies": {
|
|
134
|
-
"@babel/parser": "^7.29.
|
|
135
|
-
"@babel/types": "^7.29.
|
|
134
|
+
"@babel/parser": "^7.29.7",
|
|
135
|
+
"@babel/types": "^7.29.7",
|
|
136
136
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
137
137
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
138
138
|
"jsesc": "^3.0.2"
|
|
@@ -142,12 +142,12 @@
|
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
144
|
"node_modules/@babel/core/node_modules/@babel/parser": {
|
|
145
|
-
"version": "7.29.
|
|
146
|
-
"integrity": "sha512-
|
|
145
|
+
"version": "7.29.7",
|
|
146
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
147
147
|
"dev": true,
|
|
148
148
|
"license": "MIT",
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@babel/types": "^7.29.
|
|
150
|
+
"@babel/types": "^7.29.7"
|
|
151
151
|
},
|
|
152
152
|
"bin": {
|
|
153
153
|
"parser": "bin/babel-parser.js"
|
|
@@ -157,17 +157,17 @@
|
|
|
157
157
|
}
|
|
158
158
|
},
|
|
159
159
|
"node_modules/@babel/core/node_modules/@babel/traverse": {
|
|
160
|
-
"version": "7.29.
|
|
161
|
-
"integrity": "sha512-
|
|
160
|
+
"version": "7.29.7",
|
|
161
|
+
"integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
|
|
162
162
|
"dev": true,
|
|
163
163
|
"license": "MIT",
|
|
164
164
|
"dependencies": {
|
|
165
|
-
"@babel/code-frame": "^7.29.
|
|
166
|
-
"@babel/generator": "^7.29.
|
|
167
|
-
"@babel/helper-globals": "^7.
|
|
168
|
-
"@babel/parser": "^7.29.
|
|
169
|
-
"@babel/template": "^7.
|
|
170
|
-
"@babel/types": "^7.29.
|
|
165
|
+
"@babel/code-frame": "^7.29.7",
|
|
166
|
+
"@babel/generator": "^7.29.7",
|
|
167
|
+
"@babel/helper-globals": "^7.29.7",
|
|
168
|
+
"@babel/parser": "^7.29.7",
|
|
169
|
+
"@babel/template": "^7.29.7",
|
|
170
|
+
"@babel/types": "^7.29.7",
|
|
171
171
|
"debug": "^4.3.1"
|
|
172
172
|
},
|
|
173
173
|
"engines": {
|
|
@@ -206,13 +206,13 @@
|
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
208
|
"node_modules/@babel/helper-compilation-targets": {
|
|
209
|
-
"version": "7.
|
|
210
|
-
"integrity": "sha512-
|
|
209
|
+
"version": "7.29.7",
|
|
210
|
+
"integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
|
|
211
211
|
"dev": true,
|
|
212
212
|
"license": "MIT",
|
|
213
213
|
"dependencies": {
|
|
214
|
-
"@babel/compat-data": "^7.
|
|
215
|
-
"@babel/helper-validator-option": "^7.
|
|
214
|
+
"@babel/compat-data": "^7.29.7",
|
|
215
|
+
"@babel/helper-validator-option": "^7.29.7",
|
|
216
216
|
"browserslist": "^4.24.0",
|
|
217
217
|
"lru-cache": "^5.1.1",
|
|
218
218
|
"semver": "^6.3.1"
|
|
@@ -254,8 +254,8 @@
|
|
|
254
254
|
}
|
|
255
255
|
},
|
|
256
256
|
"node_modules/@babel/helper-globals": {
|
|
257
|
-
"version": "7.
|
|
258
|
-
"integrity": "sha512
|
|
257
|
+
"version": "7.29.7",
|
|
258
|
+
"integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
|
|
259
259
|
"dev": true,
|
|
260
260
|
"license": "MIT",
|
|
261
261
|
"engines": {
|
|
@@ -274,26 +274,26 @@
|
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
276
|
"node_modules/@babel/helper-module-imports": {
|
|
277
|
-
"version": "7.
|
|
278
|
-
"integrity": "sha512-
|
|
277
|
+
"version": "7.29.7",
|
|
278
|
+
"integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
|
|
279
279
|
"dev": true,
|
|
280
280
|
"license": "MIT",
|
|
281
281
|
"dependencies": {
|
|
282
|
-
"@babel/traverse": "^7.
|
|
283
|
-
"@babel/types": "^7.
|
|
282
|
+
"@babel/traverse": "^7.29.7",
|
|
283
|
+
"@babel/types": "^7.29.7"
|
|
284
284
|
},
|
|
285
285
|
"engines": {
|
|
286
286
|
"node": ">=6.9.0"
|
|
287
287
|
}
|
|
288
288
|
},
|
|
289
289
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/generator": {
|
|
290
|
-
"version": "7.29.
|
|
291
|
-
"integrity": "sha512-
|
|
290
|
+
"version": "7.29.7",
|
|
291
|
+
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
292
292
|
"dev": true,
|
|
293
293
|
"license": "MIT",
|
|
294
294
|
"dependencies": {
|
|
295
|
-
"@babel/parser": "^7.29.
|
|
296
|
-
"@babel/types": "^7.29.
|
|
295
|
+
"@babel/parser": "^7.29.7",
|
|
296
|
+
"@babel/types": "^7.29.7",
|
|
297
297
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
298
298
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
299
299
|
"jsesc": "^3.0.2"
|
|
@@ -303,12 +303,12 @@
|
|
|
303
303
|
}
|
|
304
304
|
},
|
|
305
305
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/parser": {
|
|
306
|
-
"version": "7.29.
|
|
307
|
-
"integrity": "sha512-
|
|
306
|
+
"version": "7.29.7",
|
|
307
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
308
308
|
"dev": true,
|
|
309
309
|
"license": "MIT",
|
|
310
310
|
"dependencies": {
|
|
311
|
-
"@babel/types": "^7.29.
|
|
311
|
+
"@babel/types": "^7.29.7"
|
|
312
312
|
},
|
|
313
313
|
"bin": {
|
|
314
314
|
"parser": "bin/babel-parser.js"
|
|
@@ -318,17 +318,17 @@
|
|
|
318
318
|
}
|
|
319
319
|
},
|
|
320
320
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/traverse": {
|
|
321
|
-
"version": "7.29.
|
|
322
|
-
"integrity": "sha512-
|
|
321
|
+
"version": "7.29.7",
|
|
322
|
+
"integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
|
|
323
323
|
"dev": true,
|
|
324
324
|
"license": "MIT",
|
|
325
325
|
"dependencies": {
|
|
326
|
-
"@babel/code-frame": "^7.29.
|
|
327
|
-
"@babel/generator": "^7.29.
|
|
328
|
-
"@babel/helper-globals": "^7.
|
|
329
|
-
"@babel/parser": "^7.29.
|
|
330
|
-
"@babel/template": "^7.
|
|
331
|
-
"@babel/types": "^7.29.
|
|
326
|
+
"@babel/code-frame": "^7.29.7",
|
|
327
|
+
"@babel/generator": "^7.29.7",
|
|
328
|
+
"@babel/helper-globals": "^7.29.7",
|
|
329
|
+
"@babel/parser": "^7.29.7",
|
|
330
|
+
"@babel/template": "^7.29.7",
|
|
331
|
+
"@babel/types": "^7.29.7",
|
|
332
332
|
"debug": "^4.3.1"
|
|
333
333
|
},
|
|
334
334
|
"engines": {
|
|
@@ -348,14 +348,14 @@
|
|
|
348
348
|
}
|
|
349
349
|
},
|
|
350
350
|
"node_modules/@babel/helper-module-transforms": {
|
|
351
|
-
"version": "7.
|
|
352
|
-
"integrity": "sha512-
|
|
351
|
+
"version": "7.29.7",
|
|
352
|
+
"integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
|
|
353
353
|
"dev": true,
|
|
354
354
|
"license": "MIT",
|
|
355
355
|
"dependencies": {
|
|
356
|
-
"@babel/helper-module-imports": "^7.
|
|
357
|
-
"@babel/helper-validator-identifier": "^7.
|
|
358
|
-
"@babel/traverse": "^7.
|
|
356
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
357
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
358
|
+
"@babel/traverse": "^7.29.7"
|
|
359
359
|
},
|
|
360
360
|
"engines": {
|
|
361
361
|
"node": ">=6.9.0"
|
|
@@ -365,13 +365,13 @@
|
|
|
365
365
|
}
|
|
366
366
|
},
|
|
367
367
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/generator": {
|
|
368
|
-
"version": "7.29.
|
|
369
|
-
"integrity": "sha512-
|
|
368
|
+
"version": "7.29.7",
|
|
369
|
+
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
370
370
|
"dev": true,
|
|
371
371
|
"license": "MIT",
|
|
372
372
|
"dependencies": {
|
|
373
|
-
"@babel/parser": "^7.29.
|
|
374
|
-
"@babel/types": "^7.29.
|
|
373
|
+
"@babel/parser": "^7.29.7",
|
|
374
|
+
"@babel/types": "^7.29.7",
|
|
375
375
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
376
376
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
377
377
|
"jsesc": "^3.0.2"
|
|
@@ -381,12 +381,12 @@
|
|
|
381
381
|
}
|
|
382
382
|
},
|
|
383
383
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
|
|
384
|
-
"version": "7.29.
|
|
385
|
-
"integrity": "sha512-
|
|
384
|
+
"version": "7.29.7",
|
|
385
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
386
386
|
"dev": true,
|
|
387
387
|
"license": "MIT",
|
|
388
388
|
"dependencies": {
|
|
389
|
-
"@babel/types": "^7.29.
|
|
389
|
+
"@babel/types": "^7.29.7"
|
|
390
390
|
},
|
|
391
391
|
"bin": {
|
|
392
392
|
"parser": "bin/babel-parser.js"
|
|
@@ -396,17 +396,17 @@
|
|
|
396
396
|
}
|
|
397
397
|
},
|
|
398
398
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/traverse": {
|
|
399
|
-
"version": "7.29.
|
|
400
|
-
"integrity": "sha512-
|
|
399
|
+
"version": "7.29.7",
|
|
400
|
+
"integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
|
|
401
401
|
"dev": true,
|
|
402
402
|
"license": "MIT",
|
|
403
403
|
"dependencies": {
|
|
404
|
-
"@babel/code-frame": "^7.29.
|
|
405
|
-
"@babel/generator": "^7.29.
|
|
406
|
-
"@babel/helper-globals": "^7.
|
|
407
|
-
"@babel/parser": "^7.29.
|
|
408
|
-
"@babel/template": "^7.
|
|
409
|
-
"@babel/types": "^7.29.
|
|
404
|
+
"@babel/code-frame": "^7.29.7",
|
|
405
|
+
"@babel/generator": "^7.29.7",
|
|
406
|
+
"@babel/helper-globals": "^7.29.7",
|
|
407
|
+
"@babel/parser": "^7.29.7",
|
|
408
|
+
"@babel/template": "^7.29.7",
|
|
409
|
+
"@babel/types": "^7.29.7",
|
|
410
410
|
"debug": "^4.3.1"
|
|
411
411
|
},
|
|
412
412
|
"engines": {
|
|
@@ -426,8 +426,8 @@
|
|
|
426
426
|
}
|
|
427
427
|
},
|
|
428
428
|
"node_modules/@babel/helper-plugin-utils": {
|
|
429
|
-
"version": "7.
|
|
430
|
-
"integrity": "sha512-
|
|
429
|
+
"version": "7.29.7",
|
|
430
|
+
"integrity": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==",
|
|
431
431
|
"dev": true,
|
|
432
432
|
"license": "MIT",
|
|
433
433
|
"engines": {
|
|
@@ -446,24 +446,24 @@
|
|
|
446
446
|
}
|
|
447
447
|
},
|
|
448
448
|
"node_modules/@babel/helper-string-parser": {
|
|
449
|
-
"version": "7.
|
|
450
|
-
"integrity": "sha512-
|
|
449
|
+
"version": "7.29.7",
|
|
450
|
+
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
|
|
451
451
|
"license": "MIT",
|
|
452
452
|
"engines": {
|
|
453
453
|
"node": ">=6.9.0"
|
|
454
454
|
}
|
|
455
455
|
},
|
|
456
456
|
"node_modules/@babel/helper-validator-identifier": {
|
|
457
|
-
"version": "7.
|
|
458
|
-
"integrity": "sha512-
|
|
457
|
+
"version": "7.29.7",
|
|
458
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
459
459
|
"license": "MIT",
|
|
460
460
|
"engines": {
|
|
461
461
|
"node": ">=6.9.0"
|
|
462
462
|
}
|
|
463
463
|
},
|
|
464
464
|
"node_modules/@babel/helper-validator-option": {
|
|
465
|
-
"version": "7.
|
|
466
|
-
"integrity": "sha512-
|
|
465
|
+
"version": "7.29.7",
|
|
466
|
+
"integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
|
|
467
467
|
"dev": true,
|
|
468
468
|
"license": "MIT",
|
|
469
469
|
"engines": {
|
|
@@ -471,13 +471,13 @@
|
|
|
471
471
|
}
|
|
472
472
|
},
|
|
473
473
|
"node_modules/@babel/helpers": {
|
|
474
|
-
"version": "7.29.
|
|
475
|
-
"integrity": "sha512-
|
|
474
|
+
"version": "7.29.7",
|
|
475
|
+
"integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
|
|
476
476
|
"dev": true,
|
|
477
477
|
"license": "MIT",
|
|
478
478
|
"dependencies": {
|
|
479
|
-
"@babel/template": "^7.
|
|
480
|
-
"@babel/types": "^7.29.
|
|
479
|
+
"@babel/template": "^7.29.7",
|
|
480
|
+
"@babel/types": "^7.29.7"
|
|
481
481
|
},
|
|
482
482
|
"engines": {
|
|
483
483
|
"node": ">=6.9.0"
|
|
@@ -546,12 +546,12 @@
|
|
|
546
546
|
}
|
|
547
547
|
},
|
|
548
548
|
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
549
|
-
"version": "7.
|
|
550
|
-
"integrity": "sha512-
|
|
549
|
+
"version": "7.29.7",
|
|
550
|
+
"integrity": "sha512-zGYcYfq/WmZ4V+kBIXQon9dSSc8ircGZqw9ZaNhhGj9nZkeBu1jHLBDQqYYi5WA9uawvA2sIMbry2nCFhf5Djg==",
|
|
551
551
|
"dev": true,
|
|
552
552
|
"license": "MIT",
|
|
553
553
|
"dependencies": {
|
|
554
|
-
"@babel/helper-plugin-utils": "^7.
|
|
554
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
555
555
|
},
|
|
556
556
|
"engines": {
|
|
557
557
|
"node": ">=6.9.0"
|
|
@@ -585,12 +585,12 @@
|
|
|
585
585
|
}
|
|
586
586
|
},
|
|
587
587
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
588
|
-
"version": "7.
|
|
589
|
-
"integrity": "sha512-
|
|
588
|
+
"version": "7.29.7",
|
|
589
|
+
"integrity": "sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==",
|
|
590
590
|
"dev": true,
|
|
591
591
|
"license": "MIT",
|
|
592
592
|
"dependencies": {
|
|
593
|
-
"@babel/helper-plugin-utils": "^7.
|
|
593
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
594
594
|
},
|
|
595
595
|
"engines": {
|
|
596
596
|
"node": ">=6.9.0"
|
|
@@ -702,12 +702,12 @@
|
|
|
702
702
|
}
|
|
703
703
|
},
|
|
704
704
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
705
|
-
"version": "7.
|
|
706
|
-
"integrity": "sha512
|
|
705
|
+
"version": "7.29.7",
|
|
706
|
+
"integrity": "sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==",
|
|
707
707
|
"dev": true,
|
|
708
708
|
"license": "MIT",
|
|
709
709
|
"dependencies": {
|
|
710
|
-
"@babel/helper-plugin-utils": "^7.
|
|
710
|
+
"@babel/helper-plugin-utils": "^7.29.7"
|
|
711
711
|
},
|
|
712
712
|
"engines": {
|
|
713
713
|
"node": ">=6.9.0"
|
|
@@ -717,24 +717,24 @@
|
|
|
717
717
|
}
|
|
718
718
|
},
|
|
719
719
|
"node_modules/@babel/template": {
|
|
720
|
-
"version": "7.
|
|
721
|
-
"integrity": "sha512-
|
|
720
|
+
"version": "7.29.7",
|
|
721
|
+
"integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
|
|
722
722
|
"license": "MIT",
|
|
723
723
|
"dependencies": {
|
|
724
|
-
"@babel/code-frame": "^7.
|
|
725
|
-
"@babel/parser": "^7.
|
|
726
|
-
"@babel/types": "^7.
|
|
724
|
+
"@babel/code-frame": "^7.29.7",
|
|
725
|
+
"@babel/parser": "^7.29.7",
|
|
726
|
+
"@babel/types": "^7.29.7"
|
|
727
727
|
},
|
|
728
728
|
"engines": {
|
|
729
729
|
"node": ">=6.9.0"
|
|
730
730
|
}
|
|
731
731
|
},
|
|
732
732
|
"node_modules/@babel/template/node_modules/@babel/parser": {
|
|
733
|
-
"version": "7.29.
|
|
734
|
-
"integrity": "sha512-
|
|
733
|
+
"version": "7.29.7",
|
|
734
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
735
735
|
"license": "MIT",
|
|
736
736
|
"dependencies": {
|
|
737
|
-
"@babel/types": "^7.29.
|
|
737
|
+
"@babel/types": "^7.29.7"
|
|
738
738
|
},
|
|
739
739
|
"bin": {
|
|
740
740
|
"parser": "bin/babel-parser.js"
|
|
@@ -764,12 +764,12 @@
|
|
|
764
764
|
}
|
|
765
765
|
},
|
|
766
766
|
"node_modules/@babel/traverse/node_modules/@babel/generator": {
|
|
767
|
-
"version": "7.29.
|
|
768
|
-
"integrity": "sha512-
|
|
767
|
+
"version": "7.29.7",
|
|
768
|
+
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
769
769
|
"license": "MIT",
|
|
770
770
|
"dependencies": {
|
|
771
|
-
"@babel/parser": "^7.29.
|
|
772
|
-
"@babel/types": "^7.29.
|
|
771
|
+
"@babel/parser": "^7.29.7",
|
|
772
|
+
"@babel/types": "^7.29.7",
|
|
773
773
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
774
774
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
775
775
|
"jsesc": "^3.0.2"
|
|
@@ -779,11 +779,11 @@
|
|
|
779
779
|
}
|
|
780
780
|
},
|
|
781
781
|
"node_modules/@babel/traverse/node_modules/@babel/parser": {
|
|
782
|
-
"version": "7.29.
|
|
783
|
-
"integrity": "sha512-
|
|
782
|
+
"version": "7.29.7",
|
|
783
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
784
784
|
"license": "MIT",
|
|
785
785
|
"dependencies": {
|
|
786
|
-
"@babel/types": "^7.29.
|
|
786
|
+
"@babel/types": "^7.29.7"
|
|
787
787
|
},
|
|
788
788
|
"bin": {
|
|
789
789
|
"parser": "bin/babel-parser.js"
|
|
@@ -804,12 +804,12 @@
|
|
|
804
804
|
}
|
|
805
805
|
},
|
|
806
806
|
"node_modules/@babel/types": {
|
|
807
|
-
"version": "7.29.
|
|
808
|
-
"integrity": "sha512-
|
|
807
|
+
"version": "7.29.7",
|
|
808
|
+
"integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
|
|
809
809
|
"license": "MIT",
|
|
810
810
|
"dependencies": {
|
|
811
|
-
"@babel/helper-string-parser": "^7.
|
|
812
|
-
"@babel/helper-validator-identifier": "^7.
|
|
811
|
+
"@babel/helper-string-parser": "^7.29.7",
|
|
812
|
+
"@babel/helper-validator-identifier": "^7.29.7"
|
|
813
813
|
},
|
|
814
814
|
"engines": {
|
|
815
815
|
"node": ">=6.9.0"
|
|
@@ -822,9 +822,9 @@
|
|
|
822
822
|
"license": "MIT"
|
|
823
823
|
},
|
|
824
824
|
"node_modules/@bundled-es-modules/deepmerge": {
|
|
825
|
-
"version": "4.3.
|
|
826
|
-
"integrity": "sha512-
|
|
827
|
-
"license": "
|
|
825
|
+
"version": "4.3.2",
|
|
826
|
+
"integrity": "sha512-q8doe7ndrY2IolUOFIn0A0++JBX38pMhN7kFhTF4cnjIcILf6X6H2yWczInyv8ZFdR0lrE8088X8XS5efxXz8A==",
|
|
827
|
+
"license": "MIT",
|
|
828
828
|
"dependencies": {
|
|
829
829
|
"deepmerge": "^4.3.1"
|
|
830
830
|
}
|
|
@@ -851,8 +851,8 @@
|
|
|
851
851
|
"license": "MIT"
|
|
852
852
|
},
|
|
853
853
|
"node_modules/@bundled-es-modules/glob/node_modules/brace-expansion": {
|
|
854
|
-
"version": "2.1.
|
|
855
|
-
"integrity": "sha512-
|
|
854
|
+
"version": "2.1.2",
|
|
855
|
+
"integrity": "sha512-w5JZcKgdhDOgOwm8H+KgbosopHMuGcl6qbulwjtz3SM7I7P3yW1eAjzMPLrIE+NQ9vjgANKHWeMHnrT0OXW1oA==",
|
|
856
856
|
"license": "MIT",
|
|
857
857
|
"dependencies": {
|
|
858
858
|
"balanced-match": "^1.0.0"
|
|
@@ -1226,8 +1226,8 @@
|
|
|
1226
1226
|
"license": "MIT"
|
|
1227
1227
|
},
|
|
1228
1228
|
"node_modules/@jest/reporters/node_modules/brace-expansion": {
|
|
1229
|
-
"version": "1.1.
|
|
1230
|
-
"integrity": "sha512-
|
|
1229
|
+
"version": "1.1.16",
|
|
1230
|
+
"integrity": "sha512-IDw48K2/2kRkg9LdJxurvq3lV3aBgq0REY89duEqFRthjlPdXHKMj7EnQOXVckxzgisinf3nHfrcE2FufFLXMw==",
|
|
1231
1231
|
"dev": true,
|
|
1232
1232
|
"license": "MIT",
|
|
1233
1233
|
"dependencies": {
|
|
@@ -1454,12 +1454,12 @@
|
|
|
1454
1454
|
}
|
|
1455
1455
|
},
|
|
1456
1456
|
"node_modules/@jsonjoy.com/fs-core": {
|
|
1457
|
-
"version": "4.
|
|
1458
|
-
"integrity": "sha512-
|
|
1457
|
+
"version": "4.64.0",
|
|
1458
|
+
"integrity": "sha512-zs2TAq7Six5jgMuoMNjpspAvOP3mhtgq/k1UyQodEzCtQi/N83y2/y+zcvnZSGp/Rxq96DBN+bValOBQAyn/ew==",
|
|
1459
1459
|
"license": "Apache-2.0",
|
|
1460
1460
|
"dependencies": {
|
|
1461
|
-
"@jsonjoy.com/fs-node-builtins": "4.
|
|
1462
|
-
"@jsonjoy.com/fs-node-utils": "4.
|
|
1461
|
+
"@jsonjoy.com/fs-node-builtins": "4.64.0",
|
|
1462
|
+
"@jsonjoy.com/fs-node-utils": "4.64.0",
|
|
1463
1463
|
"thingies": "^2.5.0"
|
|
1464
1464
|
},
|
|
1465
1465
|
"engines": {
|
|
@@ -1474,13 +1474,13 @@
|
|
|
1474
1474
|
}
|
|
1475
1475
|
},
|
|
1476
1476
|
"node_modules/@jsonjoy.com/fs-fsa": {
|
|
1477
|
-
"version": "4.
|
|
1478
|
-
"integrity": "sha512-
|
|
1477
|
+
"version": "4.64.0",
|
|
1478
|
+
"integrity": "sha512-nMWOVbkLFyEgmXZih3wyvxA9XpgyyqyfrINMHvEFqhi7uqfRl7c9ERJt6yX7vgMPrB9Uo+OJO+Spa0cFzPD01w==",
|
|
1479
1479
|
"license": "Apache-2.0",
|
|
1480
1480
|
"dependencies": {
|
|
1481
|
-
"@jsonjoy.com/fs-core": "4.
|
|
1482
|
-
"@jsonjoy.com/fs-node-builtins": "4.
|
|
1483
|
-
"@jsonjoy.com/fs-node-utils": "4.
|
|
1481
|
+
"@jsonjoy.com/fs-core": "4.64.0",
|
|
1482
|
+
"@jsonjoy.com/fs-node-builtins": "4.64.0",
|
|
1483
|
+
"@jsonjoy.com/fs-node-utils": "4.64.0",
|
|
1484
1484
|
"thingies": "^2.5.0"
|
|
1485
1485
|
},
|
|
1486
1486
|
"engines": {
|
|
@@ -1495,15 +1495,15 @@
|
|
|
1495
1495
|
}
|
|
1496
1496
|
},
|
|
1497
1497
|
"node_modules/@jsonjoy.com/fs-node": {
|
|
1498
|
-
"version": "4.
|
|
1499
|
-
"integrity": "sha512-
|
|
1498
|
+
"version": "4.64.0",
|
|
1499
|
+
"integrity": "sha512-dO+NNkODbUli4uV42bcNrrLvq5rE7SNpdZ5TNd0dtbLsAaNK3MDiIC9lUi+brboGoIjW6vd2fB1qao60nrk5xA==",
|
|
1500
1500
|
"license": "Apache-2.0",
|
|
1501
1501
|
"dependencies": {
|
|
1502
|
-
"@jsonjoy.com/fs-core": "4.
|
|
1503
|
-
"@jsonjoy.com/fs-node-builtins": "4.
|
|
1504
|
-
"@jsonjoy.com/fs-node-utils": "4.
|
|
1505
|
-
"@jsonjoy.com/fs-print": "4.
|
|
1506
|
-
"@jsonjoy.com/fs-snapshot": "4.
|
|
1502
|
+
"@jsonjoy.com/fs-core": "4.64.0",
|
|
1503
|
+
"@jsonjoy.com/fs-node-builtins": "4.64.0",
|
|
1504
|
+
"@jsonjoy.com/fs-node-utils": "4.64.0",
|
|
1505
|
+
"@jsonjoy.com/fs-print": "4.64.0",
|
|
1506
|
+
"@jsonjoy.com/fs-snapshot": "4.64.0",
|
|
1507
1507
|
"glob-to-regex.js": "^1.0.0",
|
|
1508
1508
|
"thingies": "^2.5.0"
|
|
1509
1509
|
},
|
|
@@ -1519,8 +1519,8 @@
|
|
|
1519
1519
|
}
|
|
1520
1520
|
},
|
|
1521
1521
|
"node_modules/@jsonjoy.com/fs-node-builtins": {
|
|
1522
|
-
"version": "4.
|
|
1523
|
-
"integrity": "sha512
|
|
1522
|
+
"version": "4.64.0",
|
|
1523
|
+
"integrity": "sha512-/o7WRFhUWaM/fOrslwLZGnzn4RmRILykn+lAL+mNObqqRNw+CQSiij6hpCeZ+C7buhdoVo7go/OYqzaSUfDYmA==",
|
|
1524
1524
|
"license": "Apache-2.0",
|
|
1525
1525
|
"engines": {
|
|
1526
1526
|
"node": ">=10.0"
|
|
@@ -1534,13 +1534,13 @@
|
|
|
1534
1534
|
}
|
|
1535
1535
|
},
|
|
1536
1536
|
"node_modules/@jsonjoy.com/fs-node-to-fsa": {
|
|
1537
|
-
"version": "4.
|
|
1538
|
-
"integrity": "sha512-
|
|
1537
|
+
"version": "4.64.0",
|
|
1538
|
+
"integrity": "sha512-WDD9WVs0hb7UAEKTgZW2f66WDrbj7gIIWwpP3spbLyXa0rghtUaFTB8L4gdR3ZCWwiKIsj38/CNijpVmpnuPUw==",
|
|
1539
1539
|
"license": "Apache-2.0",
|
|
1540
1540
|
"dependencies": {
|
|
1541
|
-
"@jsonjoy.com/fs-fsa": "4.
|
|
1542
|
-
"@jsonjoy.com/fs-node-builtins": "4.
|
|
1543
|
-
"@jsonjoy.com/fs-node-utils": "4.
|
|
1541
|
+
"@jsonjoy.com/fs-fsa": "4.64.0",
|
|
1542
|
+
"@jsonjoy.com/fs-node-builtins": "4.64.0",
|
|
1543
|
+
"@jsonjoy.com/fs-node-utils": "4.64.0"
|
|
1544
1544
|
},
|
|
1545
1545
|
"engines": {
|
|
1546
1546
|
"node": ">=10.0"
|
|
@@ -1554,11 +1554,12 @@
|
|
|
1554
1554
|
}
|
|
1555
1555
|
},
|
|
1556
1556
|
"node_modules/@jsonjoy.com/fs-node-utils": {
|
|
1557
|
-
"version": "4.
|
|
1558
|
-
"integrity": "sha512-
|
|
1557
|
+
"version": "4.64.0",
|
|
1558
|
+
"integrity": "sha512-k5Indsx9hWW9xSF7Y6oSKKwtCUNhzZxadub3owhIlitc+iMRVlPPdX2duTKQWBL3qNWpXya8jykgaaWpheeS4w==",
|
|
1559
1559
|
"license": "Apache-2.0",
|
|
1560
1560
|
"dependencies": {
|
|
1561
|
-
"@jsonjoy.com/fs-node-builtins": "4.
|
|
1561
|
+
"@jsonjoy.com/fs-node-builtins": "4.64.0",
|
|
1562
|
+
"glob-to-regex.js": "^1.0.1"
|
|
1562
1563
|
},
|
|
1563
1564
|
"engines": {
|
|
1564
1565
|
"node": ">=10.0"
|
|
@@ -1572,11 +1573,11 @@
|
|
|
1572
1573
|
}
|
|
1573
1574
|
},
|
|
1574
1575
|
"node_modules/@jsonjoy.com/fs-print": {
|
|
1575
|
-
"version": "4.
|
|
1576
|
-
"integrity": "sha512-
|
|
1576
|
+
"version": "4.64.0",
|
|
1577
|
+
"integrity": "sha512-PHZFccchvkhWrwPWHjmVAhbC3vSHCtyZvlZfJJ3ho2bnzl450hXri6/8e6pbkWdH+SkmLXNml0sV8e5HDAfxKw==",
|
|
1577
1578
|
"license": "Apache-2.0",
|
|
1578
1579
|
"dependencies": {
|
|
1579
|
-
"@jsonjoy.com/fs-node-utils": "4.
|
|
1580
|
+
"@jsonjoy.com/fs-node-utils": "4.64.0",
|
|
1580
1581
|
"tree-dump": "^1.1.0"
|
|
1581
1582
|
},
|
|
1582
1583
|
"engines": {
|
|
@@ -1591,12 +1592,12 @@
|
|
|
1591
1592
|
}
|
|
1592
1593
|
},
|
|
1593
1594
|
"node_modules/@jsonjoy.com/fs-snapshot": {
|
|
1594
|
-
"version": "4.
|
|
1595
|
-
"integrity": "sha512-
|
|
1595
|
+
"version": "4.64.0",
|
|
1596
|
+
"integrity": "sha512-oM7UDeL83q6NBzzsfKAsYKXKVXlykKFqqOLh4xZZKAzzROTlInkPbc6LTDGThEOnPiFiUzA7tYziHG9xavd76Q==",
|
|
1596
1597
|
"license": "Apache-2.0",
|
|
1597
1598
|
"dependencies": {
|
|
1598
1599
|
"@jsonjoy.com/buffers": "^17.65.0",
|
|
1599
|
-
"@jsonjoy.com/fs-node-utils": "4.
|
|
1600
|
+
"@jsonjoy.com/fs-node-utils": "4.64.0",
|
|
1600
1601
|
"@jsonjoy.com/json-pack": "^17.65.0",
|
|
1601
1602
|
"@jsonjoy.com/util": "^17.65.0"
|
|
1602
1603
|
},
|
|
@@ -1852,12 +1853,12 @@
|
|
|
1852
1853
|
}
|
|
1853
1854
|
},
|
|
1854
1855
|
"node_modules/@types/babel__core/node_modules/@babel/parser": {
|
|
1855
|
-
"version": "7.29.
|
|
1856
|
-
"integrity": "sha512-
|
|
1856
|
+
"version": "7.29.7",
|
|
1857
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
1857
1858
|
"dev": true,
|
|
1858
1859
|
"license": "MIT",
|
|
1859
1860
|
"dependencies": {
|
|
1860
|
-
"@babel/types": "^7.29.
|
|
1861
|
+
"@babel/types": "^7.29.7"
|
|
1861
1862
|
},
|
|
1862
1863
|
"bin": {
|
|
1863
1864
|
"parser": "bin/babel-parser.js"
|
|
@@ -2084,13 +2085,13 @@
|
|
|
2084
2085
|
}
|
|
2085
2086
|
},
|
|
2086
2087
|
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
2087
|
-
"version": "11.15.
|
|
2088
|
-
"integrity": "sha512-
|
|
2088
|
+
"version": "11.15.5-1.256",
|
|
2089
|
+
"integrity": "sha512-ntAwFNri2ZJdeDSI90mTAVn99ZySp8Q17w7ZoQsmZBGPVPPtNwyy69afi1Lq+be2lFlhhqp+J6FG34wnxMo83Q==",
|
|
2089
2090
|
"license": "ISC"
|
|
2090
2091
|
},
|
|
2091
2092
|
"node_modules/@wavemaker/foundation-css": {
|
|
2092
|
-
"version": "11.15.
|
|
2093
|
-
"integrity": "sha512-
|
|
2093
|
+
"version": "11.15.5-1.256",
|
|
2094
|
+
"integrity": "sha512-oMGkPDMZym+5xhL1OX1OAZ4fv992MMkUA/RBLztnTCcZTU/VX2AEYC8qcA5ZA/U1S07glRcutfqoEh2/gvDEPQ==",
|
|
2094
2095
|
"license": "ISC",
|
|
2095
2096
|
"dependencies": {
|
|
2096
2097
|
"ajv": "8.17.1",
|
|
@@ -2316,12 +2317,12 @@
|
|
|
2316
2317
|
}
|
|
2317
2318
|
},
|
|
2318
2319
|
"node_modules/babel-plugin-istanbul/node_modules/@babel/parser": {
|
|
2319
|
-
"version": "7.29.
|
|
2320
|
-
"integrity": "sha512-
|
|
2320
|
+
"version": "7.29.7",
|
|
2321
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
2321
2322
|
"dev": true,
|
|
2322
2323
|
"license": "MIT",
|
|
2323
2324
|
"dependencies": {
|
|
2324
|
-
"@babel/types": "^7.29.
|
|
2325
|
+
"@babel/types": "^7.29.7"
|
|
2325
2326
|
},
|
|
2326
2327
|
"bin": {
|
|
2327
2328
|
"parser": "bin/babel-parser.js"
|
|
@@ -2441,8 +2442,8 @@
|
|
|
2441
2442
|
"license": "MIT"
|
|
2442
2443
|
},
|
|
2443
2444
|
"node_modules/baseline-browser-mapping": {
|
|
2444
|
-
"version": "2.10.
|
|
2445
|
-
"integrity": "sha512-
|
|
2445
|
+
"version": "2.10.42",
|
|
2446
|
+
"integrity": "sha512-c/jurFrDLyui7o1J86yLkRu4LMsTYcBohveus7/I2Hzdn9KIP2bdJPTue/lR1KH46enoPbD77GKeSYNdyPoD3Q==",
|
|
2446
2447
|
"dev": true,
|
|
2447
2448
|
"license": "Apache-2.0",
|
|
2448
2449
|
"bin": {
|
|
@@ -2491,8 +2492,8 @@
|
|
|
2491
2492
|
"license": "ISC"
|
|
2492
2493
|
},
|
|
2493
2494
|
"node_modules/brace-expansion": {
|
|
2494
|
-
"version": "5.0.
|
|
2495
|
-
"integrity": "sha512-
|
|
2495
|
+
"version": "5.0.7",
|
|
2496
|
+
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
|
|
2496
2497
|
"dev": true,
|
|
2497
2498
|
"license": "MIT",
|
|
2498
2499
|
"dependencies": {
|
|
@@ -2514,8 +2515,8 @@
|
|
|
2514
2515
|
}
|
|
2515
2516
|
},
|
|
2516
2517
|
"node_modules/browserslist": {
|
|
2517
|
-
"version": "4.28.
|
|
2518
|
-
"integrity": "sha512-
|
|
2518
|
+
"version": "4.28.5",
|
|
2519
|
+
"integrity": "sha512-Cu2E6QejHWzuDMTkuwgpABFgDfZrXLQq5V13YOACZx4mFAG4IwGTbTfHPMr4WtxlHoXSM8FIuRwYYCz5XiabaQ==",
|
|
2519
2520
|
"dev": true,
|
|
2520
2521
|
"funding": [
|
|
2521
2522
|
{
|
|
@@ -2533,10 +2534,10 @@
|
|
|
2533
2534
|
],
|
|
2534
2535
|
"license": "MIT",
|
|
2535
2536
|
"dependencies": {
|
|
2536
|
-
"baseline-browser-mapping": "^2.10.
|
|
2537
|
-
"caniuse-lite": "^1.0.
|
|
2538
|
-
"electron-to-chromium": "^1.5.
|
|
2539
|
-
"node-releases": "^2.0.
|
|
2537
|
+
"baseline-browser-mapping": "^2.10.42",
|
|
2538
|
+
"caniuse-lite": "^1.0.30001800",
|
|
2539
|
+
"electron-to-chromium": "^1.5.387",
|
|
2540
|
+
"node-releases": "^2.0.50",
|
|
2540
2541
|
"update-browserslist-db": "^1.2.3"
|
|
2541
2542
|
},
|
|
2542
2543
|
"bin": {
|
|
@@ -2675,8 +2676,8 @@
|
|
|
2675
2676
|
}
|
|
2676
2677
|
},
|
|
2677
2678
|
"node_modules/caniuse-lite": {
|
|
2678
|
-
"version": "1.0.
|
|
2679
|
-
"integrity": "sha512-
|
|
2679
|
+
"version": "1.0.30001803",
|
|
2680
|
+
"integrity": "sha512-g/uHREV2ZpK9qMalCsWaxmA6ol+DX8GYhuf3T40RKoP+oL7vhRJh8LNt73PCjpnR6l14FzfPrB5Yux4PKm2meg==",
|
|
2680
2681
|
"dev": true,
|
|
2681
2682
|
"funding": [
|
|
2682
2683
|
{
|
|
@@ -3217,8 +3218,8 @@
|
|
|
3217
3218
|
"license": "MIT"
|
|
3218
3219
|
},
|
|
3219
3220
|
"node_modules/electron-to-chromium": {
|
|
3220
|
-
"version": "1.5.
|
|
3221
|
-
"integrity": "sha512-
|
|
3221
|
+
"version": "1.5.389",
|
|
3222
|
+
"integrity": "sha512-cEto7aeOqBfU1D+c5py5pE+ooscKE75JifxLBdFUZsqAxRS6y7kebtxAZvICszSl05gPjYHDTjY+lXpyGvpJbg==",
|
|
3222
3223
|
"dev": true,
|
|
3223
3224
|
"license": "ISC"
|
|
3224
3225
|
},
|
|
@@ -3293,8 +3294,8 @@
|
|
|
3293
3294
|
}
|
|
3294
3295
|
},
|
|
3295
3296
|
"node_modules/es-object-atoms": {
|
|
3296
|
-
"version": "1.1.
|
|
3297
|
-
"integrity": "sha512-
|
|
3297
|
+
"version": "1.1.2",
|
|
3298
|
+
"integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==",
|
|
3298
3299
|
"license": "MIT",
|
|
3299
3300
|
"dependencies": {
|
|
3300
3301
|
"es-errors": "^1.3.0"
|
|
@@ -3446,8 +3447,8 @@
|
|
|
3446
3447
|
"license": "MIT"
|
|
3447
3448
|
},
|
|
3448
3449
|
"node_modules/fast-uri": {
|
|
3449
|
-
"version": "3.1.
|
|
3450
|
-
"integrity": "sha512-
|
|
3450
|
+
"version": "3.1.3",
|
|
3451
|
+
"integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==",
|
|
3451
3452
|
"funding": [
|
|
3452
3453
|
{
|
|
3453
3454
|
"type": "github",
|
|
@@ -3568,15 +3569,15 @@
|
|
|
3568
3569
|
}
|
|
3569
3570
|
},
|
|
3570
3571
|
"node_modules/form-data": {
|
|
3571
|
-
"version": "4.0.
|
|
3572
|
-
"integrity": "sha512-
|
|
3572
|
+
"version": "4.0.6",
|
|
3573
|
+
"integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
|
|
3573
3574
|
"license": "MIT",
|
|
3574
3575
|
"dependencies": {
|
|
3575
3576
|
"asynckit": "^0.4.0",
|
|
3576
3577
|
"combined-stream": "^1.0.8",
|
|
3577
3578
|
"es-set-tostringtag": "^2.1.0",
|
|
3578
|
-
"hasown": "^2.0.
|
|
3579
|
-
"mime-types": "^2.1.
|
|
3579
|
+
"hasown": "^2.0.4",
|
|
3580
|
+
"mime-types": "^2.1.35"
|
|
3580
3581
|
},
|
|
3581
3582
|
"engines": {
|
|
3582
3583
|
"node": ">= 6"
|
|
@@ -3837,8 +3838,8 @@
|
|
|
3837
3838
|
}
|
|
3838
3839
|
},
|
|
3839
3840
|
"node_modules/hasown": {
|
|
3840
|
-
"version": "2.0.
|
|
3841
|
-
"integrity": "sha512-
|
|
3841
|
+
"version": "2.0.4",
|
|
3842
|
+
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
3842
3843
|
"license": "MIT",
|
|
3843
3844
|
"dependencies": {
|
|
3844
3845
|
"function-bind": "^1.1.2"
|
|
@@ -4204,12 +4205,12 @@
|
|
|
4204
4205
|
}
|
|
4205
4206
|
},
|
|
4206
4207
|
"node_modules/istanbul-lib-instrument/node_modules/@babel/parser": {
|
|
4207
|
-
"version": "7.29.
|
|
4208
|
-
"integrity": "sha512-
|
|
4208
|
+
"version": "7.29.7",
|
|
4209
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
4209
4210
|
"dev": true,
|
|
4210
4211
|
"license": "MIT",
|
|
4211
4212
|
"dependencies": {
|
|
4212
|
-
"@babel/types": "^7.29.
|
|
4213
|
+
"@babel/types": "^7.29.7"
|
|
4213
4214
|
},
|
|
4214
4215
|
"bin": {
|
|
4215
4216
|
"parser": "bin/babel-parser.js"
|
|
@@ -4219,8 +4220,8 @@
|
|
|
4219
4220
|
}
|
|
4220
4221
|
},
|
|
4221
4222
|
"node_modules/istanbul-lib-instrument/node_modules/semver": {
|
|
4222
|
-
"version": "7.8.
|
|
4223
|
-
"integrity": "sha512-
|
|
4223
|
+
"version": "7.8.5",
|
|
4224
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
4224
4225
|
"dev": true,
|
|
4225
4226
|
"license": "ISC",
|
|
4226
4227
|
"bin": {
|
|
@@ -4413,8 +4414,8 @@
|
|
|
4413
4414
|
}
|
|
4414
4415
|
},
|
|
4415
4416
|
"node_modules/jest-cli/node_modules/yargs": {
|
|
4416
|
-
"version": "17.7.
|
|
4417
|
-
"integrity": "sha512-
|
|
4417
|
+
"version": "17.7.3",
|
|
4418
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
4418
4419
|
"dev": true,
|
|
4419
4420
|
"license": "MIT",
|
|
4420
4421
|
"dependencies": {
|
|
@@ -4482,8 +4483,8 @@
|
|
|
4482
4483
|
"license": "MIT"
|
|
4483
4484
|
},
|
|
4484
4485
|
"node_modules/jest-config/node_modules/brace-expansion": {
|
|
4485
|
-
"version": "1.1.
|
|
4486
|
-
"integrity": "sha512-
|
|
4486
|
+
"version": "1.1.16",
|
|
4487
|
+
"integrity": "sha512-IDw48K2/2kRkg9LdJxurvq3lV3aBgq0REY89duEqFRthjlPdXHKMj7EnQOXVckxzgisinf3nHfrcE2FufFLXMw==",
|
|
4487
4488
|
"dev": true,
|
|
4488
4489
|
"license": "MIT",
|
|
4489
4490
|
"dependencies": {
|
|
@@ -4811,8 +4812,8 @@
|
|
|
4811
4812
|
"license": "MIT"
|
|
4812
4813
|
},
|
|
4813
4814
|
"node_modules/jest-runtime/node_modules/brace-expansion": {
|
|
4814
|
-
"version": "1.1.
|
|
4815
|
-
"integrity": "sha512-
|
|
4815
|
+
"version": "1.1.16",
|
|
4816
|
+
"integrity": "sha512-IDw48K2/2kRkg9LdJxurvq3lV3aBgq0REY89duEqFRthjlPdXHKMj7EnQOXVckxzgisinf3nHfrcE2FufFLXMw==",
|
|
4816
4817
|
"dev": true,
|
|
4817
4818
|
"license": "MIT",
|
|
4818
4819
|
"dependencies": {
|
|
@@ -4885,8 +4886,8 @@
|
|
|
4885
4886
|
}
|
|
4886
4887
|
},
|
|
4887
4888
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
4888
|
-
"version": "7.8.
|
|
4889
|
-
"integrity": "sha512-
|
|
4889
|
+
"version": "7.8.5",
|
|
4890
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
4890
4891
|
"dev": true,
|
|
4891
4892
|
"license": "ISC",
|
|
4892
4893
|
"bin": {
|
|
@@ -4997,8 +4998,8 @@
|
|
|
4997
4998
|
"license": "MIT"
|
|
4998
4999
|
},
|
|
4999
5000
|
"node_modules/js-yaml": {
|
|
5000
|
-
"version": "3.
|
|
5001
|
-
"integrity": "sha512-
|
|
5001
|
+
"version": "3.15.0",
|
|
5002
|
+
"integrity": "sha512-ttBQIIQPDeLjpPOohtUdXuXUVoA2uIB6fEH9HyJ7234s5mBJ5wTx20njxplLZQgLaOfpmPQA7X2t5AX6tIPbog==",
|
|
5002
5003
|
"dev": true,
|
|
5003
5004
|
"license": "MIT",
|
|
5004
5005
|
"dependencies": {
|
|
@@ -5219,8 +5220,8 @@
|
|
|
5219
5220
|
}
|
|
5220
5221
|
},
|
|
5221
5222
|
"node_modules/make-dir/node_modules/semver": {
|
|
5222
|
-
"version": "7.8.
|
|
5223
|
-
"integrity": "sha512-
|
|
5223
|
+
"version": "7.8.5",
|
|
5224
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
5224
5225
|
"dev": true,
|
|
5225
5226
|
"license": "ISC",
|
|
5226
5227
|
"bin": {
|
|
@@ -5259,18 +5260,18 @@
|
|
|
5259
5260
|
"license": "CC0-1.0"
|
|
5260
5261
|
},
|
|
5261
5262
|
"node_modules/memfs": {
|
|
5262
|
-
"version": "4.
|
|
5263
|
-
"integrity": "sha512-
|
|
5263
|
+
"version": "4.64.0",
|
|
5264
|
+
"integrity": "sha512-Kw72fgY7Wn+sD8KmtNWSafl1dz0UvAsE/PHs3YVfLiaZuA3HxNm9sRLqAu0ATiBGJvME1PxZXbBZPv5GycDeAw==",
|
|
5264
5265
|
"license": "Apache-2.0",
|
|
5265
5266
|
"dependencies": {
|
|
5266
|
-
"@jsonjoy.com/fs-core": "4.
|
|
5267
|
-
"@jsonjoy.com/fs-fsa": "4.
|
|
5268
|
-
"@jsonjoy.com/fs-node": "4.
|
|
5269
|
-
"@jsonjoy.com/fs-node-builtins": "4.
|
|
5270
|
-
"@jsonjoy.com/fs-node-to-fsa": "4.
|
|
5271
|
-
"@jsonjoy.com/fs-node-utils": "4.
|
|
5272
|
-
"@jsonjoy.com/fs-print": "4.
|
|
5273
|
-
"@jsonjoy.com/fs-snapshot": "4.
|
|
5267
|
+
"@jsonjoy.com/fs-core": "4.64.0",
|
|
5268
|
+
"@jsonjoy.com/fs-fsa": "4.64.0",
|
|
5269
|
+
"@jsonjoy.com/fs-node": "4.64.0",
|
|
5270
|
+
"@jsonjoy.com/fs-node-builtins": "4.64.0",
|
|
5271
|
+
"@jsonjoy.com/fs-node-to-fsa": "4.64.0",
|
|
5272
|
+
"@jsonjoy.com/fs-node-utils": "4.64.0",
|
|
5273
|
+
"@jsonjoy.com/fs-print": "4.64.0",
|
|
5274
|
+
"@jsonjoy.com/fs-snapshot": "4.64.0",
|
|
5274
5275
|
"@jsonjoy.com/json-pack": "^1.11.0",
|
|
5275
5276
|
"@jsonjoy.com/util": "^1.9.0",
|
|
5276
5277
|
"glob-to-regex.js": "^1.0.1",
|
|
@@ -5455,10 +5456,13 @@
|
|
|
5455
5456
|
"license": "MIT"
|
|
5456
5457
|
},
|
|
5457
5458
|
"node_modules/node-releases": {
|
|
5458
|
-
"version": "2.0.
|
|
5459
|
-
"integrity": "sha512-
|
|
5459
|
+
"version": "2.0.51",
|
|
5460
|
+
"integrity": "sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==",
|
|
5460
5461
|
"dev": true,
|
|
5461
|
-
"license": "MIT"
|
|
5462
|
+
"license": "MIT",
|
|
5463
|
+
"engines": {
|
|
5464
|
+
"node": ">=18"
|
|
5465
|
+
}
|
|
5462
5466
|
},
|
|
5463
5467
|
"node_modules/normalize-path": {
|
|
5464
5468
|
"version": "3.0.0",
|
|
@@ -5702,8 +5706,8 @@
|
|
|
5702
5706
|
}
|
|
5703
5707
|
},
|
|
5704
5708
|
"node_modules/patch-package/node_modules/semver": {
|
|
5705
|
-
"version": "7.8.
|
|
5706
|
-
"integrity": "sha512-
|
|
5709
|
+
"version": "7.8.5",
|
|
5710
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
5707
5711
|
"license": "ISC",
|
|
5708
5712
|
"bin": {
|
|
5709
5713
|
"semver": "bin/semver.js"
|
|
@@ -5776,8 +5780,8 @@
|
|
|
5776
5780
|
}
|
|
5777
5781
|
},
|
|
5778
5782
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
5779
|
-
"version": "11.
|
|
5780
|
-
"integrity": "sha512-
|
|
5783
|
+
"version": "11.5.2",
|
|
5784
|
+
"integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==",
|
|
5781
5785
|
"dev": true,
|
|
5782
5786
|
"license": "BlueOak-1.0.0",
|
|
5783
5787
|
"engines": {
|
|
@@ -5997,11 +6001,12 @@
|
|
|
5997
6001
|
"license": "MIT"
|
|
5998
6002
|
},
|
|
5999
6003
|
"node_modules/qs": {
|
|
6000
|
-
"version": "6.15.
|
|
6001
|
-
"integrity": "sha512-
|
|
6004
|
+
"version": "6.15.3",
|
|
6005
|
+
"integrity": "sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==",
|
|
6002
6006
|
"license": "BSD-3-Clause",
|
|
6003
6007
|
"dependencies": {
|
|
6004
|
-
"
|
|
6008
|
+
"es-define-property": "^1.0.1",
|
|
6009
|
+
"side-channel": "^1.1.1"
|
|
6005
6010
|
},
|
|
6006
6011
|
"engines": {
|
|
6007
6012
|
"node": ">=0.6"
|
|
@@ -6123,8 +6128,8 @@
|
|
|
6123
6128
|
"license": "MIT"
|
|
6124
6129
|
},
|
|
6125
6130
|
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
6126
|
-
"version": "1.1.
|
|
6127
|
-
"integrity": "sha512-
|
|
6131
|
+
"version": "1.1.16",
|
|
6132
|
+
"integrity": "sha512-IDw48K2/2kRkg9LdJxurvq3lV3aBgq0REY89duEqFRthjlPdXHKMj7EnQOXVckxzgisinf3nHfrcE2FufFLXMw==",
|
|
6128
6133
|
"license": "MIT",
|
|
6129
6134
|
"dependencies": {
|
|
6130
6135
|
"balanced-match": "^1.0.0",
|
|
@@ -6281,13 +6286,13 @@
|
|
|
6281
6286
|
}
|
|
6282
6287
|
},
|
|
6283
6288
|
"node_modules/side-channel": {
|
|
6284
|
-
"version": "1.1.
|
|
6285
|
-
"integrity": "sha512-
|
|
6289
|
+
"version": "1.1.1",
|
|
6290
|
+
"integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
|
|
6286
6291
|
"license": "MIT",
|
|
6287
6292
|
"dependencies": {
|
|
6288
6293
|
"es-errors": "^1.3.0",
|
|
6289
|
-
"object-inspect": "^1.13.
|
|
6290
|
-
"side-channel-list": "^1.0.
|
|
6294
|
+
"object-inspect": "^1.13.4",
|
|
6295
|
+
"side-channel-list": "^1.0.1",
|
|
6291
6296
|
"side-channel-map": "^1.0.1",
|
|
6292
6297
|
"side-channel-weakmap": "^1.0.2"
|
|
6293
6298
|
},
|
|
@@ -6622,8 +6627,8 @@
|
|
|
6622
6627
|
}
|
|
6623
6628
|
},
|
|
6624
6629
|
"node_modules/tar-fs": {
|
|
6625
|
-
"version": "2.1.
|
|
6626
|
-
"integrity": "sha512-
|
|
6630
|
+
"version": "2.1.5",
|
|
6631
|
+
"integrity": "sha512-OboTd8mmMhZDNPV+UjQcK9yKAatXu2aJ+r1w4im1Otd4M4fl2hwvdoXUxIYHFTHWK/3y3FarBP70v3vwmGlOxw==",
|
|
6627
6632
|
"license": "MIT",
|
|
6628
6633
|
"dependencies": {
|
|
6629
6634
|
"chownr": "^1.1.1",
|
|
@@ -6668,8 +6673,8 @@
|
|
|
6668
6673
|
"license": "MIT"
|
|
6669
6674
|
},
|
|
6670
6675
|
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
6671
|
-
"version": "1.1.
|
|
6672
|
-
"integrity": "sha512-
|
|
6676
|
+
"version": "1.1.16",
|
|
6677
|
+
"integrity": "sha512-IDw48K2/2kRkg9LdJxurvq3lV3aBgq0REY89duEqFRthjlPdXHKMj7EnQOXVckxzgisinf3nHfrcE2FufFLXMw==",
|
|
6673
6678
|
"dev": true,
|
|
6674
6679
|
"license": "MIT",
|
|
6675
6680
|
"dependencies": {
|
|
@@ -6736,8 +6741,8 @@
|
|
|
6736
6741
|
"license": "MIT"
|
|
6737
6742
|
},
|
|
6738
6743
|
"node_modules/tmp": {
|
|
6739
|
-
"version": "0.2.
|
|
6740
|
-
"integrity": "sha512-
|
|
6744
|
+
"version": "0.2.7",
|
|
6745
|
+
"integrity": "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==",
|
|
6741
6746
|
"license": "MIT",
|
|
6742
6747
|
"engines": {
|
|
6743
6748
|
"node": ">=14.14"
|
|
@@ -7031,12 +7036,12 @@
|
|
|
7031
7036
|
}
|
|
7032
7037
|
},
|
|
7033
7038
|
"node_modules/which-typed-array": {
|
|
7034
|
-
"version": "1.1.
|
|
7035
|
-
"integrity": "sha512-
|
|
7039
|
+
"version": "1.1.22",
|
|
7040
|
+
"integrity": "sha512-fvO4ExWMFsqyhG3AiPAObMuY1lxaqgYcxbc49CNdWDDECOJNgQyvsOWVwbZc+qf3rzRtxojBK+CMEv0Ld5CYpw==",
|
|
7036
7041
|
"license": "MIT",
|
|
7037
7042
|
"dependencies": {
|
|
7038
7043
|
"available-typed-arrays": "^1.0.7",
|
|
7039
|
-
"call-bind": "^1.0.
|
|
7044
|
+
"call-bind": "^1.0.9",
|
|
7040
7045
|
"call-bound": "^1.0.4",
|
|
7041
7046
|
"for-each": "^0.3.5",
|
|
7042
7047
|
"get-proto": "^1.0.1",
|
|
@@ -7107,8 +7112,8 @@
|
|
|
7107
7112
|
}
|
|
7108
7113
|
},
|
|
7109
7114
|
"node_modules/ws": {
|
|
7110
|
-
"version": "7.5.
|
|
7111
|
-
"integrity": "sha512
|
|
7115
|
+
"version": "7.5.11",
|
|
7116
|
+
"integrity": "sha512-zS54Oen9bITtp7kp2XM3AydrCIq1D+HwJOuH+c+e4LfpL/lotP5osijd+UoMnxwAam1GN8R4KtLAyIrIcBNpiA==",
|
|
7112
7117
|
"license": "MIT",
|
|
7113
7118
|
"engines": {
|
|
7114
7119
|
"node": ">=8.3.0"
|