@testim/testim-cli 4.182.2 → 4.183.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 +52 -52
- package/cli.js.map +3 -3
- package/npm-shrinkwrap.json +456 -389
- package/package.json +8 -8
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testim/testim-cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.183.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.183.4",
|
|
10
10
|
"license": "Proprietary",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@applitools/eyes-sdk-core": "13.11.34-legacy.1",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@segment/analytics-node": "2.1.3",
|
|
15
15
|
"@types/unzip-stream": "0.3.4",
|
|
16
16
|
"ajv": "6.12.6",
|
|
17
|
-
"body-parser": "1.20.
|
|
17
|
+
"body-parser": "1.20.4",
|
|
18
18
|
"chalk": "4.1.2",
|
|
19
19
|
"chrome-launcher": "0.15.0",
|
|
20
20
|
"commander": "10.0.0",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"data-uri-to-buffer": "2.0.2",
|
|
24
24
|
"dayjs": "1.11.8",
|
|
25
25
|
"eventsource": "3.0.6",
|
|
26
|
-
"express": "4.
|
|
26
|
+
"express": "4.22.1",
|
|
27
27
|
"fkill": "7.2.1",
|
|
28
28
|
"form-data": "^4.0.4",
|
|
29
29
|
"https-proxy-agent": "7.0.2",
|
|
30
30
|
"istanbul-lib-report": "3.0.0",
|
|
31
31
|
"istanbul-reports": "3.1.5",
|
|
32
|
-
"jsonwebtoken": "9.0.
|
|
32
|
+
"jsonwebtoken": "9.0.3",
|
|
33
33
|
"linkedom": "0.18.0",
|
|
34
34
|
"lodash": "4.17.21",
|
|
35
35
|
"memory-fs": "0.5.0",
|
|
@@ -112,12 +112,12 @@
|
|
|
112
112
|
"chai-string": "1.3.0",
|
|
113
113
|
"esbuild": "0.17.10",
|
|
114
114
|
"execa": "5.0.0",
|
|
115
|
-
"glob": "11.0
|
|
115
|
+
"glob": "11.1.0",
|
|
116
116
|
"proxyquire": "2.1.3",
|
|
117
|
-
"sinon": "
|
|
117
|
+
"sinon": "19.0.2",
|
|
118
118
|
"sinon-chai": "3.7.0",
|
|
119
119
|
"source-map": "0.7.4",
|
|
120
|
-
"ts-node": "9.
|
|
120
|
+
"ts-node": "10.9.2",
|
|
121
121
|
"tsconfig-paths": "3.12.0",
|
|
122
122
|
"v8-to-istanbul": "9.1.0"
|
|
123
123
|
},
|
|
@@ -132,6 +132,7 @@
|
|
|
132
132
|
"version": "2.5.3-legacy.1",
|
|
133
133
|
"resolved": "https://registry.npmjs.org/@applitools/core/-/core-2.5.3-legacy.1.tgz",
|
|
134
134
|
"integrity": "sha512-XSERBcGuckT/uuodaSZMxCnD0F15LpfFTXW5DZlGZGgK4ZqX/7B3tGc4NuVC2CEaqx+m7w8cpuzFAUysYiWCkQ==",
|
|
135
|
+
"deprecated": "This was an internal debug build and should not be used.",
|
|
135
136
|
"license": "SEE LICENSE IN LICENSE",
|
|
136
137
|
"dependencies": {
|
|
137
138
|
"@applitools/core-base": "1.1.49",
|
|
@@ -577,20 +578,6 @@
|
|
|
577
578
|
"node": ">= 8"
|
|
578
579
|
}
|
|
579
580
|
},
|
|
580
|
-
"node_modules/@applitools/req/node_modules/pac-resolver": {
|
|
581
|
-
"version": "5.0.1",
|
|
582
|
-
"resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-5.0.1.tgz",
|
|
583
|
-
"integrity": "sha512-cy7u00ko2KVgBAjuhevqpPeHIkCIqPe1v24cydhWjmeuzaBfmUWFCZJ1iAh5TuVzVZoUzXIW7K8sMYOZ84uZ9Q==",
|
|
584
|
-
"license": "MIT",
|
|
585
|
-
"dependencies": {
|
|
586
|
-
"degenerator": "^3.0.2",
|
|
587
|
-
"ip": "^1.1.5",
|
|
588
|
-
"netmask": "^2.0.2"
|
|
589
|
-
},
|
|
590
|
-
"engines": {
|
|
591
|
-
"node": ">= 8"
|
|
592
|
-
}
|
|
593
|
-
},
|
|
594
581
|
"node_modules/@applitools/req/node_modules/proxy-agent": {
|
|
595
582
|
"version": "5.0.0",
|
|
596
583
|
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-5.0.0.tgz",
|
|
@@ -771,20 +758,6 @@
|
|
|
771
758
|
"node": ">= 8"
|
|
772
759
|
}
|
|
773
760
|
},
|
|
774
|
-
"node_modules/@applitools/spec-driver-webdriver/node_modules/pac-resolver": {
|
|
775
|
-
"version": "5.0.1",
|
|
776
|
-
"resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-5.0.1.tgz",
|
|
777
|
-
"integrity": "sha512-cy7u00ko2KVgBAjuhevqpPeHIkCIqPe1v24cydhWjmeuzaBfmUWFCZJ1iAh5TuVzVZoUzXIW7K8sMYOZ84uZ9Q==",
|
|
778
|
-
"license": "MIT",
|
|
779
|
-
"dependencies": {
|
|
780
|
-
"degenerator": "^3.0.2",
|
|
781
|
-
"ip": "^1.1.5",
|
|
782
|
-
"netmask": "^2.0.2"
|
|
783
|
-
},
|
|
784
|
-
"engines": {
|
|
785
|
-
"node": ">= 8"
|
|
786
|
-
}
|
|
787
|
-
},
|
|
788
761
|
"node_modules/@applitools/spec-driver-webdriver/node_modules/proxy-agent": {
|
|
789
762
|
"version": "5.0.0",
|
|
790
763
|
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-5.0.0.tgz",
|
|
@@ -939,6 +912,19 @@
|
|
|
939
912
|
"node": ">=0.1.90"
|
|
940
913
|
}
|
|
941
914
|
},
|
|
915
|
+
"node_modules/@cspotcode/source-map-support": {
|
|
916
|
+
"version": "0.8.1",
|
|
917
|
+
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
|
|
918
|
+
"integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
|
|
919
|
+
"dev": true,
|
|
920
|
+
"license": "MIT",
|
|
921
|
+
"dependencies": {
|
|
922
|
+
"@jridgewell/trace-mapping": "0.3.9"
|
|
923
|
+
},
|
|
924
|
+
"engines": {
|
|
925
|
+
"node": ">=12"
|
|
926
|
+
}
|
|
927
|
+
},
|
|
942
928
|
"node_modules/@dabh/diagnostics": {
|
|
943
929
|
"version": "2.0.8",
|
|
944
930
|
"resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.8.tgz",
|
|
@@ -1473,14 +1459,14 @@
|
|
|
1473
1459
|
"license": "MIT"
|
|
1474
1460
|
},
|
|
1475
1461
|
"node_modules/@jridgewell/trace-mapping": {
|
|
1476
|
-
"version": "0.3.
|
|
1477
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.
|
|
1478
|
-
"integrity": "sha512-
|
|
1462
|
+
"version": "0.3.9",
|
|
1463
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
|
|
1464
|
+
"integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
|
|
1479
1465
|
"dev": true,
|
|
1480
1466
|
"license": "MIT",
|
|
1481
1467
|
"dependencies": {
|
|
1482
|
-
"@jridgewell/resolve-uri": "^3.
|
|
1483
|
-
"@jridgewell/sourcemap-codec": "^1.4.
|
|
1468
|
+
"@jridgewell/resolve-uri": "^3.0.3",
|
|
1469
|
+
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
1484
1470
|
}
|
|
1485
1471
|
},
|
|
1486
1472
|
"node_modules/@lukeed/csprng": {
|
|
@@ -1652,9 +1638,9 @@
|
|
|
1652
1638
|
}
|
|
1653
1639
|
},
|
|
1654
1640
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
1655
|
-
"version": "4.
|
|
1656
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.
|
|
1657
|
-
"integrity": "sha512-
|
|
1641
|
+
"version": "4.56.0",
|
|
1642
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.56.0.tgz",
|
|
1643
|
+
"integrity": "sha512-LNKIPA5k8PF1+jAFomGe3qN3bbIgJe/IlpDBwuVjrDKrJhVWywgnJvflMt/zkbVNLFtF1+94SljYQS6e99klnw==",
|
|
1658
1644
|
"cpu": [
|
|
1659
1645
|
"arm"
|
|
1660
1646
|
],
|
|
@@ -1666,9 +1652,9 @@
|
|
|
1666
1652
|
"peer": true
|
|
1667
1653
|
},
|
|
1668
1654
|
"node_modules/@rollup/rollup-android-arm64": {
|
|
1669
|
-
"version": "4.
|
|
1670
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.
|
|
1671
|
-
"integrity": "sha512-
|
|
1655
|
+
"version": "4.56.0",
|
|
1656
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.56.0.tgz",
|
|
1657
|
+
"integrity": "sha512-lfbVUbelYqXlYiU/HApNMJzT1E87UPGvzveGg2h0ktUNlOCxKlWuJ9jtfvs1sKHdwU4fzY7Pl8sAl49/XaEk6Q==",
|
|
1672
1658
|
"cpu": [
|
|
1673
1659
|
"arm64"
|
|
1674
1660
|
],
|
|
@@ -1680,9 +1666,9 @@
|
|
|
1680
1666
|
"peer": true
|
|
1681
1667
|
},
|
|
1682
1668
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
1683
|
-
"version": "4.
|
|
1684
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.
|
|
1685
|
-
"integrity": "sha512-
|
|
1669
|
+
"version": "4.56.0",
|
|
1670
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.56.0.tgz",
|
|
1671
|
+
"integrity": "sha512-EgxD1ocWfhoD6xSOeEEwyE7tDvwTgZc8Bss7wCWe+uc7wO8G34HHCUH+Q6cHqJubxIAnQzAsyUsClt0yFLu06w==",
|
|
1686
1672
|
"cpu": [
|
|
1687
1673
|
"arm64"
|
|
1688
1674
|
],
|
|
@@ -1694,9 +1680,9 @@
|
|
|
1694
1680
|
"peer": true
|
|
1695
1681
|
},
|
|
1696
1682
|
"node_modules/@rollup/rollup-darwin-x64": {
|
|
1697
|
-
"version": "4.
|
|
1698
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.
|
|
1699
|
-
"integrity": "sha512-
|
|
1683
|
+
"version": "4.56.0",
|
|
1684
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.56.0.tgz",
|
|
1685
|
+
"integrity": "sha512-1vXe1vcMOssb/hOF8iv52A7feWW2xnu+c8BV4t1F//m9QVLTfNVpEdja5ia762j/UEJe2Z1jAmEqZAK42tVW3g==",
|
|
1700
1686
|
"cpu": [
|
|
1701
1687
|
"x64"
|
|
1702
1688
|
],
|
|
@@ -1708,9 +1694,9 @@
|
|
|
1708
1694
|
"peer": true
|
|
1709
1695
|
},
|
|
1710
1696
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
1711
|
-
"version": "4.
|
|
1712
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.
|
|
1713
|
-
"integrity": "sha512
|
|
1697
|
+
"version": "4.56.0",
|
|
1698
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.56.0.tgz",
|
|
1699
|
+
"integrity": "sha512-bof7fbIlvqsyv/DtaXSck4VYQ9lPtoWNFCB/JY4snlFuJREXfZnm+Ej6yaCHfQvofJDXLDMTVxWscVSuQvVWUQ==",
|
|
1714
1700
|
"cpu": [
|
|
1715
1701
|
"arm64"
|
|
1716
1702
|
],
|
|
@@ -1722,9 +1708,9 @@
|
|
|
1722
1708
|
"peer": true
|
|
1723
1709
|
},
|
|
1724
1710
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
1725
|
-
"version": "4.
|
|
1726
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.
|
|
1727
|
-
"integrity": "sha512-
|
|
1711
|
+
"version": "4.56.0",
|
|
1712
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.56.0.tgz",
|
|
1713
|
+
"integrity": "sha512-KNa6lYHloW+7lTEkYGa37fpvPq+NKG/EHKM8+G/g9WDU7ls4sMqbVRV78J6LdNuVaeeK5WB9/9VAFbKxcbXKYg==",
|
|
1728
1714
|
"cpu": [
|
|
1729
1715
|
"x64"
|
|
1730
1716
|
],
|
|
@@ -1736,9 +1722,9 @@
|
|
|
1736
1722
|
"peer": true
|
|
1737
1723
|
},
|
|
1738
1724
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
1739
|
-
"version": "4.
|
|
1740
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.
|
|
1741
|
-
"integrity": "sha512-
|
|
1725
|
+
"version": "4.56.0",
|
|
1726
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.56.0.tgz",
|
|
1727
|
+
"integrity": "sha512-E8jKK87uOvLrrLN28jnAAAChNq5LeCd2mGgZF+fGF5D507WlG/Noct3lP/QzQ6MrqJ5BCKNwI9ipADB6jyiq2A==",
|
|
1742
1728
|
"cpu": [
|
|
1743
1729
|
"arm"
|
|
1744
1730
|
],
|
|
@@ -1750,9 +1736,9 @@
|
|
|
1750
1736
|
"peer": true
|
|
1751
1737
|
},
|
|
1752
1738
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
1753
|
-
"version": "4.
|
|
1754
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.
|
|
1755
|
-
"integrity": "sha512-
|
|
1739
|
+
"version": "4.56.0",
|
|
1740
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.56.0.tgz",
|
|
1741
|
+
"integrity": "sha512-jQosa5FMYF5Z6prEpTCCmzCXz6eKr/tCBssSmQGEeozA9tkRUty/5Vx06ibaOP9RCrW1Pvb8yp3gvZhHwTDsJw==",
|
|
1756
1742
|
"cpu": [
|
|
1757
1743
|
"arm"
|
|
1758
1744
|
],
|
|
@@ -1764,9 +1750,9 @@
|
|
|
1764
1750
|
"peer": true
|
|
1765
1751
|
},
|
|
1766
1752
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
1767
|
-
"version": "4.
|
|
1768
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.
|
|
1769
|
-
"integrity": "sha512-
|
|
1753
|
+
"version": "4.56.0",
|
|
1754
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.56.0.tgz",
|
|
1755
|
+
"integrity": "sha512-uQVoKkrC1KGEV6udrdVahASIsaF8h7iLG0U0W+Xn14ucFwi6uS539PsAr24IEF9/FoDtzMeeJXJIBo5RkbNWvQ==",
|
|
1770
1756
|
"cpu": [
|
|
1771
1757
|
"arm64"
|
|
1772
1758
|
],
|
|
@@ -1778,9 +1764,9 @@
|
|
|
1778
1764
|
"peer": true
|
|
1779
1765
|
},
|
|
1780
1766
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
1781
|
-
"version": "4.
|
|
1782
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.
|
|
1783
|
-
"integrity": "sha512-
|
|
1767
|
+
"version": "4.56.0",
|
|
1768
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.56.0.tgz",
|
|
1769
|
+
"integrity": "sha512-vLZ1yJKLxhQLFKTs42RwTwa6zkGln+bnXc8ueFGMYmBTLfNu58sl5/eXyxRa2RarTkJbXl8TKPgfS6V5ijNqEA==",
|
|
1784
1770
|
"cpu": [
|
|
1785
1771
|
"arm64"
|
|
1786
1772
|
],
|
|
@@ -1792,9 +1778,9 @@
|
|
|
1792
1778
|
"peer": true
|
|
1793
1779
|
},
|
|
1794
1780
|
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
1795
|
-
"version": "4.
|
|
1796
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.
|
|
1797
|
-
"integrity": "sha512-
|
|
1781
|
+
"version": "4.56.0",
|
|
1782
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.56.0.tgz",
|
|
1783
|
+
"integrity": "sha512-FWfHOCub564kSE3xJQLLIC/hbKqHSVxy8vY75/YHHzWvbJL7aYJkdgwD/xGfUlL5UV2SB7otapLrcCj2xnF1dg==",
|
|
1798
1784
|
"cpu": [
|
|
1799
1785
|
"loong64"
|
|
1800
1786
|
],
|
|
@@ -1806,9 +1792,9 @@
|
|
|
1806
1792
|
"peer": true
|
|
1807
1793
|
},
|
|
1808
1794
|
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
1809
|
-
"version": "4.
|
|
1810
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.
|
|
1811
|
-
"integrity": "sha512-
|
|
1795
|
+
"version": "4.56.0",
|
|
1796
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.56.0.tgz",
|
|
1797
|
+
"integrity": "sha512-z1EkujxIh7nbrKL1lmIpqFTc/sr0u8Uk0zK/qIEFldbt6EDKWFk/pxFq3gYj4Bjn3aa9eEhYRlL3H8ZbPT1xvA==",
|
|
1812
1798
|
"cpu": [
|
|
1813
1799
|
"loong64"
|
|
1814
1800
|
],
|
|
@@ -1820,9 +1806,9 @@
|
|
|
1820
1806
|
"peer": true
|
|
1821
1807
|
},
|
|
1822
1808
|
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
1823
|
-
"version": "4.
|
|
1824
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.
|
|
1825
|
-
"integrity": "sha512-
|
|
1809
|
+
"version": "4.56.0",
|
|
1810
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.56.0.tgz",
|
|
1811
|
+
"integrity": "sha512-iNFTluqgdoQC7AIE8Q34R3AuPrJGJirj5wMUErxj22deOcY7XwZRaqYmB6ZKFHoVGqRcRd0mqO+845jAibKCkw==",
|
|
1826
1812
|
"cpu": [
|
|
1827
1813
|
"ppc64"
|
|
1828
1814
|
],
|
|
@@ -1834,9 +1820,9 @@
|
|
|
1834
1820
|
"peer": true
|
|
1835
1821
|
},
|
|
1836
1822
|
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
1837
|
-
"version": "4.
|
|
1838
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.
|
|
1839
|
-
"integrity": "sha512-
|
|
1823
|
+
"version": "4.56.0",
|
|
1824
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.56.0.tgz",
|
|
1825
|
+
"integrity": "sha512-MtMeFVlD2LIKjp2sE2xM2slq3Zxf9zwVuw0jemsxvh1QOpHSsSzfNOTH9uYW9i1MXFxUSMmLpeVeUzoNOKBaWg==",
|
|
1840
1826
|
"cpu": [
|
|
1841
1827
|
"ppc64"
|
|
1842
1828
|
],
|
|
@@ -1848,9 +1834,9 @@
|
|
|
1848
1834
|
"peer": true
|
|
1849
1835
|
},
|
|
1850
1836
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
1851
|
-
"version": "4.
|
|
1852
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.
|
|
1853
|
-
"integrity": "sha512-
|
|
1837
|
+
"version": "4.56.0",
|
|
1838
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.56.0.tgz",
|
|
1839
|
+
"integrity": "sha512-in+v6wiHdzzVhYKXIk5U74dEZHdKN9KH0Q4ANHOTvyXPG41bajYRsy7a8TPKbYPl34hU7PP7hMVHRvv/5aCSew==",
|
|
1854
1840
|
"cpu": [
|
|
1855
1841
|
"riscv64"
|
|
1856
1842
|
],
|
|
@@ -1862,9 +1848,9 @@
|
|
|
1862
1848
|
"peer": true
|
|
1863
1849
|
},
|
|
1864
1850
|
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
1865
|
-
"version": "4.
|
|
1866
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.
|
|
1867
|
-
"integrity": "sha512-
|
|
1851
|
+
"version": "4.56.0",
|
|
1852
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.56.0.tgz",
|
|
1853
|
+
"integrity": "sha512-yni2raKHB8m9NQpI9fPVwN754mn6dHQSbDTwxdr9SE0ks38DTjLMMBjrwvB5+mXrX+C0npX0CVeCUcvvvD8CNQ==",
|
|
1868
1854
|
"cpu": [
|
|
1869
1855
|
"riscv64"
|
|
1870
1856
|
],
|
|
@@ -1876,9 +1862,9 @@
|
|
|
1876
1862
|
"peer": true
|
|
1877
1863
|
},
|
|
1878
1864
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
1879
|
-
"version": "4.
|
|
1880
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.
|
|
1881
|
-
"integrity": "sha512
|
|
1865
|
+
"version": "4.56.0",
|
|
1866
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.56.0.tgz",
|
|
1867
|
+
"integrity": "sha512-zhLLJx9nQPu7wezbxt2ut+CI4YlXi68ndEve16tPc/iwoylWS9B3FxpLS2PkmfYgDQtosah07Mj9E0khc3Y+vQ==",
|
|
1882
1868
|
"cpu": [
|
|
1883
1869
|
"s390x"
|
|
1884
1870
|
],
|
|
@@ -1890,9 +1876,9 @@
|
|
|
1890
1876
|
"peer": true
|
|
1891
1877
|
},
|
|
1892
1878
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
1893
|
-
"version": "4.
|
|
1894
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.
|
|
1895
|
-
"integrity": "sha512-
|
|
1879
|
+
"version": "4.56.0",
|
|
1880
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.56.0.tgz",
|
|
1881
|
+
"integrity": "sha512-MVC6UDp16ZSH7x4rtuJPAEoE1RwS8N4oK9DLHy3FTEdFoUTCFVzMfJl/BVJ330C+hx8FfprA5Wqx4FhZXkj2Kw==",
|
|
1896
1882
|
"cpu": [
|
|
1897
1883
|
"x64"
|
|
1898
1884
|
],
|
|
@@ -1904,9 +1890,9 @@
|
|
|
1904
1890
|
"peer": true
|
|
1905
1891
|
},
|
|
1906
1892
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
1907
|
-
"version": "4.
|
|
1908
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.
|
|
1909
|
-
"integrity": "sha512-
|
|
1893
|
+
"version": "4.56.0",
|
|
1894
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.56.0.tgz",
|
|
1895
|
+
"integrity": "sha512-ZhGH1eA4Qv0lxaV00azCIS1ChedK0V32952Md3FtnxSqZTBTd6tgil4nZT5cU8B+SIw3PFYkvyR4FKo2oyZIHA==",
|
|
1910
1896
|
"cpu": [
|
|
1911
1897
|
"x64"
|
|
1912
1898
|
],
|
|
@@ -1918,9 +1904,9 @@
|
|
|
1918
1904
|
"peer": true
|
|
1919
1905
|
},
|
|
1920
1906
|
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
1921
|
-
"version": "4.
|
|
1922
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.
|
|
1923
|
-
"integrity": "sha512-
|
|
1907
|
+
"version": "4.56.0",
|
|
1908
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.56.0.tgz",
|
|
1909
|
+
"integrity": "sha512-O16XcmyDeFI9879pEcmtWvD/2nyxR9mF7Gs44lf1vGGx8Vg2DRNx11aVXBEqOQhWb92WN4z7fW/q4+2NYzCbBA==",
|
|
1924
1910
|
"cpu": [
|
|
1925
1911
|
"x64"
|
|
1926
1912
|
],
|
|
@@ -1932,9 +1918,9 @@
|
|
|
1932
1918
|
"peer": true
|
|
1933
1919
|
},
|
|
1934
1920
|
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
1935
|
-
"version": "4.
|
|
1936
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.
|
|
1937
|
-
"integrity": "sha512-
|
|
1921
|
+
"version": "4.56.0",
|
|
1922
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.56.0.tgz",
|
|
1923
|
+
"integrity": "sha512-LhN/Reh+7F3RCgQIRbgw8ZMwUwyqJM+8pXNT6IIJAqm2IdKkzpCh/V9EdgOMBKuebIrzswqy4ATlrDgiOwbRcQ==",
|
|
1938
1924
|
"cpu": [
|
|
1939
1925
|
"arm64"
|
|
1940
1926
|
],
|
|
@@ -1946,9 +1932,9 @@
|
|
|
1946
1932
|
"peer": true
|
|
1947
1933
|
},
|
|
1948
1934
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
1949
|
-
"version": "4.
|
|
1950
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.
|
|
1951
|
-
"integrity": "sha512-
|
|
1935
|
+
"version": "4.56.0",
|
|
1936
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.56.0.tgz",
|
|
1937
|
+
"integrity": "sha512-kbFsOObXp3LBULg1d3JIUQMa9Kv4UitDmpS+k0tinPBz3watcUiV2/LUDMMucA6pZO3WGE27P7DsfaN54l9ing==",
|
|
1952
1938
|
"cpu": [
|
|
1953
1939
|
"arm64"
|
|
1954
1940
|
],
|
|
@@ -1960,9 +1946,9 @@
|
|
|
1960
1946
|
"peer": true
|
|
1961
1947
|
},
|
|
1962
1948
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
1963
|
-
"version": "4.
|
|
1964
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.
|
|
1965
|
-
"integrity": "sha512-
|
|
1949
|
+
"version": "4.56.0",
|
|
1950
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.56.0.tgz",
|
|
1951
|
+
"integrity": "sha512-vSSgny54D6P4vf2izbtFm/TcWYedw7f8eBrOiGGecyHyQB9q4Kqentjaj8hToe+995nob/Wv48pDqL5a62EWtg==",
|
|
1966
1952
|
"cpu": [
|
|
1967
1953
|
"ia32"
|
|
1968
1954
|
],
|
|
@@ -1974,9 +1960,9 @@
|
|
|
1974
1960
|
"peer": true
|
|
1975
1961
|
},
|
|
1976
1962
|
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
1977
|
-
"version": "4.
|
|
1978
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.
|
|
1979
|
-
"integrity": "sha512-
|
|
1963
|
+
"version": "4.56.0",
|
|
1964
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.56.0.tgz",
|
|
1965
|
+
"integrity": "sha512-FeCnkPCTHQJFbiGG49KjV5YGW/8b9rrXAM2Mz2kiIoktq2qsJxRD5giEMEOD2lPdgs72upzefaUvS+nc8E3UzQ==",
|
|
1980
1966
|
"cpu": [
|
|
1981
1967
|
"x64"
|
|
1982
1968
|
],
|
|
@@ -1988,9 +1974,9 @@
|
|
|
1988
1974
|
"peer": true
|
|
1989
1975
|
},
|
|
1990
1976
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
1991
|
-
"version": "4.
|
|
1992
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.
|
|
1993
|
-
"integrity": "sha512-
|
|
1977
|
+
"version": "4.56.0",
|
|
1978
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.56.0.tgz",
|
|
1979
|
+
"integrity": "sha512-H8AE9Ur/t0+1VXujj90w0HrSOuv0Nq9r1vSZF2t5km20NTfosQsGGUXDaKdQZzwuLts7IyL1fYT4hM95TI9c4g==",
|
|
1994
1980
|
"cpu": [
|
|
1995
1981
|
"x64"
|
|
1996
1982
|
],
|
|
@@ -2053,9 +2039,9 @@
|
|
|
2053
2039
|
}
|
|
2054
2040
|
},
|
|
2055
2041
|
"node_modules/@sinonjs/commons": {
|
|
2056
|
-
"version": "
|
|
2057
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-
|
|
2058
|
-
"integrity": "sha512-
|
|
2042
|
+
"version": "3.0.1",
|
|
2043
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
|
|
2044
|
+
"integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
|
|
2059
2045
|
"dev": true,
|
|
2060
2046
|
"license": "BSD-3-Clause",
|
|
2061
2047
|
"dependencies": {
|
|
@@ -2073,36 +2059,24 @@
|
|
|
2073
2059
|
}
|
|
2074
2060
|
},
|
|
2075
2061
|
"node_modules/@sinonjs/fake-timers": {
|
|
2076
|
-
"version": "
|
|
2077
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-
|
|
2078
|
-
"integrity": "sha512-
|
|
2062
|
+
"version": "13.0.5",
|
|
2063
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-13.0.5.tgz",
|
|
2064
|
+
"integrity": "sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw==",
|
|
2079
2065
|
"dev": true,
|
|
2080
2066
|
"license": "BSD-3-Clause",
|
|
2081
2067
|
"dependencies": {
|
|
2082
|
-
"@sinonjs/commons": "^
|
|
2083
|
-
}
|
|
2084
|
-
},
|
|
2085
|
-
"node_modules/@sinonjs/formatio": {
|
|
2086
|
-
"version": "5.0.1",
|
|
2087
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-5.0.1.tgz",
|
|
2088
|
-
"integrity": "sha512-KaiQ5pBf1MpS09MuA0kp6KBQt2JUOQycqVG1NZXvzeaXe5LGFqAKueIS0bw4w0P9r7KuBSVdUk5QjXsUdu2CxQ==",
|
|
2089
|
-
"dev": true,
|
|
2090
|
-
"license": "BSD-3-Clause",
|
|
2091
|
-
"dependencies": {
|
|
2092
|
-
"@sinonjs/commons": "^1",
|
|
2093
|
-
"@sinonjs/samsam": "^5.0.2"
|
|
2068
|
+
"@sinonjs/commons": "^3.0.1"
|
|
2094
2069
|
}
|
|
2095
2070
|
},
|
|
2096
2071
|
"node_modules/@sinonjs/samsam": {
|
|
2097
|
-
"version": "
|
|
2098
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-
|
|
2099
|
-
"integrity": "sha512-
|
|
2072
|
+
"version": "8.0.3",
|
|
2073
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-8.0.3.tgz",
|
|
2074
|
+
"integrity": "sha512-hw6HbX+GyVZzmaYNh82Ecj1vdGZrqVIn/keDTg63IgAwiQPO+xCz99uG6Woqgb4tM0mUiFENKZ4cqd7IX94AXQ==",
|
|
2100
2075
|
"dev": true,
|
|
2101
2076
|
"license": "BSD-3-Clause",
|
|
2102
2077
|
"dependencies": {
|
|
2103
|
-
"@sinonjs/commons": "^
|
|
2104
|
-
"
|
|
2105
|
-
"type-detect": "^4.0.8"
|
|
2078
|
+
"@sinonjs/commons": "^3.0.1",
|
|
2079
|
+
"type-detect": "^4.1.0"
|
|
2106
2080
|
}
|
|
2107
2081
|
},
|
|
2108
2082
|
"node_modules/@sinonjs/text-encoding": {
|
|
@@ -2162,6 +2136,34 @@
|
|
|
2162
2136
|
"integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==",
|
|
2163
2137
|
"license": "MIT"
|
|
2164
2138
|
},
|
|
2139
|
+
"node_modules/@tsconfig/node10": {
|
|
2140
|
+
"version": "1.0.12",
|
|
2141
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.12.tgz",
|
|
2142
|
+
"integrity": "sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==",
|
|
2143
|
+
"dev": true,
|
|
2144
|
+
"license": "MIT"
|
|
2145
|
+
},
|
|
2146
|
+
"node_modules/@tsconfig/node12": {
|
|
2147
|
+
"version": "1.0.11",
|
|
2148
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
|
|
2149
|
+
"integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
|
|
2150
|
+
"dev": true,
|
|
2151
|
+
"license": "MIT"
|
|
2152
|
+
},
|
|
2153
|
+
"node_modules/@tsconfig/node14": {
|
|
2154
|
+
"version": "1.0.3",
|
|
2155
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
|
|
2156
|
+
"integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
|
|
2157
|
+
"dev": true,
|
|
2158
|
+
"license": "MIT"
|
|
2159
|
+
},
|
|
2160
|
+
"node_modules/@tsconfig/node16": {
|
|
2161
|
+
"version": "1.0.4",
|
|
2162
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz",
|
|
2163
|
+
"integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==",
|
|
2164
|
+
"dev": true,
|
|
2165
|
+
"license": "MIT"
|
|
2166
|
+
},
|
|
2165
2167
|
"node_modules/@types/agent-base": {
|
|
2166
2168
|
"version": "4.2.2",
|
|
2167
2169
|
"resolved": "https://registry.npmjs.org/@types/agent-base/-/agent-base-4.2.2.tgz",
|
|
@@ -2691,16 +2693,16 @@
|
|
|
2691
2693
|
}
|
|
2692
2694
|
},
|
|
2693
2695
|
"node_modules/@vitest/expect": {
|
|
2694
|
-
"version": "4.0.
|
|
2695
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.0.
|
|
2696
|
-
"integrity": "sha512-
|
|
2696
|
+
"version": "4.0.18",
|
|
2697
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.0.18.tgz",
|
|
2698
|
+
"integrity": "sha512-8sCWUyckXXYvx4opfzVY03EOiYVxyNrHS5QxX3DAIi5dpJAAkyJezHCP77VMX4HKA2LDT/Jpfo8i2r5BE3GnQQ==",
|
|
2697
2699
|
"license": "MIT",
|
|
2698
2700
|
"peer": true,
|
|
2699
2701
|
"dependencies": {
|
|
2700
2702
|
"@standard-schema/spec": "^1.0.0",
|
|
2701
2703
|
"@types/chai": "^5.2.2",
|
|
2702
|
-
"@vitest/spy": "4.0.
|
|
2703
|
-
"@vitest/utils": "4.0.
|
|
2704
|
+
"@vitest/spy": "4.0.18",
|
|
2705
|
+
"@vitest/utils": "4.0.18",
|
|
2704
2706
|
"chai": "^6.2.1",
|
|
2705
2707
|
"tinyrainbow": "^3.0.3"
|
|
2706
2708
|
},
|
|
@@ -2719,9 +2721,9 @@
|
|
|
2719
2721
|
}
|
|
2720
2722
|
},
|
|
2721
2723
|
"node_modules/@vitest/pretty-format": {
|
|
2722
|
-
"version": "4.0.
|
|
2723
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.0.
|
|
2724
|
-
"integrity": "sha512-
|
|
2724
|
+
"version": "4.0.18",
|
|
2725
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.0.18.tgz",
|
|
2726
|
+
"integrity": "sha512-P24GK3GulZWC5tz87ux0m8OADrQIUVDPIjjj65vBXYG17ZeU3qD7r+MNZ1RNv4l8CGU2vtTRqixrOi9fYk/yKw==",
|
|
2725
2727
|
"license": "MIT",
|
|
2726
2728
|
"peer": true,
|
|
2727
2729
|
"dependencies": {
|
|
@@ -2732,13 +2734,13 @@
|
|
|
2732
2734
|
}
|
|
2733
2735
|
},
|
|
2734
2736
|
"node_modules/@vitest/runner": {
|
|
2735
|
-
"version": "4.0.
|
|
2736
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.0.
|
|
2737
|
-
"integrity": "sha512-
|
|
2737
|
+
"version": "4.0.18",
|
|
2738
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.0.18.tgz",
|
|
2739
|
+
"integrity": "sha512-rpk9y12PGa22Jg6g5M3UVVnTS7+zycIGk9ZNGN+m6tZHKQb7jrP7/77WfZy13Y/EUDd52NDsLRQhYKtv7XfPQw==",
|
|
2738
2740
|
"license": "MIT",
|
|
2739
2741
|
"peer": true,
|
|
2740
2742
|
"dependencies": {
|
|
2741
|
-
"@vitest/utils": "4.0.
|
|
2743
|
+
"@vitest/utils": "4.0.18",
|
|
2742
2744
|
"pathe": "^2.0.3"
|
|
2743
2745
|
},
|
|
2744
2746
|
"funding": {
|
|
@@ -2746,13 +2748,13 @@
|
|
|
2746
2748
|
}
|
|
2747
2749
|
},
|
|
2748
2750
|
"node_modules/@vitest/snapshot": {
|
|
2749
|
-
"version": "4.0.
|
|
2750
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.0.
|
|
2751
|
-
"integrity": "sha512-
|
|
2751
|
+
"version": "4.0.18",
|
|
2752
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.0.18.tgz",
|
|
2753
|
+
"integrity": "sha512-PCiV0rcl7jKQjbgYqjtakly6T1uwv/5BQ9SwBLekVg/EaYeQFPiXcgrC2Y7vDMA8dM1SUEAEV82kgSQIlXNMvA==",
|
|
2752
2754
|
"license": "MIT",
|
|
2753
2755
|
"peer": true,
|
|
2754
2756
|
"dependencies": {
|
|
2755
|
-
"@vitest/pretty-format": "4.0.
|
|
2757
|
+
"@vitest/pretty-format": "4.0.18",
|
|
2756
2758
|
"magic-string": "^0.30.21",
|
|
2757
2759
|
"pathe": "^2.0.3"
|
|
2758
2760
|
},
|
|
@@ -2761,9 +2763,9 @@
|
|
|
2761
2763
|
}
|
|
2762
2764
|
},
|
|
2763
2765
|
"node_modules/@vitest/spy": {
|
|
2764
|
-
"version": "4.0.
|
|
2765
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.0.
|
|
2766
|
-
"integrity": "sha512-
|
|
2766
|
+
"version": "4.0.18",
|
|
2767
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.0.18.tgz",
|
|
2768
|
+
"integrity": "sha512-cbQt3PTSD7P2OARdVW3qWER5EGq7PHlvE+QfzSC0lbwO+xnt7+XH06ZzFjFRgzUX//JmpxrCu92VdwvEPlWSNw==",
|
|
2767
2769
|
"license": "MIT",
|
|
2768
2770
|
"peer": true,
|
|
2769
2771
|
"funding": {
|
|
@@ -2771,13 +2773,13 @@
|
|
|
2771
2773
|
}
|
|
2772
2774
|
},
|
|
2773
2775
|
"node_modules/@vitest/utils": {
|
|
2774
|
-
"version": "4.0.
|
|
2775
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.0.
|
|
2776
|
-
"integrity": "sha512-
|
|
2776
|
+
"version": "4.0.18",
|
|
2777
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.0.18.tgz",
|
|
2778
|
+
"integrity": "sha512-msMRKLMVLWygpK3u2Hybgi4MNjcYJvwTb0Ru09+fOyCXIgT5raYP041DRRdiJiI3k/2U6SEbAETB3YtBrUkCFA==",
|
|
2777
2779
|
"license": "MIT",
|
|
2778
2780
|
"peer": true,
|
|
2779
2781
|
"dependencies": {
|
|
2780
|
-
"@vitest/pretty-format": "4.0.
|
|
2782
|
+
"@vitest/pretty-format": "4.0.18",
|
|
2781
2783
|
"tinyrainbow": "^3.0.3"
|
|
2782
2784
|
},
|
|
2783
2785
|
"funding": {
|
|
@@ -2887,9 +2889,9 @@
|
|
|
2887
2889
|
}
|
|
2888
2890
|
},
|
|
2889
2891
|
"node_modules/@wdio/repl/node_modules/@types/node": {
|
|
2890
|
-
"version": "22.19.
|
|
2891
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.
|
|
2892
|
-
"integrity": "sha512-
|
|
2892
|
+
"version": "22.19.7",
|
|
2893
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.7.tgz",
|
|
2894
|
+
"integrity": "sha512-MciR4AKGHWl7xwxkBa6xUGxQJ4VBOmPTF7sL+iGzuahOFaO0jHCsuEfS80pan1ef4gWId1oWOweIhrDEYLuaOw==",
|
|
2893
2895
|
"license": "MIT",
|
|
2894
2896
|
"dependencies": {
|
|
2895
2897
|
"undici-types": "~6.21.0"
|
|
@@ -2952,9 +2954,9 @@
|
|
|
2952
2954
|
}
|
|
2953
2955
|
},
|
|
2954
2956
|
"node_modules/@zip.js/zip.js": {
|
|
2955
|
-
"version": "2.8.
|
|
2956
|
-
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.
|
|
2957
|
-
"integrity": "sha512-
|
|
2957
|
+
"version": "2.8.15",
|
|
2958
|
+
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.15.tgz",
|
|
2959
|
+
"integrity": "sha512-HZKJLFe4eGVgCe9J87PnijY7T1Zn638bEHS+Fm/ygHZozRpefzWcOYfPaP52S8pqk9g4xN3+LzMDl3Lv9dLglA==",
|
|
2958
2960
|
"license": "BSD-3-Clause",
|
|
2959
2961
|
"engines": {
|
|
2960
2962
|
"bun": ">=0.7.0",
|
|
@@ -3549,23 +3551,23 @@
|
|
|
3549
3551
|
"license": "MIT"
|
|
3550
3552
|
},
|
|
3551
3553
|
"node_modules/body-parser": {
|
|
3552
|
-
"version": "1.20.
|
|
3553
|
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.
|
|
3554
|
-
"integrity": "sha512-
|
|
3554
|
+
"version": "1.20.4",
|
|
3555
|
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.4.tgz",
|
|
3556
|
+
"integrity": "sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==",
|
|
3555
3557
|
"license": "MIT",
|
|
3556
3558
|
"dependencies": {
|
|
3557
|
-
"bytes": "3.1.2",
|
|
3559
|
+
"bytes": "~3.1.2",
|
|
3558
3560
|
"content-type": "~1.0.5",
|
|
3559
3561
|
"debug": "2.6.9",
|
|
3560
3562
|
"depd": "2.0.0",
|
|
3561
|
-
"destroy": "1.2.0",
|
|
3562
|
-
"http-errors": "2.0.
|
|
3563
|
-
"iconv-lite": "0.4.24",
|
|
3564
|
-
"on-finished": "2.4.1",
|
|
3565
|
-
"qs": "6.
|
|
3566
|
-
"raw-body": "2.5.
|
|
3563
|
+
"destroy": "~1.2.0",
|
|
3564
|
+
"http-errors": "~2.0.1",
|
|
3565
|
+
"iconv-lite": "~0.4.24",
|
|
3566
|
+
"on-finished": "~2.4.1",
|
|
3567
|
+
"qs": "~6.14.0",
|
|
3568
|
+
"raw-body": "~2.5.3",
|
|
3567
3569
|
"type-is": "~1.6.18",
|
|
3568
|
-
"unpipe": "1.0.0"
|
|
3570
|
+
"unpipe": "~1.0.0"
|
|
3569
3571
|
},
|
|
3570
3572
|
"engines": {
|
|
3571
3573
|
"node": ">= 0.8",
|
|
@@ -4242,18 +4244,18 @@
|
|
|
4242
4244
|
"license": "MIT"
|
|
4243
4245
|
},
|
|
4244
4246
|
"node_modules/cookie": {
|
|
4245
|
-
"version": "0.7.
|
|
4246
|
-
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.
|
|
4247
|
-
"integrity": "sha512-
|
|
4247
|
+
"version": "0.7.2",
|
|
4248
|
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
|
|
4249
|
+
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
|
4248
4250
|
"license": "MIT",
|
|
4249
4251
|
"engines": {
|
|
4250
4252
|
"node": ">= 0.6"
|
|
4251
4253
|
}
|
|
4252
4254
|
},
|
|
4253
4255
|
"node_modules/cookie-signature": {
|
|
4254
|
-
"version": "1.0.
|
|
4255
|
-
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.
|
|
4256
|
-
"integrity": "sha512-
|
|
4256
|
+
"version": "1.0.7",
|
|
4257
|
+
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz",
|
|
4258
|
+
"integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==",
|
|
4257
4259
|
"license": "MIT"
|
|
4258
4260
|
},
|
|
4259
4261
|
"node_modules/cookiejar": {
|
|
@@ -4650,9 +4652,9 @@
|
|
|
4650
4652
|
}
|
|
4651
4653
|
},
|
|
4652
4654
|
"node_modules/diff": {
|
|
4653
|
-
"version": "
|
|
4654
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-
|
|
4655
|
-
"integrity": "sha512-
|
|
4655
|
+
"version": "7.0.0",
|
|
4656
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-7.0.0.tgz",
|
|
4657
|
+
"integrity": "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==",
|
|
4656
4658
|
"dev": true,
|
|
4657
4659
|
"license": "BSD-3-Clause",
|
|
4658
4660
|
"engines": {
|
|
@@ -5299,39 +5301,39 @@
|
|
|
5299
5301
|
}
|
|
5300
5302
|
},
|
|
5301
5303
|
"node_modules/express": {
|
|
5302
|
-
"version": "4.
|
|
5303
|
-
"resolved": "https://registry.npmjs.org/express/-/express-4.
|
|
5304
|
-
"integrity": "sha512-
|
|
5304
|
+
"version": "4.22.1",
|
|
5305
|
+
"resolved": "https://registry.npmjs.org/express/-/express-4.22.1.tgz",
|
|
5306
|
+
"integrity": "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==",
|
|
5305
5307
|
"license": "MIT",
|
|
5306
5308
|
"dependencies": {
|
|
5307
5309
|
"accepts": "~1.3.8",
|
|
5308
5310
|
"array-flatten": "1.1.1",
|
|
5309
|
-
"body-parser": "1.20.3",
|
|
5310
|
-
"content-disposition": "0.5.4",
|
|
5311
|
+
"body-parser": "~1.20.3",
|
|
5312
|
+
"content-disposition": "~0.5.4",
|
|
5311
5313
|
"content-type": "~1.0.4",
|
|
5312
|
-
"cookie": "0.7.1",
|
|
5313
|
-
"cookie-signature": "1.0.6",
|
|
5314
|
+
"cookie": "~0.7.1",
|
|
5315
|
+
"cookie-signature": "~1.0.6",
|
|
5314
5316
|
"debug": "2.6.9",
|
|
5315
5317
|
"depd": "2.0.0",
|
|
5316
5318
|
"encodeurl": "~2.0.0",
|
|
5317
5319
|
"escape-html": "~1.0.3",
|
|
5318
5320
|
"etag": "~1.8.1",
|
|
5319
|
-
"finalhandler": "1.3.1",
|
|
5320
|
-
"fresh": "0.5.2",
|
|
5321
|
-
"http-errors": "2.0.0",
|
|
5321
|
+
"finalhandler": "~1.3.1",
|
|
5322
|
+
"fresh": "~0.5.2",
|
|
5323
|
+
"http-errors": "~2.0.0",
|
|
5322
5324
|
"merge-descriptors": "1.0.3",
|
|
5323
5325
|
"methods": "~1.1.2",
|
|
5324
|
-
"on-finished": "2.4.1",
|
|
5326
|
+
"on-finished": "~2.4.1",
|
|
5325
5327
|
"parseurl": "~1.3.3",
|
|
5326
|
-
"path-to-regexp": "0.1.12",
|
|
5328
|
+
"path-to-regexp": "~0.1.12",
|
|
5327
5329
|
"proxy-addr": "~2.0.7",
|
|
5328
|
-
"qs": "6.
|
|
5330
|
+
"qs": "~6.14.0",
|
|
5329
5331
|
"range-parser": "~1.2.1",
|
|
5330
5332
|
"safe-buffer": "5.2.1",
|
|
5331
|
-
"send": "0.19.0",
|
|
5332
|
-
"serve-static": "1.16.2",
|
|
5333
|
+
"send": "~0.19.0",
|
|
5334
|
+
"serve-static": "~1.16.2",
|
|
5333
5335
|
"setprototypeof": "1.2.0",
|
|
5334
|
-
"statuses": "2.0.1",
|
|
5336
|
+
"statuses": "~2.0.1",
|
|
5335
5337
|
"type-is": "~1.6.18",
|
|
5336
5338
|
"utils-merge": "1.0.1",
|
|
5337
5339
|
"vary": "~1.1.2"
|
|
@@ -5584,17 +5586,17 @@
|
|
|
5584
5586
|
}
|
|
5585
5587
|
},
|
|
5586
5588
|
"node_modules/finalhandler": {
|
|
5587
|
-
"version": "1.3.
|
|
5588
|
-
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.
|
|
5589
|
-
"integrity": "sha512-
|
|
5589
|
+
"version": "1.3.2",
|
|
5590
|
+
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz",
|
|
5591
|
+
"integrity": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==",
|
|
5590
5592
|
"license": "MIT",
|
|
5591
5593
|
"dependencies": {
|
|
5592
5594
|
"debug": "2.6.9",
|
|
5593
5595
|
"encodeurl": "~2.0.0",
|
|
5594
5596
|
"escape-html": "~1.0.3",
|
|
5595
|
-
"on-finished": "2.4.1",
|
|
5597
|
+
"on-finished": "~2.4.1",
|
|
5596
5598
|
"parseurl": "~1.3.3",
|
|
5597
|
-
"statuses": "2.0.
|
|
5599
|
+
"statuses": "~2.0.2",
|
|
5598
5600
|
"unpipe": "~1.0.0"
|
|
5599
5601
|
},
|
|
5600
5602
|
"engines": {
|
|
@@ -6147,15 +6149,15 @@
|
|
|
6147
6149
|
"license": "MIT"
|
|
6148
6150
|
},
|
|
6149
6151
|
"node_modules/glob": {
|
|
6150
|
-
"version": "11.0
|
|
6151
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.
|
|
6152
|
-
"integrity": "sha512-
|
|
6152
|
+
"version": "11.1.0",
|
|
6153
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz",
|
|
6154
|
+
"integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==",
|
|
6153
6155
|
"dev": true,
|
|
6154
|
-
"license": "
|
|
6156
|
+
"license": "BlueOak-1.0.0",
|
|
6155
6157
|
"dependencies": {
|
|
6156
6158
|
"foreground-child": "^3.3.1",
|
|
6157
6159
|
"jackspeak": "^4.1.1",
|
|
6158
|
-
"minimatch": "^10.
|
|
6160
|
+
"minimatch": "^10.1.1",
|
|
6159
6161
|
"minipass": "^7.1.2",
|
|
6160
6162
|
"package-json-from-dist": "^1.0.0",
|
|
6161
6163
|
"path-scurry": "^2.0.0"
|
|
@@ -6311,19 +6313,23 @@
|
|
|
6311
6313
|
"license": "BSD-2-Clause"
|
|
6312
6314
|
},
|
|
6313
6315
|
"node_modules/http-errors": {
|
|
6314
|
-
"version": "2.0.
|
|
6315
|
-
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.
|
|
6316
|
-
"integrity": "sha512-
|
|
6316
|
+
"version": "2.0.1",
|
|
6317
|
+
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
6318
|
+
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
6317
6319
|
"license": "MIT",
|
|
6318
6320
|
"dependencies": {
|
|
6319
|
-
"depd": "2.0.0",
|
|
6320
|
-
"inherits": "2.0.4",
|
|
6321
|
-
"setprototypeof": "1.2.0",
|
|
6322
|
-
"statuses": "2.0.
|
|
6323
|
-
"toidentifier": "1.0.1"
|
|
6321
|
+
"depd": "~2.0.0",
|
|
6322
|
+
"inherits": "~2.0.4",
|
|
6323
|
+
"setprototypeof": "~1.2.0",
|
|
6324
|
+
"statuses": "~2.0.2",
|
|
6325
|
+
"toidentifier": "~1.0.1"
|
|
6324
6326
|
},
|
|
6325
6327
|
"engines": {
|
|
6326
6328
|
"node": ">= 0.8"
|
|
6329
|
+
},
|
|
6330
|
+
"funding": {
|
|
6331
|
+
"type": "opencollective",
|
|
6332
|
+
"url": "https://opencollective.com/express"
|
|
6327
6333
|
}
|
|
6328
6334
|
},
|
|
6329
6335
|
"node_modules/http-proxy-agent": {
|
|
@@ -6467,12 +6473,6 @@
|
|
|
6467
6473
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
6468
6474
|
}
|
|
6469
6475
|
},
|
|
6470
|
-
"node_modules/ip": {
|
|
6471
|
-
"version": "2.0.1",
|
|
6472
|
-
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
|
|
6473
|
-
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==",
|
|
6474
|
-
"license": "MIT"
|
|
6475
|
-
},
|
|
6476
6476
|
"node_modules/ip-address": {
|
|
6477
6477
|
"version": "10.1.0",
|
|
6478
6478
|
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
|
|
@@ -6727,15 +6727,21 @@
|
|
|
6727
6727
|
}
|
|
6728
6728
|
},
|
|
6729
6729
|
"node_modules/jsonwebtoken": {
|
|
6730
|
-
"version": "9.0.
|
|
6731
|
-
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.
|
|
6732
|
-
"integrity": "sha512-
|
|
6733
|
-
"license": "MIT",
|
|
6734
|
-
"dependencies": {
|
|
6735
|
-
"jws": "^
|
|
6736
|
-
"lodash": "^4.
|
|
6730
|
+
"version": "9.0.3",
|
|
6731
|
+
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz",
|
|
6732
|
+
"integrity": "sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==",
|
|
6733
|
+
"license": "MIT",
|
|
6734
|
+
"dependencies": {
|
|
6735
|
+
"jws": "^4.0.1",
|
|
6736
|
+
"lodash.includes": "^4.3.0",
|
|
6737
|
+
"lodash.isboolean": "^3.0.3",
|
|
6738
|
+
"lodash.isinteger": "^4.0.4",
|
|
6739
|
+
"lodash.isnumber": "^3.0.3",
|
|
6740
|
+
"lodash.isplainobject": "^4.0.6",
|
|
6741
|
+
"lodash.isstring": "^4.0.1",
|
|
6742
|
+
"lodash.once": "^4.0.0",
|
|
6737
6743
|
"ms": "^2.1.1",
|
|
6738
|
-
"semver": "^7.
|
|
6744
|
+
"semver": "^7.5.4"
|
|
6739
6745
|
},
|
|
6740
6746
|
"engines": {
|
|
6741
6747
|
"node": ">=12",
|
|
@@ -6755,16 +6761,16 @@
|
|
|
6755
6761
|
}
|
|
6756
6762
|
},
|
|
6757
6763
|
"node_modules/just-extend": {
|
|
6758
|
-
"version": "
|
|
6759
|
-
"resolved": "https://registry.npmjs.org/just-extend/-/just-extend-
|
|
6760
|
-
"integrity": "sha512-
|
|
6764
|
+
"version": "6.2.0",
|
|
6765
|
+
"resolved": "https://registry.npmjs.org/just-extend/-/just-extend-6.2.0.tgz",
|
|
6766
|
+
"integrity": "sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==",
|
|
6761
6767
|
"dev": true,
|
|
6762
6768
|
"license": "MIT"
|
|
6763
6769
|
},
|
|
6764
6770
|
"node_modules/jwa": {
|
|
6765
|
-
"version": "
|
|
6766
|
-
"resolved": "https://registry.npmjs.org/jwa/-/jwa-
|
|
6767
|
-
"integrity": "sha512-
|
|
6771
|
+
"version": "2.0.1",
|
|
6772
|
+
"resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
|
|
6773
|
+
"integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
|
|
6768
6774
|
"license": "MIT",
|
|
6769
6775
|
"dependencies": {
|
|
6770
6776
|
"buffer-equal-constant-time": "^1.0.1",
|
|
@@ -6773,12 +6779,12 @@
|
|
|
6773
6779
|
}
|
|
6774
6780
|
},
|
|
6775
6781
|
"node_modules/jws": {
|
|
6776
|
-
"version": "
|
|
6777
|
-
"resolved": "https://registry.npmjs.org/jws/-/jws-
|
|
6778
|
-
"integrity": "sha512-
|
|
6782
|
+
"version": "4.0.1",
|
|
6783
|
+
"resolved": "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz",
|
|
6784
|
+
"integrity": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==",
|
|
6779
6785
|
"license": "MIT",
|
|
6780
6786
|
"dependencies": {
|
|
6781
|
-
"jwa": "^
|
|
6787
|
+
"jwa": "^2.0.1",
|
|
6782
6788
|
"safe-buffer": "^5.0.1"
|
|
6783
6789
|
}
|
|
6784
6790
|
},
|
|
@@ -6977,12 +6983,40 @@
|
|
|
6977
6983
|
"integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
|
|
6978
6984
|
"license": "MIT"
|
|
6979
6985
|
},
|
|
6980
|
-
"node_modules/lodash.
|
|
6981
|
-
"version": "4.
|
|
6982
|
-
"resolved": "https://registry.npmjs.org/lodash.
|
|
6983
|
-
"integrity": "sha512-
|
|
6984
|
-
"
|
|
6985
|
-
|
|
6986
|
+
"node_modules/lodash.includes": {
|
|
6987
|
+
"version": "4.3.0",
|
|
6988
|
+
"resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
|
|
6989
|
+
"integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
|
|
6990
|
+
"license": "MIT"
|
|
6991
|
+
},
|
|
6992
|
+
"node_modules/lodash.isboolean": {
|
|
6993
|
+
"version": "3.0.3",
|
|
6994
|
+
"resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
|
|
6995
|
+
"integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
|
|
6996
|
+
"license": "MIT"
|
|
6997
|
+
},
|
|
6998
|
+
"node_modules/lodash.isinteger": {
|
|
6999
|
+
"version": "4.0.4",
|
|
7000
|
+
"resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
|
|
7001
|
+
"integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
|
|
7002
|
+
"license": "MIT"
|
|
7003
|
+
},
|
|
7004
|
+
"node_modules/lodash.isnumber": {
|
|
7005
|
+
"version": "3.0.3",
|
|
7006
|
+
"resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
|
|
7007
|
+
"integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
|
|
7008
|
+
"license": "MIT"
|
|
7009
|
+
},
|
|
7010
|
+
"node_modules/lodash.isplainobject": {
|
|
7011
|
+
"version": "4.0.6",
|
|
7012
|
+
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
|
|
7013
|
+
"integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
|
|
7014
|
+
"license": "MIT"
|
|
7015
|
+
},
|
|
7016
|
+
"node_modules/lodash.isstring": {
|
|
7017
|
+
"version": "4.0.1",
|
|
7018
|
+
"resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
|
|
7019
|
+
"integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
|
|
6986
7020
|
"license": "MIT"
|
|
6987
7021
|
},
|
|
6988
7022
|
"node_modules/lodash.merge": {
|
|
@@ -6991,6 +7025,12 @@
|
|
|
6991
7025
|
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
|
|
6992
7026
|
"license": "MIT"
|
|
6993
7027
|
},
|
|
7028
|
+
"node_modules/lodash.once": {
|
|
7029
|
+
"version": "4.1.1",
|
|
7030
|
+
"resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
|
|
7031
|
+
"integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
|
|
7032
|
+
"license": "MIT"
|
|
7033
|
+
},
|
|
6994
7034
|
"node_modules/lodash.zip": {
|
|
6995
7035
|
"version": "4.2.0",
|
|
6996
7036
|
"resolved": "https://registry.npmjs.org/lodash.zip/-/lodash.zip-4.2.0.tgz",
|
|
@@ -7347,34 +7387,28 @@
|
|
|
7347
7387
|
}
|
|
7348
7388
|
},
|
|
7349
7389
|
"node_modules/nise": {
|
|
7350
|
-
"version": "
|
|
7351
|
-
"resolved": "https://registry.npmjs.org/nise/-/nise-
|
|
7352
|
-
"integrity": "sha512-
|
|
7390
|
+
"version": "6.1.1",
|
|
7391
|
+
"resolved": "https://registry.npmjs.org/nise/-/nise-6.1.1.tgz",
|
|
7392
|
+
"integrity": "sha512-aMSAzLVY7LyeM60gvBS423nBmIPP+Wy7St7hsb+8/fc1HmeoHJfLO8CKse4u3BtOZvQLJghYPI2i/1WZrEj5/g==",
|
|
7353
7393
|
"dev": true,
|
|
7354
7394
|
"license": "BSD-3-Clause",
|
|
7355
7395
|
"dependencies": {
|
|
7356
|
-
"@sinonjs/commons": "^
|
|
7357
|
-
"@sinonjs/fake-timers": "^
|
|
7358
|
-
"@sinonjs/text-encoding": "^0.7.
|
|
7359
|
-
"just-extend": "^
|
|
7360
|
-
"path-to-regexp": "^1.
|
|
7396
|
+
"@sinonjs/commons": "^3.0.1",
|
|
7397
|
+
"@sinonjs/fake-timers": "^13.0.1",
|
|
7398
|
+
"@sinonjs/text-encoding": "^0.7.3",
|
|
7399
|
+
"just-extend": "^6.2.0",
|
|
7400
|
+
"path-to-regexp": "^8.1.0"
|
|
7361
7401
|
}
|
|
7362
7402
|
},
|
|
7363
|
-
"node_modules/nise/node_modules/isarray": {
|
|
7364
|
-
"version": "0.0.1",
|
|
7365
|
-
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
|
|
7366
|
-
"integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==",
|
|
7367
|
-
"dev": true,
|
|
7368
|
-
"license": "MIT"
|
|
7369
|
-
},
|
|
7370
7403
|
"node_modules/nise/node_modules/path-to-regexp": {
|
|
7371
|
-
"version": "
|
|
7372
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-
|
|
7373
|
-
"integrity": "sha512-
|
|
7404
|
+
"version": "8.3.0",
|
|
7405
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
|
|
7406
|
+
"integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
|
|
7374
7407
|
"dev": true,
|
|
7375
7408
|
"license": "MIT",
|
|
7376
|
-
"
|
|
7377
|
-
"
|
|
7409
|
+
"funding": {
|
|
7410
|
+
"type": "opencollective",
|
|
7411
|
+
"url": "https://opencollective.com/express"
|
|
7378
7412
|
}
|
|
7379
7413
|
},
|
|
7380
7414
|
"node_modules/node-cleanup": {
|
|
@@ -8267,12 +8301,12 @@
|
|
|
8267
8301
|
}
|
|
8268
8302
|
},
|
|
8269
8303
|
"node_modules/qs": {
|
|
8270
|
-
"version": "6.
|
|
8271
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.
|
|
8272
|
-
"integrity": "sha512
|
|
8304
|
+
"version": "6.14.1",
|
|
8305
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.1.tgz",
|
|
8306
|
+
"integrity": "sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==",
|
|
8273
8307
|
"license": "BSD-3-Clause",
|
|
8274
8308
|
"dependencies": {
|
|
8275
|
-
"side-channel": "^1.0
|
|
8309
|
+
"side-channel": "^1.1.0"
|
|
8276
8310
|
},
|
|
8277
8311
|
"engines": {
|
|
8278
8312
|
"node": ">=0.6"
|
|
@@ -8341,15 +8375,15 @@
|
|
|
8341
8375
|
}
|
|
8342
8376
|
},
|
|
8343
8377
|
"node_modules/raw-body": {
|
|
8344
|
-
"version": "2.5.
|
|
8345
|
-
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.
|
|
8346
|
-
"integrity": "sha512-
|
|
8378
|
+
"version": "2.5.3",
|
|
8379
|
+
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.3.tgz",
|
|
8380
|
+
"integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==",
|
|
8347
8381
|
"license": "MIT",
|
|
8348
8382
|
"dependencies": {
|
|
8349
|
-
"bytes": "3.1.2",
|
|
8350
|
-
"http-errors": "2.0.
|
|
8351
|
-
"iconv-lite": "0.4.24",
|
|
8352
|
-
"unpipe": "1.0.0"
|
|
8383
|
+
"bytes": "~3.1.2",
|
|
8384
|
+
"http-errors": "~2.0.1",
|
|
8385
|
+
"iconv-lite": "~0.4.24",
|
|
8386
|
+
"unpipe": "~1.0.0"
|
|
8353
8387
|
},
|
|
8354
8388
|
"engines": {
|
|
8355
8389
|
"node": ">= 0.8"
|
|
@@ -8585,9 +8619,9 @@
|
|
|
8585
8619
|
}
|
|
8586
8620
|
},
|
|
8587
8621
|
"node_modules/rollup": {
|
|
8588
|
-
"version": "4.
|
|
8589
|
-
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.
|
|
8590
|
-
"integrity": "sha512-
|
|
8622
|
+
"version": "4.56.0",
|
|
8623
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.56.0.tgz",
|
|
8624
|
+
"integrity": "sha512-9FwVqlgUHzbXtDg9RCMgodF3Ua4Na6Gau+Sdt9vyCN4RhHfVKX2DCHy3BjMLTDd47ITDhYAnTwGulWTblJSDLg==",
|
|
8591
8625
|
"license": "MIT",
|
|
8592
8626
|
"peer": true,
|
|
8593
8627
|
"dependencies": {
|
|
@@ -8601,31 +8635,31 @@
|
|
|
8601
8635
|
"npm": ">=8.0.0"
|
|
8602
8636
|
},
|
|
8603
8637
|
"optionalDependencies": {
|
|
8604
|
-
"@rollup/rollup-android-arm-eabi": "4.
|
|
8605
|
-
"@rollup/rollup-android-arm64": "4.
|
|
8606
|
-
"@rollup/rollup-darwin-arm64": "4.
|
|
8607
|
-
"@rollup/rollup-darwin-x64": "4.
|
|
8608
|
-
"@rollup/rollup-freebsd-arm64": "4.
|
|
8609
|
-
"@rollup/rollup-freebsd-x64": "4.
|
|
8610
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.
|
|
8611
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.
|
|
8612
|
-
"@rollup/rollup-linux-arm64-gnu": "4.
|
|
8613
|
-
"@rollup/rollup-linux-arm64-musl": "4.
|
|
8614
|
-
"@rollup/rollup-linux-loong64-gnu": "4.
|
|
8615
|
-
"@rollup/rollup-linux-loong64-musl": "4.
|
|
8616
|
-
"@rollup/rollup-linux-ppc64-gnu": "4.
|
|
8617
|
-
"@rollup/rollup-linux-ppc64-musl": "4.
|
|
8618
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.
|
|
8619
|
-
"@rollup/rollup-linux-riscv64-musl": "4.
|
|
8620
|
-
"@rollup/rollup-linux-s390x-gnu": "4.
|
|
8621
|
-
"@rollup/rollup-linux-x64-gnu": "4.
|
|
8622
|
-
"@rollup/rollup-linux-x64-musl": "4.
|
|
8623
|
-
"@rollup/rollup-openbsd-x64": "4.
|
|
8624
|
-
"@rollup/rollup-openharmony-arm64": "4.
|
|
8625
|
-
"@rollup/rollup-win32-arm64-msvc": "4.
|
|
8626
|
-
"@rollup/rollup-win32-ia32-msvc": "4.
|
|
8627
|
-
"@rollup/rollup-win32-x64-gnu": "4.
|
|
8628
|
-
"@rollup/rollup-win32-x64-msvc": "4.
|
|
8638
|
+
"@rollup/rollup-android-arm-eabi": "4.56.0",
|
|
8639
|
+
"@rollup/rollup-android-arm64": "4.56.0",
|
|
8640
|
+
"@rollup/rollup-darwin-arm64": "4.56.0",
|
|
8641
|
+
"@rollup/rollup-darwin-x64": "4.56.0",
|
|
8642
|
+
"@rollup/rollup-freebsd-arm64": "4.56.0",
|
|
8643
|
+
"@rollup/rollup-freebsd-x64": "4.56.0",
|
|
8644
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.56.0",
|
|
8645
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.56.0",
|
|
8646
|
+
"@rollup/rollup-linux-arm64-gnu": "4.56.0",
|
|
8647
|
+
"@rollup/rollup-linux-arm64-musl": "4.56.0",
|
|
8648
|
+
"@rollup/rollup-linux-loong64-gnu": "4.56.0",
|
|
8649
|
+
"@rollup/rollup-linux-loong64-musl": "4.56.0",
|
|
8650
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.56.0",
|
|
8651
|
+
"@rollup/rollup-linux-ppc64-musl": "4.56.0",
|
|
8652
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.56.0",
|
|
8653
|
+
"@rollup/rollup-linux-riscv64-musl": "4.56.0",
|
|
8654
|
+
"@rollup/rollup-linux-s390x-gnu": "4.56.0",
|
|
8655
|
+
"@rollup/rollup-linux-x64-gnu": "4.56.0",
|
|
8656
|
+
"@rollup/rollup-linux-x64-musl": "4.56.0",
|
|
8657
|
+
"@rollup/rollup-openbsd-x64": "4.56.0",
|
|
8658
|
+
"@rollup/rollup-openharmony-arm64": "4.56.0",
|
|
8659
|
+
"@rollup/rollup-win32-arm64-msvc": "4.56.0",
|
|
8660
|
+
"@rollup/rollup-win32-ia32-msvc": "4.56.0",
|
|
8661
|
+
"@rollup/rollup-win32-x64-gnu": "4.56.0",
|
|
8662
|
+
"@rollup/rollup-win32-x64-msvc": "4.56.0",
|
|
8629
8663
|
"fsevents": "~2.3.2"
|
|
8630
8664
|
}
|
|
8631
8665
|
},
|
|
@@ -8755,24 +8789,24 @@
|
|
|
8755
8789
|
"license": "ISC"
|
|
8756
8790
|
},
|
|
8757
8791
|
"node_modules/send": {
|
|
8758
|
-
"version": "0.19.
|
|
8759
|
-
"resolved": "https://registry.npmjs.org/send/-/send-0.19.
|
|
8760
|
-
"integrity": "sha512-
|
|
8792
|
+
"version": "0.19.2",
|
|
8793
|
+
"resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz",
|
|
8794
|
+
"integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
|
|
8761
8795
|
"license": "MIT",
|
|
8762
8796
|
"dependencies": {
|
|
8763
8797
|
"debug": "2.6.9",
|
|
8764
8798
|
"depd": "2.0.0",
|
|
8765
8799
|
"destroy": "1.2.0",
|
|
8766
|
-
"encodeurl": "~
|
|
8800
|
+
"encodeurl": "~2.0.0",
|
|
8767
8801
|
"escape-html": "~1.0.3",
|
|
8768
8802
|
"etag": "~1.8.1",
|
|
8769
|
-
"fresh": "0.5.2",
|
|
8770
|
-
"http-errors": "2.0.
|
|
8803
|
+
"fresh": "~0.5.2",
|
|
8804
|
+
"http-errors": "~2.0.1",
|
|
8771
8805
|
"mime": "1.6.0",
|
|
8772
8806
|
"ms": "2.1.3",
|
|
8773
|
-
"on-finished": "2.4.1",
|
|
8807
|
+
"on-finished": "~2.4.1",
|
|
8774
8808
|
"range-parser": "~1.2.1",
|
|
8775
|
-
"statuses": "2.0.
|
|
8809
|
+
"statuses": "~2.0.2"
|
|
8776
8810
|
},
|
|
8777
8811
|
"engines": {
|
|
8778
8812
|
"node": ">= 0.8.0"
|
|
@@ -8793,15 +8827,6 @@
|
|
|
8793
8827
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
8794
8828
|
"license": "MIT"
|
|
8795
8829
|
},
|
|
8796
|
-
"node_modules/send/node_modules/encodeurl": {
|
|
8797
|
-
"version": "1.0.2",
|
|
8798
|
-
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
8799
|
-
"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
|
8800
|
-
"license": "MIT",
|
|
8801
|
-
"engines": {
|
|
8802
|
-
"node": ">= 0.8"
|
|
8803
|
-
}
|
|
8804
|
-
},
|
|
8805
8830
|
"node_modules/send/node_modules/ms": {
|
|
8806
8831
|
"version": "2.1.3",
|
|
8807
8832
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
@@ -8824,15 +8849,15 @@
|
|
|
8824
8849
|
}
|
|
8825
8850
|
},
|
|
8826
8851
|
"node_modules/serve-static": {
|
|
8827
|
-
"version": "1.16.
|
|
8828
|
-
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.
|
|
8829
|
-
"integrity": "sha512-
|
|
8852
|
+
"version": "1.16.3",
|
|
8853
|
+
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz",
|
|
8854
|
+
"integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
|
|
8830
8855
|
"license": "MIT",
|
|
8831
8856
|
"dependencies": {
|
|
8832
8857
|
"encodeurl": "~2.0.0",
|
|
8833
8858
|
"escape-html": "~1.0.3",
|
|
8834
8859
|
"parseurl": "~1.3.3",
|
|
8835
|
-
"send": "0.19.
|
|
8860
|
+
"send": "~0.19.1"
|
|
8836
8861
|
},
|
|
8837
8862
|
"engines": {
|
|
8838
8863
|
"node": ">= 0.8.0"
|
|
@@ -8975,20 +9000,18 @@
|
|
|
8975
9000
|
"license": "ISC"
|
|
8976
9001
|
},
|
|
8977
9002
|
"node_modules/sinon": {
|
|
8978
|
-
"version": "
|
|
8979
|
-
"resolved": "https://registry.npmjs.org/sinon/-/sinon-
|
|
8980
|
-
"integrity": "sha512-
|
|
8981
|
-
"deprecated": "16.1.1",
|
|
9003
|
+
"version": "19.0.2",
|
|
9004
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-19.0.2.tgz",
|
|
9005
|
+
"integrity": "sha512-euuToqM+PjO4UgXeLETsfQiuoyPXlqFezr6YZDFwHR3t4qaX0fZUe1MfPMznTL5f8BWrVS89KduLdMUsxFCO6g==",
|
|
8982
9006
|
"dev": true,
|
|
8983
9007
|
"license": "BSD-3-Clause",
|
|
8984
9008
|
"dependencies": {
|
|
8985
|
-
"@sinonjs/commons": "^
|
|
8986
|
-
"@sinonjs/fake-timers": "^
|
|
8987
|
-
"@sinonjs/
|
|
8988
|
-
"
|
|
8989
|
-
"
|
|
8990
|
-
"
|
|
8991
|
-
"supports-color": "^7.1.0"
|
|
9009
|
+
"@sinonjs/commons": "^3.0.1",
|
|
9010
|
+
"@sinonjs/fake-timers": "^13.0.2",
|
|
9011
|
+
"@sinonjs/samsam": "^8.0.1",
|
|
9012
|
+
"diff": "^7.0.0",
|
|
9013
|
+
"nise": "^6.1.1",
|
|
9014
|
+
"supports-color": "^7.2.0"
|
|
8992
9015
|
},
|
|
8993
9016
|
"funding": {
|
|
8994
9017
|
"type": "opencollective",
|
|
@@ -9223,9 +9246,9 @@
|
|
|
9223
9246
|
"peer": true
|
|
9224
9247
|
},
|
|
9225
9248
|
"node_modules/statuses": {
|
|
9226
|
-
"version": "2.0.
|
|
9227
|
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.
|
|
9228
|
-
"integrity": "sha512-
|
|
9249
|
+
"version": "2.0.2",
|
|
9250
|
+
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
9251
|
+
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
9229
9252
|
"license": "MIT",
|
|
9230
9253
|
"engines": {
|
|
9231
9254
|
"node": ">= 0.8"
|
|
@@ -9527,20 +9550,6 @@
|
|
|
9527
9550
|
"node": ">= 8"
|
|
9528
9551
|
}
|
|
9529
9552
|
},
|
|
9530
|
-
"node_modules/superagent-proxy/node_modules/pac-resolver": {
|
|
9531
|
-
"version": "5.0.1",
|
|
9532
|
-
"resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-5.0.1.tgz",
|
|
9533
|
-
"integrity": "sha512-cy7u00ko2KVgBAjuhevqpPeHIkCIqPe1v24cydhWjmeuzaBfmUWFCZJ1iAh5TuVzVZoUzXIW7K8sMYOZ84uZ9Q==",
|
|
9534
|
-
"license": "MIT",
|
|
9535
|
-
"dependencies": {
|
|
9536
|
-
"degenerator": "^3.0.2",
|
|
9537
|
-
"ip": "^1.1.5",
|
|
9538
|
-
"netmask": "^2.0.2"
|
|
9539
|
-
},
|
|
9540
|
-
"engines": {
|
|
9541
|
-
"node": ">= 8"
|
|
9542
|
-
}
|
|
9543
|
-
},
|
|
9544
9553
|
"node_modules/superagent-proxy/node_modules/proxy-agent": {
|
|
9545
9554
|
"version": "5.0.0",
|
|
9546
9555
|
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-5.0.0.tgz",
|
|
@@ -9958,30 +9967,70 @@
|
|
|
9958
9967
|
}
|
|
9959
9968
|
},
|
|
9960
9969
|
"node_modules/ts-node": {
|
|
9961
|
-
"version": "9.
|
|
9962
|
-
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-9.
|
|
9963
|
-
"integrity": "sha512-
|
|
9970
|
+
"version": "10.9.2",
|
|
9971
|
+
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
|
9972
|
+
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
|
|
9964
9973
|
"dev": true,
|
|
9965
9974
|
"license": "MIT",
|
|
9966
9975
|
"dependencies": {
|
|
9976
|
+
"@cspotcode/source-map-support": "^0.8.0",
|
|
9977
|
+
"@tsconfig/node10": "^1.0.7",
|
|
9978
|
+
"@tsconfig/node12": "^1.0.7",
|
|
9979
|
+
"@tsconfig/node14": "^1.0.0",
|
|
9980
|
+
"@tsconfig/node16": "^1.0.2",
|
|
9981
|
+
"acorn": "^8.4.1",
|
|
9982
|
+
"acorn-walk": "^8.1.1",
|
|
9967
9983
|
"arg": "^4.1.0",
|
|
9968
9984
|
"create-require": "^1.1.0",
|
|
9969
9985
|
"diff": "^4.0.1",
|
|
9970
9986
|
"make-error": "^1.1.1",
|
|
9971
|
-
"
|
|
9987
|
+
"v8-compile-cache-lib": "^3.0.1",
|
|
9972
9988
|
"yn": "3.1.1"
|
|
9973
9989
|
},
|
|
9974
9990
|
"bin": {
|
|
9975
9991
|
"ts-node": "dist/bin.js",
|
|
9992
|
+
"ts-node-cwd": "dist/bin-cwd.js",
|
|
9993
|
+
"ts-node-esm": "dist/bin-esm.js",
|
|
9976
9994
|
"ts-node-script": "dist/bin-script.js",
|
|
9977
9995
|
"ts-node-transpile-only": "dist/bin-transpile.js",
|
|
9978
9996
|
"ts-script": "dist/bin-script-deprecated.js"
|
|
9979
9997
|
},
|
|
9980
|
-
"engines": {
|
|
9981
|
-
"node": ">=10.0.0"
|
|
9982
|
-
},
|
|
9983
9998
|
"peerDependencies": {
|
|
9999
|
+
"@swc/core": ">=1.2.50",
|
|
10000
|
+
"@swc/wasm": ">=1.2.50",
|
|
10001
|
+
"@types/node": "*",
|
|
9984
10002
|
"typescript": ">=2.7"
|
|
10003
|
+
},
|
|
10004
|
+
"peerDependenciesMeta": {
|
|
10005
|
+
"@swc/core": {
|
|
10006
|
+
"optional": true
|
|
10007
|
+
},
|
|
10008
|
+
"@swc/wasm": {
|
|
10009
|
+
"optional": true
|
|
10010
|
+
}
|
|
10011
|
+
}
|
|
10012
|
+
},
|
|
10013
|
+
"node_modules/ts-node/node_modules/acorn-walk": {
|
|
10014
|
+
"version": "8.3.4",
|
|
10015
|
+
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz",
|
|
10016
|
+
"integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==",
|
|
10017
|
+
"dev": true,
|
|
10018
|
+
"license": "MIT",
|
|
10019
|
+
"dependencies": {
|
|
10020
|
+
"acorn": "^8.11.0"
|
|
10021
|
+
},
|
|
10022
|
+
"engines": {
|
|
10023
|
+
"node": ">=0.4.0"
|
|
10024
|
+
}
|
|
10025
|
+
},
|
|
10026
|
+
"node_modules/ts-node/node_modules/diff": {
|
|
10027
|
+
"version": "4.0.4",
|
|
10028
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.4.tgz",
|
|
10029
|
+
"integrity": "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==",
|
|
10030
|
+
"dev": true,
|
|
10031
|
+
"license": "BSD-3-Clause",
|
|
10032
|
+
"engines": {
|
|
10033
|
+
"node": ">=0.3.1"
|
|
9985
10034
|
}
|
|
9986
10035
|
},
|
|
9987
10036
|
"node_modules/tsconfig-paths": {
|
|
@@ -10239,6 +10288,13 @@
|
|
|
10239
10288
|
"uuid": "dist/esm/bin/uuid"
|
|
10240
10289
|
}
|
|
10241
10290
|
},
|
|
10291
|
+
"node_modules/v8-compile-cache-lib": {
|
|
10292
|
+
"version": "3.0.1",
|
|
10293
|
+
"resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
|
|
10294
|
+
"integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
|
|
10295
|
+
"dev": true,
|
|
10296
|
+
"license": "MIT"
|
|
10297
|
+
},
|
|
10242
10298
|
"node_modules/v8-to-istanbul": {
|
|
10243
10299
|
"version": "9.1.0",
|
|
10244
10300
|
"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz",
|
|
@@ -10254,6 +10310,17 @@
|
|
|
10254
10310
|
"node": ">=10.12.0"
|
|
10255
10311
|
}
|
|
10256
10312
|
},
|
|
10313
|
+
"node_modules/v8-to-istanbul/node_modules/@jridgewell/trace-mapping": {
|
|
10314
|
+
"version": "0.3.31",
|
|
10315
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
10316
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
10317
|
+
"dev": true,
|
|
10318
|
+
"license": "MIT",
|
|
10319
|
+
"dependencies": {
|
|
10320
|
+
"@jridgewell/resolve-uri": "^3.1.0",
|
|
10321
|
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
10322
|
+
}
|
|
10323
|
+
},
|
|
10257
10324
|
"node_modules/validate-npm-package-name": {
|
|
10258
10325
|
"version": "3.0.0",
|
|
10259
10326
|
"resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz",
|
|
@@ -10273,19 +10340,19 @@
|
|
|
10273
10340
|
}
|
|
10274
10341
|
},
|
|
10275
10342
|
"node_modules/vitest": {
|
|
10276
|
-
"version": "4.0.
|
|
10277
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.0.
|
|
10278
|
-
"integrity": "sha512-
|
|
10343
|
+
"version": "4.0.18",
|
|
10344
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.0.18.tgz",
|
|
10345
|
+
"integrity": "sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==",
|
|
10279
10346
|
"license": "MIT",
|
|
10280
10347
|
"peer": true,
|
|
10281
10348
|
"dependencies": {
|
|
10282
|
-
"@vitest/expect": "4.0.
|
|
10283
|
-
"@vitest/mocker": "4.0.
|
|
10284
|
-
"@vitest/pretty-format": "4.0.
|
|
10285
|
-
"@vitest/runner": "4.0.
|
|
10286
|
-
"@vitest/snapshot": "4.0.
|
|
10287
|
-
"@vitest/spy": "4.0.
|
|
10288
|
-
"@vitest/utils": "4.0.
|
|
10349
|
+
"@vitest/expect": "4.0.18",
|
|
10350
|
+
"@vitest/mocker": "4.0.18",
|
|
10351
|
+
"@vitest/pretty-format": "4.0.18",
|
|
10352
|
+
"@vitest/runner": "4.0.18",
|
|
10353
|
+
"@vitest/snapshot": "4.0.18",
|
|
10354
|
+
"@vitest/spy": "4.0.18",
|
|
10355
|
+
"@vitest/utils": "4.0.18",
|
|
10289
10356
|
"es-module-lexer": "^1.7.0",
|
|
10290
10357
|
"expect-type": "^1.2.2",
|
|
10291
10358
|
"magic-string": "^0.30.21",
|
|
@@ -10313,10 +10380,10 @@
|
|
|
10313
10380
|
"@edge-runtime/vm": "*",
|
|
10314
10381
|
"@opentelemetry/api": "^1.9.0",
|
|
10315
10382
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
10316
|
-
"@vitest/browser-playwright": "4.0.
|
|
10317
|
-
"@vitest/browser-preview": "4.0.
|
|
10318
|
-
"@vitest/browser-webdriverio": "4.0.
|
|
10319
|
-
"@vitest/ui": "4.0.
|
|
10383
|
+
"@vitest/browser-playwright": "4.0.18",
|
|
10384
|
+
"@vitest/browser-preview": "4.0.18",
|
|
10385
|
+
"@vitest/browser-webdriverio": "4.0.18",
|
|
10386
|
+
"@vitest/ui": "4.0.18",
|
|
10320
10387
|
"happy-dom": "*",
|
|
10321
10388
|
"jsdom": "*"
|
|
10322
10389
|
},
|
|
@@ -10725,13 +10792,13 @@
|
|
|
10725
10792
|
}
|
|
10726
10793
|
},
|
|
10727
10794
|
"node_modules/vitest/node_modules/@vitest/mocker": {
|
|
10728
|
-
"version": "4.0.
|
|
10729
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.0.
|
|
10730
|
-
"integrity": "sha512
|
|
10795
|
+
"version": "4.0.18",
|
|
10796
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.0.18.tgz",
|
|
10797
|
+
"integrity": "sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==",
|
|
10731
10798
|
"license": "MIT",
|
|
10732
10799
|
"peer": true,
|
|
10733
10800
|
"dependencies": {
|
|
10734
|
-
"@vitest/spy": "4.0.
|
|
10801
|
+
"@vitest/spy": "4.0.18",
|
|
10735
10802
|
"estree-walker": "^3.0.3",
|
|
10736
10803
|
"magic-string": "^0.30.21"
|
|
10737
10804
|
},
|
|
@@ -11078,9 +11145,9 @@
|
|
|
11078
11145
|
}
|
|
11079
11146
|
},
|
|
11080
11147
|
"node_modules/webdriverio/node_modules/@types/node": {
|
|
11081
|
-
"version": "22.19.
|
|
11082
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.
|
|
11083
|
-
"integrity": "sha512-
|
|
11148
|
+
"version": "22.19.7",
|
|
11149
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.7.tgz",
|
|
11150
|
+
"integrity": "sha512-MciR4AKGHWl7xwxkBa6xUGxQJ4VBOmPTF7sL+iGzuahOFaO0jHCsuEfS80pan1ef4gWId1oWOweIhrDEYLuaOw==",
|
|
11084
11151
|
"license": "MIT",
|
|
11085
11152
|
"dependencies": {
|
|
11086
11153
|
"undici-types": "~6.21.0"
|