@wavemaker/studio-runtime-integration 11.14.1-22.647577 → 11.14.1-24.647644
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 +38 -111
- package/package-lock.json +38 -111
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/studio-runtime-integration",
|
|
3
|
-
"version": "11.14.1-
|
|
3
|
+
"version": "11.14.1-24.647644",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/studio-runtime-integration",
|
|
9
|
-
"version": "11.14.1-
|
|
9
|
+
"version": "11.14.1-24.647644",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@wavemaker/app-ng-runtime": "11.14.1-
|
|
12
|
+
"@wavemaker/app-ng-runtime": "11.14.1-24.647644",
|
|
13
13
|
"@wavemaker/variables": "^11.7.5-rc.166"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
@@ -110,17 +110,17 @@
|
|
|
110
110
|
"license": "MIT"
|
|
111
111
|
},
|
|
112
112
|
"node_modules/@types/node": {
|
|
113
|
-
"version": "
|
|
114
|
-
"integrity": "sha512-
|
|
113
|
+
"version": "26.0.0",
|
|
114
|
+
"integrity": "sha512-vf2YFi1iY9lHGwNJMs01biZFbKJkrZR1T6/MlzjhJLPdntOHLhTrDSnSVcdtvjihi4VQNlrFRIxLsDBlQpAipA==",
|
|
115
115
|
"dev": true,
|
|
116
116
|
"license": "MIT",
|
|
117
117
|
"dependencies": {
|
|
118
|
-
"undici-types": "
|
|
118
|
+
"undici-types": "~8.3.0"
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
121
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
122
|
-
"version": "11.14.1-
|
|
123
|
-
"integrity": "sha512-
|
|
122
|
+
"version": "11.14.1-24.647644",
|
|
123
|
+
"integrity": "sha512-hqxevwv70Qer2DKYP9Ej/6mKj/pPPaRaZ55sVWQAZFThOlo+tDo8Ir9pL/5rF/TuOP7pbCqIIa5IimJ3VviNWA==",
|
|
124
124
|
"license": "MIT",
|
|
125
125
|
"engines": {
|
|
126
126
|
"node": ">=18.16.1",
|
|
@@ -350,8 +350,8 @@
|
|
|
350
350
|
"license": "Apache-2.0"
|
|
351
351
|
},
|
|
352
352
|
"node_modules/acorn": {
|
|
353
|
-
"version": "8.
|
|
354
|
-
"integrity": "sha512-
|
|
353
|
+
"version": "8.17.0",
|
|
354
|
+
"integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==",
|
|
355
355
|
"dev": true,
|
|
356
356
|
"license": "MIT",
|
|
357
357
|
"bin": {
|
|
@@ -443,8 +443,8 @@
|
|
|
443
443
|
}
|
|
444
444
|
},
|
|
445
445
|
"node_modules/baseline-browser-mapping": {
|
|
446
|
-
"version": "2.10.
|
|
447
|
-
"integrity": "sha512-
|
|
446
|
+
"version": "2.10.38",
|
|
447
|
+
"integrity": "sha512-31/02mVB4yuQU6adKk5SlY6m+mxDwUq5KZkyYgnLrrKl7TEm1+3PyDtDBz2kOv/wxZz41GHsvV1A/u6RmiyBvw==",
|
|
448
448
|
"dev": true,
|
|
449
449
|
"license": "Apache-2.0",
|
|
450
450
|
"bin": {
|
|
@@ -454,21 +454,9 @@
|
|
|
454
454
|
"node": ">=6.0.0"
|
|
455
455
|
}
|
|
456
456
|
},
|
|
457
|
-
"node_modules/braces": {
|
|
458
|
-
"version": "3.0.3",
|
|
459
|
-
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
460
|
-
"dev": true,
|
|
461
|
-
"license": "MIT",
|
|
462
|
-
"dependencies": {
|
|
463
|
-
"fill-range": "^7.1.1"
|
|
464
|
-
},
|
|
465
|
-
"engines": {
|
|
466
|
-
"node": ">=8"
|
|
467
|
-
}
|
|
468
|
-
},
|
|
469
457
|
"node_modules/browserslist": {
|
|
470
|
-
"version": "4.28.
|
|
471
|
-
"integrity": "sha512-
|
|
458
|
+
"version": "4.28.4",
|
|
459
|
+
"integrity": "sha512-MTc8i/x9jBQd1iMw2CFGS+rwMa07eYjLR0CCTLDACl9xhxy+nIs3KeML/biicXtk9JrZ6dnnTatmc7ErPXIxqw==",
|
|
472
460
|
"dev": true,
|
|
473
461
|
"funding": [
|
|
474
462
|
{
|
|
@@ -486,10 +474,10 @@
|
|
|
486
474
|
],
|
|
487
475
|
"license": "MIT",
|
|
488
476
|
"dependencies": {
|
|
489
|
-
"baseline-browser-mapping": "^2.10.
|
|
490
|
-
"caniuse-lite": "^1.0.
|
|
491
|
-
"electron-to-chromium": "^1.5.
|
|
492
|
-
"node-releases": "^2.0.
|
|
477
|
+
"baseline-browser-mapping": "^2.10.38",
|
|
478
|
+
"caniuse-lite": "^1.0.30001799",
|
|
479
|
+
"electron-to-chromium": "^1.5.376",
|
|
480
|
+
"node-releases": "^2.0.48",
|
|
493
481
|
"update-browserslist-db": "^1.2.3"
|
|
494
482
|
},
|
|
495
483
|
"bin": {
|
|
@@ -506,8 +494,8 @@
|
|
|
506
494
|
"license": "MIT"
|
|
507
495
|
},
|
|
508
496
|
"node_modules/caniuse-lite": {
|
|
509
|
-
"version": "1.0.
|
|
510
|
-
"integrity": "sha512-
|
|
497
|
+
"version": "1.0.30001799",
|
|
498
|
+
"integrity": "sha512-hG1bReV+OUU+MOqK4t/ZWI0tZOyz3rqS9XuhOUz1cIcbwBKjOyJEJuw9ER5JuNyqxNk8u/JUVbGibBOL1yrjFw==",
|
|
511
499
|
"dev": true,
|
|
512
500
|
"funding": [
|
|
513
501
|
{
|
|
@@ -632,8 +620,8 @@
|
|
|
632
620
|
}
|
|
633
621
|
},
|
|
634
622
|
"node_modules/electron-to-chromium": {
|
|
635
|
-
"version": "1.5.
|
|
636
|
-
"integrity": "sha512-
|
|
623
|
+
"version": "1.5.378",
|
|
624
|
+
"integrity": "sha512-VinvOAuuPmdD1guEgGv5f2Qp7/vlfqOrUOMYNnOD4wj3pit8kRsQHzfIf6teyUGWo15Tg5+bOJaRunvyltpVWQ==",
|
|
637
625
|
"dev": true,
|
|
638
626
|
"license": "ISC"
|
|
639
627
|
},
|
|
@@ -644,8 +632,8 @@
|
|
|
644
632
|
"license": "MIT"
|
|
645
633
|
},
|
|
646
634
|
"node_modules/enhanced-resolve": {
|
|
647
|
-
"version": "5.
|
|
648
|
-
"integrity": "sha512-
|
|
635
|
+
"version": "5.24.0",
|
|
636
|
+
"integrity": "sha512-SkE2t82KlkkxQRVMVLAGKxLfORGQfrkx5dkj+vlgXRVNEdPc4eZcR+J/Fvj8C+yKSFH5L0q3NFlyufOVQnCcYQ==",
|
|
649
637
|
"dev": true,
|
|
650
638
|
"license": "MIT",
|
|
651
639
|
"dependencies": {
|
|
@@ -798,18 +786,6 @@
|
|
|
798
786
|
"node": ">= 4.9.1"
|
|
799
787
|
}
|
|
800
788
|
},
|
|
801
|
-
"node_modules/fill-range": {
|
|
802
|
-
"version": "7.1.1",
|
|
803
|
-
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
804
|
-
"dev": true,
|
|
805
|
-
"license": "MIT",
|
|
806
|
-
"dependencies": {
|
|
807
|
-
"to-regex-range": "^5.0.1"
|
|
808
|
-
},
|
|
809
|
-
"engines": {
|
|
810
|
-
"node": ">=8"
|
|
811
|
-
}
|
|
812
|
-
},
|
|
813
789
|
"node_modules/find-up": {
|
|
814
790
|
"version": "4.1.0",
|
|
815
791
|
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
|
|
@@ -978,15 +954,6 @@
|
|
|
978
954
|
"node": ">=8"
|
|
979
955
|
}
|
|
980
956
|
},
|
|
981
|
-
"node_modules/is-number": {
|
|
982
|
-
"version": "7.0.0",
|
|
983
|
-
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
984
|
-
"dev": true,
|
|
985
|
-
"license": "MIT",
|
|
986
|
-
"engines": {
|
|
987
|
-
"node": ">=0.12.0"
|
|
988
|
-
}
|
|
989
|
-
},
|
|
990
957
|
"node_modules/is-plain-object": {
|
|
991
958
|
"version": "2.0.4",
|
|
992
959
|
"integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
|
|
@@ -1118,19 +1085,6 @@
|
|
|
1118
1085
|
"dev": true,
|
|
1119
1086
|
"license": "MIT"
|
|
1120
1087
|
},
|
|
1121
|
-
"node_modules/micromatch": {
|
|
1122
|
-
"version": "4.0.8",
|
|
1123
|
-
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
1124
|
-
"dev": true,
|
|
1125
|
-
"license": "MIT",
|
|
1126
|
-
"dependencies": {
|
|
1127
|
-
"braces": "^3.0.3",
|
|
1128
|
-
"picomatch": "^2.3.1"
|
|
1129
|
-
},
|
|
1130
|
-
"engines": {
|
|
1131
|
-
"node": ">=8.6"
|
|
1132
|
-
}
|
|
1133
|
-
},
|
|
1134
1088
|
"node_modules/mime-db": {
|
|
1135
1089
|
"version": "1.54.0",
|
|
1136
1090
|
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
|
|
@@ -1185,8 +1139,8 @@
|
|
|
1185
1139
|
"license": "MIT"
|
|
1186
1140
|
},
|
|
1187
1141
|
"node_modules/node-releases": {
|
|
1188
|
-
"version": "2.0.
|
|
1189
|
-
"integrity": "sha512-
|
|
1142
|
+
"version": "2.0.49",
|
|
1143
|
+
"integrity": "sha512-f06bl1D+8ZDkn2oOQQKAh5/otFWqVnM1Q5oerA8Pex7UfT66Tx4IPHIqVVFKqFT3FUtaDstdgkM7yT7JWhqxfw==",
|
|
1190
1144
|
"dev": true,
|
|
1191
1145
|
"license": "MIT",
|
|
1192
1146
|
"engines": {
|
|
@@ -1287,12 +1241,12 @@
|
|
|
1287
1241
|
"license": "ISC"
|
|
1288
1242
|
},
|
|
1289
1243
|
"node_modules/picomatch": {
|
|
1290
|
-
"version": "
|
|
1291
|
-
"integrity": "sha512-
|
|
1244
|
+
"version": "4.0.4",
|
|
1245
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
1292
1246
|
"dev": true,
|
|
1293
1247
|
"license": "MIT",
|
|
1294
1248
|
"engines": {
|
|
1295
|
-
"node": ">=
|
|
1249
|
+
"node": ">=12"
|
|
1296
1250
|
},
|
|
1297
1251
|
"funding": {
|
|
1298
1252
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
@@ -1401,18 +1355,6 @@
|
|
|
1401
1355
|
"url": "https://opencollective.com/webpack"
|
|
1402
1356
|
}
|
|
1403
1357
|
},
|
|
1404
|
-
"node_modules/semver": {
|
|
1405
|
-
"version": "7.8.2",
|
|
1406
|
-
"integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==",
|
|
1407
|
-
"dev": true,
|
|
1408
|
-
"license": "ISC",
|
|
1409
|
-
"bin": {
|
|
1410
|
-
"semver": "bin/semver.js"
|
|
1411
|
-
},
|
|
1412
|
-
"engines": {
|
|
1413
|
-
"node": ">=10"
|
|
1414
|
-
}
|
|
1415
|
-
},
|
|
1416
1358
|
"node_modules/shallow-clone": {
|
|
1417
1359
|
"version": "3.0.1",
|
|
1418
1360
|
"integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
|
|
@@ -1646,28 +1588,14 @@
|
|
|
1646
1588
|
}
|
|
1647
1589
|
}
|
|
1648
1590
|
},
|
|
1649
|
-
"node_modules/to-regex-range": {
|
|
1650
|
-
"version": "5.0.1",
|
|
1651
|
-
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
1652
|
-
"dev": true,
|
|
1653
|
-
"license": "MIT",
|
|
1654
|
-
"dependencies": {
|
|
1655
|
-
"is-number": "^7.0.0"
|
|
1656
|
-
},
|
|
1657
|
-
"engines": {
|
|
1658
|
-
"node": ">=8.0"
|
|
1659
|
-
}
|
|
1660
|
-
},
|
|
1661
1591
|
"node_modules/ts-loader": {
|
|
1662
|
-
"version": "9.6.
|
|
1663
|
-
"integrity": "sha512-
|
|
1592
|
+
"version": "9.6.2",
|
|
1593
|
+
"integrity": "sha512-R4iuczmtgxvtuI556s+hTZ6/7Ee03VCAk/l/M8LY1OAsUgB7YydsCxkgq9D9pKRaD7GJqUi2u8fp9zZP/ufjKA==",
|
|
1664
1594
|
"dev": true,
|
|
1665
1595
|
"license": "MIT",
|
|
1666
1596
|
"dependencies": {
|
|
1667
1597
|
"chalk": "^4.1.0",
|
|
1668
|
-
"
|
|
1669
|
-
"micromatch": "^4.0.0",
|
|
1670
|
-
"semver": "^7.3.4",
|
|
1598
|
+
"picomatch": "^4.0.0",
|
|
1671
1599
|
"source-map": "^0.7.4"
|
|
1672
1600
|
},
|
|
1673
1601
|
"engines": {
|
|
@@ -1698,8 +1626,8 @@
|
|
|
1698
1626
|
}
|
|
1699
1627
|
},
|
|
1700
1628
|
"node_modules/undici-types": {
|
|
1701
|
-
"version": "
|
|
1702
|
-
"integrity": "sha512-
|
|
1629
|
+
"version": "8.3.0",
|
|
1630
|
+
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
1703
1631
|
"dev": true,
|
|
1704
1632
|
"license": "MIT"
|
|
1705
1633
|
},
|
|
@@ -1743,12 +1671,11 @@
|
|
|
1743
1671
|
}
|
|
1744
1672
|
},
|
|
1745
1673
|
"node_modules/watchpack": {
|
|
1746
|
-
"version": "2.5.
|
|
1747
|
-
"integrity": "sha512-
|
|
1674
|
+
"version": "2.5.2",
|
|
1675
|
+
"integrity": "sha512-6i/00NBjP4yGPs+caKSyRfpTF/8Torsu0MOW3mMzIbhgISFder8i7xbqgHlLMwJrdiN8ndBV3UA1/AfzPSr+jg==",
|
|
1748
1676
|
"dev": true,
|
|
1749
1677
|
"license": "MIT",
|
|
1750
1678
|
"dependencies": {
|
|
1751
|
-
"glob-to-regexp": "^0.4.1",
|
|
1752
1679
|
"graceful-fs": "^4.1.2"
|
|
1753
1680
|
},
|
|
1754
1681
|
"engines": {
|
|
@@ -1943,8 +1870,8 @@
|
|
|
1943
1870
|
}
|
|
1944
1871
|
},
|
|
1945
1872
|
"node_modules/yargs": {
|
|
1946
|
-
"version": "17.7.
|
|
1947
|
-
"integrity": "sha512-
|
|
1873
|
+
"version": "17.7.3",
|
|
1874
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
1948
1875
|
"dev": true,
|
|
1949
1876
|
"license": "MIT",
|
|
1950
1877
|
"dependencies": {
|
package/package-lock.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/studio-runtime-integration",
|
|
3
|
-
"version": "11.14.1-
|
|
3
|
+
"version": "11.14.1-24.647644",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/studio-runtime-integration",
|
|
9
|
-
"version": "11.14.1-
|
|
9
|
+
"version": "11.14.1-24.647644",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@wavemaker/app-ng-runtime": "11.14.1-
|
|
12
|
+
"@wavemaker/app-ng-runtime": "11.14.1-24.647644",
|
|
13
13
|
"@wavemaker/variables": "^11.7.5-rc.166"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
@@ -110,17 +110,17 @@
|
|
|
110
110
|
"license": "MIT"
|
|
111
111
|
},
|
|
112
112
|
"node_modules/@types/node": {
|
|
113
|
-
"version": "
|
|
114
|
-
"integrity": "sha512-
|
|
113
|
+
"version": "26.0.0",
|
|
114
|
+
"integrity": "sha512-vf2YFi1iY9lHGwNJMs01biZFbKJkrZR1T6/MlzjhJLPdntOHLhTrDSnSVcdtvjihi4VQNlrFRIxLsDBlQpAipA==",
|
|
115
115
|
"dev": true,
|
|
116
116
|
"license": "MIT",
|
|
117
117
|
"dependencies": {
|
|
118
|
-
"undici-types": "
|
|
118
|
+
"undici-types": "~8.3.0"
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
121
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
122
|
-
"version": "11.14.1-
|
|
123
|
-
"integrity": "sha512-
|
|
122
|
+
"version": "11.14.1-24.647644",
|
|
123
|
+
"integrity": "sha512-hqxevwv70Qer2DKYP9Ej/6mKj/pPPaRaZ55sVWQAZFThOlo+tDo8Ir9pL/5rF/TuOP7pbCqIIa5IimJ3VviNWA==",
|
|
124
124
|
"license": "MIT",
|
|
125
125
|
"engines": {
|
|
126
126
|
"node": ">=18.16.1",
|
|
@@ -350,8 +350,8 @@
|
|
|
350
350
|
"license": "Apache-2.0"
|
|
351
351
|
},
|
|
352
352
|
"node_modules/acorn": {
|
|
353
|
-
"version": "8.
|
|
354
|
-
"integrity": "sha512-
|
|
353
|
+
"version": "8.17.0",
|
|
354
|
+
"integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==",
|
|
355
355
|
"dev": true,
|
|
356
356
|
"license": "MIT",
|
|
357
357
|
"bin": {
|
|
@@ -443,8 +443,8 @@
|
|
|
443
443
|
}
|
|
444
444
|
},
|
|
445
445
|
"node_modules/baseline-browser-mapping": {
|
|
446
|
-
"version": "2.10.
|
|
447
|
-
"integrity": "sha512-
|
|
446
|
+
"version": "2.10.38",
|
|
447
|
+
"integrity": "sha512-31/02mVB4yuQU6adKk5SlY6m+mxDwUq5KZkyYgnLrrKl7TEm1+3PyDtDBz2kOv/wxZz41GHsvV1A/u6RmiyBvw==",
|
|
448
448
|
"dev": true,
|
|
449
449
|
"license": "Apache-2.0",
|
|
450
450
|
"bin": {
|
|
@@ -454,21 +454,9 @@
|
|
|
454
454
|
"node": ">=6.0.0"
|
|
455
455
|
}
|
|
456
456
|
},
|
|
457
|
-
"node_modules/braces": {
|
|
458
|
-
"version": "3.0.3",
|
|
459
|
-
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
460
|
-
"dev": true,
|
|
461
|
-
"license": "MIT",
|
|
462
|
-
"dependencies": {
|
|
463
|
-
"fill-range": "^7.1.1"
|
|
464
|
-
},
|
|
465
|
-
"engines": {
|
|
466
|
-
"node": ">=8"
|
|
467
|
-
}
|
|
468
|
-
},
|
|
469
457
|
"node_modules/browserslist": {
|
|
470
|
-
"version": "4.28.
|
|
471
|
-
"integrity": "sha512-
|
|
458
|
+
"version": "4.28.4",
|
|
459
|
+
"integrity": "sha512-MTc8i/x9jBQd1iMw2CFGS+rwMa07eYjLR0CCTLDACl9xhxy+nIs3KeML/biicXtk9JrZ6dnnTatmc7ErPXIxqw==",
|
|
472
460
|
"dev": true,
|
|
473
461
|
"funding": [
|
|
474
462
|
{
|
|
@@ -486,10 +474,10 @@
|
|
|
486
474
|
],
|
|
487
475
|
"license": "MIT",
|
|
488
476
|
"dependencies": {
|
|
489
|
-
"baseline-browser-mapping": "^2.10.
|
|
490
|
-
"caniuse-lite": "^1.0.
|
|
491
|
-
"electron-to-chromium": "^1.5.
|
|
492
|
-
"node-releases": "^2.0.
|
|
477
|
+
"baseline-browser-mapping": "^2.10.38",
|
|
478
|
+
"caniuse-lite": "^1.0.30001799",
|
|
479
|
+
"electron-to-chromium": "^1.5.376",
|
|
480
|
+
"node-releases": "^2.0.48",
|
|
493
481
|
"update-browserslist-db": "^1.2.3"
|
|
494
482
|
},
|
|
495
483
|
"bin": {
|
|
@@ -506,8 +494,8 @@
|
|
|
506
494
|
"license": "MIT"
|
|
507
495
|
},
|
|
508
496
|
"node_modules/caniuse-lite": {
|
|
509
|
-
"version": "1.0.
|
|
510
|
-
"integrity": "sha512-
|
|
497
|
+
"version": "1.0.30001799",
|
|
498
|
+
"integrity": "sha512-hG1bReV+OUU+MOqK4t/ZWI0tZOyz3rqS9XuhOUz1cIcbwBKjOyJEJuw9ER5JuNyqxNk8u/JUVbGibBOL1yrjFw==",
|
|
511
499
|
"dev": true,
|
|
512
500
|
"funding": [
|
|
513
501
|
{
|
|
@@ -632,8 +620,8 @@
|
|
|
632
620
|
}
|
|
633
621
|
},
|
|
634
622
|
"node_modules/electron-to-chromium": {
|
|
635
|
-
"version": "1.5.
|
|
636
|
-
"integrity": "sha512-
|
|
623
|
+
"version": "1.5.378",
|
|
624
|
+
"integrity": "sha512-VinvOAuuPmdD1guEgGv5f2Qp7/vlfqOrUOMYNnOD4wj3pit8kRsQHzfIf6teyUGWo15Tg5+bOJaRunvyltpVWQ==",
|
|
637
625
|
"dev": true,
|
|
638
626
|
"license": "ISC"
|
|
639
627
|
},
|
|
@@ -644,8 +632,8 @@
|
|
|
644
632
|
"license": "MIT"
|
|
645
633
|
},
|
|
646
634
|
"node_modules/enhanced-resolve": {
|
|
647
|
-
"version": "5.
|
|
648
|
-
"integrity": "sha512-
|
|
635
|
+
"version": "5.24.0",
|
|
636
|
+
"integrity": "sha512-SkE2t82KlkkxQRVMVLAGKxLfORGQfrkx5dkj+vlgXRVNEdPc4eZcR+J/Fvj8C+yKSFH5L0q3NFlyufOVQnCcYQ==",
|
|
649
637
|
"dev": true,
|
|
650
638
|
"license": "MIT",
|
|
651
639
|
"dependencies": {
|
|
@@ -798,18 +786,6 @@
|
|
|
798
786
|
"node": ">= 4.9.1"
|
|
799
787
|
}
|
|
800
788
|
},
|
|
801
|
-
"node_modules/fill-range": {
|
|
802
|
-
"version": "7.1.1",
|
|
803
|
-
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
804
|
-
"dev": true,
|
|
805
|
-
"license": "MIT",
|
|
806
|
-
"dependencies": {
|
|
807
|
-
"to-regex-range": "^5.0.1"
|
|
808
|
-
},
|
|
809
|
-
"engines": {
|
|
810
|
-
"node": ">=8"
|
|
811
|
-
}
|
|
812
|
-
},
|
|
813
789
|
"node_modules/find-up": {
|
|
814
790
|
"version": "4.1.0",
|
|
815
791
|
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
|
|
@@ -978,15 +954,6 @@
|
|
|
978
954
|
"node": ">=8"
|
|
979
955
|
}
|
|
980
956
|
},
|
|
981
|
-
"node_modules/is-number": {
|
|
982
|
-
"version": "7.0.0",
|
|
983
|
-
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
984
|
-
"dev": true,
|
|
985
|
-
"license": "MIT",
|
|
986
|
-
"engines": {
|
|
987
|
-
"node": ">=0.12.0"
|
|
988
|
-
}
|
|
989
|
-
},
|
|
990
957
|
"node_modules/is-plain-object": {
|
|
991
958
|
"version": "2.0.4",
|
|
992
959
|
"integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
|
|
@@ -1118,19 +1085,6 @@
|
|
|
1118
1085
|
"dev": true,
|
|
1119
1086
|
"license": "MIT"
|
|
1120
1087
|
},
|
|
1121
|
-
"node_modules/micromatch": {
|
|
1122
|
-
"version": "4.0.8",
|
|
1123
|
-
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
1124
|
-
"dev": true,
|
|
1125
|
-
"license": "MIT",
|
|
1126
|
-
"dependencies": {
|
|
1127
|
-
"braces": "^3.0.3",
|
|
1128
|
-
"picomatch": "^2.3.1"
|
|
1129
|
-
},
|
|
1130
|
-
"engines": {
|
|
1131
|
-
"node": ">=8.6"
|
|
1132
|
-
}
|
|
1133
|
-
},
|
|
1134
1088
|
"node_modules/mime-db": {
|
|
1135
1089
|
"version": "1.54.0",
|
|
1136
1090
|
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
|
|
@@ -1185,8 +1139,8 @@
|
|
|
1185
1139
|
"license": "MIT"
|
|
1186
1140
|
},
|
|
1187
1141
|
"node_modules/node-releases": {
|
|
1188
|
-
"version": "2.0.
|
|
1189
|
-
"integrity": "sha512-
|
|
1142
|
+
"version": "2.0.49",
|
|
1143
|
+
"integrity": "sha512-f06bl1D+8ZDkn2oOQQKAh5/otFWqVnM1Q5oerA8Pex7UfT66Tx4IPHIqVVFKqFT3FUtaDstdgkM7yT7JWhqxfw==",
|
|
1190
1144
|
"dev": true,
|
|
1191
1145
|
"license": "MIT",
|
|
1192
1146
|
"engines": {
|
|
@@ -1287,12 +1241,12 @@
|
|
|
1287
1241
|
"license": "ISC"
|
|
1288
1242
|
},
|
|
1289
1243
|
"node_modules/picomatch": {
|
|
1290
|
-
"version": "
|
|
1291
|
-
"integrity": "sha512-
|
|
1244
|
+
"version": "4.0.4",
|
|
1245
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
1292
1246
|
"dev": true,
|
|
1293
1247
|
"license": "MIT",
|
|
1294
1248
|
"engines": {
|
|
1295
|
-
"node": ">=
|
|
1249
|
+
"node": ">=12"
|
|
1296
1250
|
},
|
|
1297
1251
|
"funding": {
|
|
1298
1252
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
@@ -1401,18 +1355,6 @@
|
|
|
1401
1355
|
"url": "https://opencollective.com/webpack"
|
|
1402
1356
|
}
|
|
1403
1357
|
},
|
|
1404
|
-
"node_modules/semver": {
|
|
1405
|
-
"version": "7.8.2",
|
|
1406
|
-
"integrity": "sha512-c8jsqUZm3omBOI66G90z1Dyw5z622G8oLG+omfsHBJf3CWQTlOcwOjvOG6wtiNfW6anKm/eA39LMwMtMez2TiQ==",
|
|
1407
|
-
"dev": true,
|
|
1408
|
-
"license": "ISC",
|
|
1409
|
-
"bin": {
|
|
1410
|
-
"semver": "bin/semver.js"
|
|
1411
|
-
},
|
|
1412
|
-
"engines": {
|
|
1413
|
-
"node": ">=10"
|
|
1414
|
-
}
|
|
1415
|
-
},
|
|
1416
1358
|
"node_modules/shallow-clone": {
|
|
1417
1359
|
"version": "3.0.1",
|
|
1418
1360
|
"integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
|
|
@@ -1646,28 +1588,14 @@
|
|
|
1646
1588
|
}
|
|
1647
1589
|
}
|
|
1648
1590
|
},
|
|
1649
|
-
"node_modules/to-regex-range": {
|
|
1650
|
-
"version": "5.0.1",
|
|
1651
|
-
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
1652
|
-
"dev": true,
|
|
1653
|
-
"license": "MIT",
|
|
1654
|
-
"dependencies": {
|
|
1655
|
-
"is-number": "^7.0.0"
|
|
1656
|
-
},
|
|
1657
|
-
"engines": {
|
|
1658
|
-
"node": ">=8.0"
|
|
1659
|
-
}
|
|
1660
|
-
},
|
|
1661
1591
|
"node_modules/ts-loader": {
|
|
1662
|
-
"version": "9.6.
|
|
1663
|
-
"integrity": "sha512-
|
|
1592
|
+
"version": "9.6.2",
|
|
1593
|
+
"integrity": "sha512-R4iuczmtgxvtuI556s+hTZ6/7Ee03VCAk/l/M8LY1OAsUgB7YydsCxkgq9D9pKRaD7GJqUi2u8fp9zZP/ufjKA==",
|
|
1664
1594
|
"dev": true,
|
|
1665
1595
|
"license": "MIT",
|
|
1666
1596
|
"dependencies": {
|
|
1667
1597
|
"chalk": "^4.1.0",
|
|
1668
|
-
"
|
|
1669
|
-
"micromatch": "^4.0.0",
|
|
1670
|
-
"semver": "^7.3.4",
|
|
1598
|
+
"picomatch": "^4.0.0",
|
|
1671
1599
|
"source-map": "^0.7.4"
|
|
1672
1600
|
},
|
|
1673
1601
|
"engines": {
|
|
@@ -1698,8 +1626,8 @@
|
|
|
1698
1626
|
}
|
|
1699
1627
|
},
|
|
1700
1628
|
"node_modules/undici-types": {
|
|
1701
|
-
"version": "
|
|
1702
|
-
"integrity": "sha512-
|
|
1629
|
+
"version": "8.3.0",
|
|
1630
|
+
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
1703
1631
|
"dev": true,
|
|
1704
1632
|
"license": "MIT"
|
|
1705
1633
|
},
|
|
@@ -1743,12 +1671,11 @@
|
|
|
1743
1671
|
}
|
|
1744
1672
|
},
|
|
1745
1673
|
"node_modules/watchpack": {
|
|
1746
|
-
"version": "2.5.
|
|
1747
|
-
"integrity": "sha512-
|
|
1674
|
+
"version": "2.5.2",
|
|
1675
|
+
"integrity": "sha512-6i/00NBjP4yGPs+caKSyRfpTF/8Torsu0MOW3mMzIbhgISFder8i7xbqgHlLMwJrdiN8ndBV3UA1/AfzPSr+jg==",
|
|
1748
1676
|
"dev": true,
|
|
1749
1677
|
"license": "MIT",
|
|
1750
1678
|
"dependencies": {
|
|
1751
|
-
"glob-to-regexp": "^0.4.1",
|
|
1752
1679
|
"graceful-fs": "^4.1.2"
|
|
1753
1680
|
},
|
|
1754
1681
|
"engines": {
|
|
@@ -1943,8 +1870,8 @@
|
|
|
1943
1870
|
}
|
|
1944
1871
|
},
|
|
1945
1872
|
"node_modules/yargs": {
|
|
1946
|
-
"version": "17.7.
|
|
1947
|
-
"integrity": "sha512-
|
|
1873
|
+
"version": "17.7.3",
|
|
1874
|
+
"integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==",
|
|
1948
1875
|
"dev": true,
|
|
1949
1876
|
"license": "MIT",
|
|
1950
1877
|
"dependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/studio-runtime-integration",
|
|
3
|
-
"version": "11.14.1-
|
|
3
|
+
"version": "11.14.1-24.647644",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index",
|
|
6
6
|
"scripts": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"yargs": "^17.7.2"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@wavemaker/app-ng-runtime": "11.14.1-
|
|
23
|
+
"@wavemaker/app-ng-runtime": "11.14.1-24.647644",
|
|
24
24
|
"@wavemaker/variables": "^11.7.5-rc.166"
|
|
25
25
|
},
|
|
26
26
|
"module": "index",
|