@testim/testim-cli 4.184.4 → 4.185.4
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/cli.js +81 -81
- package/cli.js.map +3 -3
- package/npm-shrinkwrap.json +1018 -881
- package/package.json +3 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testim/testim-cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.185.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@testim/testim-cli",
|
|
9
|
-
"version": "4.
|
|
9
|
+
"version": "4.185.4",
|
|
10
10
|
"license": "Proprietary",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@applitools/eyes-sdk-core": "13.11.34-legacy.1",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"unzip-stream": "0.3.4",
|
|
57
57
|
"uuid": "11.0.5",
|
|
58
58
|
"validate-npm-package-name": "3.0.0",
|
|
59
|
-
"webdriverio": "
|
|
59
|
+
"webdriverio": "9.18.4",
|
|
60
60
|
"winston": "3.11.0",
|
|
61
61
|
"winston-transport": "4.6.0",
|
|
62
62
|
"ws": "8.17.1",
|
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
"@types/ws": "8.18.1",
|
|
107
107
|
"@types/xml2js": "0.4.14",
|
|
108
108
|
"@wdio/protocols": "8.44.0",
|
|
109
|
+
"@wdio/types": "9.16.2",
|
|
109
110
|
"app-root-dir": "1.0.2",
|
|
110
111
|
"bundle-deps": "1.0.0",
|
|
111
112
|
"chai-shallow-deep-equal": "1.4.6",
|
|
@@ -1485,33 +1486,42 @@
|
|
|
1485
1486
|
}
|
|
1486
1487
|
},
|
|
1487
1488
|
"node_modules/@puppeteer/browsers": {
|
|
1488
|
-
"version": "
|
|
1489
|
-
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-
|
|
1490
|
-
"integrity": "sha512-
|
|
1489
|
+
"version": "2.13.0",
|
|
1490
|
+
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.13.0.tgz",
|
|
1491
|
+
"integrity": "sha512-46BZJYJjc/WwmKjsvDFykHtXrtomsCIrwYQPOP7VfMJoZY2bsDF9oROBABR3paDjDcmkUye1Pb1BqdcdiipaWA==",
|
|
1491
1492
|
"license": "Apache-2.0",
|
|
1492
1493
|
"dependencies": {
|
|
1493
|
-
"debug": "4.3
|
|
1494
|
-
"extract-zip": "2.0.1",
|
|
1495
|
-
"progress": "2.0.3",
|
|
1496
|
-
"proxy-agent": "6.
|
|
1497
|
-
"
|
|
1498
|
-
"
|
|
1499
|
-
"yargs": "17.7.2"
|
|
1494
|
+
"debug": "^4.4.3",
|
|
1495
|
+
"extract-zip": "^2.0.1",
|
|
1496
|
+
"progress": "^2.0.3",
|
|
1497
|
+
"proxy-agent": "^6.5.0",
|
|
1498
|
+
"semver": "^7.7.4",
|
|
1499
|
+
"tar-fs": "^3.1.1",
|
|
1500
|
+
"yargs": "^17.7.2"
|
|
1500
1501
|
},
|
|
1501
1502
|
"bin": {
|
|
1502
1503
|
"browsers": "lib/cjs/main-cli.js"
|
|
1503
1504
|
},
|
|
1504
1505
|
"engines": {
|
|
1505
|
-
"node": ">=
|
|
1506
|
+
"node": ">=18"
|
|
1507
|
+
}
|
|
1508
|
+
},
|
|
1509
|
+
"node_modules/@puppeteer/browsers/node_modules/agent-base": {
|
|
1510
|
+
"version": "7.1.4",
|
|
1511
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
1512
|
+
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
1513
|
+
"license": "MIT",
|
|
1514
|
+
"engines": {
|
|
1515
|
+
"node": ">= 14"
|
|
1506
1516
|
}
|
|
1507
1517
|
},
|
|
1508
1518
|
"node_modules/@puppeteer/browsers/node_modules/debug": {
|
|
1509
|
-
"version": "4.3
|
|
1510
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.
|
|
1511
|
-
"integrity": "sha512-
|
|
1519
|
+
"version": "4.4.3",
|
|
1520
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
1521
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
1512
1522
|
"license": "MIT",
|
|
1513
1523
|
"dependencies": {
|
|
1514
|
-
"ms": "2.1.
|
|
1524
|
+
"ms": "^2.1.3"
|
|
1515
1525
|
},
|
|
1516
1526
|
"engines": {
|
|
1517
1527
|
"node": ">=6.0"
|
|
@@ -1522,6 +1532,66 @@
|
|
|
1522
1532
|
}
|
|
1523
1533
|
}
|
|
1524
1534
|
},
|
|
1535
|
+
"node_modules/@puppeteer/browsers/node_modules/http-proxy-agent": {
|
|
1536
|
+
"version": "7.0.2",
|
|
1537
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
1538
|
+
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
1539
|
+
"license": "MIT",
|
|
1540
|
+
"dependencies": {
|
|
1541
|
+
"agent-base": "^7.1.0",
|
|
1542
|
+
"debug": "^4.3.4"
|
|
1543
|
+
},
|
|
1544
|
+
"engines": {
|
|
1545
|
+
"node": ">= 14"
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
"node_modules/@puppeteer/browsers/node_modules/https-proxy-agent": {
|
|
1549
|
+
"version": "7.0.6",
|
|
1550
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
1551
|
+
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
1552
|
+
"license": "MIT",
|
|
1553
|
+
"dependencies": {
|
|
1554
|
+
"agent-base": "^7.1.2",
|
|
1555
|
+
"debug": "4"
|
|
1556
|
+
},
|
|
1557
|
+
"engines": {
|
|
1558
|
+
"node": ">= 14"
|
|
1559
|
+
}
|
|
1560
|
+
},
|
|
1561
|
+
"node_modules/@puppeteer/browsers/node_modules/lru-cache": {
|
|
1562
|
+
"version": "7.18.3",
|
|
1563
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
|
|
1564
|
+
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
|
|
1565
|
+
"license": "ISC",
|
|
1566
|
+
"engines": {
|
|
1567
|
+
"node": ">=12"
|
|
1568
|
+
}
|
|
1569
|
+
},
|
|
1570
|
+
"node_modules/@puppeteer/browsers/node_modules/ms": {
|
|
1571
|
+
"version": "2.1.3",
|
|
1572
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
1573
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
1574
|
+
"license": "MIT"
|
|
1575
|
+
},
|
|
1576
|
+
"node_modules/@puppeteer/browsers/node_modules/proxy-agent": {
|
|
1577
|
+
"version": "6.5.0",
|
|
1578
|
+
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.5.0.tgz",
|
|
1579
|
+
"integrity": "sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==",
|
|
1580
|
+
"license": "MIT",
|
|
1581
|
+
"dependencies": {
|
|
1582
|
+
"agent-base": "^7.1.2",
|
|
1583
|
+
"debug": "^4.3.4",
|
|
1584
|
+
"http-proxy-agent": "^7.0.1",
|
|
1585
|
+
"https-proxy-agent": "^7.0.6",
|
|
1586
|
+
"lru-cache": "^7.14.1",
|
|
1587
|
+
"pac-proxy-agent": "^7.1.0",
|
|
1588
|
+
"proxy-from-env": "^1.1.0",
|
|
1589
|
+
"socks-proxy-agent": "^8.0.5"
|
|
1590
|
+
},
|
|
1591
|
+
"engines": {
|
|
1592
|
+
"node": ">= 14"
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1525
1595
|
"node_modules/@puppeteer/browsers/node_modules/yargs": {
|
|
1526
1596
|
"version": "17.7.2",
|
|
1527
1597
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -1541,9 +1611,9 @@
|
|
|
1541
1611
|
}
|
|
1542
1612
|
},
|
|
1543
1613
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
1544
|
-
"version": "4.
|
|
1545
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.
|
|
1546
|
-
"integrity": "sha512-
|
|
1614
|
+
"version": "4.59.0",
|
|
1615
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz",
|
|
1616
|
+
"integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==",
|
|
1547
1617
|
"cpu": [
|
|
1548
1618
|
"arm"
|
|
1549
1619
|
],
|
|
@@ -1555,9 +1625,9 @@
|
|
|
1555
1625
|
"peer": true
|
|
1556
1626
|
},
|
|
1557
1627
|
"node_modules/@rollup/rollup-android-arm64": {
|
|
1558
|
-
"version": "4.
|
|
1559
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.
|
|
1560
|
-
"integrity": "sha512-
|
|
1628
|
+
"version": "4.59.0",
|
|
1629
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz",
|
|
1630
|
+
"integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==",
|
|
1561
1631
|
"cpu": [
|
|
1562
1632
|
"arm64"
|
|
1563
1633
|
],
|
|
@@ -1569,9 +1639,9 @@
|
|
|
1569
1639
|
"peer": true
|
|
1570
1640
|
},
|
|
1571
1641
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
1572
|
-
"version": "4.
|
|
1573
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.
|
|
1574
|
-
"integrity": "sha512-
|
|
1642
|
+
"version": "4.59.0",
|
|
1643
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz",
|
|
1644
|
+
"integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==",
|
|
1575
1645
|
"cpu": [
|
|
1576
1646
|
"arm64"
|
|
1577
1647
|
],
|
|
@@ -1583,9 +1653,9 @@
|
|
|
1583
1653
|
"peer": true
|
|
1584
1654
|
},
|
|
1585
1655
|
"node_modules/@rollup/rollup-darwin-x64": {
|
|
1586
|
-
"version": "4.
|
|
1587
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.
|
|
1588
|
-
"integrity": "sha512-
|
|
1656
|
+
"version": "4.59.0",
|
|
1657
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz",
|
|
1658
|
+
"integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==",
|
|
1589
1659
|
"cpu": [
|
|
1590
1660
|
"x64"
|
|
1591
1661
|
],
|
|
@@ -1597,9 +1667,9 @@
|
|
|
1597
1667
|
"peer": true
|
|
1598
1668
|
},
|
|
1599
1669
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
1600
|
-
"version": "4.
|
|
1601
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.
|
|
1602
|
-
"integrity": "sha512-
|
|
1670
|
+
"version": "4.59.0",
|
|
1671
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz",
|
|
1672
|
+
"integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==",
|
|
1603
1673
|
"cpu": [
|
|
1604
1674
|
"arm64"
|
|
1605
1675
|
],
|
|
@@ -1611,9 +1681,9 @@
|
|
|
1611
1681
|
"peer": true
|
|
1612
1682
|
},
|
|
1613
1683
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
1614
|
-
"version": "4.
|
|
1615
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.
|
|
1616
|
-
"integrity": "sha512-
|
|
1684
|
+
"version": "4.59.0",
|
|
1685
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz",
|
|
1686
|
+
"integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==",
|
|
1617
1687
|
"cpu": [
|
|
1618
1688
|
"x64"
|
|
1619
1689
|
],
|
|
@@ -1625,9 +1695,9 @@
|
|
|
1625
1695
|
"peer": true
|
|
1626
1696
|
},
|
|
1627
1697
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
1628
|
-
"version": "4.
|
|
1629
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.
|
|
1630
|
-
"integrity": "sha512-
|
|
1698
|
+
"version": "4.59.0",
|
|
1699
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz",
|
|
1700
|
+
"integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==",
|
|
1631
1701
|
"cpu": [
|
|
1632
1702
|
"arm"
|
|
1633
1703
|
],
|
|
@@ -1639,9 +1709,9 @@
|
|
|
1639
1709
|
"peer": true
|
|
1640
1710
|
},
|
|
1641
1711
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
1642
|
-
"version": "4.
|
|
1643
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.
|
|
1644
|
-
"integrity": "sha512-
|
|
1712
|
+
"version": "4.59.0",
|
|
1713
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz",
|
|
1714
|
+
"integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==",
|
|
1645
1715
|
"cpu": [
|
|
1646
1716
|
"arm"
|
|
1647
1717
|
],
|
|
@@ -1653,9 +1723,9 @@
|
|
|
1653
1723
|
"peer": true
|
|
1654
1724
|
},
|
|
1655
1725
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
1656
|
-
"version": "4.
|
|
1657
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.
|
|
1658
|
-
"integrity": "sha512-
|
|
1726
|
+
"version": "4.59.0",
|
|
1727
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz",
|
|
1728
|
+
"integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==",
|
|
1659
1729
|
"cpu": [
|
|
1660
1730
|
"arm64"
|
|
1661
1731
|
],
|
|
@@ -1667,9 +1737,9 @@
|
|
|
1667
1737
|
"peer": true
|
|
1668
1738
|
},
|
|
1669
1739
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
1670
|
-
"version": "4.
|
|
1671
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.
|
|
1672
|
-
"integrity": "sha512-
|
|
1740
|
+
"version": "4.59.0",
|
|
1741
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz",
|
|
1742
|
+
"integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==",
|
|
1673
1743
|
"cpu": [
|
|
1674
1744
|
"arm64"
|
|
1675
1745
|
],
|
|
@@ -1681,9 +1751,9 @@
|
|
|
1681
1751
|
"peer": true
|
|
1682
1752
|
},
|
|
1683
1753
|
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
1684
|
-
"version": "4.
|
|
1685
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.
|
|
1686
|
-
"integrity": "sha512-
|
|
1754
|
+
"version": "4.59.0",
|
|
1755
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz",
|
|
1756
|
+
"integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==",
|
|
1687
1757
|
"cpu": [
|
|
1688
1758
|
"loong64"
|
|
1689
1759
|
],
|
|
@@ -1695,9 +1765,9 @@
|
|
|
1695
1765
|
"peer": true
|
|
1696
1766
|
},
|
|
1697
1767
|
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
1698
|
-
"version": "4.
|
|
1699
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.
|
|
1700
|
-
"integrity": "sha512-
|
|
1768
|
+
"version": "4.59.0",
|
|
1769
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz",
|
|
1770
|
+
"integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==",
|
|
1701
1771
|
"cpu": [
|
|
1702
1772
|
"loong64"
|
|
1703
1773
|
],
|
|
@@ -1709,9 +1779,9 @@
|
|
|
1709
1779
|
"peer": true
|
|
1710
1780
|
},
|
|
1711
1781
|
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
1712
|
-
"version": "4.
|
|
1713
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.
|
|
1714
|
-
"integrity": "sha512-
|
|
1782
|
+
"version": "4.59.0",
|
|
1783
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz",
|
|
1784
|
+
"integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==",
|
|
1715
1785
|
"cpu": [
|
|
1716
1786
|
"ppc64"
|
|
1717
1787
|
],
|
|
@@ -1723,9 +1793,9 @@
|
|
|
1723
1793
|
"peer": true
|
|
1724
1794
|
},
|
|
1725
1795
|
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
1726
|
-
"version": "4.
|
|
1727
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.
|
|
1728
|
-
"integrity": "sha512
|
|
1796
|
+
"version": "4.59.0",
|
|
1797
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz",
|
|
1798
|
+
"integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==",
|
|
1729
1799
|
"cpu": [
|
|
1730
1800
|
"ppc64"
|
|
1731
1801
|
],
|
|
@@ -1737,9 +1807,9 @@
|
|
|
1737
1807
|
"peer": true
|
|
1738
1808
|
},
|
|
1739
1809
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
1740
|
-
"version": "4.
|
|
1741
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.
|
|
1742
|
-
"integrity": "sha512-
|
|
1810
|
+
"version": "4.59.0",
|
|
1811
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz",
|
|
1812
|
+
"integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==",
|
|
1743
1813
|
"cpu": [
|
|
1744
1814
|
"riscv64"
|
|
1745
1815
|
],
|
|
@@ -1751,9 +1821,9 @@
|
|
|
1751
1821
|
"peer": true
|
|
1752
1822
|
},
|
|
1753
1823
|
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
1754
|
-
"version": "4.
|
|
1755
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.
|
|
1756
|
-
"integrity": "sha512-
|
|
1824
|
+
"version": "4.59.0",
|
|
1825
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz",
|
|
1826
|
+
"integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==",
|
|
1757
1827
|
"cpu": [
|
|
1758
1828
|
"riscv64"
|
|
1759
1829
|
],
|
|
@@ -1765,9 +1835,9 @@
|
|
|
1765
1835
|
"peer": true
|
|
1766
1836
|
},
|
|
1767
1837
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
1768
|
-
"version": "4.
|
|
1769
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.
|
|
1770
|
-
"integrity": "sha512-
|
|
1838
|
+
"version": "4.59.0",
|
|
1839
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz",
|
|
1840
|
+
"integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==",
|
|
1771
1841
|
"cpu": [
|
|
1772
1842
|
"s390x"
|
|
1773
1843
|
],
|
|
@@ -1779,9 +1849,9 @@
|
|
|
1779
1849
|
"peer": true
|
|
1780
1850
|
},
|
|
1781
1851
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
1782
|
-
"version": "4.
|
|
1783
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.
|
|
1784
|
-
"integrity": "sha512-
|
|
1852
|
+
"version": "4.59.0",
|
|
1853
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz",
|
|
1854
|
+
"integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==",
|
|
1785
1855
|
"cpu": [
|
|
1786
1856
|
"x64"
|
|
1787
1857
|
],
|
|
@@ -1793,9 +1863,9 @@
|
|
|
1793
1863
|
"peer": true
|
|
1794
1864
|
},
|
|
1795
1865
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
1796
|
-
"version": "4.
|
|
1797
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.
|
|
1798
|
-
"integrity": "sha512-
|
|
1866
|
+
"version": "4.59.0",
|
|
1867
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz",
|
|
1868
|
+
"integrity": "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==",
|
|
1799
1869
|
"cpu": [
|
|
1800
1870
|
"x64"
|
|
1801
1871
|
],
|
|
@@ -1807,9 +1877,9 @@
|
|
|
1807
1877
|
"peer": true
|
|
1808
1878
|
},
|
|
1809
1879
|
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
1810
|
-
"version": "4.
|
|
1811
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.
|
|
1812
|
-
"integrity": "sha512-
|
|
1880
|
+
"version": "4.59.0",
|
|
1881
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz",
|
|
1882
|
+
"integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==",
|
|
1813
1883
|
"cpu": [
|
|
1814
1884
|
"x64"
|
|
1815
1885
|
],
|
|
@@ -1821,9 +1891,9 @@
|
|
|
1821
1891
|
"peer": true
|
|
1822
1892
|
},
|
|
1823
1893
|
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
1824
|
-
"version": "4.
|
|
1825
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.
|
|
1826
|
-
"integrity": "sha512-
|
|
1894
|
+
"version": "4.59.0",
|
|
1895
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz",
|
|
1896
|
+
"integrity": "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==",
|
|
1827
1897
|
"cpu": [
|
|
1828
1898
|
"arm64"
|
|
1829
1899
|
],
|
|
@@ -1835,9 +1905,9 @@
|
|
|
1835
1905
|
"peer": true
|
|
1836
1906
|
},
|
|
1837
1907
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
1838
|
-
"version": "4.
|
|
1839
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.
|
|
1840
|
-
"integrity": "sha512-
|
|
1908
|
+
"version": "4.59.0",
|
|
1909
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz",
|
|
1910
|
+
"integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==",
|
|
1841
1911
|
"cpu": [
|
|
1842
1912
|
"arm64"
|
|
1843
1913
|
],
|
|
@@ -1849,9 +1919,9 @@
|
|
|
1849
1919
|
"peer": true
|
|
1850
1920
|
},
|
|
1851
1921
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
1852
|
-
"version": "4.
|
|
1853
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.
|
|
1854
|
-
"integrity": "sha512-
|
|
1922
|
+
"version": "4.59.0",
|
|
1923
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz",
|
|
1924
|
+
"integrity": "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==",
|
|
1855
1925
|
"cpu": [
|
|
1856
1926
|
"ia32"
|
|
1857
1927
|
],
|
|
@@ -1863,9 +1933,9 @@
|
|
|
1863
1933
|
"peer": true
|
|
1864
1934
|
},
|
|
1865
1935
|
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
1866
|
-
"version": "4.
|
|
1867
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.
|
|
1868
|
-
"integrity": "sha512-
|
|
1936
|
+
"version": "4.59.0",
|
|
1937
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz",
|
|
1938
|
+
"integrity": "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==",
|
|
1869
1939
|
"cpu": [
|
|
1870
1940
|
"x64"
|
|
1871
1941
|
],
|
|
@@ -1877,9 +1947,9 @@
|
|
|
1877
1947
|
"peer": true
|
|
1878
1948
|
},
|
|
1879
1949
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
1880
|
-
"version": "4.
|
|
1881
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.
|
|
1882
|
-
"integrity": "sha512-
|
|
1950
|
+
"version": "4.59.0",
|
|
1951
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz",
|
|
1952
|
+
"integrity": "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==",
|
|
1883
1953
|
"cpu": [
|
|
1884
1954
|
"x64"
|
|
1885
1955
|
],
|
|
@@ -2705,6 +2775,36 @@
|
|
|
2705
2775
|
"node": ">=12.0.0"
|
|
2706
2776
|
}
|
|
2707
2777
|
},
|
|
2778
|
+
"node_modules/@wdio/config/node_modules/@types/node": {
|
|
2779
|
+
"version": "18.19.130",
|
|
2780
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
|
|
2781
|
+
"integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
|
|
2782
|
+
"license": "MIT",
|
|
2783
|
+
"dependencies": {
|
|
2784
|
+
"undici-types": "~5.26.4"
|
|
2785
|
+
}
|
|
2786
|
+
},
|
|
2787
|
+
"node_modules/@wdio/config/node_modules/@wdio/types": {
|
|
2788
|
+
"version": "7.26.0",
|
|
2789
|
+
"resolved": "https://registry.npmjs.org/@wdio/types/-/types-7.26.0.tgz",
|
|
2790
|
+
"integrity": "sha512-mOTfWAGQ+iT58iaZhJMwlUkdEn3XEWE4jthysMLXFnSuZ2eaODVAiK31SmlS/eUqgSIaupeGqYUrtCuSNbLefg==",
|
|
2791
|
+
"license": "MIT",
|
|
2792
|
+
"dependencies": {
|
|
2793
|
+
"@types/node": "^18.0.0",
|
|
2794
|
+
"got": "^11.8.1"
|
|
2795
|
+
},
|
|
2796
|
+
"engines": {
|
|
2797
|
+
"node": ">=12.0.0"
|
|
2798
|
+
},
|
|
2799
|
+
"peerDependencies": {
|
|
2800
|
+
"typescript": "^4.6.2"
|
|
2801
|
+
},
|
|
2802
|
+
"peerDependenciesMeta": {
|
|
2803
|
+
"typescript": {
|
|
2804
|
+
"optional": true
|
|
2805
|
+
}
|
|
2806
|
+
}
|
|
2807
|
+
},
|
|
2708
2808
|
"node_modules/@wdio/config/node_modules/balanced-match": {
|
|
2709
2809
|
"version": "1.0.2",
|
|
2710
2810
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
@@ -2741,9 +2841,9 @@
|
|
|
2741
2841
|
}
|
|
2742
2842
|
},
|
|
2743
2843
|
"node_modules/@wdio/config/node_modules/minimatch": {
|
|
2744
|
-
"version": "5.1.
|
|
2745
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.
|
|
2746
|
-
"integrity": "sha512-
|
|
2844
|
+
"version": "5.1.8",
|
|
2845
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.8.tgz",
|
|
2846
|
+
"integrity": "sha512-7RN35vit8DeBclkofOVmBY0eDAZZQd1HzmukRdSyz95CRh8FT54eqnbj0krQr3mrHR6sfRyYkyhwBWjoV5uqlQ==",
|
|
2747
2847
|
"license": "ISC",
|
|
2748
2848
|
"dependencies": {
|
|
2749
2849
|
"brace-expansion": "^2.0.1"
|
|
@@ -2752,6 +2852,12 @@
|
|
|
2752
2852
|
"node": ">=10"
|
|
2753
2853
|
}
|
|
2754
2854
|
},
|
|
2855
|
+
"node_modules/@wdio/config/node_modules/undici-types": {
|
|
2856
|
+
"version": "5.26.5",
|
|
2857
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
2858
|
+
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
2859
|
+
"license": "MIT"
|
|
2860
|
+
},
|
|
2755
2861
|
"node_modules/@wdio/logger": {
|
|
2756
2862
|
"version": "7.26.0",
|
|
2757
2863
|
"resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-7.26.0.tgz",
|
|
@@ -2771,36 +2877,57 @@
|
|
|
2771
2877
|
"version": "8.44.0",
|
|
2772
2878
|
"resolved": "https://registry.npmjs.org/@wdio/protocols/-/protocols-8.44.0.tgz",
|
|
2773
2879
|
"integrity": "sha512-Do+AW3xuDUHWkrX++LeMBSrX2yRILlDqunRHPMv4adGFEA45m7r4WP8wGCDb+chrHGhXq5TwB9Ne4J7x1dHGng==",
|
|
2880
|
+
"dev": true,
|
|
2774
2881
|
"license": "MIT"
|
|
2775
2882
|
},
|
|
2776
2883
|
"node_modules/@wdio/repl": {
|
|
2777
|
-
"version": "
|
|
2778
|
-
"resolved": "https://registry.npmjs.org/@wdio/repl/-/repl-
|
|
2779
|
-
"integrity": "sha512-
|
|
2884
|
+
"version": "9.16.2",
|
|
2885
|
+
"resolved": "https://registry.npmjs.org/@wdio/repl/-/repl-9.16.2.tgz",
|
|
2886
|
+
"integrity": "sha512-FLTF0VL6+o5BSTCO7yLSXocm3kUnu31zYwzdsz4n9s5YWt83sCtzGZlZpt7TaTzb3jVUfxuHNQDTb8UMkCu0lQ==",
|
|
2780
2887
|
"license": "MIT",
|
|
2781
2888
|
"dependencies": {
|
|
2782
|
-
"@types/node": "^
|
|
2889
|
+
"@types/node": "^20.1.0"
|
|
2783
2890
|
},
|
|
2784
2891
|
"engines": {
|
|
2785
|
-
"node": "
|
|
2892
|
+
"node": ">=18.20.0"
|
|
2786
2893
|
}
|
|
2787
2894
|
},
|
|
2788
|
-
"node_modules/@wdio/
|
|
2789
|
-
"version": "
|
|
2790
|
-
"resolved": "https://registry.npmjs.org/@types
|
|
2791
|
-
"integrity": "sha512-
|
|
2895
|
+
"node_modules/@wdio/types": {
|
|
2896
|
+
"version": "9.16.2",
|
|
2897
|
+
"resolved": "https://registry.npmjs.org/@wdio/types/-/types-9.16.2.tgz",
|
|
2898
|
+
"integrity": "sha512-P86FvM/4XQGpJKwlC2RKF3I21TglPvPOozJGG9HoL0Jmt6jRF20ggO/nRTxU0XiWkRdqESUTmfA87bdCO4GRkQ==",
|
|
2792
2899
|
"license": "MIT",
|
|
2793
2900
|
"dependencies": {
|
|
2794
|
-
"
|
|
2901
|
+
"@types/node": "^20.1.0"
|
|
2902
|
+
},
|
|
2903
|
+
"engines": {
|
|
2904
|
+
"node": ">=18.20.0"
|
|
2795
2905
|
}
|
|
2796
2906
|
},
|
|
2797
|
-
"node_modules/@wdio/
|
|
2798
|
-
"version": "
|
|
2799
|
-
"resolved": "https://registry.npmjs.org/
|
|
2800
|
-
"integrity": "sha512-
|
|
2801
|
-
"license": "MIT"
|
|
2907
|
+
"node_modules/@wdio/utils": {
|
|
2908
|
+
"version": "7.26.0",
|
|
2909
|
+
"resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-7.26.0.tgz",
|
|
2910
|
+
"integrity": "sha512-pVq2MPXZAYLkKGKIIHktHejnHqg4TYKoNYSi2EDv+I3GlT8VZKXHazKhci82ov0tD+GdF27+s4DWNDCfGYfBdQ==",
|
|
2911
|
+
"license": "MIT",
|
|
2912
|
+
"dependencies": {
|
|
2913
|
+
"@wdio/logger": "7.26.0",
|
|
2914
|
+
"@wdio/types": "7.26.0",
|
|
2915
|
+
"p-iteration": "^1.1.8"
|
|
2916
|
+
},
|
|
2917
|
+
"engines": {
|
|
2918
|
+
"node": ">=12.0.0"
|
|
2919
|
+
}
|
|
2802
2920
|
},
|
|
2803
|
-
"node_modules/@wdio/types": {
|
|
2921
|
+
"node_modules/@wdio/utils/node_modules/@types/node": {
|
|
2922
|
+
"version": "18.19.130",
|
|
2923
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
|
|
2924
|
+
"integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
|
|
2925
|
+
"license": "MIT",
|
|
2926
|
+
"dependencies": {
|
|
2927
|
+
"undici-types": "~5.26.4"
|
|
2928
|
+
}
|
|
2929
|
+
},
|
|
2930
|
+
"node_modules/@wdio/utils/node_modules/@wdio/types": {
|
|
2804
2931
|
"version": "7.26.0",
|
|
2805
2932
|
"resolved": "https://registry.npmjs.org/@wdio/types/-/types-7.26.0.tgz",
|
|
2806
2933
|
"integrity": "sha512-mOTfWAGQ+iT58iaZhJMwlUkdEn3XEWE4jthysMLXFnSuZ2eaODVAiK31SmlS/eUqgSIaupeGqYUrtCuSNbLefg==",
|
|
@@ -2821,39 +2948,16 @@
|
|
|
2821
2948
|
}
|
|
2822
2949
|
}
|
|
2823
2950
|
},
|
|
2824
|
-
"node_modules/@wdio/
|
|
2825
|
-
"version": "18.19.130",
|
|
2826
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz",
|
|
2827
|
-
"integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
|
|
2828
|
-
"license": "MIT",
|
|
2829
|
-
"dependencies": {
|
|
2830
|
-
"undici-types": "~5.26.4"
|
|
2831
|
-
}
|
|
2832
|
-
},
|
|
2833
|
-
"node_modules/@wdio/types/node_modules/undici-types": {
|
|
2951
|
+
"node_modules/@wdio/utils/node_modules/undici-types": {
|
|
2834
2952
|
"version": "5.26.5",
|
|
2835
2953
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
2836
2954
|
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
2837
2955
|
"license": "MIT"
|
|
2838
2956
|
},
|
|
2839
|
-
"node_modules/@wdio/utils": {
|
|
2840
|
-
"version": "7.26.0",
|
|
2841
|
-
"resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-7.26.0.tgz",
|
|
2842
|
-
"integrity": "sha512-pVq2MPXZAYLkKGKIIHktHejnHqg4TYKoNYSi2EDv+I3GlT8VZKXHazKhci82ov0tD+GdF27+s4DWNDCfGYfBdQ==",
|
|
2843
|
-
"license": "MIT",
|
|
2844
|
-
"dependencies": {
|
|
2845
|
-
"@wdio/logger": "7.26.0",
|
|
2846
|
-
"@wdio/types": "7.26.0",
|
|
2847
|
-
"p-iteration": "^1.1.8"
|
|
2848
|
-
},
|
|
2849
|
-
"engines": {
|
|
2850
|
-
"node": ">=12.0.0"
|
|
2851
|
-
}
|
|
2852
|
-
},
|
|
2853
2957
|
"node_modules/@zip.js/zip.js": {
|
|
2854
|
-
"version": "2.8.
|
|
2855
|
-
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.
|
|
2856
|
-
"integrity": "sha512-
|
|
2958
|
+
"version": "2.8.21",
|
|
2959
|
+
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.21.tgz",
|
|
2960
|
+
"integrity": "sha512-fkyzXISE3IMrstDO1AgPkJCx14MYHP/suIGiAovEYEuBjq3mffsuL6aMV7ohOSjW4rXtuACuUfpA3GtITgdtYg==",
|
|
2857
2961
|
"license": "BSD-3-Clause",
|
|
2858
2962
|
"engines": {
|
|
2859
2963
|
"bun": ">=0.7.0",
|
|
@@ -2909,9 +3013,9 @@
|
|
|
2909
3013
|
}
|
|
2910
3014
|
},
|
|
2911
3015
|
"node_modules/acorn": {
|
|
2912
|
-
"version": "8.
|
|
2913
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
2914
|
-
"integrity": "sha512-
|
|
3016
|
+
"version": "8.16.0",
|
|
3017
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
|
|
3018
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
2915
3019
|
"license": "MIT",
|
|
2916
3020
|
"bin": {
|
|
2917
3021
|
"acorn": "bin/acorn"
|
|
@@ -3100,21 +3204,6 @@
|
|
|
3100
3204
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3101
3205
|
}
|
|
3102
3206
|
},
|
|
3103
|
-
"node_modules/archiver-utils/node_modules/balanced-match": {
|
|
3104
|
-
"version": "1.0.2",
|
|
3105
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
3106
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
3107
|
-
"license": "MIT"
|
|
3108
|
-
},
|
|
3109
|
-
"node_modules/archiver-utils/node_modules/brace-expansion": {
|
|
3110
|
-
"version": "2.0.2",
|
|
3111
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
3112
|
-
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
3113
|
-
"license": "MIT",
|
|
3114
|
-
"dependencies": {
|
|
3115
|
-
"balanced-match": "^1.0.0"
|
|
3116
|
-
}
|
|
3117
|
-
},
|
|
3118
3207
|
"node_modules/archiver-utils/node_modules/emoji-regex": {
|
|
3119
3208
|
"version": "9.2.2",
|
|
3120
3209
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -3164,12 +3253,12 @@
|
|
|
3164
3253
|
"license": "ISC"
|
|
3165
3254
|
},
|
|
3166
3255
|
"node_modules/archiver-utils/node_modules/minimatch": {
|
|
3167
|
-
"version": "9.0.
|
|
3168
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
3169
|
-
"integrity": "sha512-
|
|
3256
|
+
"version": "9.0.7",
|
|
3257
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.7.tgz",
|
|
3258
|
+
"integrity": "sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==",
|
|
3170
3259
|
"license": "ISC",
|
|
3171
3260
|
"dependencies": {
|
|
3172
|
-
"brace-expansion": "^
|
|
3261
|
+
"brace-expansion": "^5.0.2"
|
|
3173
3262
|
},
|
|
3174
3263
|
"engines": {
|
|
3175
3264
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -3411,9 +3500,9 @@
|
|
|
3411
3500
|
}
|
|
3412
3501
|
},
|
|
3413
3502
|
"node_modules/b4a": {
|
|
3414
|
-
"version": "1.
|
|
3415
|
-
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.
|
|
3416
|
-
"integrity": "sha512-
|
|
3503
|
+
"version": "1.8.0",
|
|
3504
|
+
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.8.0.tgz",
|
|
3505
|
+
"integrity": "sha512-qRuSmNSkGQaHwNbM7J78Wwy+ghLEYF1zNrSeMxj4Kgw6y33O3mXcQ6Ie9fRvfU/YnxWkOchPXbaLb73TkIsfdg==",
|
|
3417
3506
|
"license": "Apache-2.0",
|
|
3418
3507
|
"peerDependencies": {
|
|
3419
3508
|
"react-native-b4a": "*"
|
|
@@ -3425,16 +3514,12 @@
|
|
|
3425
3514
|
}
|
|
3426
3515
|
},
|
|
3427
3516
|
"node_modules/balanced-match": {
|
|
3428
|
-
"version": "4.0.
|
|
3429
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.
|
|
3430
|
-
"integrity": "sha512-
|
|
3431
|
-
"dev": true,
|
|
3517
|
+
"version": "4.0.4",
|
|
3518
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
3519
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
3432
3520
|
"license": "MIT",
|
|
3433
|
-
"dependencies": {
|
|
3434
|
-
"jackspeak": "^4.2.3"
|
|
3435
|
-
},
|
|
3436
3521
|
"engines": {
|
|
3437
|
-
"node": "20 || >=22"
|
|
3522
|
+
"node": "18 || 20 || >=22"
|
|
3438
3523
|
}
|
|
3439
3524
|
},
|
|
3440
3525
|
"node_modules/bare-events": {
|
|
@@ -3451,6 +3536,84 @@
|
|
|
3451
3536
|
}
|
|
3452
3537
|
}
|
|
3453
3538
|
},
|
|
3539
|
+
"node_modules/bare-fs": {
|
|
3540
|
+
"version": "4.5.4",
|
|
3541
|
+
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.4.tgz",
|
|
3542
|
+
"integrity": "sha512-POK4oplfA7P7gqvetNmCs4CNtm9fNsx+IAh7jH7GgU0OJdge2rso0R20TNWVq6VoWcCvsTdlNDaleLHGaKx8CA==",
|
|
3543
|
+
"license": "Apache-2.0",
|
|
3544
|
+
"optional": true,
|
|
3545
|
+
"dependencies": {
|
|
3546
|
+
"bare-events": "^2.5.4",
|
|
3547
|
+
"bare-path": "^3.0.0",
|
|
3548
|
+
"bare-stream": "^2.6.4",
|
|
3549
|
+
"bare-url": "^2.2.2",
|
|
3550
|
+
"fast-fifo": "^1.3.2"
|
|
3551
|
+
},
|
|
3552
|
+
"engines": {
|
|
3553
|
+
"bare": ">=1.16.0"
|
|
3554
|
+
},
|
|
3555
|
+
"peerDependencies": {
|
|
3556
|
+
"bare-buffer": "*"
|
|
3557
|
+
},
|
|
3558
|
+
"peerDependenciesMeta": {
|
|
3559
|
+
"bare-buffer": {
|
|
3560
|
+
"optional": true
|
|
3561
|
+
}
|
|
3562
|
+
}
|
|
3563
|
+
},
|
|
3564
|
+
"node_modules/bare-os": {
|
|
3565
|
+
"version": "3.7.0",
|
|
3566
|
+
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.7.0.tgz",
|
|
3567
|
+
"integrity": "sha512-64Rcwj8qlnTZU8Ps6JJEdSmxBEUGgI7g8l+lMtsJLl4IsfTcHMTfJ188u2iGV6P6YPRZrtv72B2kjn+hp+Yv3g==",
|
|
3568
|
+
"license": "Apache-2.0",
|
|
3569
|
+
"optional": true,
|
|
3570
|
+
"engines": {
|
|
3571
|
+
"bare": ">=1.14.0"
|
|
3572
|
+
}
|
|
3573
|
+
},
|
|
3574
|
+
"node_modules/bare-path": {
|
|
3575
|
+
"version": "3.0.0",
|
|
3576
|
+
"resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
|
|
3577
|
+
"integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
|
|
3578
|
+
"license": "Apache-2.0",
|
|
3579
|
+
"optional": true,
|
|
3580
|
+
"dependencies": {
|
|
3581
|
+
"bare-os": "^3.0.1"
|
|
3582
|
+
}
|
|
3583
|
+
},
|
|
3584
|
+
"node_modules/bare-stream": {
|
|
3585
|
+
"version": "2.8.0",
|
|
3586
|
+
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.8.0.tgz",
|
|
3587
|
+
"integrity": "sha512-reUN0M2sHRqCdG4lUK3Fw8w98eeUIZHL5c3H7Mbhk2yVBL+oofgaIp0ieLfD5QXwPCypBpmEEKU2WZKzbAk8GA==",
|
|
3588
|
+
"license": "Apache-2.0",
|
|
3589
|
+
"optional": true,
|
|
3590
|
+
"dependencies": {
|
|
3591
|
+
"streamx": "^2.21.0",
|
|
3592
|
+
"teex": "^1.0.1"
|
|
3593
|
+
},
|
|
3594
|
+
"peerDependencies": {
|
|
3595
|
+
"bare-buffer": "*",
|
|
3596
|
+
"bare-events": "*"
|
|
3597
|
+
},
|
|
3598
|
+
"peerDependenciesMeta": {
|
|
3599
|
+
"bare-buffer": {
|
|
3600
|
+
"optional": true
|
|
3601
|
+
},
|
|
3602
|
+
"bare-events": {
|
|
3603
|
+
"optional": true
|
|
3604
|
+
}
|
|
3605
|
+
}
|
|
3606
|
+
},
|
|
3607
|
+
"node_modules/bare-url": {
|
|
3608
|
+
"version": "2.3.2",
|
|
3609
|
+
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz",
|
|
3610
|
+
"integrity": "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==",
|
|
3611
|
+
"license": "Apache-2.0",
|
|
3612
|
+
"optional": true,
|
|
3613
|
+
"dependencies": {
|
|
3614
|
+
"bare-path": "^3.0.0"
|
|
3615
|
+
}
|
|
3616
|
+
},
|
|
3454
3617
|
"node_modules/base64-js": {
|
|
3455
3618
|
"version": "1.5.1",
|
|
3456
3619
|
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
@@ -3472,23 +3635,14 @@
|
|
|
3472
3635
|
"license": "MIT"
|
|
3473
3636
|
},
|
|
3474
3637
|
"node_modules/basic-ftp": {
|
|
3475
|
-
"version": "5.
|
|
3476
|
-
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.
|
|
3477
|
-
"integrity": "sha512-
|
|
3638
|
+
"version": "5.2.0",
|
|
3639
|
+
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.0.tgz",
|
|
3640
|
+
"integrity": "sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw==",
|
|
3478
3641
|
"license": "MIT",
|
|
3479
3642
|
"engines": {
|
|
3480
3643
|
"node": ">=10.0.0"
|
|
3481
3644
|
}
|
|
3482
3645
|
},
|
|
3483
|
-
"node_modules/big-integer": {
|
|
3484
|
-
"version": "1.6.52",
|
|
3485
|
-
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz",
|
|
3486
|
-
"integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==",
|
|
3487
|
-
"license": "Unlicense",
|
|
3488
|
-
"engines": {
|
|
3489
|
-
"node": ">=0.6"
|
|
3490
|
-
}
|
|
3491
|
-
},
|
|
3492
3646
|
"node_modules/binary": {
|
|
3493
3647
|
"version": "0.3.0",
|
|
3494
3648
|
"resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz",
|
|
@@ -3609,16 +3763,15 @@
|
|
|
3609
3763
|
"license": "ISC"
|
|
3610
3764
|
},
|
|
3611
3765
|
"node_modules/brace-expansion": {
|
|
3612
|
-
"version": "5.0.
|
|
3613
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
3614
|
-
"integrity": "sha512-
|
|
3615
|
-
"dev": true,
|
|
3766
|
+
"version": "5.0.3",
|
|
3767
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz",
|
|
3768
|
+
"integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==",
|
|
3616
3769
|
"license": "MIT",
|
|
3617
3770
|
"dependencies": {
|
|
3618
3771
|
"balanced-match": "^4.0.2"
|
|
3619
3772
|
},
|
|
3620
3773
|
"engines": {
|
|
3621
|
-
"node": "20 || >=22"
|
|
3774
|
+
"node": "18 || 20 || >=22"
|
|
3622
3775
|
}
|
|
3623
3776
|
},
|
|
3624
3777
|
"node_modules/browser-process-hrtime": {
|
|
@@ -3672,15 +3825,6 @@
|
|
|
3672
3825
|
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
|
3673
3826
|
"license": "MIT"
|
|
3674
3827
|
},
|
|
3675
|
-
"node_modules/buffer-indexof-polyfill": {
|
|
3676
|
-
"version": "1.0.2",
|
|
3677
|
-
"resolved": "https://registry.npmjs.org/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz",
|
|
3678
|
-
"integrity": "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==",
|
|
3679
|
-
"license": "MIT",
|
|
3680
|
-
"engines": {
|
|
3681
|
-
"node": ">=0.10"
|
|
3682
|
-
}
|
|
3683
|
-
},
|
|
3684
3828
|
"node_modules/buffers": {
|
|
3685
3829
|
"version": "0.1.1",
|
|
3686
3830
|
"resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz",
|
|
@@ -3880,6 +4024,112 @@
|
|
|
3880
4024
|
"node": "*"
|
|
3881
4025
|
}
|
|
3882
4026
|
},
|
|
4027
|
+
"node_modules/cheerio": {
|
|
4028
|
+
"version": "1.2.0",
|
|
4029
|
+
"resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.2.0.tgz",
|
|
4030
|
+
"integrity": "sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg==",
|
|
4031
|
+
"license": "MIT",
|
|
4032
|
+
"dependencies": {
|
|
4033
|
+
"cheerio-select": "^2.1.0",
|
|
4034
|
+
"dom-serializer": "^2.0.0",
|
|
4035
|
+
"domhandler": "^5.0.3",
|
|
4036
|
+
"domutils": "^3.2.2",
|
|
4037
|
+
"encoding-sniffer": "^0.2.1",
|
|
4038
|
+
"htmlparser2": "^10.1.0",
|
|
4039
|
+
"parse5": "^7.3.0",
|
|
4040
|
+
"parse5-htmlparser2-tree-adapter": "^7.1.0",
|
|
4041
|
+
"parse5-parser-stream": "^7.1.2",
|
|
4042
|
+
"undici": "^7.19.0",
|
|
4043
|
+
"whatwg-mimetype": "^4.0.0"
|
|
4044
|
+
},
|
|
4045
|
+
"engines": {
|
|
4046
|
+
"node": ">=20.18.1"
|
|
4047
|
+
},
|
|
4048
|
+
"funding": {
|
|
4049
|
+
"url": "https://github.com/cheeriojs/cheerio?sponsor=1"
|
|
4050
|
+
}
|
|
4051
|
+
},
|
|
4052
|
+
"node_modules/cheerio-select": {
|
|
4053
|
+
"version": "2.1.0",
|
|
4054
|
+
"resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz",
|
|
4055
|
+
"integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==",
|
|
4056
|
+
"license": "BSD-2-Clause",
|
|
4057
|
+
"dependencies": {
|
|
4058
|
+
"boolbase": "^1.0.0",
|
|
4059
|
+
"css-select": "^5.1.0",
|
|
4060
|
+
"css-what": "^6.1.0",
|
|
4061
|
+
"domelementtype": "^2.3.0",
|
|
4062
|
+
"domhandler": "^5.0.3",
|
|
4063
|
+
"domutils": "^3.0.1"
|
|
4064
|
+
},
|
|
4065
|
+
"funding": {
|
|
4066
|
+
"url": "https://github.com/sponsors/fb55"
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4069
|
+
"node_modules/cheerio/node_modules/entities": {
|
|
4070
|
+
"version": "7.0.1",
|
|
4071
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
|
|
4072
|
+
"integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
|
|
4073
|
+
"license": "BSD-2-Clause",
|
|
4074
|
+
"engines": {
|
|
4075
|
+
"node": ">=0.12"
|
|
4076
|
+
},
|
|
4077
|
+
"funding": {
|
|
4078
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
4079
|
+
}
|
|
4080
|
+
},
|
|
4081
|
+
"node_modules/cheerio/node_modules/htmlparser2": {
|
|
4082
|
+
"version": "10.1.0",
|
|
4083
|
+
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.1.0.tgz",
|
|
4084
|
+
"integrity": "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==",
|
|
4085
|
+
"funding": [
|
|
4086
|
+
"https://github.com/fb55/htmlparser2?sponsor=1",
|
|
4087
|
+
{
|
|
4088
|
+
"type": "github",
|
|
4089
|
+
"url": "https://github.com/sponsors/fb55"
|
|
4090
|
+
}
|
|
4091
|
+
],
|
|
4092
|
+
"license": "MIT",
|
|
4093
|
+
"dependencies": {
|
|
4094
|
+
"domelementtype": "^2.3.0",
|
|
4095
|
+
"domhandler": "^5.0.3",
|
|
4096
|
+
"domutils": "^3.2.2",
|
|
4097
|
+
"entities": "^7.0.1"
|
|
4098
|
+
}
|
|
4099
|
+
},
|
|
4100
|
+
"node_modules/cheerio/node_modules/parse5": {
|
|
4101
|
+
"version": "7.3.0",
|
|
4102
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
|
|
4103
|
+
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
|
4104
|
+
"license": "MIT",
|
|
4105
|
+
"dependencies": {
|
|
4106
|
+
"entities": "^6.0.0"
|
|
4107
|
+
},
|
|
4108
|
+
"funding": {
|
|
4109
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
4110
|
+
}
|
|
4111
|
+
},
|
|
4112
|
+
"node_modules/cheerio/node_modules/parse5/node_modules/entities": {
|
|
4113
|
+
"version": "6.0.1",
|
|
4114
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
4115
|
+
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
4116
|
+
"license": "BSD-2-Clause",
|
|
4117
|
+
"engines": {
|
|
4118
|
+
"node": ">=0.12"
|
|
4119
|
+
},
|
|
4120
|
+
"funding": {
|
|
4121
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
4122
|
+
}
|
|
4123
|
+
},
|
|
4124
|
+
"node_modules/cheerio/node_modules/whatwg-mimetype": {
|
|
4125
|
+
"version": "4.0.0",
|
|
4126
|
+
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
|
|
4127
|
+
"integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
|
|
4128
|
+
"license": "MIT",
|
|
4129
|
+
"engines": {
|
|
4130
|
+
"node": ">=18"
|
|
4131
|
+
}
|
|
4132
|
+
},
|
|
3883
4133
|
"node_modules/chrome-launcher": {
|
|
3884
4134
|
"version": "0.15.0",
|
|
3885
4135
|
"resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.15.0.tgz",
|
|
@@ -3898,19 +4148,6 @@
|
|
|
3898
4148
|
"node": ">=12.13.0"
|
|
3899
4149
|
}
|
|
3900
4150
|
},
|
|
3901
|
-
"node_modules/chromium-bidi": {
|
|
3902
|
-
"version": "0.5.8",
|
|
3903
|
-
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.8.tgz",
|
|
3904
|
-
"integrity": "sha512-blqh+1cEQbHBKmok3rVJkBlBxt9beKBgOsxbFgs7UJcoVbbeZ+K7+6liAsjgpc8l1Xd55cQUy14fXZdGSb4zIw==",
|
|
3905
|
-
"license": "Apache-2.0",
|
|
3906
|
-
"dependencies": {
|
|
3907
|
-
"mitt": "3.0.1",
|
|
3908
|
-
"urlpattern-polyfill": "10.0.0"
|
|
3909
|
-
},
|
|
3910
|
-
"peerDependencies": {
|
|
3911
|
-
"devtools-protocol": "*"
|
|
3912
|
-
}
|
|
3913
|
-
},
|
|
3914
4151
|
"node_modules/clean-stack": {
|
|
3915
4152
|
"version": "2.2.0",
|
|
3916
4153
|
"resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
|
|
@@ -4168,12 +4405,6 @@
|
|
|
4168
4405
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
4169
4406
|
"license": "MIT"
|
|
4170
4407
|
},
|
|
4171
|
-
"node_modules/concat-map": {
|
|
4172
|
-
"version": "0.0.1",
|
|
4173
|
-
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
4174
|
-
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
4175
|
-
"license": "MIT"
|
|
4176
|
-
},
|
|
4177
4408
|
"node_modules/content-disposition": {
|
|
4178
4409
|
"version": "0.5.4",
|
|
4179
4410
|
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
|
|
@@ -4299,15 +4530,6 @@
|
|
|
4299
4530
|
"dev": true,
|
|
4300
4531
|
"license": "MIT"
|
|
4301
4532
|
},
|
|
4302
|
-
"node_modules/cross-fetch": {
|
|
4303
|
-
"version": "4.0.0",
|
|
4304
|
-
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
|
|
4305
|
-
"integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
|
|
4306
|
-
"license": "MIT",
|
|
4307
|
-
"dependencies": {
|
|
4308
|
-
"node-fetch": "^2.6.12"
|
|
4309
|
-
}
|
|
4310
|
-
},
|
|
4311
4533
|
"node_modules/cross-spawn": {
|
|
4312
4534
|
"version": "7.0.6",
|
|
4313
4535
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
@@ -4523,9 +4745,9 @@
|
|
|
4523
4745
|
}
|
|
4524
4746
|
},
|
|
4525
4747
|
"node_modules/deepmerge-ts": {
|
|
4526
|
-
"version": "
|
|
4527
|
-
"resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-
|
|
4528
|
-
"integrity": "sha512-
|
|
4748
|
+
"version": "7.1.5",
|
|
4749
|
+
"resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-7.1.5.tgz",
|
|
4750
|
+
"integrity": "sha512-HOJkrhaYsweh+W+e74Yn7YStZOilkoPb6fycpwNLKzSPtruFs48nYis0zy5yJz1+ktUhHxoRDJ27RQAWLIJVJw==",
|
|
4529
4751
|
"license": "BSD-3-Clause",
|
|
4530
4752
|
"engines": {
|
|
4531
4753
|
"node": ">=16.0.0"
|
|
@@ -4594,12 +4816,6 @@
|
|
|
4594
4816
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
4595
4817
|
}
|
|
4596
4818
|
},
|
|
4597
|
-
"node_modules/devtools-protocol": {
|
|
4598
|
-
"version": "0.0.1400418",
|
|
4599
|
-
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1400418.tgz",
|
|
4600
|
-
"integrity": "sha512-U8j75zDOXF8IP3o0Cgb7K4tFA9uUHEOru2Wx64+EUqL4LNOh9dRe1i8WKR1k3mSpjcCe3aIkTDvEwq0YkI4hfw==",
|
|
4601
|
-
"license": "BSD-3-Clause"
|
|
4602
|
-
},
|
|
4603
4819
|
"node_modules/dezalgo": {
|
|
4604
4820
|
"version": "1.0.4",
|
|
4605
4821
|
"resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz",
|
|
@@ -4723,15 +4939,6 @@
|
|
|
4723
4939
|
"node": ">= 0.4"
|
|
4724
4940
|
}
|
|
4725
4941
|
},
|
|
4726
|
-
"node_modules/duplexer2": {
|
|
4727
|
-
"version": "0.1.4",
|
|
4728
|
-
"resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz",
|
|
4729
|
-
"integrity": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==",
|
|
4730
|
-
"license": "BSD-3-Clause",
|
|
4731
|
-
"dependencies": {
|
|
4732
|
-
"readable-stream": "^2.0.2"
|
|
4733
|
-
}
|
|
4734
|
-
},
|
|
4735
4942
|
"node_modules/eastasianwidth": {
|
|
4736
4943
|
"version": "0.2.0",
|
|
4737
4944
|
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
@@ -4764,37 +4971,51 @@
|
|
|
4764
4971
|
}
|
|
4765
4972
|
},
|
|
4766
4973
|
"node_modules/edgedriver": {
|
|
4767
|
-
"version": "
|
|
4768
|
-
"resolved": "https://registry.npmjs.org/edgedriver/-/edgedriver-
|
|
4769
|
-
"integrity": "sha512-
|
|
4974
|
+
"version": "6.3.0",
|
|
4975
|
+
"resolved": "https://registry.npmjs.org/edgedriver/-/edgedriver-6.3.0.tgz",
|
|
4976
|
+
"integrity": "sha512-ggEQL+oEyIcM4nP2QC3AtCQ04o4kDNefRM3hja0odvlPSnsaxiruMxEZ93v3gDCKWYW6BXUr51PPradb+3nffw==",
|
|
4770
4977
|
"hasInstallScript": true,
|
|
4771
4978
|
"license": "MIT",
|
|
4772
4979
|
"dependencies": {
|
|
4773
|
-
"@wdio/logger": "^
|
|
4774
|
-
"@zip.js/zip.js": "^2.
|
|
4775
|
-
"decamelize": "^6.0.
|
|
4980
|
+
"@wdio/logger": "^9.18.0",
|
|
4981
|
+
"@zip.js/zip.js": "^2.8.11",
|
|
4982
|
+
"decamelize": "^6.0.1",
|
|
4776
4983
|
"edge-paths": "^3.0.5",
|
|
4777
|
-
"fast-xml-parser": "^
|
|
4778
|
-
"
|
|
4779
|
-
"
|
|
4984
|
+
"fast-xml-parser": "^5.3.3",
|
|
4985
|
+
"http-proxy-agent": "^7.0.2",
|
|
4986
|
+
"https-proxy-agent": "^7.0.6",
|
|
4987
|
+
"which": "^6.0.0"
|
|
4780
4988
|
},
|
|
4781
4989
|
"bin": {
|
|
4782
4990
|
"edgedriver": "bin/edgedriver.js"
|
|
4991
|
+
},
|
|
4992
|
+
"engines": {
|
|
4993
|
+
"node": ">=20.0.0"
|
|
4783
4994
|
}
|
|
4784
4995
|
},
|
|
4785
4996
|
"node_modules/edgedriver/node_modules/@wdio/logger": {
|
|
4786
|
-
"version": "
|
|
4787
|
-
"resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-
|
|
4788
|
-
"integrity": "sha512-
|
|
4997
|
+
"version": "9.18.0",
|
|
4998
|
+
"resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-9.18.0.tgz",
|
|
4999
|
+
"integrity": "sha512-HdzDrRs+ywAqbXGKqe1i/bLtCv47plz4TvsHFH3j729OooT5VH38ctFn5aLXgECmiAKDkmH/A6kOq2Zh5DIxww==",
|
|
4789
5000
|
"license": "MIT",
|
|
4790
5001
|
"dependencies": {
|
|
4791
5002
|
"chalk": "^5.1.2",
|
|
4792
5003
|
"loglevel": "^1.6.0",
|
|
4793
5004
|
"loglevel-plugin-prefix": "^0.8.4",
|
|
5005
|
+
"safe-regex2": "^5.0.0",
|
|
4794
5006
|
"strip-ansi": "^7.1.0"
|
|
4795
5007
|
},
|
|
4796
5008
|
"engines": {
|
|
4797
|
-
"node": "
|
|
5009
|
+
"node": ">=18.20.0"
|
|
5010
|
+
}
|
|
5011
|
+
},
|
|
5012
|
+
"node_modules/edgedriver/node_modules/agent-base": {
|
|
5013
|
+
"version": "7.1.4",
|
|
5014
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
5015
|
+
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
5016
|
+
"license": "MIT",
|
|
5017
|
+
"engines": {
|
|
5018
|
+
"node": ">= 14"
|
|
4798
5019
|
}
|
|
4799
5020
|
},
|
|
4800
5021
|
"node_modules/edgedriver/node_modules/ansi-regex": {
|
|
@@ -4821,13 +5042,90 @@
|
|
|
4821
5042
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4822
5043
|
}
|
|
4823
5044
|
},
|
|
5045
|
+
"node_modules/edgedriver/node_modules/debug": {
|
|
5046
|
+
"version": "4.4.3",
|
|
5047
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
5048
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
5049
|
+
"license": "MIT",
|
|
5050
|
+
"dependencies": {
|
|
5051
|
+
"ms": "^2.1.3"
|
|
5052
|
+
},
|
|
5053
|
+
"engines": {
|
|
5054
|
+
"node": ">=6.0"
|
|
5055
|
+
},
|
|
5056
|
+
"peerDependenciesMeta": {
|
|
5057
|
+
"supports-color": {
|
|
5058
|
+
"optional": true
|
|
5059
|
+
}
|
|
5060
|
+
}
|
|
5061
|
+
},
|
|
5062
|
+
"node_modules/edgedriver/node_modules/http-proxy-agent": {
|
|
5063
|
+
"version": "7.0.2",
|
|
5064
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
5065
|
+
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
5066
|
+
"license": "MIT",
|
|
5067
|
+
"dependencies": {
|
|
5068
|
+
"agent-base": "^7.1.0",
|
|
5069
|
+
"debug": "^4.3.4"
|
|
5070
|
+
},
|
|
5071
|
+
"engines": {
|
|
5072
|
+
"node": ">= 14"
|
|
5073
|
+
}
|
|
5074
|
+
},
|
|
5075
|
+
"node_modules/edgedriver/node_modules/https-proxy-agent": {
|
|
5076
|
+
"version": "7.0.6",
|
|
5077
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
5078
|
+
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
5079
|
+
"license": "MIT",
|
|
5080
|
+
"dependencies": {
|
|
5081
|
+
"agent-base": "^7.1.2",
|
|
5082
|
+
"debug": "4"
|
|
5083
|
+
},
|
|
5084
|
+
"engines": {
|
|
5085
|
+
"node": ">= 14"
|
|
5086
|
+
}
|
|
5087
|
+
},
|
|
4824
5088
|
"node_modules/edgedriver/node_modules/isexe": {
|
|
4825
|
-
"version": "
|
|
4826
|
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-
|
|
4827
|
-
"integrity": "sha512-
|
|
5089
|
+
"version": "4.0.0",
|
|
5090
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
|
|
5091
|
+
"integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
|
|
4828
5092
|
"license": "BlueOak-1.0.0",
|
|
4829
5093
|
"engines": {
|
|
4830
|
-
"node": ">=
|
|
5094
|
+
"node": ">=20"
|
|
5095
|
+
}
|
|
5096
|
+
},
|
|
5097
|
+
"node_modules/edgedriver/node_modules/ms": {
|
|
5098
|
+
"version": "2.1.3",
|
|
5099
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
5100
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
5101
|
+
"license": "MIT"
|
|
5102
|
+
},
|
|
5103
|
+
"node_modules/edgedriver/node_modules/ret": {
|
|
5104
|
+
"version": "0.5.0",
|
|
5105
|
+
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
5106
|
+
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
5107
|
+
"license": "MIT",
|
|
5108
|
+
"engines": {
|
|
5109
|
+
"node": ">=10"
|
|
5110
|
+
}
|
|
5111
|
+
},
|
|
5112
|
+
"node_modules/edgedriver/node_modules/safe-regex2": {
|
|
5113
|
+
"version": "5.0.0",
|
|
5114
|
+
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.0.0.tgz",
|
|
5115
|
+
"integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
|
|
5116
|
+
"funding": [
|
|
5117
|
+
{
|
|
5118
|
+
"type": "github",
|
|
5119
|
+
"url": "https://github.com/sponsors/fastify"
|
|
5120
|
+
},
|
|
5121
|
+
{
|
|
5122
|
+
"type": "opencollective",
|
|
5123
|
+
"url": "https://opencollective.com/fastify"
|
|
5124
|
+
}
|
|
5125
|
+
],
|
|
5126
|
+
"license": "MIT",
|
|
5127
|
+
"dependencies": {
|
|
5128
|
+
"ret": "~0.5.0"
|
|
4831
5129
|
}
|
|
4832
5130
|
},
|
|
4833
5131
|
"node_modules/edgedriver/node_modules/strip-ansi": {
|
|
@@ -4846,18 +5144,18 @@
|
|
|
4846
5144
|
}
|
|
4847
5145
|
},
|
|
4848
5146
|
"node_modules/edgedriver/node_modules/which": {
|
|
4849
|
-
"version": "
|
|
4850
|
-
"resolved": "https://registry.npmjs.org/which/-/which-
|
|
4851
|
-
"integrity": "sha512-
|
|
5147
|
+
"version": "6.0.1",
|
|
5148
|
+
"resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
|
|
5149
|
+
"integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
|
|
4852
5150
|
"license": "ISC",
|
|
4853
5151
|
"dependencies": {
|
|
4854
|
-
"isexe": "^
|
|
5152
|
+
"isexe": "^4.0.0"
|
|
4855
5153
|
},
|
|
4856
5154
|
"bin": {
|
|
4857
5155
|
"node-which": "bin/which.js"
|
|
4858
5156
|
},
|
|
4859
5157
|
"engines": {
|
|
4860
|
-
"node": "^
|
|
5158
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
4861
5159
|
}
|
|
4862
5160
|
},
|
|
4863
5161
|
"node_modules/ee-first": {
|
|
@@ -4896,6 +5194,44 @@
|
|
|
4896
5194
|
"iconv-lite": "^0.6.2"
|
|
4897
5195
|
}
|
|
4898
5196
|
},
|
|
5197
|
+
"node_modules/encoding-sniffer": {
|
|
5198
|
+
"version": "0.2.1",
|
|
5199
|
+
"resolved": "https://registry.npmjs.org/encoding-sniffer/-/encoding-sniffer-0.2.1.tgz",
|
|
5200
|
+
"integrity": "sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==",
|
|
5201
|
+
"license": "MIT",
|
|
5202
|
+
"dependencies": {
|
|
5203
|
+
"iconv-lite": "^0.6.3",
|
|
5204
|
+
"whatwg-encoding": "^3.1.1"
|
|
5205
|
+
},
|
|
5206
|
+
"funding": {
|
|
5207
|
+
"url": "https://github.com/fb55/encoding-sniffer?sponsor=1"
|
|
5208
|
+
}
|
|
5209
|
+
},
|
|
5210
|
+
"node_modules/encoding-sniffer/node_modules/iconv-lite": {
|
|
5211
|
+
"version": "0.6.3",
|
|
5212
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
5213
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
5214
|
+
"license": "MIT",
|
|
5215
|
+
"dependencies": {
|
|
5216
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
5217
|
+
},
|
|
5218
|
+
"engines": {
|
|
5219
|
+
"node": ">=0.10.0"
|
|
5220
|
+
}
|
|
5221
|
+
},
|
|
5222
|
+
"node_modules/encoding-sniffer/node_modules/whatwg-encoding": {
|
|
5223
|
+
"version": "3.1.1",
|
|
5224
|
+
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|
|
5225
|
+
"integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
|
|
5226
|
+
"deprecated": "Use @exodus/bytes instead for a more spec-conformant and faster implementation",
|
|
5227
|
+
"license": "MIT",
|
|
5228
|
+
"dependencies": {
|
|
5229
|
+
"iconv-lite": "0.6.3"
|
|
5230
|
+
},
|
|
5231
|
+
"engines": {
|
|
5232
|
+
"node": ">=18"
|
|
5233
|
+
}
|
|
5234
|
+
},
|
|
4899
5235
|
"node_modules/encoding/node_modules/iconv-lite": {
|
|
4900
5236
|
"version": "0.6.3",
|
|
4901
5237
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
@@ -5461,10 +5797,22 @@
|
|
|
5461
5797
|
],
|
|
5462
5798
|
"license": "BSD-3-Clause"
|
|
5463
5799
|
},
|
|
5800
|
+
"node_modules/fast-xml-builder": {
|
|
5801
|
+
"version": "1.0.0",
|
|
5802
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.0.0.tgz",
|
|
5803
|
+
"integrity": "sha512-fpZuDogrAgnyt9oDDz+5DBz0zgPdPZz6D4IR7iESxRXElrlGTRkHJ9eEt+SACRJwT0FNFrt71DFQIUFBJfX/uQ==",
|
|
5804
|
+
"funding": [
|
|
5805
|
+
{
|
|
5806
|
+
"type": "github",
|
|
5807
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
5808
|
+
}
|
|
5809
|
+
],
|
|
5810
|
+
"license": "MIT"
|
|
5811
|
+
},
|
|
5464
5812
|
"node_modules/fast-xml-parser": {
|
|
5465
|
-
"version": "4.
|
|
5466
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.
|
|
5467
|
-
"integrity": "sha512-
|
|
5813
|
+
"version": "5.4.1",
|
|
5814
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.4.1.tgz",
|
|
5815
|
+
"integrity": "sha512-BQ30U1mKkvXQXXkAGcuyUA/GA26oEB7NzOtsxCDtyu62sjGw5QraKFhx2Em3WQNjPw9PG6MQ9yuIIgkSDfGu5A==",
|
|
5468
5816
|
"funding": [
|
|
5469
5817
|
{
|
|
5470
5818
|
"type": "github",
|
|
@@ -5473,7 +5821,8 @@
|
|
|
5473
5821
|
],
|
|
5474
5822
|
"license": "MIT",
|
|
5475
5823
|
"dependencies": {
|
|
5476
|
-
"
|
|
5824
|
+
"fast-xml-builder": "^1.0.0",
|
|
5825
|
+
"strnum": "^2.1.2"
|
|
5477
5826
|
},
|
|
5478
5827
|
"bin": {
|
|
5479
5828
|
"fxparser": "src/cli/cli.js"
|
|
@@ -5742,15 +6091,6 @@
|
|
|
5742
6091
|
"node": ">= 6"
|
|
5743
6092
|
}
|
|
5744
6093
|
},
|
|
5745
|
-
"node_modules/form-data-encoder": {
|
|
5746
|
-
"version": "2.1.4",
|
|
5747
|
-
"resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz",
|
|
5748
|
-
"integrity": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==",
|
|
5749
|
-
"license": "MIT",
|
|
5750
|
-
"engines": {
|
|
5751
|
-
"node": ">= 14.17"
|
|
5752
|
-
}
|
|
5753
|
-
},
|
|
5754
6094
|
"node_modules/formidable": {
|
|
5755
6095
|
"version": "3.5.4",
|
|
5756
6096
|
"resolved": "https://registry.npmjs.org/formidable/-/formidable-3.5.4.tgz",
|
|
@@ -5830,22 +6170,6 @@
|
|
|
5830
6170
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
5831
6171
|
}
|
|
5832
6172
|
},
|
|
5833
|
-
"node_modules/fstream": {
|
|
5834
|
-
"version": "1.0.12",
|
|
5835
|
-
"resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
|
|
5836
|
-
"integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
|
|
5837
|
-
"deprecated": "This package is no longer supported.",
|
|
5838
|
-
"license": "ISC",
|
|
5839
|
-
"dependencies": {
|
|
5840
|
-
"graceful-fs": "^4.1.2",
|
|
5841
|
-
"inherits": "~2.0.0",
|
|
5842
|
-
"mkdirp": ">=0.5 0",
|
|
5843
|
-
"rimraf": "2"
|
|
5844
|
-
},
|
|
5845
|
-
"engines": {
|
|
5846
|
-
"node": ">=0.6"
|
|
5847
|
-
}
|
|
5848
|
-
},
|
|
5849
6173
|
"node_modules/ftp": {
|
|
5850
6174
|
"version": "0.3.10",
|
|
5851
6175
|
"resolved": "https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz",
|
|
@@ -5892,41 +6216,42 @@
|
|
|
5892
6216
|
}
|
|
5893
6217
|
},
|
|
5894
6218
|
"node_modules/geckodriver": {
|
|
5895
|
-
"version": "
|
|
5896
|
-
"resolved": "https://registry.npmjs.org/geckodriver/-/geckodriver-
|
|
5897
|
-
"integrity": "sha512-
|
|
6219
|
+
"version": "5.0.0",
|
|
6220
|
+
"resolved": "https://registry.npmjs.org/geckodriver/-/geckodriver-5.0.0.tgz",
|
|
6221
|
+
"integrity": "sha512-vn7TtQ3b9VMJtVXsyWtQQl1fyBVFhQy7UvJF96kPuuJ0or5THH496AD3eUyaDD11+EqCxH9t6V+EP9soZQk4YQ==",
|
|
5898
6222
|
"hasInstallScript": true,
|
|
5899
|
-
"license": "
|
|
6223
|
+
"license": "MIT",
|
|
5900
6224
|
"dependencies": {
|
|
5901
|
-
"@wdio/logger": "^
|
|
6225
|
+
"@wdio/logger": "^9.1.3",
|
|
6226
|
+
"@zip.js/zip.js": "^2.7.53",
|
|
5902
6227
|
"decamelize": "^6.0.0",
|
|
5903
|
-
"http-proxy-agent": "^7.0.
|
|
5904
|
-
"https-proxy-agent": "^7.0.
|
|
5905
|
-
"node-fetch": "^3.3.
|
|
5906
|
-
"tar-fs": "^3.0.
|
|
5907
|
-
"
|
|
5908
|
-
"which": "^4.0.0"
|
|
6228
|
+
"http-proxy-agent": "^7.0.2",
|
|
6229
|
+
"https-proxy-agent": "^7.0.5",
|
|
6230
|
+
"node-fetch": "^3.3.2",
|
|
6231
|
+
"tar-fs": "^3.0.6",
|
|
6232
|
+
"which": "^5.0.0"
|
|
5909
6233
|
},
|
|
5910
6234
|
"bin": {
|
|
5911
6235
|
"geckodriver": "bin/geckodriver.js"
|
|
5912
6236
|
},
|
|
5913
6237
|
"engines": {
|
|
5914
|
-
"node": "
|
|
6238
|
+
"node": ">=18.0.0"
|
|
5915
6239
|
}
|
|
5916
6240
|
},
|
|
5917
6241
|
"node_modules/geckodriver/node_modules/@wdio/logger": {
|
|
5918
|
-
"version": "
|
|
5919
|
-
"resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-
|
|
5920
|
-
"integrity": "sha512-
|
|
6242
|
+
"version": "9.18.0",
|
|
6243
|
+
"resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-9.18.0.tgz",
|
|
6244
|
+
"integrity": "sha512-HdzDrRs+ywAqbXGKqe1i/bLtCv47plz4TvsHFH3j729OooT5VH38ctFn5aLXgECmiAKDkmH/A6kOq2Zh5DIxww==",
|
|
5921
6245
|
"license": "MIT",
|
|
5922
6246
|
"dependencies": {
|
|
5923
6247
|
"chalk": "^5.1.2",
|
|
5924
6248
|
"loglevel": "^1.6.0",
|
|
5925
6249
|
"loglevel-plugin-prefix": "^0.8.4",
|
|
6250
|
+
"safe-regex2": "^5.0.0",
|
|
5926
6251
|
"strip-ansi": "^7.1.0"
|
|
5927
6252
|
},
|
|
5928
6253
|
"engines": {
|
|
5929
|
-
"node": "
|
|
6254
|
+
"node": ">=18.20.0"
|
|
5930
6255
|
}
|
|
5931
6256
|
},
|
|
5932
6257
|
"node_modules/geckodriver/node_modules/agent-base": {
|
|
@@ -5992,6 +6317,19 @@
|
|
|
5992
6317
|
"node": ">= 14"
|
|
5993
6318
|
}
|
|
5994
6319
|
},
|
|
6320
|
+
"node_modules/geckodriver/node_modules/https-proxy-agent": {
|
|
6321
|
+
"version": "7.0.6",
|
|
6322
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
6323
|
+
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
6324
|
+
"license": "MIT",
|
|
6325
|
+
"dependencies": {
|
|
6326
|
+
"agent-base": "^7.1.2",
|
|
6327
|
+
"debug": "4"
|
|
6328
|
+
},
|
|
6329
|
+
"engines": {
|
|
6330
|
+
"node": ">= 14"
|
|
6331
|
+
}
|
|
6332
|
+
},
|
|
5995
6333
|
"node_modules/geckodriver/node_modules/isexe": {
|
|
5996
6334
|
"version": "3.1.5",
|
|
5997
6335
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.5.tgz",
|
|
@@ -6007,6 +6345,34 @@
|
|
|
6007
6345
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
6008
6346
|
"license": "MIT"
|
|
6009
6347
|
},
|
|
6348
|
+
"node_modules/geckodriver/node_modules/ret": {
|
|
6349
|
+
"version": "0.5.0",
|
|
6350
|
+
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
6351
|
+
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
6352
|
+
"license": "MIT",
|
|
6353
|
+
"engines": {
|
|
6354
|
+
"node": ">=10"
|
|
6355
|
+
}
|
|
6356
|
+
},
|
|
6357
|
+
"node_modules/geckodriver/node_modules/safe-regex2": {
|
|
6358
|
+
"version": "5.0.0",
|
|
6359
|
+
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.0.0.tgz",
|
|
6360
|
+
"integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
|
|
6361
|
+
"funding": [
|
|
6362
|
+
{
|
|
6363
|
+
"type": "github",
|
|
6364
|
+
"url": "https://github.com/sponsors/fastify"
|
|
6365
|
+
},
|
|
6366
|
+
{
|
|
6367
|
+
"type": "opencollective",
|
|
6368
|
+
"url": "https://opencollective.com/fastify"
|
|
6369
|
+
}
|
|
6370
|
+
],
|
|
6371
|
+
"license": "MIT",
|
|
6372
|
+
"dependencies": {
|
|
6373
|
+
"ret": "~0.5.0"
|
|
6374
|
+
}
|
|
6375
|
+
},
|
|
6010
6376
|
"node_modules/geckodriver/node_modules/strip-ansi": {
|
|
6011
6377
|
"version": "7.1.2",
|
|
6012
6378
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
@@ -6023,9 +6389,9 @@
|
|
|
6023
6389
|
}
|
|
6024
6390
|
},
|
|
6025
6391
|
"node_modules/geckodriver/node_modules/which": {
|
|
6026
|
-
"version": "
|
|
6027
|
-
"resolved": "https://registry.npmjs.org/which/-/which-
|
|
6028
|
-
"integrity": "sha512-
|
|
6392
|
+
"version": "5.0.0",
|
|
6393
|
+
"resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz",
|
|
6394
|
+
"integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==",
|
|
6029
6395
|
"license": "ISC",
|
|
6030
6396
|
"dependencies": {
|
|
6031
6397
|
"isexe": "^3.1.1"
|
|
@@ -6034,7 +6400,7 @@
|
|
|
6034
6400
|
"node-which": "bin/which.js"
|
|
6035
6401
|
},
|
|
6036
6402
|
"engines": {
|
|
6037
|
-
"node": "^
|
|
6403
|
+
"node": "^18.17.0 || >=20.5.0"
|
|
6038
6404
|
}
|
|
6039
6405
|
},
|
|
6040
6406
|
"node_modules/get-caller-file": {
|
|
@@ -6304,6 +6670,12 @@
|
|
|
6304
6670
|
"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
|
|
6305
6671
|
"license": "MIT"
|
|
6306
6672
|
},
|
|
6673
|
+
"node_modules/htmlfy": {
|
|
6674
|
+
"version": "0.8.1",
|
|
6675
|
+
"resolved": "https://registry.npmjs.org/htmlfy/-/htmlfy-0.8.1.tgz",
|
|
6676
|
+
"integrity": "sha512-xWROBw9+MEGwxpotll0h672KCaLrKKiCYzsyN8ZgL9cQbVumFnyvsk2JqiB9ELAV1GLj1GG/jxZUjV9OZZi/yQ==",
|
|
6677
|
+
"license": "MIT"
|
|
6678
|
+
},
|
|
6307
6679
|
"node_modules/htmlparser2": {
|
|
6308
6680
|
"version": "9.1.0",
|
|
6309
6681
|
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz",
|
|
@@ -6949,12 +7321,6 @@
|
|
|
6949
7321
|
"integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==",
|
|
6950
7322
|
"license": "MIT"
|
|
6951
7323
|
},
|
|
6952
|
-
"node_modules/listenercount": {
|
|
6953
|
-
"version": "1.0.1",
|
|
6954
|
-
"resolved": "https://registry.npmjs.org/listenercount/-/listenercount-1.0.1.tgz",
|
|
6955
|
-
"integrity": "sha512-3mk/Zag0+IJxeDrxSgaDPy4zZ3w05PRZeJNnlWhzFz5OkX49J4krc+A8X2d2M69vGMBEX0uyl8M+W+8gH+kBqQ==",
|
|
6956
|
-
"license": "ISC"
|
|
6957
|
-
},
|
|
6958
7324
|
"node_modules/locate-app": {
|
|
6959
7325
|
"version": "2.5.0",
|
|
6960
7326
|
"resolved": "https://registry.npmjs.org/locate-app/-/locate-app-2.5.0.tgz",
|
|
@@ -7296,16 +7662,16 @@
|
|
|
7296
7662
|
}
|
|
7297
7663
|
},
|
|
7298
7664
|
"node_modules/minimatch": {
|
|
7299
|
-
"version": "10.2.
|
|
7300
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
7301
|
-
"integrity": "sha512-
|
|
7665
|
+
"version": "10.2.3",
|
|
7666
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.3.tgz",
|
|
7667
|
+
"integrity": "sha512-Rwi3pnapEqirPSbWbrZaa6N3nmqq4Xer/2XooiOKyV3q12ML06f7MOuc5DVH8ONZIFhwIYQ3yzPH4nt7iWHaTg==",
|
|
7302
7668
|
"dev": true,
|
|
7303
7669
|
"license": "BlueOak-1.0.0",
|
|
7304
7670
|
"dependencies": {
|
|
7305
7671
|
"brace-expansion": "^5.0.2"
|
|
7306
7672
|
},
|
|
7307
7673
|
"engines": {
|
|
7308
|
-
"node": "20 || >=22"
|
|
7674
|
+
"node": "18 || 20 || >=22"
|
|
7309
7675
|
},
|
|
7310
7676
|
"funding": {
|
|
7311
7677
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -7321,10 +7687,10 @@
|
|
|
7321
7687
|
}
|
|
7322
7688
|
},
|
|
7323
7689
|
"node_modules/minipass": {
|
|
7324
|
-
"version": "7.1.
|
|
7325
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.
|
|
7326
|
-
"integrity": "sha512-
|
|
7327
|
-
"license": "
|
|
7690
|
+
"version": "7.1.3",
|
|
7691
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
|
|
7692
|
+
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
7693
|
+
"license": "BlueOak-1.0.0",
|
|
7328
7694
|
"engines": {
|
|
7329
7695
|
"node": ">=16 || 14 >=14.17"
|
|
7330
7696
|
}
|
|
@@ -7347,12 +7713,6 @@
|
|
|
7347
7713
|
"mkdirp": "bin/cmd.js"
|
|
7348
7714
|
}
|
|
7349
7715
|
},
|
|
7350
|
-
"node_modules/mkdirp-classic": {
|
|
7351
|
-
"version": "0.5.3",
|
|
7352
|
-
"resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
|
|
7353
|
-
"integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
|
|
7354
|
-
"license": "MIT"
|
|
7355
|
-
},
|
|
7356
7716
|
"node_modules/module-not-found-error": {
|
|
7357
7717
|
"version": "1.0.1",
|
|
7358
7718
|
"resolved": "https://registry.npmjs.org/module-not-found-error/-/module-not-found-error-1.0.1.tgz",
|
|
@@ -7808,6 +8168,79 @@
|
|
|
7808
8168
|
"integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
|
|
7809
8169
|
"license": "MIT"
|
|
7810
8170
|
},
|
|
8171
|
+
"node_modules/parse5-htmlparser2-tree-adapter": {
|
|
8172
|
+
"version": "7.1.0",
|
|
8173
|
+
"resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz",
|
|
8174
|
+
"integrity": "sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==",
|
|
8175
|
+
"license": "MIT",
|
|
8176
|
+
"dependencies": {
|
|
8177
|
+
"domhandler": "^5.0.3",
|
|
8178
|
+
"parse5": "^7.0.0"
|
|
8179
|
+
},
|
|
8180
|
+
"funding": {
|
|
8181
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
8182
|
+
}
|
|
8183
|
+
},
|
|
8184
|
+
"node_modules/parse5-htmlparser2-tree-adapter/node_modules/entities": {
|
|
8185
|
+
"version": "6.0.1",
|
|
8186
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
8187
|
+
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
8188
|
+
"license": "BSD-2-Clause",
|
|
8189
|
+
"engines": {
|
|
8190
|
+
"node": ">=0.12"
|
|
8191
|
+
},
|
|
8192
|
+
"funding": {
|
|
8193
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
8194
|
+
}
|
|
8195
|
+
},
|
|
8196
|
+
"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": {
|
|
8197
|
+
"version": "7.3.0",
|
|
8198
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
|
|
8199
|
+
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
|
8200
|
+
"license": "MIT",
|
|
8201
|
+
"dependencies": {
|
|
8202
|
+
"entities": "^6.0.0"
|
|
8203
|
+
},
|
|
8204
|
+
"funding": {
|
|
8205
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
8206
|
+
}
|
|
8207
|
+
},
|
|
8208
|
+
"node_modules/parse5-parser-stream": {
|
|
8209
|
+
"version": "7.1.2",
|
|
8210
|
+
"resolved": "https://registry.npmjs.org/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz",
|
|
8211
|
+
"integrity": "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==",
|
|
8212
|
+
"license": "MIT",
|
|
8213
|
+
"dependencies": {
|
|
8214
|
+
"parse5": "^7.0.0"
|
|
8215
|
+
},
|
|
8216
|
+
"funding": {
|
|
8217
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
8218
|
+
}
|
|
8219
|
+
},
|
|
8220
|
+
"node_modules/parse5-parser-stream/node_modules/entities": {
|
|
8221
|
+
"version": "6.0.1",
|
|
8222
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
|
8223
|
+
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
|
8224
|
+
"license": "BSD-2-Clause",
|
|
8225
|
+
"engines": {
|
|
8226
|
+
"node": ">=0.12"
|
|
8227
|
+
},
|
|
8228
|
+
"funding": {
|
|
8229
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
8230
|
+
}
|
|
8231
|
+
},
|
|
8232
|
+
"node_modules/parse5-parser-stream/node_modules/parse5": {
|
|
8233
|
+
"version": "7.3.0",
|
|
8234
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz",
|
|
8235
|
+
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
|
8236
|
+
"license": "MIT",
|
|
8237
|
+
"dependencies": {
|
|
8238
|
+
"entities": "^6.0.0"
|
|
8239
|
+
},
|
|
8240
|
+
"funding": {
|
|
8241
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
8242
|
+
}
|
|
8243
|
+
},
|
|
7811
8244
|
"node_modules/parseurl": {
|
|
7812
8245
|
"version": "1.3.3",
|
|
7813
8246
|
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
|
@@ -7817,15 +8250,6 @@
|
|
|
7817
8250
|
"node": ">= 0.8"
|
|
7818
8251
|
}
|
|
7819
8252
|
},
|
|
7820
|
-
"node_modules/path-is-absolute": {
|
|
7821
|
-
"version": "1.0.1",
|
|
7822
|
-
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
7823
|
-
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
|
7824
|
-
"license": "MIT",
|
|
7825
|
-
"engines": {
|
|
7826
|
-
"node": ">=0.10.0"
|
|
7827
|
-
}
|
|
7828
|
-
},
|
|
7829
8253
|
"node_modules/path-key": {
|
|
7830
8254
|
"version": "3.1.1",
|
|
7831
8255
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
@@ -7843,9 +8267,9 @@
|
|
|
7843
8267
|
"license": "MIT"
|
|
7844
8268
|
},
|
|
7845
8269
|
"node_modules/path-scurry": {
|
|
7846
|
-
"version": "2.0.
|
|
7847
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.
|
|
7848
|
-
"integrity": "sha512-
|
|
8270
|
+
"version": "2.0.2",
|
|
8271
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
|
|
8272
|
+
"integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
|
|
7849
8273
|
"dev": true,
|
|
7850
8274
|
"license": "BlueOak-1.0.0",
|
|
7851
8275
|
"dependencies": {
|
|
@@ -7853,7 +8277,7 @@
|
|
|
7853
8277
|
"minipass": "^7.1.2"
|
|
7854
8278
|
},
|
|
7855
8279
|
"engines": {
|
|
7856
|
-
"node": "20 || >=22"
|
|
8280
|
+
"node": "18 || 20 || >=22"
|
|
7857
8281
|
},
|
|
7858
8282
|
"funding": {
|
|
7859
8283
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -8235,67 +8659,6 @@
|
|
|
8235
8659
|
"node": ">=6"
|
|
8236
8660
|
}
|
|
8237
8661
|
},
|
|
8238
|
-
"node_modules/puppeteer-core": {
|
|
8239
|
-
"version": "21.11.0",
|
|
8240
|
-
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-21.11.0.tgz",
|
|
8241
|
-
"integrity": "sha512-ArbnyA3U5SGHokEvkfWjW+O8hOxV1RSJxOgriX/3A4xZRqixt9ZFHD0yPgZQF05Qj0oAqi8H/7stDorjoHY90Q==",
|
|
8242
|
-
"license": "Apache-2.0",
|
|
8243
|
-
"dependencies": {
|
|
8244
|
-
"@puppeteer/browsers": "1.9.1",
|
|
8245
|
-
"chromium-bidi": "0.5.8",
|
|
8246
|
-
"cross-fetch": "4.0.0",
|
|
8247
|
-
"debug": "4.3.4",
|
|
8248
|
-
"devtools-protocol": "0.0.1232444",
|
|
8249
|
-
"ws": "8.16.0"
|
|
8250
|
-
},
|
|
8251
|
-
"engines": {
|
|
8252
|
-
"node": ">=16.13.2"
|
|
8253
|
-
}
|
|
8254
|
-
},
|
|
8255
|
-
"node_modules/puppeteer-core/node_modules/debug": {
|
|
8256
|
-
"version": "4.3.4",
|
|
8257
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
8258
|
-
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
8259
|
-
"license": "MIT",
|
|
8260
|
-
"dependencies": {
|
|
8261
|
-
"ms": "2.1.2"
|
|
8262
|
-
},
|
|
8263
|
-
"engines": {
|
|
8264
|
-
"node": ">=6.0"
|
|
8265
|
-
},
|
|
8266
|
-
"peerDependenciesMeta": {
|
|
8267
|
-
"supports-color": {
|
|
8268
|
-
"optional": true
|
|
8269
|
-
}
|
|
8270
|
-
}
|
|
8271
|
-
},
|
|
8272
|
-
"node_modules/puppeteer-core/node_modules/devtools-protocol": {
|
|
8273
|
-
"version": "0.0.1232444",
|
|
8274
|
-
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1232444.tgz",
|
|
8275
|
-
"integrity": "sha512-pM27vqEfxSxRkTMnF+XCmxSEb6duO5R+t8A9DEEJgy4Wz2RVanje2mmj99B6A3zv2r/qGfYlOvYznUhuokizmg==",
|
|
8276
|
-
"license": "BSD-3-Clause"
|
|
8277
|
-
},
|
|
8278
|
-
"node_modules/puppeteer-core/node_modules/ws": {
|
|
8279
|
-
"version": "8.16.0",
|
|
8280
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz",
|
|
8281
|
-
"integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
|
|
8282
|
-
"license": "MIT",
|
|
8283
|
-
"engines": {
|
|
8284
|
-
"node": ">=10.0.0"
|
|
8285
|
-
},
|
|
8286
|
-
"peerDependencies": {
|
|
8287
|
-
"bufferutil": "^4.0.1",
|
|
8288
|
-
"utf-8-validate": ">=5.0.2"
|
|
8289
|
-
},
|
|
8290
|
-
"peerDependenciesMeta": {
|
|
8291
|
-
"bufferutil": {
|
|
8292
|
-
"optional": true
|
|
8293
|
-
},
|
|
8294
|
-
"utf-8-validate": {
|
|
8295
|
-
"optional": true
|
|
8296
|
-
}
|
|
8297
|
-
}
|
|
8298
|
-
},
|
|
8299
8662
|
"node_modules/qs": {
|
|
8300
8663
|
"version": "6.14.2",
|
|
8301
8664
|
"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz",
|
|
@@ -8431,9 +8794,9 @@
|
|
|
8431
8794
|
}
|
|
8432
8795
|
},
|
|
8433
8796
|
"node_modules/readdir-glob/node_modules/minimatch": {
|
|
8434
|
-
"version": "5.1.
|
|
8435
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.
|
|
8436
|
-
"integrity": "sha512-
|
|
8797
|
+
"version": "5.1.8",
|
|
8798
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.8.tgz",
|
|
8799
|
+
"integrity": "sha512-7RN35vit8DeBclkofOVmBY0eDAZZQd1HzmukRdSyz95CRh8FT54eqnbj0krQr3mrHR6sfRyYkyhwBWjoV5uqlQ==",
|
|
8437
8800
|
"license": "ISC",
|
|
8438
8801
|
"dependencies": {
|
|
8439
8802
|
"brace-expansion": "^2.0.1"
|
|
@@ -8561,84 +8924,22 @@
|
|
|
8561
8924
|
"node": ">=0.10.0"
|
|
8562
8925
|
}
|
|
8563
8926
|
},
|
|
8564
|
-
"node_modules/rfdc": {
|
|
8565
|
-
"version": "1.4.1",
|
|
8566
|
-
"resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
|
|
8567
|
-
"integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
|
|
8568
|
-
"license": "MIT"
|
|
8569
|
-
},
|
|
8570
|
-
"node_modules/rgb2hex": {
|
|
8571
|
-
"version": "0.2.5",
|
|
8572
|
-
"resolved": "https://registry.npmjs.org/rgb2hex/-/rgb2hex-0.2.5.tgz",
|
|
8573
|
-
"integrity": "sha512-22MOP1Rh7sAo1BZpDG6R5RFYzR2lYEgwq7HEmyW2qcsOqR2lQKmn+O//xV3YG/0rrhMC6KVX2hU+ZXuaw9a5bw==",
|
|
8574
|
-
"license": "MIT"
|
|
8575
|
-
},
|
|
8576
|
-
"node_modules/rimraf": {
|
|
8577
|
-
"version": "2.7.1",
|
|
8578
|
-
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
|
8579
|
-
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
|
|
8580
|
-
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
|
8581
|
-
"license": "ISC",
|
|
8582
|
-
"dependencies": {
|
|
8583
|
-
"glob": "^7.1.3"
|
|
8584
|
-
},
|
|
8585
|
-
"bin": {
|
|
8586
|
-
"rimraf": "bin.js"
|
|
8587
|
-
}
|
|
8588
|
-
},
|
|
8589
|
-
"node_modules/rimraf/node_modules/balanced-match": {
|
|
8590
|
-
"version": "1.0.2",
|
|
8591
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
8592
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
8593
|
-
"license": "MIT"
|
|
8594
|
-
},
|
|
8595
|
-
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
8596
|
-
"version": "1.1.12",
|
|
8597
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
8598
|
-
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
8599
|
-
"license": "MIT",
|
|
8600
|
-
"dependencies": {
|
|
8601
|
-
"balanced-match": "^1.0.0",
|
|
8602
|
-
"concat-map": "0.0.1"
|
|
8603
|
-
}
|
|
8604
|
-
},
|
|
8605
|
-
"node_modules/rimraf/node_modules/glob": {
|
|
8606
|
-
"version": "7.2.3",
|
|
8607
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
8608
|
-
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
8609
|
-
"deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
|
|
8610
|
-
"license": "ISC",
|
|
8611
|
-
"dependencies": {
|
|
8612
|
-
"fs.realpath": "^1.0.0",
|
|
8613
|
-
"inflight": "^1.0.4",
|
|
8614
|
-
"inherits": "2",
|
|
8615
|
-
"minimatch": "^3.1.1",
|
|
8616
|
-
"once": "^1.3.0",
|
|
8617
|
-
"path-is-absolute": "^1.0.0"
|
|
8618
|
-
},
|
|
8619
|
-
"engines": {
|
|
8620
|
-
"node": "*"
|
|
8621
|
-
},
|
|
8622
|
-
"funding": {
|
|
8623
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
8624
|
-
}
|
|
8625
|
-
},
|
|
8626
|
-
"node_modules/rimraf/node_modules/minimatch": {
|
|
8627
|
-
"version": "3.1.2",
|
|
8628
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
8629
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
8630
|
-
"license": "ISC",
|
|
8631
|
-
"dependencies": {
|
|
8632
|
-
"brace-expansion": "^1.1.7"
|
|
8633
|
-
},
|
|
8634
|
-
"engines": {
|
|
8635
|
-
"node": "*"
|
|
8636
|
-
}
|
|
8927
|
+
"node_modules/rfdc": {
|
|
8928
|
+
"version": "1.4.1",
|
|
8929
|
+
"resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
|
|
8930
|
+
"integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
|
|
8931
|
+
"license": "MIT"
|
|
8932
|
+
},
|
|
8933
|
+
"node_modules/rgb2hex": {
|
|
8934
|
+
"version": "0.2.5",
|
|
8935
|
+
"resolved": "https://registry.npmjs.org/rgb2hex/-/rgb2hex-0.2.5.tgz",
|
|
8936
|
+
"integrity": "sha512-22MOP1Rh7sAo1BZpDG6R5RFYzR2lYEgwq7HEmyW2qcsOqR2lQKmn+O//xV3YG/0rrhMC6KVX2hU+ZXuaw9a5bw==",
|
|
8937
|
+
"license": "MIT"
|
|
8637
8938
|
},
|
|
8638
8939
|
"node_modules/rollup": {
|
|
8639
|
-
"version": "4.
|
|
8640
|
-
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.
|
|
8641
|
-
"integrity": "sha512-
|
|
8940
|
+
"version": "4.59.0",
|
|
8941
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz",
|
|
8942
|
+
"integrity": "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==",
|
|
8642
8943
|
"license": "MIT",
|
|
8643
8944
|
"peer": true,
|
|
8644
8945
|
"dependencies": {
|
|
@@ -8652,31 +8953,31 @@
|
|
|
8652
8953
|
"npm": ">=8.0.0"
|
|
8653
8954
|
},
|
|
8654
8955
|
"optionalDependencies": {
|
|
8655
|
-
"@rollup/rollup-android-arm-eabi": "4.
|
|
8656
|
-
"@rollup/rollup-android-arm64": "4.
|
|
8657
|
-
"@rollup/rollup-darwin-arm64": "4.
|
|
8658
|
-
"@rollup/rollup-darwin-x64": "4.
|
|
8659
|
-
"@rollup/rollup-freebsd-arm64": "4.
|
|
8660
|
-
"@rollup/rollup-freebsd-x64": "4.
|
|
8661
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.
|
|
8662
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.
|
|
8663
|
-
"@rollup/rollup-linux-arm64-gnu": "4.
|
|
8664
|
-
"@rollup/rollup-linux-arm64-musl": "4.
|
|
8665
|
-
"@rollup/rollup-linux-loong64-gnu": "4.
|
|
8666
|
-
"@rollup/rollup-linux-loong64-musl": "4.
|
|
8667
|
-
"@rollup/rollup-linux-ppc64-gnu": "4.
|
|
8668
|
-
"@rollup/rollup-linux-ppc64-musl": "4.
|
|
8669
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.
|
|
8670
|
-
"@rollup/rollup-linux-riscv64-musl": "4.
|
|
8671
|
-
"@rollup/rollup-linux-s390x-gnu": "4.
|
|
8672
|
-
"@rollup/rollup-linux-x64-gnu": "4.
|
|
8673
|
-
"@rollup/rollup-linux-x64-musl": "4.
|
|
8674
|
-
"@rollup/rollup-openbsd-x64": "4.
|
|
8675
|
-
"@rollup/rollup-openharmony-arm64": "4.
|
|
8676
|
-
"@rollup/rollup-win32-arm64-msvc": "4.
|
|
8677
|
-
"@rollup/rollup-win32-ia32-msvc": "4.
|
|
8678
|
-
"@rollup/rollup-win32-x64-gnu": "4.
|
|
8679
|
-
"@rollup/rollup-win32-x64-msvc": "4.
|
|
8956
|
+
"@rollup/rollup-android-arm-eabi": "4.59.0",
|
|
8957
|
+
"@rollup/rollup-android-arm64": "4.59.0",
|
|
8958
|
+
"@rollup/rollup-darwin-arm64": "4.59.0",
|
|
8959
|
+
"@rollup/rollup-darwin-x64": "4.59.0",
|
|
8960
|
+
"@rollup/rollup-freebsd-arm64": "4.59.0",
|
|
8961
|
+
"@rollup/rollup-freebsd-x64": "4.59.0",
|
|
8962
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.59.0",
|
|
8963
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.59.0",
|
|
8964
|
+
"@rollup/rollup-linux-arm64-gnu": "4.59.0",
|
|
8965
|
+
"@rollup/rollup-linux-arm64-musl": "4.59.0",
|
|
8966
|
+
"@rollup/rollup-linux-loong64-gnu": "4.59.0",
|
|
8967
|
+
"@rollup/rollup-linux-loong64-musl": "4.59.0",
|
|
8968
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.59.0",
|
|
8969
|
+
"@rollup/rollup-linux-ppc64-musl": "4.59.0",
|
|
8970
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.59.0",
|
|
8971
|
+
"@rollup/rollup-linux-riscv64-musl": "4.59.0",
|
|
8972
|
+
"@rollup/rollup-linux-s390x-gnu": "4.59.0",
|
|
8973
|
+
"@rollup/rollup-linux-x64-gnu": "4.59.0",
|
|
8974
|
+
"@rollup/rollup-linux-x64-musl": "4.59.0",
|
|
8975
|
+
"@rollup/rollup-openbsd-x64": "4.59.0",
|
|
8976
|
+
"@rollup/rollup-openharmony-arm64": "4.59.0",
|
|
8977
|
+
"@rollup/rollup-win32-arm64-msvc": "4.59.0",
|
|
8978
|
+
"@rollup/rollup-win32-ia32-msvc": "4.59.0",
|
|
8979
|
+
"@rollup/rollup-win32-x64-gnu": "4.59.0",
|
|
8980
|
+
"@rollup/rollup-win32-x64-msvc": "4.59.0",
|
|
8680
8981
|
"fsevents": "~2.3.2"
|
|
8681
8982
|
}
|
|
8682
8983
|
},
|
|
@@ -8690,10 +8991,13 @@
|
|
|
8690
8991
|
}
|
|
8691
8992
|
},
|
|
8692
8993
|
"node_modules/safaridriver": {
|
|
8693
|
-
"version": "0.1
|
|
8694
|
-
"resolved": "https://registry.npmjs.org/safaridriver/-/safaridriver-0.1.
|
|
8695
|
-
"integrity": "sha512-
|
|
8696
|
-
"license": "MIT"
|
|
8994
|
+
"version": "1.0.1",
|
|
8995
|
+
"resolved": "https://registry.npmjs.org/safaridriver/-/safaridriver-1.0.1.tgz",
|
|
8996
|
+
"integrity": "sha512-jkg4434cYgtrIF2AeY/X0Wmd2W73cK5qIEFE3hDrrQenJH/2SDJIXGvPAigfvQTcE9+H31zkiNHbUqcihEiMRA==",
|
|
8997
|
+
"license": "MIT",
|
|
8998
|
+
"engines": {
|
|
8999
|
+
"node": ">=18.0.0"
|
|
9000
|
+
}
|
|
8697
9001
|
},
|
|
8698
9002
|
"node_modules/safe-buffer": {
|
|
8699
9003
|
"version": "5.2.1",
|
|
@@ -9385,9 +9689,9 @@
|
|
|
9385
9689
|
}
|
|
9386
9690
|
},
|
|
9387
9691
|
"node_modules/strnum": {
|
|
9388
|
-
"version": "
|
|
9389
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-
|
|
9390
|
-
"integrity": "sha512-
|
|
9692
|
+
"version": "2.1.2",
|
|
9693
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
|
|
9694
|
+
"integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==",
|
|
9391
9695
|
"funding": [
|
|
9392
9696
|
{
|
|
9393
9697
|
"type": "github",
|
|
@@ -9625,14 +9929,17 @@
|
|
|
9625
9929
|
"license": "MIT"
|
|
9626
9930
|
},
|
|
9627
9931
|
"node_modules/tar-fs": {
|
|
9628
|
-
"version": "3.
|
|
9629
|
-
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.
|
|
9630
|
-
"integrity": "sha512-
|
|
9932
|
+
"version": "3.1.1",
|
|
9933
|
+
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.1.tgz",
|
|
9934
|
+
"integrity": "sha512-LZA0oaPOc2fVo82Txf3gw+AkEd38szODlptMYejQUhndHMLQ9M059uXR+AfS7DNo0NpINvSqDsvyaCrBVkptWg==",
|
|
9631
9935
|
"license": "MIT",
|
|
9632
9936
|
"dependencies": {
|
|
9633
|
-
"mkdirp-classic": "^0.5.2",
|
|
9634
9937
|
"pump": "^3.0.0",
|
|
9635
9938
|
"tar-stream": "^3.1.5"
|
|
9939
|
+
},
|
|
9940
|
+
"optionalDependencies": {
|
|
9941
|
+
"bare-fs": "^4.0.1",
|
|
9942
|
+
"bare-path": "^3.0.0"
|
|
9636
9943
|
}
|
|
9637
9944
|
},
|
|
9638
9945
|
"node_modules/tar-stream": {
|
|
@@ -9721,6 +10028,16 @@
|
|
|
9721
10028
|
"which": "^2.0.2"
|
|
9722
10029
|
}
|
|
9723
10030
|
},
|
|
10031
|
+
"node_modules/teex": {
|
|
10032
|
+
"version": "1.0.1",
|
|
10033
|
+
"resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz",
|
|
10034
|
+
"integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
|
|
10035
|
+
"license": "MIT",
|
|
10036
|
+
"optional": true,
|
|
10037
|
+
"dependencies": {
|
|
10038
|
+
"streamx": "^2.12.5"
|
|
10039
|
+
}
|
|
10040
|
+
},
|
|
9724
10041
|
"node_modules/test-exclude": {
|
|
9725
10042
|
"version": "7.0.0",
|
|
9726
10043
|
"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-7.0.0.tgz",
|
|
@@ -9776,21 +10093,6 @@
|
|
|
9776
10093
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
9777
10094
|
}
|
|
9778
10095
|
},
|
|
9779
|
-
"node_modules/test-exclude/node_modules/balanced-match": {
|
|
9780
|
-
"version": "1.0.2",
|
|
9781
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
9782
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
9783
|
-
"license": "MIT"
|
|
9784
|
-
},
|
|
9785
|
-
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
9786
|
-
"version": "2.0.2",
|
|
9787
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
9788
|
-
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
9789
|
-
"license": "MIT",
|
|
9790
|
-
"dependencies": {
|
|
9791
|
-
"balanced-match": "^1.0.0"
|
|
9792
|
-
}
|
|
9793
|
-
},
|
|
9794
10096
|
"node_modules/test-exclude/node_modules/emoji-regex": {
|
|
9795
10097
|
"version": "9.2.2",
|
|
9796
10098
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -9840,12 +10142,12 @@
|
|
|
9840
10142
|
"license": "ISC"
|
|
9841
10143
|
},
|
|
9842
10144
|
"node_modules/test-exclude/node_modules/minimatch": {
|
|
9843
|
-
"version": "9.0.
|
|
9844
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
9845
|
-
"integrity": "sha512-
|
|
10145
|
+
"version": "9.0.7",
|
|
10146
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.7.tgz",
|
|
10147
|
+
"integrity": "sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==",
|
|
9846
10148
|
"license": "ISC",
|
|
9847
10149
|
"dependencies": {
|
|
9848
|
-
"brace-expansion": "^
|
|
10150
|
+
"brace-expansion": "^5.0.2"
|
|
9849
10151
|
},
|
|
9850
10152
|
"engines": {
|
|
9851
10153
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -9920,9 +10222,9 @@
|
|
|
9920
10222
|
}
|
|
9921
10223
|
},
|
|
9922
10224
|
"node_modules/text-decoder": {
|
|
9923
|
-
"version": "1.2.
|
|
9924
|
-
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.
|
|
9925
|
-
"integrity": "sha512-
|
|
10225
|
+
"version": "1.2.7",
|
|
10226
|
+
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",
|
|
10227
|
+
"integrity": "sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==",
|
|
9926
10228
|
"license": "Apache-2.0",
|
|
9927
10229
|
"dependencies": {
|
|
9928
10230
|
"b4a": "^1.6.4"
|
|
@@ -9940,12 +10242,6 @@
|
|
|
9940
10242
|
"integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==",
|
|
9941
10243
|
"license": "MIT"
|
|
9942
10244
|
},
|
|
9943
|
-
"node_modules/through": {
|
|
9944
|
-
"version": "2.3.8",
|
|
9945
|
-
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
|
9946
|
-
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
|
|
9947
|
-
"license": "MIT"
|
|
9948
|
-
},
|
|
9949
10245
|
"node_modules/tiny-lru": {
|
|
9950
10246
|
"version": "8.0.2",
|
|
9951
10247
|
"resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-8.0.2.tgz",
|
|
@@ -10098,9 +10394,9 @@
|
|
|
10098
10394
|
}
|
|
10099
10395
|
},
|
|
10100
10396
|
"node_modules/ts-node/node_modules/acorn-walk": {
|
|
10101
|
-
"version": "8.3.
|
|
10102
|
-
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.
|
|
10103
|
-
"integrity": "sha512-
|
|
10397
|
+
"version": "8.3.5",
|
|
10398
|
+
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.5.tgz",
|
|
10399
|
+
"integrity": "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==",
|
|
10104
10400
|
"dev": true,
|
|
10105
10401
|
"license": "MIT",
|
|
10106
10402
|
"dependencies": {
|
|
@@ -10221,38 +10517,13 @@
|
|
|
10221
10517
|
"integrity": "sha512-qz3o9CHXmJJPGBdqzab7qAYuW8kQGKNEuoHFYrBwV6hWIMcpAmxDLXojcHfFr9US1Pe6zUswEIJIbLI610fuqA==",
|
|
10222
10518
|
"license": "ISC"
|
|
10223
10519
|
},
|
|
10224
|
-
"node_modules/
|
|
10225
|
-
"version": "
|
|
10226
|
-
"resolved": "https://registry.npmjs.org/
|
|
10227
|
-
"integrity": "sha512-
|
|
10228
|
-
"license": "MIT",
|
|
10229
|
-
"dependencies": {
|
|
10230
|
-
"buffer": "^5.2.1",
|
|
10231
|
-
"through": "^2.3.8"
|
|
10232
|
-
}
|
|
10233
|
-
},
|
|
10234
|
-
"node_modules/unbzip2-stream/node_modules/buffer": {
|
|
10235
|
-
"version": "5.7.1",
|
|
10236
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
10237
|
-
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
10238
|
-
"funding": [
|
|
10239
|
-
{
|
|
10240
|
-
"type": "github",
|
|
10241
|
-
"url": "https://github.com/sponsors/feross"
|
|
10242
|
-
},
|
|
10243
|
-
{
|
|
10244
|
-
"type": "patreon",
|
|
10245
|
-
"url": "https://www.patreon.com/feross"
|
|
10246
|
-
},
|
|
10247
|
-
{
|
|
10248
|
-
"type": "consulting",
|
|
10249
|
-
"url": "https://feross.org/support"
|
|
10250
|
-
}
|
|
10251
|
-
],
|
|
10520
|
+
"node_modules/undici": {
|
|
10521
|
+
"version": "7.22.0",
|
|
10522
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.22.0.tgz",
|
|
10523
|
+
"integrity": "sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==",
|
|
10252
10524
|
"license": "MIT",
|
|
10253
|
-
"
|
|
10254
|
-
"
|
|
10255
|
-
"ieee754": "^1.1.13"
|
|
10525
|
+
"engines": {
|
|
10526
|
+
"node": ">=20.18.1"
|
|
10256
10527
|
}
|
|
10257
10528
|
},
|
|
10258
10529
|
"node_modules/undici-types": {
|
|
@@ -10289,30 +10560,6 @@
|
|
|
10289
10560
|
"mkdirp": "^0.5.1"
|
|
10290
10561
|
}
|
|
10291
10562
|
},
|
|
10292
|
-
"node_modules/unzipper": {
|
|
10293
|
-
"version": "0.10.14",
|
|
10294
|
-
"resolved": "https://registry.npmjs.org/unzipper/-/unzipper-0.10.14.tgz",
|
|
10295
|
-
"integrity": "sha512-ti4wZj+0bQTiX2KmKWuwj7lhV+2n//uXEotUmGuQqrbVZSEGFMbI68+c6JCQ8aAmUWYvtHEz2A8K6wXvueR/6g==",
|
|
10296
|
-
"license": "MIT",
|
|
10297
|
-
"dependencies": {
|
|
10298
|
-
"big-integer": "^1.6.17",
|
|
10299
|
-
"binary": "~0.3.0",
|
|
10300
|
-
"bluebird": "~3.4.1",
|
|
10301
|
-
"buffer-indexof-polyfill": "~1.0.0",
|
|
10302
|
-
"duplexer2": "~0.1.4",
|
|
10303
|
-
"fstream": "^1.0.12",
|
|
10304
|
-
"graceful-fs": "^4.2.2",
|
|
10305
|
-
"listenercount": "~1.0.1",
|
|
10306
|
-
"readable-stream": "~2.3.6",
|
|
10307
|
-
"setimmediate": "~1.0.4"
|
|
10308
|
-
}
|
|
10309
|
-
},
|
|
10310
|
-
"node_modules/unzipper/node_modules/bluebird": {
|
|
10311
|
-
"version": "3.4.7",
|
|
10312
|
-
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz",
|
|
10313
|
-
"integrity": "sha512-iD3898SR7sWVRHbiQv+sHUtHnMvC1o3nW5rAcqnq3uOn07DSAppZYUkIGslDz6gXC7HfunPe7YVBgoEJASPcHA==",
|
|
10314
|
-
"license": "MIT"
|
|
10315
|
-
},
|
|
10316
10563
|
"node_modules/uri-js": {
|
|
10317
10564
|
"version": "4.4.1",
|
|
10318
10565
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
@@ -10333,9 +10580,9 @@
|
|
|
10333
10580
|
}
|
|
10334
10581
|
},
|
|
10335
10582
|
"node_modules/urlpattern-polyfill": {
|
|
10336
|
-
"version": "10.
|
|
10337
|
-
"resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.
|
|
10338
|
-
"integrity": "sha512-
|
|
10583
|
+
"version": "10.1.0",
|
|
10584
|
+
"resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.1.0.tgz",
|
|
10585
|
+
"integrity": "sha512-IGjKp/o0NL3Bso1PymYURCJxMPNAf/ILOpendP9f5B6e1rTJgdgiOvgfoT8VxCAdY+Wisb9uhGaJJf3yZ2V9nw==",
|
|
10339
10586
|
"license": "MIT"
|
|
10340
10587
|
},
|
|
10341
10588
|
"node_modules/userhome": {
|
|
@@ -10741,6 +10988,27 @@
|
|
|
10741
10988
|
"node": ">=12.0.0"
|
|
10742
10989
|
}
|
|
10743
10990
|
},
|
|
10991
|
+
"node_modules/webdriver/node_modules/@wdio/types": {
|
|
10992
|
+
"version": "7.26.0",
|
|
10993
|
+
"resolved": "https://registry.npmjs.org/@wdio/types/-/types-7.26.0.tgz",
|
|
10994
|
+
"integrity": "sha512-mOTfWAGQ+iT58iaZhJMwlUkdEn3XEWE4jthysMLXFnSuZ2eaODVAiK31SmlS/eUqgSIaupeGqYUrtCuSNbLefg==",
|
|
10995
|
+
"license": "MIT",
|
|
10996
|
+
"dependencies": {
|
|
10997
|
+
"@types/node": "^18.0.0",
|
|
10998
|
+
"got": "^11.8.1"
|
|
10999
|
+
},
|
|
11000
|
+
"engines": {
|
|
11001
|
+
"node": ">=12.0.0"
|
|
11002
|
+
},
|
|
11003
|
+
"peerDependencies": {
|
|
11004
|
+
"typescript": "^4.6.2"
|
|
11005
|
+
},
|
|
11006
|
+
"peerDependenciesMeta": {
|
|
11007
|
+
"typescript": {
|
|
11008
|
+
"optional": true
|
|
11009
|
+
}
|
|
11010
|
+
}
|
|
11011
|
+
},
|
|
10744
11012
|
"node_modules/webdriver/node_modules/undici-types": {
|
|
10745
11013
|
"version": "5.26.5",
|
|
10746
11014
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
@@ -10748,45 +11016,45 @@
|
|
|
10748
11016
|
"license": "MIT"
|
|
10749
11017
|
},
|
|
10750
11018
|
"node_modules/webdriverio": {
|
|
10751
|
-
"version": "
|
|
10752
|
-
"resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-
|
|
10753
|
-
"integrity": "sha512-
|
|
10754
|
-
"license": "MIT",
|
|
10755
|
-
"dependencies": {
|
|
10756
|
-
"@types/node": "^
|
|
10757
|
-
"@
|
|
10758
|
-
"@wdio/
|
|
10759
|
-
"@wdio/
|
|
10760
|
-
"@wdio/
|
|
10761
|
-
"@wdio/
|
|
10762
|
-
"@wdio/
|
|
10763
|
-
"
|
|
10764
|
-
"
|
|
11019
|
+
"version": "9.18.4",
|
|
11020
|
+
"resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-9.18.4.tgz",
|
|
11021
|
+
"integrity": "sha512-Q/gghz/Zt7EhTnbDQfLb61WgSwCksXZE60lEzmDXe4fULCH/6Js5IWUsne3W+BRy6nXeVvFscHD/d7S77dbamw==",
|
|
11022
|
+
"license": "MIT",
|
|
11023
|
+
"dependencies": {
|
|
11024
|
+
"@types/node": "^20.11.30",
|
|
11025
|
+
"@types/sinonjs__fake-timers": "^8.1.5",
|
|
11026
|
+
"@wdio/config": "9.18.0",
|
|
11027
|
+
"@wdio/logger": "9.18.0",
|
|
11028
|
+
"@wdio/protocols": "9.16.2",
|
|
11029
|
+
"@wdio/repl": "9.16.2",
|
|
11030
|
+
"@wdio/types": "9.16.2",
|
|
11031
|
+
"@wdio/utils": "9.18.0",
|
|
11032
|
+
"archiver": "^7.0.1",
|
|
11033
|
+
"aria-query": "^5.3.0",
|
|
11034
|
+
"cheerio": "^1.0.0-rc.12",
|
|
10765
11035
|
"css-shorthand-properties": "^1.1.1",
|
|
10766
11036
|
"css-value": "^0.0.1",
|
|
10767
|
-
"
|
|
10768
|
-
"
|
|
10769
|
-
"import-meta-resolve": "^4.0.0",
|
|
11037
|
+
"grapheme-splitter": "^1.0.4",
|
|
11038
|
+
"htmlfy": "^0.8.1",
|
|
10770
11039
|
"is-plain-obj": "^4.1.0",
|
|
10771
11040
|
"jszip": "^3.10.1",
|
|
10772
11041
|
"lodash.clonedeep": "^4.5.0",
|
|
10773
11042
|
"lodash.zip": "^4.2.0",
|
|
10774
|
-
"
|
|
10775
|
-
"
|
|
10776
|
-
"query-selector-shadow-dom": "^1.0.0",
|
|
10777
|
-
"resq": "^1.9.1",
|
|
11043
|
+
"query-selector-shadow-dom": "^1.0.1",
|
|
11044
|
+
"resq": "^1.11.0",
|
|
10778
11045
|
"rgb2hex": "0.2.5",
|
|
10779
|
-
"serialize-error": "^
|
|
10780
|
-
"
|
|
11046
|
+
"serialize-error": "^12.0.0",
|
|
11047
|
+
"urlpattern-polyfill": "^10.0.0",
|
|
11048
|
+
"webdriver": "9.18.0"
|
|
10781
11049
|
},
|
|
10782
11050
|
"engines": {
|
|
10783
|
-
"node": "
|
|
11051
|
+
"node": ">=18.20.0"
|
|
10784
11052
|
},
|
|
10785
11053
|
"peerDependencies": {
|
|
10786
|
-
"
|
|
11054
|
+
"puppeteer-core": ">=22.x || <=24.x"
|
|
10787
11055
|
},
|
|
10788
11056
|
"peerDependenciesMeta": {
|
|
10789
|
-
"
|
|
11057
|
+
"puppeteer-core": {
|
|
10790
11058
|
"optional": true
|
|
10791
11059
|
}
|
|
10792
11060
|
}
|
|
@@ -10808,106 +11076,83 @@
|
|
|
10808
11076
|
"node": ">=12"
|
|
10809
11077
|
}
|
|
10810
11078
|
},
|
|
10811
|
-
"node_modules/webdriverio/node_modules/@
|
|
10812
|
-
"version": "
|
|
10813
|
-
"resolved": "https://registry.npmjs.org/@
|
|
10814
|
-
"integrity": "sha512-
|
|
10815
|
-
"license": "MIT"
|
|
10816
|
-
"engines": {
|
|
10817
|
-
"node": ">=14.16"
|
|
10818
|
-
},
|
|
10819
|
-
"funding": {
|
|
10820
|
-
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
10821
|
-
}
|
|
10822
|
-
},
|
|
10823
|
-
"node_modules/webdriverio/node_modules/@szmarczak/http-timer": {
|
|
10824
|
-
"version": "5.0.1",
|
|
10825
|
-
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
|
|
10826
|
-
"integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
|
|
10827
|
-
"license": "MIT",
|
|
10828
|
-
"dependencies": {
|
|
10829
|
-
"defer-to-connect": "^2.0.1"
|
|
10830
|
-
},
|
|
10831
|
-
"engines": {
|
|
10832
|
-
"node": ">=14.16"
|
|
10833
|
-
}
|
|
10834
|
-
},
|
|
10835
|
-
"node_modules/webdriverio/node_modules/@types/node": {
|
|
10836
|
-
"version": "22.19.11",
|
|
10837
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.11.tgz",
|
|
10838
|
-
"integrity": "sha512-BH7YwL6rA93ReqeQS1c4bsPpcfOmJasG+Fkr6Y59q83f9M1WcBRHR2vM+P9eOisYRcN3ujQoiZY8uk5W+1WL8w==",
|
|
10839
|
-
"license": "MIT",
|
|
10840
|
-
"dependencies": {
|
|
10841
|
-
"undici-types": "~6.21.0"
|
|
10842
|
-
}
|
|
11079
|
+
"node_modules/webdriverio/node_modules/@types/sinonjs__fake-timers": {
|
|
11080
|
+
"version": "8.1.5",
|
|
11081
|
+
"resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.5.tgz",
|
|
11082
|
+
"integrity": "sha512-mQkU2jY8jJEF7YHjHvsQO8+3ughTL1mcnn96igfhONmR+fUPSKIkefQYpSe8bsly2Ep7oQbn/6VG5/9/0qcArQ==",
|
|
11083
|
+
"license": "MIT"
|
|
10843
11084
|
},
|
|
10844
11085
|
"node_modules/webdriverio/node_modules/@wdio/config": {
|
|
10845
|
-
"version": "
|
|
10846
|
-
"resolved": "https://registry.npmjs.org/@wdio/config/-/config-
|
|
10847
|
-
"integrity": "sha512-
|
|
11086
|
+
"version": "9.18.0",
|
|
11087
|
+
"resolved": "https://registry.npmjs.org/@wdio/config/-/config-9.18.0.tgz",
|
|
11088
|
+
"integrity": "sha512-fN+Z7SkKjb0u3UUMSxMN4d+CCZQKZhm/tx3eX7Rv+3T78LtpOjlesBYQ7Ax3tQ3tp8hgEo+CoOXU0jHEYubFrg==",
|
|
10848
11089
|
"license": "MIT",
|
|
10849
11090
|
"dependencies": {
|
|
10850
|
-
"@wdio/logger": "
|
|
10851
|
-
"@wdio/types": "
|
|
10852
|
-
"@wdio/utils": "
|
|
10853
|
-
"
|
|
10854
|
-
"deepmerge-ts": "^5.0.0",
|
|
11091
|
+
"@wdio/logger": "9.18.0",
|
|
11092
|
+
"@wdio/types": "9.16.2",
|
|
11093
|
+
"@wdio/utils": "9.18.0",
|
|
11094
|
+
"deepmerge-ts": "^7.0.3",
|
|
10855
11095
|
"glob": "^10.2.2",
|
|
10856
11096
|
"import-meta-resolve": "^4.0.0"
|
|
10857
11097
|
},
|
|
10858
11098
|
"engines": {
|
|
10859
|
-
"node": "
|
|
11099
|
+
"node": ">=18.20.0"
|
|
10860
11100
|
}
|
|
10861
11101
|
},
|
|
10862
11102
|
"node_modules/webdriverio/node_modules/@wdio/logger": {
|
|
10863
|
-
"version": "
|
|
10864
|
-
"resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-
|
|
10865
|
-
"integrity": "sha512-
|
|
11103
|
+
"version": "9.18.0",
|
|
11104
|
+
"resolved": "https://registry.npmjs.org/@wdio/logger/-/logger-9.18.0.tgz",
|
|
11105
|
+
"integrity": "sha512-HdzDrRs+ywAqbXGKqe1i/bLtCv47plz4TvsHFH3j729OooT5VH38ctFn5aLXgECmiAKDkmH/A6kOq2Zh5DIxww==",
|
|
10866
11106
|
"license": "MIT",
|
|
10867
11107
|
"dependencies": {
|
|
10868
11108
|
"chalk": "^5.1.2",
|
|
10869
11109
|
"loglevel": "^1.6.0",
|
|
10870
11110
|
"loglevel-plugin-prefix": "^0.8.4",
|
|
11111
|
+
"safe-regex2": "^5.0.0",
|
|
10871
11112
|
"strip-ansi": "^7.1.0"
|
|
10872
11113
|
},
|
|
10873
11114
|
"engines": {
|
|
10874
|
-
"node": "
|
|
11115
|
+
"node": ">=18.20.0"
|
|
10875
11116
|
}
|
|
10876
11117
|
},
|
|
10877
|
-
"node_modules/webdriverio/node_modules/@wdio/
|
|
10878
|
-
"version": "
|
|
10879
|
-
"resolved": "https://registry.npmjs.org/@wdio/
|
|
10880
|
-
"integrity": "sha512-
|
|
10881
|
-
"license": "MIT"
|
|
10882
|
-
"dependencies": {
|
|
10883
|
-
"@types/node": "^22.2.0"
|
|
10884
|
-
},
|
|
10885
|
-
"engines": {
|
|
10886
|
-
"node": "^16.13 || >=18"
|
|
10887
|
-
}
|
|
11118
|
+
"node_modules/webdriverio/node_modules/@wdio/protocols": {
|
|
11119
|
+
"version": "9.16.2",
|
|
11120
|
+
"resolved": "https://registry.npmjs.org/@wdio/protocols/-/protocols-9.16.2.tgz",
|
|
11121
|
+
"integrity": "sha512-h3k97/lzmyw5MowqceAuY3HX/wGJojXHkiPXA3WlhGPCaa2h4+GovV2nJtRvknCKsE7UHA1xB5SWeI8MzloBew==",
|
|
11122
|
+
"license": "MIT"
|
|
10888
11123
|
},
|
|
10889
11124
|
"node_modules/webdriverio/node_modules/@wdio/utils": {
|
|
10890
|
-
"version": "
|
|
10891
|
-
"resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-
|
|
10892
|
-
"integrity": "sha512-
|
|
11125
|
+
"version": "9.18.0",
|
|
11126
|
+
"resolved": "https://registry.npmjs.org/@wdio/utils/-/utils-9.18.0.tgz",
|
|
11127
|
+
"integrity": "sha512-M+QH05FUw25aFXZfjb+V16ydKoURgV61zeZrMjQdW2aAiks3F5iiI9pgqYT5kr1kHZcMy8gawGqQQ+RVfKYscQ==",
|
|
10893
11128
|
"license": "MIT",
|
|
10894
11129
|
"dependencies": {
|
|
10895
|
-
"@puppeteer/browsers": "^
|
|
10896
|
-
"@wdio/logger": "
|
|
10897
|
-
"@wdio/types": "
|
|
11130
|
+
"@puppeteer/browsers": "^2.2.0",
|
|
11131
|
+
"@wdio/logger": "9.18.0",
|
|
11132
|
+
"@wdio/types": "9.16.2",
|
|
10898
11133
|
"decamelize": "^6.0.0",
|
|
10899
|
-
"deepmerge-ts": "^
|
|
10900
|
-
"edgedriver": "^
|
|
10901
|
-
"geckodriver": "
|
|
11134
|
+
"deepmerge-ts": "^7.0.3",
|
|
11135
|
+
"edgedriver": "^6.1.2",
|
|
11136
|
+
"geckodriver": "^5.0.0",
|
|
10902
11137
|
"get-port": "^7.0.0",
|
|
10903
11138
|
"import-meta-resolve": "^4.0.0",
|
|
10904
|
-
"locate-app": "^2.
|
|
10905
|
-
"
|
|
11139
|
+
"locate-app": "^2.2.24",
|
|
11140
|
+
"mitt": "^3.0.1",
|
|
11141
|
+
"safaridriver": "^1.0.0",
|
|
10906
11142
|
"split2": "^4.2.0",
|
|
10907
|
-
"wait-port": "^1.0
|
|
11143
|
+
"wait-port": "^1.1.0"
|
|
10908
11144
|
},
|
|
10909
11145
|
"engines": {
|
|
10910
|
-
"node": "
|
|
11146
|
+
"node": ">=18.20.0"
|
|
11147
|
+
}
|
|
11148
|
+
},
|
|
11149
|
+
"node_modules/webdriverio/node_modules/agent-base": {
|
|
11150
|
+
"version": "7.1.4",
|
|
11151
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
11152
|
+
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
11153
|
+
"license": "MIT",
|
|
11154
|
+
"engines": {
|
|
11155
|
+
"node": ">= 14"
|
|
10911
11156
|
}
|
|
10912
11157
|
},
|
|
10913
11158
|
"node_modules/webdriverio/node_modules/ansi-regex": {
|
|
@@ -10934,48 +11179,6 @@
|
|
|
10934
11179
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
10935
11180
|
}
|
|
10936
11181
|
},
|
|
10937
|
-
"node_modules/webdriverio/node_modules/balanced-match": {
|
|
10938
|
-
"version": "1.0.2",
|
|
10939
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
10940
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
10941
|
-
"license": "MIT"
|
|
10942
|
-
},
|
|
10943
|
-
"node_modules/webdriverio/node_modules/brace-expansion": {
|
|
10944
|
-
"version": "2.0.2",
|
|
10945
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
10946
|
-
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
10947
|
-
"license": "MIT",
|
|
10948
|
-
"dependencies": {
|
|
10949
|
-
"balanced-match": "^1.0.0"
|
|
10950
|
-
}
|
|
10951
|
-
},
|
|
10952
|
-
"node_modules/webdriverio/node_modules/cacheable-lookup": {
|
|
10953
|
-
"version": "7.0.0",
|
|
10954
|
-
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
10955
|
-
"integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
|
|
10956
|
-
"license": "MIT",
|
|
10957
|
-
"engines": {
|
|
10958
|
-
"node": ">=14.16"
|
|
10959
|
-
}
|
|
10960
|
-
},
|
|
10961
|
-
"node_modules/webdriverio/node_modules/cacheable-request": {
|
|
10962
|
-
"version": "10.2.14",
|
|
10963
|
-
"resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
|
|
10964
|
-
"integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
|
|
10965
|
-
"license": "MIT",
|
|
10966
|
-
"dependencies": {
|
|
10967
|
-
"@types/http-cache-semantics": "^4.0.2",
|
|
10968
|
-
"get-stream": "^6.0.1",
|
|
10969
|
-
"http-cache-semantics": "^4.1.1",
|
|
10970
|
-
"keyv": "^4.5.3",
|
|
10971
|
-
"mimic-response": "^4.0.0",
|
|
10972
|
-
"normalize-url": "^8.0.0",
|
|
10973
|
-
"responselike": "^3.0.0"
|
|
10974
|
-
},
|
|
10975
|
-
"engines": {
|
|
10976
|
-
"node": ">=14.16"
|
|
10977
|
-
}
|
|
10978
|
-
},
|
|
10979
11182
|
"node_modules/webdriverio/node_modules/chalk": {
|
|
10980
11183
|
"version": "5.6.2",
|
|
10981
11184
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
@@ -11015,42 +11218,17 @@
|
|
|
11015
11218
|
"url": "https://github.com/sponsors/isaacs"
|
|
11016
11219
|
}
|
|
11017
11220
|
},
|
|
11018
|
-
"node_modules/webdriverio/node_modules/
|
|
11019
|
-
"version": "
|
|
11020
|
-
"resolved": "https://registry.npmjs.org/
|
|
11021
|
-
"integrity": "sha512-
|
|
11022
|
-
"license": "MIT",
|
|
11023
|
-
"dependencies": {
|
|
11024
|
-
"@sindresorhus/is": "^5.2.0",
|
|
11025
|
-
"@szmarczak/http-timer": "^5.0.1",
|
|
11026
|
-
"cacheable-lookup": "^7.0.0",
|
|
11027
|
-
"cacheable-request": "^10.2.8",
|
|
11028
|
-
"decompress-response": "^6.0.0",
|
|
11029
|
-
"form-data-encoder": "^2.1.2",
|
|
11030
|
-
"get-stream": "^6.0.1",
|
|
11031
|
-
"http2-wrapper": "^2.1.10",
|
|
11032
|
-
"lowercase-keys": "^3.0.0",
|
|
11033
|
-
"p-cancelable": "^3.0.0",
|
|
11034
|
-
"responselike": "^3.0.0"
|
|
11035
|
-
},
|
|
11036
|
-
"engines": {
|
|
11037
|
-
"node": ">=14.16"
|
|
11038
|
-
},
|
|
11039
|
-
"funding": {
|
|
11040
|
-
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
11041
|
-
}
|
|
11042
|
-
},
|
|
11043
|
-
"node_modules/webdriverio/node_modules/http2-wrapper": {
|
|
11044
|
-
"version": "2.2.1",
|
|
11045
|
-
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz",
|
|
11046
|
-
"integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==",
|
|
11221
|
+
"node_modules/webdriverio/node_modules/https-proxy-agent": {
|
|
11222
|
+
"version": "7.0.6",
|
|
11223
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
11224
|
+
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
11047
11225
|
"license": "MIT",
|
|
11048
11226
|
"dependencies": {
|
|
11049
|
-
"
|
|
11050
|
-
"
|
|
11227
|
+
"agent-base": "^7.1.2",
|
|
11228
|
+
"debug": "4"
|
|
11051
11229
|
},
|
|
11052
11230
|
"engines": {
|
|
11053
|
-
"node": ">=
|
|
11231
|
+
"node": ">= 14"
|
|
11054
11232
|
}
|
|
11055
11233
|
},
|
|
11056
11234
|
"node_modules/webdriverio/node_modules/jackspeak": {
|
|
@@ -11068,55 +11246,19 @@
|
|
|
11068
11246
|
"@pkgjs/parseargs": "^0.11.0"
|
|
11069
11247
|
}
|
|
11070
11248
|
},
|
|
11071
|
-
"node_modules/webdriverio/node_modules/ky": {
|
|
11072
|
-
"version": "0.33.3",
|
|
11073
|
-
"resolved": "https://registry.npmjs.org/ky/-/ky-0.33.3.tgz",
|
|
11074
|
-
"integrity": "sha512-CasD9OCEQSFIam2U8efFK81Yeg8vNMTBUqtMOHlrcWQHqUX3HeCl9Dr31u4toV7emlH8Mymk5+9p0lL6mKb/Xw==",
|
|
11075
|
-
"license": "MIT",
|
|
11076
|
-
"engines": {
|
|
11077
|
-
"node": ">=14.16"
|
|
11078
|
-
},
|
|
11079
|
-
"funding": {
|
|
11080
|
-
"url": "https://github.com/sindresorhus/ky?sponsor=1"
|
|
11081
|
-
}
|
|
11082
|
-
},
|
|
11083
|
-
"node_modules/webdriverio/node_modules/lowercase-keys": {
|
|
11084
|
-
"version": "3.0.0",
|
|
11085
|
-
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
11086
|
-
"integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
|
|
11087
|
-
"license": "MIT",
|
|
11088
|
-
"engines": {
|
|
11089
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
11090
|
-
},
|
|
11091
|
-
"funding": {
|
|
11092
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11093
|
-
}
|
|
11094
|
-
},
|
|
11095
11249
|
"node_modules/webdriverio/node_modules/lru-cache": {
|
|
11096
11250
|
"version": "10.4.3",
|
|
11097
11251
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
11098
11252
|
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
11099
11253
|
"license": "ISC"
|
|
11100
11254
|
},
|
|
11101
|
-
"node_modules/webdriverio/node_modules/mimic-response": {
|
|
11102
|
-
"version": "4.0.0",
|
|
11103
|
-
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
|
|
11104
|
-
"integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
|
|
11105
|
-
"license": "MIT",
|
|
11106
|
-
"engines": {
|
|
11107
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
11108
|
-
},
|
|
11109
|
-
"funding": {
|
|
11110
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11111
|
-
}
|
|
11112
|
-
},
|
|
11113
11255
|
"node_modules/webdriverio/node_modules/minimatch": {
|
|
11114
|
-
"version": "9.0.
|
|
11115
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
11116
|
-
"integrity": "sha512-
|
|
11256
|
+
"version": "9.0.7",
|
|
11257
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.7.tgz",
|
|
11258
|
+
"integrity": "sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==",
|
|
11117
11259
|
"license": "ISC",
|
|
11118
11260
|
"dependencies": {
|
|
11119
|
-
"brace-expansion": "^
|
|
11261
|
+
"brace-expansion": "^5.0.2"
|
|
11120
11262
|
},
|
|
11121
11263
|
"engines": {
|
|
11122
11264
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -11125,27 +11267,6 @@
|
|
|
11125
11267
|
"url": "https://github.com/sponsors/isaacs"
|
|
11126
11268
|
}
|
|
11127
11269
|
},
|
|
11128
|
-
"node_modules/webdriverio/node_modules/normalize-url": {
|
|
11129
|
-
"version": "8.1.1",
|
|
11130
|
-
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.1.1.tgz",
|
|
11131
|
-
"integrity": "sha512-JYc0DPlpGWB40kH5g07gGTrYuMqV653k3uBKY6uITPWds3M0ov3GaWGp9lbE3Bzngx8+XkfzgvASb9vk9JDFXQ==",
|
|
11132
|
-
"license": "MIT",
|
|
11133
|
-
"engines": {
|
|
11134
|
-
"node": ">=14.16"
|
|
11135
|
-
},
|
|
11136
|
-
"funding": {
|
|
11137
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11138
|
-
}
|
|
11139
|
-
},
|
|
11140
|
-
"node_modules/webdriverio/node_modules/p-cancelable": {
|
|
11141
|
-
"version": "3.0.0",
|
|
11142
|
-
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
11143
|
-
"integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
|
|
11144
|
-
"license": "MIT",
|
|
11145
|
-
"engines": {
|
|
11146
|
-
"node": ">=12.20"
|
|
11147
|
-
}
|
|
11148
|
-
},
|
|
11149
11270
|
"node_modules/webdriverio/node_modules/path-scurry": {
|
|
11150
11271
|
"version": "1.11.1",
|
|
11151
11272
|
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
@@ -11162,31 +11283,44 @@
|
|
|
11162
11283
|
"url": "https://github.com/sponsors/isaacs"
|
|
11163
11284
|
}
|
|
11164
11285
|
},
|
|
11165
|
-
"node_modules/webdriverio/node_modules/
|
|
11166
|
-
"version": "
|
|
11167
|
-
"resolved": "https://registry.npmjs.org/
|
|
11168
|
-
"integrity": "sha512-
|
|
11286
|
+
"node_modules/webdriverio/node_modules/ret": {
|
|
11287
|
+
"version": "0.5.0",
|
|
11288
|
+
"resolved": "https://registry.npmjs.org/ret/-/ret-0.5.0.tgz",
|
|
11289
|
+
"integrity": "sha512-I1XxrZSQ+oErkRR4jYbAyEEu2I0avBvvMM5JN+6EBprOGRCs63ENqZ3vjavq8fBw2+62G5LF5XelKwuJpcvcxw==",
|
|
11169
11290
|
"license": "MIT",
|
|
11170
|
-
"dependencies": {
|
|
11171
|
-
"lowercase-keys": "^3.0.0"
|
|
11172
|
-
},
|
|
11173
11291
|
"engines": {
|
|
11174
|
-
"node": ">=
|
|
11175
|
-
}
|
|
11176
|
-
|
|
11177
|
-
|
|
11292
|
+
"node": ">=10"
|
|
11293
|
+
}
|
|
11294
|
+
},
|
|
11295
|
+
"node_modules/webdriverio/node_modules/safe-regex2": {
|
|
11296
|
+
"version": "5.0.0",
|
|
11297
|
+
"resolved": "https://registry.npmjs.org/safe-regex2/-/safe-regex2-5.0.0.tgz",
|
|
11298
|
+
"integrity": "sha512-YwJwe5a51WlK7KbOJREPdjNrpViQBI3p4T50lfwPuDhZnE3XGVTlGvi+aolc5+RvxDD6bnUmjVsU9n1eboLUYw==",
|
|
11299
|
+
"funding": [
|
|
11300
|
+
{
|
|
11301
|
+
"type": "github",
|
|
11302
|
+
"url": "https://github.com/sponsors/fastify"
|
|
11303
|
+
},
|
|
11304
|
+
{
|
|
11305
|
+
"type": "opencollective",
|
|
11306
|
+
"url": "https://opencollective.com/fastify"
|
|
11307
|
+
}
|
|
11308
|
+
],
|
|
11309
|
+
"license": "MIT",
|
|
11310
|
+
"dependencies": {
|
|
11311
|
+
"ret": "~0.5.0"
|
|
11178
11312
|
}
|
|
11179
11313
|
},
|
|
11180
11314
|
"node_modules/webdriverio/node_modules/serialize-error": {
|
|
11181
|
-
"version": "
|
|
11182
|
-
"resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-
|
|
11183
|
-
"integrity": "sha512-
|
|
11315
|
+
"version": "12.0.0",
|
|
11316
|
+
"resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-12.0.0.tgz",
|
|
11317
|
+
"integrity": "sha512-ZYkZLAvKTKQXWuh5XpBw7CdbSzagarX39WyZ2H07CDLC5/KfsRGlIXV8d4+tfqX1M7916mRqR1QfNHSij+c9Pw==",
|
|
11184
11318
|
"license": "MIT",
|
|
11185
11319
|
"dependencies": {
|
|
11186
|
-
"type-fest": "^
|
|
11320
|
+
"type-fest": "^4.31.0"
|
|
11187
11321
|
},
|
|
11188
11322
|
"engines": {
|
|
11189
|
-
"node": ">=
|
|
11323
|
+
"node": ">=18"
|
|
11190
11324
|
},
|
|
11191
11325
|
"funding": {
|
|
11192
11326
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -11225,43 +11359,46 @@
|
|
|
11225
11359
|
}
|
|
11226
11360
|
},
|
|
11227
11361
|
"node_modules/webdriverio/node_modules/type-fest": {
|
|
11228
|
-
"version": "
|
|
11229
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-
|
|
11230
|
-
"integrity": "sha512-
|
|
11362
|
+
"version": "4.41.0",
|
|
11363
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
11364
|
+
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
11231
11365
|
"license": "(MIT OR CC0-1.0)",
|
|
11232
11366
|
"engines": {
|
|
11233
|
-
"node": ">=
|
|
11367
|
+
"node": ">=16"
|
|
11234
11368
|
},
|
|
11235
11369
|
"funding": {
|
|
11236
11370
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
11237
11371
|
}
|
|
11238
11372
|
},
|
|
11239
|
-
"node_modules/webdriverio/node_modules/undici
|
|
11240
|
-
"version": "6.
|
|
11241
|
-
"resolved": "https://registry.npmjs.org/undici
|
|
11242
|
-
"integrity": "sha512-
|
|
11243
|
-
"license": "MIT"
|
|
11373
|
+
"node_modules/webdriverio/node_modules/undici": {
|
|
11374
|
+
"version": "6.23.0",
|
|
11375
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz",
|
|
11376
|
+
"integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==",
|
|
11377
|
+
"license": "MIT",
|
|
11378
|
+
"engines": {
|
|
11379
|
+
"node": ">=18.17"
|
|
11380
|
+
}
|
|
11244
11381
|
},
|
|
11245
11382
|
"node_modules/webdriverio/node_modules/webdriver": {
|
|
11246
|
-
"version": "
|
|
11247
|
-
"resolved": "https://registry.npmjs.org/webdriver/-/webdriver-
|
|
11248
|
-
"integrity": "sha512-
|
|
11383
|
+
"version": "9.18.0",
|
|
11384
|
+
"resolved": "https://registry.npmjs.org/webdriver/-/webdriver-9.18.0.tgz",
|
|
11385
|
+
"integrity": "sha512-07lC4FLj45lHJo0FvLjUp5qkjzEGWJWKGsxLoe9rQ2Fg88iYsqgr9JfSj8qxHpazBaBd+77+ZtpmMZ2X2D1Zuw==",
|
|
11249
11386
|
"license": "MIT",
|
|
11250
11387
|
"dependencies": {
|
|
11251
|
-
"@types/node": "^
|
|
11388
|
+
"@types/node": "^20.1.0",
|
|
11252
11389
|
"@types/ws": "^8.5.3",
|
|
11253
|
-
"@wdio/config": "
|
|
11254
|
-
"@wdio/logger": "
|
|
11255
|
-
"@wdio/protocols": "
|
|
11256
|
-
"@wdio/types": "
|
|
11257
|
-
"@wdio/utils": "
|
|
11258
|
-
"deepmerge-ts": "^
|
|
11259
|
-
"
|
|
11260
|
-
"
|
|
11390
|
+
"@wdio/config": "9.18.0",
|
|
11391
|
+
"@wdio/logger": "9.18.0",
|
|
11392
|
+
"@wdio/protocols": "9.16.2",
|
|
11393
|
+
"@wdio/types": "9.16.2",
|
|
11394
|
+
"@wdio/utils": "9.18.0",
|
|
11395
|
+
"deepmerge-ts": "^7.0.3",
|
|
11396
|
+
"https-proxy-agent": "^7.0.6",
|
|
11397
|
+
"undici": "^6.21.3",
|
|
11261
11398
|
"ws": "^8.8.0"
|
|
11262
11399
|
},
|
|
11263
11400
|
"engines": {
|
|
11264
|
-
"node": "
|
|
11401
|
+
"node": ">=18.20.0"
|
|
11265
11402
|
}
|
|
11266
11403
|
},
|
|
11267
11404
|
"node_modules/webdriverio/node_modules/wrap-ansi": {
|