@wavemaker/rn-codegen 11.11.4-rc.6172 → 11.11.5-rc.214
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 +61 -61
- package/package-lock.json +61 -61
- package/package.json +1 -1
- package/src/app.generator.js +9 -2
- package/src/app.generator.js.map +1 -1
- package/src/templates/app.template +9 -1
- package/src/templates/bootstrap.template +2 -1
- package/src/templates/package.web.json +3 -3
- package/src/templates/project/component/dynamic/component-generator.js +6 -1
- package/src/templates/project/package.json +3 -3
- package/src/theme/components/container/accordion.styledef.js +5 -0
- package/src/theme/components/container/accordion.styledef.js.map +1 -1
- package/src/transpile/components/data/form/form-field.transformer.js +1 -3
- package/src/transpile/components/data/form/form-field.transformer.js.map +1 -1
- package/src/transpile/components/data/form.transformer.js +1 -1
- package/src/transpile/components/page/page.transformer.js +6 -1
- package/src/transpile/components/page/page.transformer.js.map +1 -1
- package/src/transpile/property/property-parser.js +5 -4
- package/src/transpile/property/property-parser.js.map +1 -1
- package/src/transpile/transpile.js +18 -15
- package/src/transpile/transpile.js.map +1 -1
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wavemaker/rn-codegen",
|
3
|
-
"version": "11.11.
|
3
|
+
"version": "11.11.5-rc.214",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@wavemaker/rn-codegen",
|
9
|
-
"version": "11.11.
|
9
|
+
"version": "11.11.5-rc.214",
|
10
10
|
"hasInstallScript": true,
|
11
11
|
"license": "ISC",
|
12
12
|
"dependencies": {
|
@@ -97,8 +97,8 @@
|
|
97
97
|
}
|
98
98
|
},
|
99
99
|
"node_modules/@babel/compat-data": {
|
100
|
-
"version": "7.27.
|
101
|
-
"integrity": "sha512-
|
100
|
+
"version": "7.27.7",
|
101
|
+
"integrity": "sha512-xgu/ySj2mTiUFmdE9yCMfBxLp4DHd5DwmbbD05YAuICfodYT3VvRxbrh81LGQ/8UpSdtMdfKMn3KouYDX59DGQ==",
|
102
102
|
"dev": true,
|
103
103
|
"license": "MIT",
|
104
104
|
"engines": {
|
@@ -106,21 +106,21 @@
|
|
106
106
|
}
|
107
107
|
},
|
108
108
|
"node_modules/@babel/core": {
|
109
|
-
"version": "7.27.
|
110
|
-
"integrity": "sha512-
|
109
|
+
"version": "7.27.7",
|
110
|
+
"integrity": "sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==",
|
111
111
|
"dev": true,
|
112
112
|
"license": "MIT",
|
113
113
|
"dependencies": {
|
114
114
|
"@ampproject/remapping": "^2.2.0",
|
115
115
|
"@babel/code-frame": "^7.27.1",
|
116
|
-
"@babel/generator": "^7.27.
|
116
|
+
"@babel/generator": "^7.27.5",
|
117
117
|
"@babel/helper-compilation-targets": "^7.27.2",
|
118
118
|
"@babel/helper-module-transforms": "^7.27.3",
|
119
|
-
"@babel/helpers": "^7.27.
|
120
|
-
"@babel/parser": "^7.27.
|
119
|
+
"@babel/helpers": "^7.27.6",
|
120
|
+
"@babel/parser": "^7.27.7",
|
121
121
|
"@babel/template": "^7.27.2",
|
122
|
-
"@babel/traverse": "^7.27.
|
123
|
-
"@babel/types": "^7.27.
|
122
|
+
"@babel/traverse": "^7.27.7",
|
123
|
+
"@babel/types": "^7.27.7",
|
124
124
|
"convert-source-map": "^2.0.0",
|
125
125
|
"debug": "^4.1.0",
|
126
126
|
"gensync": "^1.0.0-beta.2",
|
@@ -152,12 +152,12 @@
|
|
152
152
|
}
|
153
153
|
},
|
154
154
|
"node_modules/@babel/core/node_modules/@babel/parser": {
|
155
|
-
"version": "7.27.
|
156
|
-
"integrity": "sha512-
|
155
|
+
"version": "7.27.7",
|
156
|
+
"integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
|
157
157
|
"dev": true,
|
158
158
|
"license": "MIT",
|
159
159
|
"dependencies": {
|
160
|
-
"@babel/types": "^7.27.
|
160
|
+
"@babel/types": "^7.27.7"
|
161
161
|
},
|
162
162
|
"bin": {
|
163
163
|
"parser": "bin/babel-parser.js"
|
@@ -167,16 +167,16 @@
|
|
167
167
|
}
|
168
168
|
},
|
169
169
|
"node_modules/@babel/core/node_modules/@babel/traverse": {
|
170
|
-
"version": "7.27.
|
171
|
-
"integrity": "sha512-
|
170
|
+
"version": "7.27.7",
|
171
|
+
"integrity": "sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==",
|
172
172
|
"dev": true,
|
173
173
|
"license": "MIT",
|
174
174
|
"dependencies": {
|
175
175
|
"@babel/code-frame": "^7.27.1",
|
176
|
-
"@babel/generator": "^7.27.
|
177
|
-
"@babel/parser": "^7.27.
|
176
|
+
"@babel/generator": "^7.27.5",
|
177
|
+
"@babel/parser": "^7.27.7",
|
178
178
|
"@babel/template": "^7.27.2",
|
179
|
-
"@babel/types": "^7.27.
|
179
|
+
"@babel/types": "^7.27.7",
|
180
180
|
"debug": "^4.3.1",
|
181
181
|
"globals": "^11.1.0"
|
182
182
|
},
|
@@ -282,12 +282,12 @@
|
|
282
282
|
}
|
283
283
|
},
|
284
284
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/parser": {
|
285
|
-
"version": "7.27.
|
286
|
-
"integrity": "sha512-
|
285
|
+
"version": "7.27.7",
|
286
|
+
"integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
|
287
287
|
"dev": true,
|
288
288
|
"license": "MIT",
|
289
289
|
"dependencies": {
|
290
|
-
"@babel/types": "^7.27.
|
290
|
+
"@babel/types": "^7.27.7"
|
291
291
|
},
|
292
292
|
"bin": {
|
293
293
|
"parser": "bin/babel-parser.js"
|
@@ -297,16 +297,16 @@
|
|
297
297
|
}
|
298
298
|
},
|
299
299
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/traverse": {
|
300
|
-
"version": "7.27.
|
301
|
-
"integrity": "sha512-
|
300
|
+
"version": "7.27.7",
|
301
|
+
"integrity": "sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==",
|
302
302
|
"dev": true,
|
303
303
|
"license": "MIT",
|
304
304
|
"dependencies": {
|
305
305
|
"@babel/code-frame": "^7.27.1",
|
306
|
-
"@babel/generator": "^7.27.
|
307
|
-
"@babel/parser": "^7.27.
|
306
|
+
"@babel/generator": "^7.27.5",
|
307
|
+
"@babel/parser": "^7.27.7",
|
308
308
|
"@babel/template": "^7.27.2",
|
309
|
-
"@babel/types": "^7.27.
|
309
|
+
"@babel/types": "^7.27.7",
|
310
310
|
"debug": "^4.3.1",
|
311
311
|
"globals": "^11.1.0"
|
312
312
|
},
|
@@ -360,12 +360,12 @@
|
|
360
360
|
}
|
361
361
|
},
|
362
362
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
|
363
|
-
"version": "7.27.
|
364
|
-
"integrity": "sha512-
|
363
|
+
"version": "7.27.7",
|
364
|
+
"integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
|
365
365
|
"dev": true,
|
366
366
|
"license": "MIT",
|
367
367
|
"dependencies": {
|
368
|
-
"@babel/types": "^7.27.
|
368
|
+
"@babel/types": "^7.27.7"
|
369
369
|
},
|
370
370
|
"bin": {
|
371
371
|
"parser": "bin/babel-parser.js"
|
@@ -375,16 +375,16 @@
|
|
375
375
|
}
|
376
376
|
},
|
377
377
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/traverse": {
|
378
|
-
"version": "7.27.
|
379
|
-
"integrity": "sha512-
|
378
|
+
"version": "7.27.7",
|
379
|
+
"integrity": "sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==",
|
380
380
|
"dev": true,
|
381
381
|
"license": "MIT",
|
382
382
|
"dependencies": {
|
383
383
|
"@babel/code-frame": "^7.27.1",
|
384
|
-
"@babel/generator": "^7.27.
|
385
|
-
"@babel/parser": "^7.27.
|
384
|
+
"@babel/generator": "^7.27.5",
|
385
|
+
"@babel/parser": "^7.27.7",
|
386
386
|
"@babel/template": "^7.27.2",
|
387
|
-
"@babel/types": "^7.27.
|
387
|
+
"@babel/types": "^7.27.7",
|
388
388
|
"debug": "^4.3.1",
|
389
389
|
"globals": "^11.1.0"
|
390
390
|
},
|
@@ -709,11 +709,11 @@
|
|
709
709
|
}
|
710
710
|
},
|
711
711
|
"node_modules/@babel/template/node_modules/@babel/parser": {
|
712
|
-
"version": "7.27.
|
713
|
-
"integrity": "sha512-
|
712
|
+
"version": "7.27.7",
|
713
|
+
"integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
|
714
714
|
"license": "MIT",
|
715
715
|
"dependencies": {
|
716
|
-
"@babel/types": "^7.27.
|
716
|
+
"@babel/types": "^7.27.7"
|
717
717
|
},
|
718
718
|
"bin": {
|
719
719
|
"parser": "bin/babel-parser.js"
|
@@ -739,8 +739,8 @@
|
|
739
739
|
}
|
740
740
|
},
|
741
741
|
"node_modules/@babel/types": {
|
742
|
-
"version": "7.27.
|
743
|
-
"integrity": "sha512-
|
742
|
+
"version": "7.27.7",
|
743
|
+
"integrity": "sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==",
|
744
744
|
"license": "MIT",
|
745
745
|
"dependencies": {
|
746
746
|
"@babel/helper-string-parser": "^7.27.1",
|
@@ -1154,12 +1154,12 @@
|
|
1154
1154
|
}
|
1155
1155
|
},
|
1156
1156
|
"node_modules/@types/babel__core/node_modules/@babel/parser": {
|
1157
|
-
"version": "7.27.
|
1158
|
-
"integrity": "sha512-
|
1157
|
+
"version": "7.27.7",
|
1158
|
+
"integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
|
1159
1159
|
"dev": true,
|
1160
1160
|
"license": "MIT",
|
1161
1161
|
"dependencies": {
|
1162
|
-
"@babel/types": "^7.27.
|
1162
|
+
"@babel/types": "^7.27.7"
|
1163
1163
|
},
|
1164
1164
|
"bin": {
|
1165
1165
|
"parser": "bin/babel-parser.js"
|
@@ -1543,12 +1543,12 @@
|
|
1543
1543
|
}
|
1544
1544
|
},
|
1545
1545
|
"node_modules/babel-plugin-istanbul/node_modules/@babel/parser": {
|
1546
|
-
"version": "7.27.
|
1547
|
-
"integrity": "sha512-
|
1546
|
+
"version": "7.27.7",
|
1547
|
+
"integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
|
1548
1548
|
"dev": true,
|
1549
1549
|
"license": "MIT",
|
1550
1550
|
"dependencies": {
|
1551
|
-
"@babel/types": "^7.27.
|
1551
|
+
"@babel/types": "^7.27.7"
|
1552
1552
|
},
|
1553
1553
|
"bin": {
|
1554
1554
|
"parser": "bin/babel-parser.js"
|
@@ -1700,8 +1700,8 @@
|
|
1700
1700
|
}
|
1701
1701
|
},
|
1702
1702
|
"node_modules/browserslist": {
|
1703
|
-
"version": "4.25.
|
1704
|
-
"integrity": "sha512-
|
1703
|
+
"version": "4.25.1",
|
1704
|
+
"integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==",
|
1705
1705
|
"dev": true,
|
1706
1706
|
"funding": [
|
1707
1707
|
{
|
@@ -1719,8 +1719,8 @@
|
|
1719
1719
|
],
|
1720
1720
|
"license": "MIT",
|
1721
1721
|
"dependencies": {
|
1722
|
-
"caniuse-lite": "^1.0.
|
1723
|
-
"electron-to-chromium": "^1.5.
|
1722
|
+
"caniuse-lite": "^1.0.30001726",
|
1723
|
+
"electron-to-chromium": "^1.5.173",
|
1724
1724
|
"node-releases": "^2.0.19",
|
1725
1725
|
"update-browserslist-db": "^1.1.3"
|
1726
1726
|
},
|
@@ -1828,8 +1828,8 @@
|
|
1828
1828
|
}
|
1829
1829
|
},
|
1830
1830
|
"node_modules/caniuse-lite": {
|
1831
|
-
"version": "1.0.
|
1832
|
-
"integrity": "sha512-
|
1831
|
+
"version": "1.0.30001726",
|
1832
|
+
"integrity": "sha512-VQAUIUzBiZ/UnlM28fSp2CRF3ivUn1BWEvxMcVTNwpw91Py1pGbPIyIKtd+tzct9C3ouceCVdGAXxZOpZAsgdw==",
|
1833
1833
|
"dev": true,
|
1834
1834
|
"funding": [
|
1835
1835
|
{
|
@@ -2281,8 +2281,8 @@
|
|
2281
2281
|
}
|
2282
2282
|
},
|
2283
2283
|
"node_modules/electron-to-chromium": {
|
2284
|
-
"version": "1.5.
|
2285
|
-
"integrity": "sha512-
|
2284
|
+
"version": "1.5.177",
|
2285
|
+
"integrity": "sha512-7EH2G59nLsEMj97fpDuvVcYi6lwTcM1xuWw3PssD8xzboAW7zj7iB3COEEEATUfjLHrs5uKBLQT03V/8URx06g==",
|
2286
2286
|
"dev": true,
|
2287
2287
|
"license": "ISC"
|
2288
2288
|
},
|
@@ -2304,8 +2304,8 @@
|
|
2304
2304
|
"license": "MIT"
|
2305
2305
|
},
|
2306
2306
|
"node_modules/end-of-stream": {
|
2307
|
-
"version": "1.4.
|
2308
|
-
"integrity": "sha512
|
2307
|
+
"version": "1.4.5",
|
2308
|
+
"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
|
2309
2309
|
"license": "MIT",
|
2310
2310
|
"dependencies": {
|
2311
2311
|
"once": "^1.4.0"
|
@@ -3025,12 +3025,12 @@
|
|
3025
3025
|
}
|
3026
3026
|
},
|
3027
3027
|
"node_modules/istanbul-lib-instrument/node_modules/@babel/parser": {
|
3028
|
-
"version": "7.27.
|
3029
|
-
"integrity": "sha512-
|
3028
|
+
"version": "7.27.7",
|
3029
|
+
"integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
|
3030
3030
|
"dev": true,
|
3031
3031
|
"license": "MIT",
|
3032
3032
|
"dependencies": {
|
3033
|
-
"@babel/types": "^7.27.
|
3033
|
+
"@babel/types": "^7.27.7"
|
3034
3034
|
},
|
3035
3035
|
"bin": {
|
3036
3036
|
"parser": "bin/babel-parser.js"
|
@@ -4375,8 +4375,8 @@
|
|
4375
4375
|
"optional": true
|
4376
4376
|
},
|
4377
4377
|
"node_modules/pump": {
|
4378
|
-
"version": "3.0.
|
4379
|
-
"integrity": "sha512-
|
4378
|
+
"version": "3.0.3",
|
4379
|
+
"integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==",
|
4380
4380
|
"license": "MIT",
|
4381
4381
|
"dependencies": {
|
4382
4382
|
"end-of-stream": "^1.1.0",
|
package/package-lock.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wavemaker/rn-codegen",
|
3
|
-
"version": "11.11.
|
3
|
+
"version": "11.11.5-rc.214",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@wavemaker/rn-codegen",
|
9
|
-
"version": "11.11.
|
9
|
+
"version": "11.11.5-rc.214",
|
10
10
|
"hasInstallScript": true,
|
11
11
|
"license": "ISC",
|
12
12
|
"dependencies": {
|
@@ -97,8 +97,8 @@
|
|
97
97
|
}
|
98
98
|
},
|
99
99
|
"node_modules/@babel/compat-data": {
|
100
|
-
"version": "7.27.
|
101
|
-
"integrity": "sha512-
|
100
|
+
"version": "7.27.7",
|
101
|
+
"integrity": "sha512-xgu/ySj2mTiUFmdE9yCMfBxLp4DHd5DwmbbD05YAuICfodYT3VvRxbrh81LGQ/8UpSdtMdfKMn3KouYDX59DGQ==",
|
102
102
|
"dev": true,
|
103
103
|
"license": "MIT",
|
104
104
|
"engines": {
|
@@ -106,21 +106,21 @@
|
|
106
106
|
}
|
107
107
|
},
|
108
108
|
"node_modules/@babel/core": {
|
109
|
-
"version": "7.27.
|
110
|
-
"integrity": "sha512-
|
109
|
+
"version": "7.27.7",
|
110
|
+
"integrity": "sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==",
|
111
111
|
"dev": true,
|
112
112
|
"license": "MIT",
|
113
113
|
"dependencies": {
|
114
114
|
"@ampproject/remapping": "^2.2.0",
|
115
115
|
"@babel/code-frame": "^7.27.1",
|
116
|
-
"@babel/generator": "^7.27.
|
116
|
+
"@babel/generator": "^7.27.5",
|
117
117
|
"@babel/helper-compilation-targets": "^7.27.2",
|
118
118
|
"@babel/helper-module-transforms": "^7.27.3",
|
119
|
-
"@babel/helpers": "^7.27.
|
120
|
-
"@babel/parser": "^7.27.
|
119
|
+
"@babel/helpers": "^7.27.6",
|
120
|
+
"@babel/parser": "^7.27.7",
|
121
121
|
"@babel/template": "^7.27.2",
|
122
|
-
"@babel/traverse": "^7.27.
|
123
|
-
"@babel/types": "^7.27.
|
122
|
+
"@babel/traverse": "^7.27.7",
|
123
|
+
"@babel/types": "^7.27.7",
|
124
124
|
"convert-source-map": "^2.0.0",
|
125
125
|
"debug": "^4.1.0",
|
126
126
|
"gensync": "^1.0.0-beta.2",
|
@@ -152,12 +152,12 @@
|
|
152
152
|
}
|
153
153
|
},
|
154
154
|
"node_modules/@babel/core/node_modules/@babel/parser": {
|
155
|
-
"version": "7.27.
|
156
|
-
"integrity": "sha512-
|
155
|
+
"version": "7.27.7",
|
156
|
+
"integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
|
157
157
|
"dev": true,
|
158
158
|
"license": "MIT",
|
159
159
|
"dependencies": {
|
160
|
-
"@babel/types": "^7.27.
|
160
|
+
"@babel/types": "^7.27.7"
|
161
161
|
},
|
162
162
|
"bin": {
|
163
163
|
"parser": "bin/babel-parser.js"
|
@@ -167,16 +167,16 @@
|
|
167
167
|
}
|
168
168
|
},
|
169
169
|
"node_modules/@babel/core/node_modules/@babel/traverse": {
|
170
|
-
"version": "7.27.
|
171
|
-
"integrity": "sha512-
|
170
|
+
"version": "7.27.7",
|
171
|
+
"integrity": "sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==",
|
172
172
|
"dev": true,
|
173
173
|
"license": "MIT",
|
174
174
|
"dependencies": {
|
175
175
|
"@babel/code-frame": "^7.27.1",
|
176
|
-
"@babel/generator": "^7.27.
|
177
|
-
"@babel/parser": "^7.27.
|
176
|
+
"@babel/generator": "^7.27.5",
|
177
|
+
"@babel/parser": "^7.27.7",
|
178
178
|
"@babel/template": "^7.27.2",
|
179
|
-
"@babel/types": "^7.27.
|
179
|
+
"@babel/types": "^7.27.7",
|
180
180
|
"debug": "^4.3.1",
|
181
181
|
"globals": "^11.1.0"
|
182
182
|
},
|
@@ -282,12 +282,12 @@
|
|
282
282
|
}
|
283
283
|
},
|
284
284
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/parser": {
|
285
|
-
"version": "7.27.
|
286
|
-
"integrity": "sha512-
|
285
|
+
"version": "7.27.7",
|
286
|
+
"integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
|
287
287
|
"dev": true,
|
288
288
|
"license": "MIT",
|
289
289
|
"dependencies": {
|
290
|
-
"@babel/types": "^7.27.
|
290
|
+
"@babel/types": "^7.27.7"
|
291
291
|
},
|
292
292
|
"bin": {
|
293
293
|
"parser": "bin/babel-parser.js"
|
@@ -297,16 +297,16 @@
|
|
297
297
|
}
|
298
298
|
},
|
299
299
|
"node_modules/@babel/helper-module-imports/node_modules/@babel/traverse": {
|
300
|
-
"version": "7.27.
|
301
|
-
"integrity": "sha512-
|
300
|
+
"version": "7.27.7",
|
301
|
+
"integrity": "sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==",
|
302
302
|
"dev": true,
|
303
303
|
"license": "MIT",
|
304
304
|
"dependencies": {
|
305
305
|
"@babel/code-frame": "^7.27.1",
|
306
|
-
"@babel/generator": "^7.27.
|
307
|
-
"@babel/parser": "^7.27.
|
306
|
+
"@babel/generator": "^7.27.5",
|
307
|
+
"@babel/parser": "^7.27.7",
|
308
308
|
"@babel/template": "^7.27.2",
|
309
|
-
"@babel/types": "^7.27.
|
309
|
+
"@babel/types": "^7.27.7",
|
310
310
|
"debug": "^4.3.1",
|
311
311
|
"globals": "^11.1.0"
|
312
312
|
},
|
@@ -360,12 +360,12 @@
|
|
360
360
|
}
|
361
361
|
},
|
362
362
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/parser": {
|
363
|
-
"version": "7.27.
|
364
|
-
"integrity": "sha512-
|
363
|
+
"version": "7.27.7",
|
364
|
+
"integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
|
365
365
|
"dev": true,
|
366
366
|
"license": "MIT",
|
367
367
|
"dependencies": {
|
368
|
-
"@babel/types": "^7.27.
|
368
|
+
"@babel/types": "^7.27.7"
|
369
369
|
},
|
370
370
|
"bin": {
|
371
371
|
"parser": "bin/babel-parser.js"
|
@@ -375,16 +375,16 @@
|
|
375
375
|
}
|
376
376
|
},
|
377
377
|
"node_modules/@babel/helper-module-transforms/node_modules/@babel/traverse": {
|
378
|
-
"version": "7.27.
|
379
|
-
"integrity": "sha512-
|
378
|
+
"version": "7.27.7",
|
379
|
+
"integrity": "sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==",
|
380
380
|
"dev": true,
|
381
381
|
"license": "MIT",
|
382
382
|
"dependencies": {
|
383
383
|
"@babel/code-frame": "^7.27.1",
|
384
|
-
"@babel/generator": "^7.27.
|
385
|
-
"@babel/parser": "^7.27.
|
384
|
+
"@babel/generator": "^7.27.5",
|
385
|
+
"@babel/parser": "^7.27.7",
|
386
386
|
"@babel/template": "^7.27.2",
|
387
|
-
"@babel/types": "^7.27.
|
387
|
+
"@babel/types": "^7.27.7",
|
388
388
|
"debug": "^4.3.1",
|
389
389
|
"globals": "^11.1.0"
|
390
390
|
},
|
@@ -709,11 +709,11 @@
|
|
709
709
|
}
|
710
710
|
},
|
711
711
|
"node_modules/@babel/template/node_modules/@babel/parser": {
|
712
|
-
"version": "7.27.
|
713
|
-
"integrity": "sha512-
|
712
|
+
"version": "7.27.7",
|
713
|
+
"integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
|
714
714
|
"license": "MIT",
|
715
715
|
"dependencies": {
|
716
|
-
"@babel/types": "^7.27.
|
716
|
+
"@babel/types": "^7.27.7"
|
717
717
|
},
|
718
718
|
"bin": {
|
719
719
|
"parser": "bin/babel-parser.js"
|
@@ -739,8 +739,8 @@
|
|
739
739
|
}
|
740
740
|
},
|
741
741
|
"node_modules/@babel/types": {
|
742
|
-
"version": "7.27.
|
743
|
-
"integrity": "sha512-
|
742
|
+
"version": "7.27.7",
|
743
|
+
"integrity": "sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==",
|
744
744
|
"license": "MIT",
|
745
745
|
"dependencies": {
|
746
746
|
"@babel/helper-string-parser": "^7.27.1",
|
@@ -1154,12 +1154,12 @@
|
|
1154
1154
|
}
|
1155
1155
|
},
|
1156
1156
|
"node_modules/@types/babel__core/node_modules/@babel/parser": {
|
1157
|
-
"version": "7.27.
|
1158
|
-
"integrity": "sha512-
|
1157
|
+
"version": "7.27.7",
|
1158
|
+
"integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
|
1159
1159
|
"dev": true,
|
1160
1160
|
"license": "MIT",
|
1161
1161
|
"dependencies": {
|
1162
|
-
"@babel/types": "^7.27.
|
1162
|
+
"@babel/types": "^7.27.7"
|
1163
1163
|
},
|
1164
1164
|
"bin": {
|
1165
1165
|
"parser": "bin/babel-parser.js"
|
@@ -1543,12 +1543,12 @@
|
|
1543
1543
|
}
|
1544
1544
|
},
|
1545
1545
|
"node_modules/babel-plugin-istanbul/node_modules/@babel/parser": {
|
1546
|
-
"version": "7.27.
|
1547
|
-
"integrity": "sha512-
|
1546
|
+
"version": "7.27.7",
|
1547
|
+
"integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
|
1548
1548
|
"dev": true,
|
1549
1549
|
"license": "MIT",
|
1550
1550
|
"dependencies": {
|
1551
|
-
"@babel/types": "^7.27.
|
1551
|
+
"@babel/types": "^7.27.7"
|
1552
1552
|
},
|
1553
1553
|
"bin": {
|
1554
1554
|
"parser": "bin/babel-parser.js"
|
@@ -1700,8 +1700,8 @@
|
|
1700
1700
|
}
|
1701
1701
|
},
|
1702
1702
|
"node_modules/browserslist": {
|
1703
|
-
"version": "4.25.
|
1704
|
-
"integrity": "sha512-
|
1703
|
+
"version": "4.25.1",
|
1704
|
+
"integrity": "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==",
|
1705
1705
|
"dev": true,
|
1706
1706
|
"funding": [
|
1707
1707
|
{
|
@@ -1719,8 +1719,8 @@
|
|
1719
1719
|
],
|
1720
1720
|
"license": "MIT",
|
1721
1721
|
"dependencies": {
|
1722
|
-
"caniuse-lite": "^1.0.
|
1723
|
-
"electron-to-chromium": "^1.5.
|
1722
|
+
"caniuse-lite": "^1.0.30001726",
|
1723
|
+
"electron-to-chromium": "^1.5.173",
|
1724
1724
|
"node-releases": "^2.0.19",
|
1725
1725
|
"update-browserslist-db": "^1.1.3"
|
1726
1726
|
},
|
@@ -1828,8 +1828,8 @@
|
|
1828
1828
|
}
|
1829
1829
|
},
|
1830
1830
|
"node_modules/caniuse-lite": {
|
1831
|
-
"version": "1.0.
|
1832
|
-
"integrity": "sha512-
|
1831
|
+
"version": "1.0.30001726",
|
1832
|
+
"integrity": "sha512-VQAUIUzBiZ/UnlM28fSp2CRF3ivUn1BWEvxMcVTNwpw91Py1pGbPIyIKtd+tzct9C3ouceCVdGAXxZOpZAsgdw==",
|
1833
1833
|
"dev": true,
|
1834
1834
|
"funding": [
|
1835
1835
|
{
|
@@ -2281,8 +2281,8 @@
|
|
2281
2281
|
}
|
2282
2282
|
},
|
2283
2283
|
"node_modules/electron-to-chromium": {
|
2284
|
-
"version": "1.5.
|
2285
|
-
"integrity": "sha512-
|
2284
|
+
"version": "1.5.177",
|
2285
|
+
"integrity": "sha512-7EH2G59nLsEMj97fpDuvVcYi6lwTcM1xuWw3PssD8xzboAW7zj7iB3COEEEATUfjLHrs5uKBLQT03V/8URx06g==",
|
2286
2286
|
"dev": true,
|
2287
2287
|
"license": "ISC"
|
2288
2288
|
},
|
@@ -2304,8 +2304,8 @@
|
|
2304
2304
|
"license": "MIT"
|
2305
2305
|
},
|
2306
2306
|
"node_modules/end-of-stream": {
|
2307
|
-
"version": "1.4.
|
2308
|
-
"integrity": "sha512
|
2307
|
+
"version": "1.4.5",
|
2308
|
+
"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
|
2309
2309
|
"license": "MIT",
|
2310
2310
|
"dependencies": {
|
2311
2311
|
"once": "^1.4.0"
|
@@ -3025,12 +3025,12 @@
|
|
3025
3025
|
}
|
3026
3026
|
},
|
3027
3027
|
"node_modules/istanbul-lib-instrument/node_modules/@babel/parser": {
|
3028
|
-
"version": "7.27.
|
3029
|
-
"integrity": "sha512-
|
3028
|
+
"version": "7.27.7",
|
3029
|
+
"integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
|
3030
3030
|
"dev": true,
|
3031
3031
|
"license": "MIT",
|
3032
3032
|
"dependencies": {
|
3033
|
-
"@babel/types": "^7.27.
|
3033
|
+
"@babel/types": "^7.27.7"
|
3034
3034
|
},
|
3035
3035
|
"bin": {
|
3036
3036
|
"parser": "bin/babel-parser.js"
|
@@ -4375,8 +4375,8 @@
|
|
4375
4375
|
"optional": true
|
4376
4376
|
},
|
4377
4377
|
"node_modules/pump": {
|
4378
|
-
"version": "3.0.
|
4379
|
-
"integrity": "sha512-
|
4378
|
+
"version": "3.0.3",
|
4379
|
+
"integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==",
|
4380
4380
|
"license": "MIT",
|
4381
4381
|
"dependencies": {
|
4382
4382
|
"end-of-stream": "^1.1.0",
|