@wavemaker/studio-runtime-integration 11.15.0-rc.6403 → 11.15.1-rc.248
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 +51 -87
- package/package-lock.json +51 -87
- 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.15.
|
|
3
|
+
"version": "11.15.1-rc.248",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/studio-runtime-integration",
|
|
9
|
-
"version": "11.15.
|
|
9
|
+
"version": "11.15.1-rc.248",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@wavemaker/app-ng-runtime": "11.15.
|
|
12
|
+
"@wavemaker/app-ng-runtime": "11.15.1-rc.248",
|
|
13
13
|
"@wavemaker/variables": "^11.7.5-rc.166"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
@@ -130,17 +130,17 @@
|
|
|
130
130
|
"license": "MIT"
|
|
131
131
|
},
|
|
132
132
|
"node_modules/@types/node": {
|
|
133
|
-
"version": "25.
|
|
134
|
-
"integrity": "sha512-
|
|
133
|
+
"version": "25.5.0",
|
|
134
|
+
"integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==",
|
|
135
135
|
"dev": true,
|
|
136
136
|
"license": "MIT",
|
|
137
137
|
"dependencies": {
|
|
138
|
-
"undici-types": "~7.
|
|
138
|
+
"undici-types": "~7.18.0"
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
142
|
-
"version": "11.15.
|
|
143
|
-
"integrity": "sha512-
|
|
142
|
+
"version": "11.15.1-rc.248",
|
|
143
|
+
"integrity": "sha512-NfzxfwEUjVkP73BUi7fQbp3Pp7arUhJRGo8oteqdGyxiqHxh/00MVgFntR00GdlbL5IV+wSXyELQAqG+RLYipw==",
|
|
144
144
|
"license": "MIT",
|
|
145
145
|
"engines": {
|
|
146
146
|
"node": ">=18.16.1",
|
|
@@ -370,8 +370,8 @@
|
|
|
370
370
|
"license": "Apache-2.0"
|
|
371
371
|
},
|
|
372
372
|
"node_modules/acorn": {
|
|
373
|
-
"version": "8.
|
|
374
|
-
"integrity": "sha512-
|
|
373
|
+
"version": "8.16.0",
|
|
374
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
375
375
|
"dev": true,
|
|
376
376
|
"license": "MIT",
|
|
377
377
|
"bin": {
|
|
@@ -394,8 +394,8 @@
|
|
|
394
394
|
}
|
|
395
395
|
},
|
|
396
396
|
"node_modules/ajv": {
|
|
397
|
-
"version": "8.
|
|
398
|
-
"integrity": "sha512-
|
|
397
|
+
"version": "8.18.0",
|
|
398
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
399
399
|
"dev": true,
|
|
400
400
|
"license": "MIT",
|
|
401
401
|
"dependencies": {
|
|
@@ -463,12 +463,15 @@
|
|
|
463
463
|
}
|
|
464
464
|
},
|
|
465
465
|
"node_modules/baseline-browser-mapping": {
|
|
466
|
-
"version": "2.
|
|
467
|
-
"integrity": "sha512-
|
|
466
|
+
"version": "2.10.10",
|
|
467
|
+
"integrity": "sha512-sUoJ3IMxx4AyRqO4MLeHlnGDkyXRoUG0/AI9fjK+vS72ekpV0yWVY7O0BVjmBcRtkNcsAO2QDZ4tdKKGoI6YaQ==",
|
|
468
468
|
"dev": true,
|
|
469
469
|
"license": "Apache-2.0",
|
|
470
470
|
"bin": {
|
|
471
|
-
"baseline-browser-mapping": "dist/cli.
|
|
471
|
+
"baseline-browser-mapping": "dist/cli.cjs"
|
|
472
|
+
},
|
|
473
|
+
"engines": {
|
|
474
|
+
"node": ">=6.0.0"
|
|
472
475
|
}
|
|
473
476
|
},
|
|
474
477
|
"node_modules/braces": {
|
|
@@ -523,8 +526,8 @@
|
|
|
523
526
|
"license": "MIT"
|
|
524
527
|
},
|
|
525
528
|
"node_modules/caniuse-lite": {
|
|
526
|
-
"version": "1.0.
|
|
527
|
-
"integrity": "sha512-
|
|
529
|
+
"version": "1.0.30001781",
|
|
530
|
+
"integrity": "sha512-RdwNCyMsNBftLjW6w01z8bKEvT6e/5tpPVEgtn22TiLGlstHOVecsX2KHFkD5e/vRnIE4EGzpuIODb3mtswtkw==",
|
|
528
531
|
"dev": true,
|
|
529
532
|
"funding": [
|
|
530
533
|
{
|
|
@@ -649,8 +652,8 @@
|
|
|
649
652
|
}
|
|
650
653
|
},
|
|
651
654
|
"node_modules/electron-to-chromium": {
|
|
652
|
-
"version": "1.5.
|
|
653
|
-
"integrity": "sha512-
|
|
655
|
+
"version": "1.5.322",
|
|
656
|
+
"integrity": "sha512-vFU34OcrvMcH66T+dYC3G4nURmgfDVewMIu6Q2urXpumAPSMmzvcn04KVVV8Opikq8Vs5nUbO/8laNhNRqSzYw==",
|
|
654
657
|
"dev": true,
|
|
655
658
|
"license": "ISC"
|
|
656
659
|
},
|
|
@@ -661,8 +664,8 @@
|
|
|
661
664
|
"license": "MIT"
|
|
662
665
|
},
|
|
663
666
|
"node_modules/enhanced-resolve": {
|
|
664
|
-
"version": "5.
|
|
665
|
-
"integrity": "sha512-
|
|
667
|
+
"version": "5.20.1",
|
|
668
|
+
"integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==",
|
|
666
669
|
"dev": true,
|
|
667
670
|
"license": "MIT",
|
|
668
671
|
"dependencies": {
|
|
@@ -841,8 +844,8 @@
|
|
|
841
844
|
}
|
|
842
845
|
},
|
|
843
846
|
"node_modules/fs-extra": {
|
|
844
|
-
"version": "11.3.
|
|
845
|
-
"integrity": "sha512-
|
|
847
|
+
"version": "11.3.4",
|
|
848
|
+
"integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
|
|
846
849
|
"dev": true,
|
|
847
850
|
"license": "MIT",
|
|
848
851
|
"dependencies": {
|
|
@@ -1176,10 +1179,10 @@
|
|
|
1176
1179
|
}
|
|
1177
1180
|
},
|
|
1178
1181
|
"node_modules/minipass": {
|
|
1179
|
-
"version": "7.1.
|
|
1180
|
-
"integrity": "sha512-
|
|
1182
|
+
"version": "7.1.3",
|
|
1183
|
+
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
1181
1184
|
"dev": true,
|
|
1182
|
-
"license": "
|
|
1185
|
+
"license": "BlueOak-1.0.0",
|
|
1183
1186
|
"engines": {
|
|
1184
1187
|
"node": ">=16 || 14 >=14.17"
|
|
1185
1188
|
}
|
|
@@ -1211,8 +1214,8 @@
|
|
|
1211
1214
|
"license": "MIT"
|
|
1212
1215
|
},
|
|
1213
1216
|
"node_modules/node-releases": {
|
|
1214
|
-
"version": "2.0.
|
|
1215
|
-
"integrity": "sha512-
|
|
1217
|
+
"version": "2.0.36",
|
|
1218
|
+
"integrity": "sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==",
|
|
1216
1219
|
"dev": true,
|
|
1217
1220
|
"license": "MIT"
|
|
1218
1221
|
},
|
|
@@ -1310,8 +1313,8 @@
|
|
|
1310
1313
|
"license": "ISC"
|
|
1311
1314
|
},
|
|
1312
1315
|
"node_modules/picomatch": {
|
|
1313
|
-
"version": "2.3.
|
|
1314
|
-
"integrity": "sha512-
|
|
1316
|
+
"version": "2.3.2",
|
|
1317
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
1315
1318
|
"dev": true,
|
|
1316
1319
|
"license": "MIT",
|
|
1317
1320
|
"engines": {
|
|
@@ -1333,15 +1336,6 @@
|
|
|
1333
1336
|
"node": ">=8"
|
|
1334
1337
|
}
|
|
1335
1338
|
},
|
|
1336
|
-
"node_modules/randombytes": {
|
|
1337
|
-
"version": "2.1.0",
|
|
1338
|
-
"integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
|
|
1339
|
-
"dev": true,
|
|
1340
|
-
"license": "MIT",
|
|
1341
|
-
"dependencies": {
|
|
1342
|
-
"safe-buffer": "^5.1.0"
|
|
1343
|
-
}
|
|
1344
|
-
},
|
|
1345
1339
|
"node_modules/rechoir": {
|
|
1346
1340
|
"version": "0.8.0",
|
|
1347
1341
|
"integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
|
|
@@ -1413,26 +1407,6 @@
|
|
|
1413
1407
|
"node": ">=8"
|
|
1414
1408
|
}
|
|
1415
1409
|
},
|
|
1416
|
-
"node_modules/safe-buffer": {
|
|
1417
|
-
"version": "5.2.1",
|
|
1418
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
1419
|
-
"dev": true,
|
|
1420
|
-
"funding": [
|
|
1421
|
-
{
|
|
1422
|
-
"type": "github",
|
|
1423
|
-
"url": "https://github.com/sponsors/feross"
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
"type": "patreon",
|
|
1427
|
-
"url": "https://www.patreon.com/feross"
|
|
1428
|
-
},
|
|
1429
|
-
{
|
|
1430
|
-
"type": "consulting",
|
|
1431
|
-
"url": "https://feross.org/support"
|
|
1432
|
-
}
|
|
1433
|
-
],
|
|
1434
|
-
"license": "MIT"
|
|
1435
|
-
},
|
|
1436
1410
|
"node_modules/schema-utils": {
|
|
1437
1411
|
"version": "4.3.3",
|
|
1438
1412
|
"integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==",
|
|
@@ -1464,15 +1438,6 @@
|
|
|
1464
1438
|
"node": ">=10"
|
|
1465
1439
|
}
|
|
1466
1440
|
},
|
|
1467
|
-
"node_modules/serialize-javascript": {
|
|
1468
|
-
"version": "6.0.2",
|
|
1469
|
-
"integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
|
|
1470
|
-
"dev": true,
|
|
1471
|
-
"license": "BSD-3-Clause",
|
|
1472
|
-
"dependencies": {
|
|
1473
|
-
"randombytes": "^2.1.0"
|
|
1474
|
-
}
|
|
1475
|
-
},
|
|
1476
1441
|
"node_modules/shallow-clone": {
|
|
1477
1442
|
"version": "3.0.1",
|
|
1478
1443
|
"integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
|
|
@@ -1600,8 +1565,8 @@
|
|
|
1600
1565
|
}
|
|
1601
1566
|
},
|
|
1602
1567
|
"node_modules/tapable": {
|
|
1603
|
-
"version": "2.3.
|
|
1604
|
-
"integrity": "sha512-
|
|
1568
|
+
"version": "2.3.2",
|
|
1569
|
+
"integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
|
|
1605
1570
|
"dev": true,
|
|
1606
1571
|
"license": "MIT",
|
|
1607
1572
|
"engines": {
|
|
@@ -1613,8 +1578,8 @@
|
|
|
1613
1578
|
}
|
|
1614
1579
|
},
|
|
1615
1580
|
"node_modules/tar": {
|
|
1616
|
-
"version": "7.5.
|
|
1617
|
-
"integrity": "sha512-
|
|
1581
|
+
"version": "7.5.13",
|
|
1582
|
+
"integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
|
|
1618
1583
|
"dev": true,
|
|
1619
1584
|
"license": "BlueOak-1.0.0",
|
|
1620
1585
|
"dependencies": {
|
|
@@ -1629,8 +1594,8 @@
|
|
|
1629
1594
|
}
|
|
1630
1595
|
},
|
|
1631
1596
|
"node_modules/terser": {
|
|
1632
|
-
"version": "5.46.
|
|
1633
|
-
"integrity": "sha512-
|
|
1597
|
+
"version": "5.46.1",
|
|
1598
|
+
"integrity": "sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==",
|
|
1634
1599
|
"dev": true,
|
|
1635
1600
|
"license": "BSD-2-Clause",
|
|
1636
1601
|
"dependencies": {
|
|
@@ -1647,15 +1612,14 @@
|
|
|
1647
1612
|
}
|
|
1648
1613
|
},
|
|
1649
1614
|
"node_modules/terser-webpack-plugin": {
|
|
1650
|
-
"version": "5.
|
|
1651
|
-
"integrity": "sha512-
|
|
1615
|
+
"version": "5.4.0",
|
|
1616
|
+
"integrity": "sha512-Bn5vxm48flOIfkdl5CaD2+1CiUVbonWQ3KQPyP7/EuIl9Gbzq/gQFOzaMFUEgVjB1396tcK0SG8XcNJ/2kDH8g==",
|
|
1652
1617
|
"dev": true,
|
|
1653
1618
|
"license": "MIT",
|
|
1654
1619
|
"dependencies": {
|
|
1655
1620
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
1656
1621
|
"jest-worker": "^27.4.5",
|
|
1657
1622
|
"schema-utils": "^4.3.0",
|
|
1658
|
-
"serialize-javascript": "^6.0.2",
|
|
1659
1623
|
"terser": "^5.31.1"
|
|
1660
1624
|
},
|
|
1661
1625
|
"engines": {
|
|
@@ -1726,8 +1690,8 @@
|
|
|
1726
1690
|
}
|
|
1727
1691
|
},
|
|
1728
1692
|
"node_modules/undici-types": {
|
|
1729
|
-
"version": "7.
|
|
1730
|
-
"integrity": "sha512-
|
|
1693
|
+
"version": "7.18.2",
|
|
1694
|
+
"integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
|
|
1731
1695
|
"dev": true,
|
|
1732
1696
|
"license": "MIT"
|
|
1733
1697
|
},
|
|
@@ -1784,8 +1748,8 @@
|
|
|
1784
1748
|
}
|
|
1785
1749
|
},
|
|
1786
1750
|
"node_modules/webpack": {
|
|
1787
|
-
"version": "5.105.
|
|
1788
|
-
"integrity": "sha512-
|
|
1751
|
+
"version": "5.105.4",
|
|
1752
|
+
"integrity": "sha512-jTywjboN9aHxFlToqb0K0Zs9SbBoW4zRUlGzI2tYNxVYcEi/IPpn+Xi4ye5jTLvX2YeLuic/IvxNot+Q1jMoOw==",
|
|
1789
1753
|
"dev": true,
|
|
1790
1754
|
"license": "MIT",
|
|
1791
1755
|
"dependencies": {
|
|
@@ -1795,11 +1759,11 @@
|
|
|
1795
1759
|
"@webassemblyjs/ast": "^1.14.1",
|
|
1796
1760
|
"@webassemblyjs/wasm-edit": "^1.14.1",
|
|
1797
1761
|
"@webassemblyjs/wasm-parser": "^1.14.1",
|
|
1798
|
-
"acorn": "^8.
|
|
1762
|
+
"acorn": "^8.16.0",
|
|
1799
1763
|
"acorn-import-phases": "^1.0.3",
|
|
1800
1764
|
"browserslist": "^4.28.1",
|
|
1801
1765
|
"chrome-trace-event": "^1.0.2",
|
|
1802
|
-
"enhanced-resolve": "^5.
|
|
1766
|
+
"enhanced-resolve": "^5.20.0",
|
|
1803
1767
|
"es-module-lexer": "^2.0.0",
|
|
1804
1768
|
"eslint-scope": "5.1.1",
|
|
1805
1769
|
"events": "^3.2.0",
|
|
@@ -1811,9 +1775,9 @@
|
|
|
1811
1775
|
"neo-async": "^2.6.2",
|
|
1812
1776
|
"schema-utils": "^4.3.3",
|
|
1813
1777
|
"tapable": "^2.3.0",
|
|
1814
|
-
"terser-webpack-plugin": "^5.3.
|
|
1778
|
+
"terser-webpack-plugin": "^5.3.17",
|
|
1815
1779
|
"watchpack": "^2.5.1",
|
|
1816
|
-
"webpack-sources": "^3.3.
|
|
1780
|
+
"webpack-sources": "^3.3.4"
|
|
1817
1781
|
},
|
|
1818
1782
|
"bin": {
|
|
1819
1783
|
"webpack": "bin/webpack.js"
|
|
@@ -1900,8 +1864,8 @@
|
|
|
1900
1864
|
}
|
|
1901
1865
|
},
|
|
1902
1866
|
"node_modules/webpack-sources": {
|
|
1903
|
-
"version": "3.3.
|
|
1904
|
-
"integrity": "sha512-
|
|
1867
|
+
"version": "3.3.4",
|
|
1868
|
+
"integrity": "sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==",
|
|
1905
1869
|
"dev": true,
|
|
1906
1870
|
"license": "MIT",
|
|
1907
1871
|
"engines": {
|
package/package-lock.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/studio-runtime-integration",
|
|
3
|
-
"version": "11.15.
|
|
3
|
+
"version": "11.15.1-rc.248",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/studio-runtime-integration",
|
|
9
|
-
"version": "11.15.
|
|
9
|
+
"version": "11.15.1-rc.248",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@wavemaker/app-ng-runtime": "11.15.
|
|
12
|
+
"@wavemaker/app-ng-runtime": "11.15.1-rc.248",
|
|
13
13
|
"@wavemaker/variables": "^11.7.5-rc.166"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
@@ -130,17 +130,17 @@
|
|
|
130
130
|
"license": "MIT"
|
|
131
131
|
},
|
|
132
132
|
"node_modules/@types/node": {
|
|
133
|
-
"version": "25.
|
|
134
|
-
"integrity": "sha512-
|
|
133
|
+
"version": "25.5.0",
|
|
134
|
+
"integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==",
|
|
135
135
|
"dev": true,
|
|
136
136
|
"license": "MIT",
|
|
137
137
|
"dependencies": {
|
|
138
|
-
"undici-types": "~7.
|
|
138
|
+
"undici-types": "~7.18.0"
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
142
|
-
"version": "11.15.
|
|
143
|
-
"integrity": "sha512-
|
|
142
|
+
"version": "11.15.1-rc.248",
|
|
143
|
+
"integrity": "sha512-NfzxfwEUjVkP73BUi7fQbp3Pp7arUhJRGo8oteqdGyxiqHxh/00MVgFntR00GdlbL5IV+wSXyELQAqG+RLYipw==",
|
|
144
144
|
"license": "MIT",
|
|
145
145
|
"engines": {
|
|
146
146
|
"node": ">=18.16.1",
|
|
@@ -370,8 +370,8 @@
|
|
|
370
370
|
"license": "Apache-2.0"
|
|
371
371
|
},
|
|
372
372
|
"node_modules/acorn": {
|
|
373
|
-
"version": "8.
|
|
374
|
-
"integrity": "sha512-
|
|
373
|
+
"version": "8.16.0",
|
|
374
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
375
375
|
"dev": true,
|
|
376
376
|
"license": "MIT",
|
|
377
377
|
"bin": {
|
|
@@ -394,8 +394,8 @@
|
|
|
394
394
|
}
|
|
395
395
|
},
|
|
396
396
|
"node_modules/ajv": {
|
|
397
|
-
"version": "8.
|
|
398
|
-
"integrity": "sha512-
|
|
397
|
+
"version": "8.18.0",
|
|
398
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
399
399
|
"dev": true,
|
|
400
400
|
"license": "MIT",
|
|
401
401
|
"dependencies": {
|
|
@@ -463,12 +463,15 @@
|
|
|
463
463
|
}
|
|
464
464
|
},
|
|
465
465
|
"node_modules/baseline-browser-mapping": {
|
|
466
|
-
"version": "2.
|
|
467
|
-
"integrity": "sha512-
|
|
466
|
+
"version": "2.10.10",
|
|
467
|
+
"integrity": "sha512-sUoJ3IMxx4AyRqO4MLeHlnGDkyXRoUG0/AI9fjK+vS72ekpV0yWVY7O0BVjmBcRtkNcsAO2QDZ4tdKKGoI6YaQ==",
|
|
468
468
|
"dev": true,
|
|
469
469
|
"license": "Apache-2.0",
|
|
470
470
|
"bin": {
|
|
471
|
-
"baseline-browser-mapping": "dist/cli.
|
|
471
|
+
"baseline-browser-mapping": "dist/cli.cjs"
|
|
472
|
+
},
|
|
473
|
+
"engines": {
|
|
474
|
+
"node": ">=6.0.0"
|
|
472
475
|
}
|
|
473
476
|
},
|
|
474
477
|
"node_modules/braces": {
|
|
@@ -523,8 +526,8 @@
|
|
|
523
526
|
"license": "MIT"
|
|
524
527
|
},
|
|
525
528
|
"node_modules/caniuse-lite": {
|
|
526
|
-
"version": "1.0.
|
|
527
|
-
"integrity": "sha512-
|
|
529
|
+
"version": "1.0.30001781",
|
|
530
|
+
"integrity": "sha512-RdwNCyMsNBftLjW6w01z8bKEvT6e/5tpPVEgtn22TiLGlstHOVecsX2KHFkD5e/vRnIE4EGzpuIODb3mtswtkw==",
|
|
528
531
|
"dev": true,
|
|
529
532
|
"funding": [
|
|
530
533
|
{
|
|
@@ -649,8 +652,8 @@
|
|
|
649
652
|
}
|
|
650
653
|
},
|
|
651
654
|
"node_modules/electron-to-chromium": {
|
|
652
|
-
"version": "1.5.
|
|
653
|
-
"integrity": "sha512-
|
|
655
|
+
"version": "1.5.322",
|
|
656
|
+
"integrity": "sha512-vFU34OcrvMcH66T+dYC3G4nURmgfDVewMIu6Q2urXpumAPSMmzvcn04KVVV8Opikq8Vs5nUbO/8laNhNRqSzYw==",
|
|
654
657
|
"dev": true,
|
|
655
658
|
"license": "ISC"
|
|
656
659
|
},
|
|
@@ -661,8 +664,8 @@
|
|
|
661
664
|
"license": "MIT"
|
|
662
665
|
},
|
|
663
666
|
"node_modules/enhanced-resolve": {
|
|
664
|
-
"version": "5.
|
|
665
|
-
"integrity": "sha512-
|
|
667
|
+
"version": "5.20.1",
|
|
668
|
+
"integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==",
|
|
666
669
|
"dev": true,
|
|
667
670
|
"license": "MIT",
|
|
668
671
|
"dependencies": {
|
|
@@ -841,8 +844,8 @@
|
|
|
841
844
|
}
|
|
842
845
|
},
|
|
843
846
|
"node_modules/fs-extra": {
|
|
844
|
-
"version": "11.3.
|
|
845
|
-
"integrity": "sha512-
|
|
847
|
+
"version": "11.3.4",
|
|
848
|
+
"integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
|
|
846
849
|
"dev": true,
|
|
847
850
|
"license": "MIT",
|
|
848
851
|
"dependencies": {
|
|
@@ -1176,10 +1179,10 @@
|
|
|
1176
1179
|
}
|
|
1177
1180
|
},
|
|
1178
1181
|
"node_modules/minipass": {
|
|
1179
|
-
"version": "7.1.
|
|
1180
|
-
"integrity": "sha512-
|
|
1182
|
+
"version": "7.1.3",
|
|
1183
|
+
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
1181
1184
|
"dev": true,
|
|
1182
|
-
"license": "
|
|
1185
|
+
"license": "BlueOak-1.0.0",
|
|
1183
1186
|
"engines": {
|
|
1184
1187
|
"node": ">=16 || 14 >=14.17"
|
|
1185
1188
|
}
|
|
@@ -1211,8 +1214,8 @@
|
|
|
1211
1214
|
"license": "MIT"
|
|
1212
1215
|
},
|
|
1213
1216
|
"node_modules/node-releases": {
|
|
1214
|
-
"version": "2.0.
|
|
1215
|
-
"integrity": "sha512-
|
|
1217
|
+
"version": "2.0.36",
|
|
1218
|
+
"integrity": "sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==",
|
|
1216
1219
|
"dev": true,
|
|
1217
1220
|
"license": "MIT"
|
|
1218
1221
|
},
|
|
@@ -1310,8 +1313,8 @@
|
|
|
1310
1313
|
"license": "ISC"
|
|
1311
1314
|
},
|
|
1312
1315
|
"node_modules/picomatch": {
|
|
1313
|
-
"version": "2.3.
|
|
1314
|
-
"integrity": "sha512-
|
|
1316
|
+
"version": "2.3.2",
|
|
1317
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
1315
1318
|
"dev": true,
|
|
1316
1319
|
"license": "MIT",
|
|
1317
1320
|
"engines": {
|
|
@@ -1333,15 +1336,6 @@
|
|
|
1333
1336
|
"node": ">=8"
|
|
1334
1337
|
}
|
|
1335
1338
|
},
|
|
1336
|
-
"node_modules/randombytes": {
|
|
1337
|
-
"version": "2.1.0",
|
|
1338
|
-
"integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
|
|
1339
|
-
"dev": true,
|
|
1340
|
-
"license": "MIT",
|
|
1341
|
-
"dependencies": {
|
|
1342
|
-
"safe-buffer": "^5.1.0"
|
|
1343
|
-
}
|
|
1344
|
-
},
|
|
1345
1339
|
"node_modules/rechoir": {
|
|
1346
1340
|
"version": "0.8.0",
|
|
1347
1341
|
"integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
|
|
@@ -1413,26 +1407,6 @@
|
|
|
1413
1407
|
"node": ">=8"
|
|
1414
1408
|
}
|
|
1415
1409
|
},
|
|
1416
|
-
"node_modules/safe-buffer": {
|
|
1417
|
-
"version": "5.2.1",
|
|
1418
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
1419
|
-
"dev": true,
|
|
1420
|
-
"funding": [
|
|
1421
|
-
{
|
|
1422
|
-
"type": "github",
|
|
1423
|
-
"url": "https://github.com/sponsors/feross"
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
"type": "patreon",
|
|
1427
|
-
"url": "https://www.patreon.com/feross"
|
|
1428
|
-
},
|
|
1429
|
-
{
|
|
1430
|
-
"type": "consulting",
|
|
1431
|
-
"url": "https://feross.org/support"
|
|
1432
|
-
}
|
|
1433
|
-
],
|
|
1434
|
-
"license": "MIT"
|
|
1435
|
-
},
|
|
1436
1410
|
"node_modules/schema-utils": {
|
|
1437
1411
|
"version": "4.3.3",
|
|
1438
1412
|
"integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==",
|
|
@@ -1464,15 +1438,6 @@
|
|
|
1464
1438
|
"node": ">=10"
|
|
1465
1439
|
}
|
|
1466
1440
|
},
|
|
1467
|
-
"node_modules/serialize-javascript": {
|
|
1468
|
-
"version": "6.0.2",
|
|
1469
|
-
"integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
|
|
1470
|
-
"dev": true,
|
|
1471
|
-
"license": "BSD-3-Clause",
|
|
1472
|
-
"dependencies": {
|
|
1473
|
-
"randombytes": "^2.1.0"
|
|
1474
|
-
}
|
|
1475
|
-
},
|
|
1476
1441
|
"node_modules/shallow-clone": {
|
|
1477
1442
|
"version": "3.0.1",
|
|
1478
1443
|
"integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
|
|
@@ -1600,8 +1565,8 @@
|
|
|
1600
1565
|
}
|
|
1601
1566
|
},
|
|
1602
1567
|
"node_modules/tapable": {
|
|
1603
|
-
"version": "2.3.
|
|
1604
|
-
"integrity": "sha512-
|
|
1568
|
+
"version": "2.3.2",
|
|
1569
|
+
"integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
|
|
1605
1570
|
"dev": true,
|
|
1606
1571
|
"license": "MIT",
|
|
1607
1572
|
"engines": {
|
|
@@ -1613,8 +1578,8 @@
|
|
|
1613
1578
|
}
|
|
1614
1579
|
},
|
|
1615
1580
|
"node_modules/tar": {
|
|
1616
|
-
"version": "7.5.
|
|
1617
|
-
"integrity": "sha512-
|
|
1581
|
+
"version": "7.5.13",
|
|
1582
|
+
"integrity": "sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==",
|
|
1618
1583
|
"dev": true,
|
|
1619
1584
|
"license": "BlueOak-1.0.0",
|
|
1620
1585
|
"dependencies": {
|
|
@@ -1629,8 +1594,8 @@
|
|
|
1629
1594
|
}
|
|
1630
1595
|
},
|
|
1631
1596
|
"node_modules/terser": {
|
|
1632
|
-
"version": "5.46.
|
|
1633
|
-
"integrity": "sha512-
|
|
1597
|
+
"version": "5.46.1",
|
|
1598
|
+
"integrity": "sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==",
|
|
1634
1599
|
"dev": true,
|
|
1635
1600
|
"license": "BSD-2-Clause",
|
|
1636
1601
|
"dependencies": {
|
|
@@ -1647,15 +1612,14 @@
|
|
|
1647
1612
|
}
|
|
1648
1613
|
},
|
|
1649
1614
|
"node_modules/terser-webpack-plugin": {
|
|
1650
|
-
"version": "5.
|
|
1651
|
-
"integrity": "sha512-
|
|
1615
|
+
"version": "5.4.0",
|
|
1616
|
+
"integrity": "sha512-Bn5vxm48flOIfkdl5CaD2+1CiUVbonWQ3KQPyP7/EuIl9Gbzq/gQFOzaMFUEgVjB1396tcK0SG8XcNJ/2kDH8g==",
|
|
1652
1617
|
"dev": true,
|
|
1653
1618
|
"license": "MIT",
|
|
1654
1619
|
"dependencies": {
|
|
1655
1620
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
1656
1621
|
"jest-worker": "^27.4.5",
|
|
1657
1622
|
"schema-utils": "^4.3.0",
|
|
1658
|
-
"serialize-javascript": "^6.0.2",
|
|
1659
1623
|
"terser": "^5.31.1"
|
|
1660
1624
|
},
|
|
1661
1625
|
"engines": {
|
|
@@ -1726,8 +1690,8 @@
|
|
|
1726
1690
|
}
|
|
1727
1691
|
},
|
|
1728
1692
|
"node_modules/undici-types": {
|
|
1729
|
-
"version": "7.
|
|
1730
|
-
"integrity": "sha512-
|
|
1693
|
+
"version": "7.18.2",
|
|
1694
|
+
"integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
|
|
1731
1695
|
"dev": true,
|
|
1732
1696
|
"license": "MIT"
|
|
1733
1697
|
},
|
|
@@ -1784,8 +1748,8 @@
|
|
|
1784
1748
|
}
|
|
1785
1749
|
},
|
|
1786
1750
|
"node_modules/webpack": {
|
|
1787
|
-
"version": "5.105.
|
|
1788
|
-
"integrity": "sha512-
|
|
1751
|
+
"version": "5.105.4",
|
|
1752
|
+
"integrity": "sha512-jTywjboN9aHxFlToqb0K0Zs9SbBoW4zRUlGzI2tYNxVYcEi/IPpn+Xi4ye5jTLvX2YeLuic/IvxNot+Q1jMoOw==",
|
|
1789
1753
|
"dev": true,
|
|
1790
1754
|
"license": "MIT",
|
|
1791
1755
|
"dependencies": {
|
|
@@ -1795,11 +1759,11 @@
|
|
|
1795
1759
|
"@webassemblyjs/ast": "^1.14.1",
|
|
1796
1760
|
"@webassemblyjs/wasm-edit": "^1.14.1",
|
|
1797
1761
|
"@webassemblyjs/wasm-parser": "^1.14.1",
|
|
1798
|
-
"acorn": "^8.
|
|
1762
|
+
"acorn": "^8.16.0",
|
|
1799
1763
|
"acorn-import-phases": "^1.0.3",
|
|
1800
1764
|
"browserslist": "^4.28.1",
|
|
1801
1765
|
"chrome-trace-event": "^1.0.2",
|
|
1802
|
-
"enhanced-resolve": "^5.
|
|
1766
|
+
"enhanced-resolve": "^5.20.0",
|
|
1803
1767
|
"es-module-lexer": "^2.0.0",
|
|
1804
1768
|
"eslint-scope": "5.1.1",
|
|
1805
1769
|
"events": "^3.2.0",
|
|
@@ -1811,9 +1775,9 @@
|
|
|
1811
1775
|
"neo-async": "^2.6.2",
|
|
1812
1776
|
"schema-utils": "^4.3.3",
|
|
1813
1777
|
"tapable": "^2.3.0",
|
|
1814
|
-
"terser-webpack-plugin": "^5.3.
|
|
1778
|
+
"terser-webpack-plugin": "^5.3.17",
|
|
1815
1779
|
"watchpack": "^2.5.1",
|
|
1816
|
-
"webpack-sources": "^3.3.
|
|
1780
|
+
"webpack-sources": "^3.3.4"
|
|
1817
1781
|
},
|
|
1818
1782
|
"bin": {
|
|
1819
1783
|
"webpack": "bin/webpack.js"
|
|
@@ -1900,8 +1864,8 @@
|
|
|
1900
1864
|
}
|
|
1901
1865
|
},
|
|
1902
1866
|
"node_modules/webpack-sources": {
|
|
1903
|
-
"version": "3.3.
|
|
1904
|
-
"integrity": "sha512-
|
|
1867
|
+
"version": "3.3.4",
|
|
1868
|
+
"integrity": "sha512-7tP1PdV4vF+lYPnkMR0jMY5/la2ub5Fc/8VQrrU+lXkiM6C4TjVfGw7iKfyhnTQOsD+6Q/iKw0eFciziRgD58Q==",
|
|
1905
1869
|
"dev": true,
|
|
1906
1870
|
"license": "MIT",
|
|
1907
1871
|
"engines": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/studio-runtime-integration",
|
|
3
|
-
"version": "11.15.
|
|
3
|
+
"version": "11.15.1-rc.248",
|
|
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.15.
|
|
23
|
+
"@wavemaker/app-ng-runtime": "11.15.1-rc.248",
|
|
24
24
|
"@wavemaker/variables": "^11.7.5-rc.166"
|
|
25
25
|
},
|
|
26
26
|
"module": "index",
|