@salesforce/templates 66.7.10 → 66.7.12

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.
@@ -9,8 +9,8 @@
9
9
  "version": "1.59.0",
10
10
  "dependencies": {
11
11
  "@salesforce/agentforce-conversation-client": "^1.116.9",
12
- "@salesforce/sdk-data": "^1.120.6",
13
- "@salesforce/ui-bundle": "^1.120.6",
12
+ "@salesforce/sdk-data": "^1.123.0",
13
+ "@salesforce/ui-bundle": "^1.123.0",
14
14
  "@tailwindcss/vite": "^4.1.17",
15
15
  "class-variance-authority": "^0.7.1",
16
16
  "clsx": "^2.1.1",
@@ -35,7 +35,7 @@
35
35
  "@graphql-eslint/eslint-plugin": "^4.1.0",
36
36
  "@graphql-tools/utils": "^11.0.0",
37
37
  "@playwright/test": "^1.49.0",
38
- "@salesforce/vite-plugin-ui-bundle": "^1.120.6",
38
+ "@salesforce/vite-plugin-ui-bundle": "^1.123.0",
39
39
  "@testing-library/jest-dom": "^6.6.3",
40
40
  "@testing-library/react": "^16.1.0",
41
41
  "@testing-library/user-event": "^14.5.2",
@@ -747,9 +747,9 @@
747
747
  "license": "MIT"
748
748
  },
749
749
  "node_modules/@dotenvx/dotenvx": {
750
- "version": "1.60.2",
751
- "resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.60.2.tgz",
752
- "integrity": "sha512-r4AznHUvfLONuWdoSIQtut6Ez/ym+lGXRtDvRaoAEMEhAmwSoK24jRsfR28vcb3ygWm7qeYOcbZolhtseJl6mA==",
750
+ "version": "1.61.4",
751
+ "resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.61.4.tgz",
752
+ "integrity": "sha512-g6QvAdXmSKMxmF1oFeCcDwklB5/fmkRXzApL3q2n20Z7YXUzDvFZg1ItTsXdX9g5hTyEKjmcOPJON37O5TiDew==",
753
753
  "license": "BSD-3-Clause",
754
754
  "dependencies": {
755
755
  "commander": "^11.1.0",
@@ -759,7 +759,7 @@
759
759
  "fdir": "^6.2.0",
760
760
  "ignore": "^5.3.0",
761
761
  "object-treeify": "1.1.33",
762
- "picomatch": "^4.0.2",
762
+ "picomatch": "^4.0.4",
763
763
  "which": "^4.0.0",
764
764
  "yocto-spinner": "^1.1.0"
765
765
  },
@@ -1533,14 +1533,14 @@
1533
1533
  "license": "MIT"
1534
1534
  },
1535
1535
  "node_modules/@graphql-codegen/add": {
1536
- "version": "6.0.0",
1537
- "resolved": "https://registry.npmjs.org/@graphql-codegen/add/-/add-6.0.0.tgz",
1538
- "integrity": "sha512-biFdaURX0KTwEJPQ1wkT6BRgNasqgQ5KbCI1a3zwtLtO7XTo7/vKITPylmiU27K5DSOWYnY/1jfSqUAEBuhZrQ==",
1536
+ "version": "6.0.1",
1537
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/add/-/add-6.0.1.tgz",
1538
+ "integrity": "sha512-MSylSekjpVWbOBw2A/2ssk1fPY54sYb6Qk2C4AX5u7s2R+2pMQ9ws7DTXo8VU9qwTgWwVp6vGfdQ0AMpAn4Iug==",
1539
1539
  "dev": true,
1540
1540
  "license": "MIT",
1541
1541
  "dependencies": {
1542
- "@graphql-codegen/plugin-helpers": "^6.0.0",
1543
- "tslib": "~2.6.0"
1542
+ "@graphql-codegen/plugin-helpers": "^6.3.0",
1543
+ "tslib": "^2.8.0"
1544
1544
  },
1545
1545
  "engines": {
1546
1546
  "node": ">=16"
@@ -1549,26 +1549,19 @@
1549
1549
  "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
1550
1550
  }
1551
1551
  },
1552
- "node_modules/@graphql-codegen/add/node_modules/tslib": {
1553
- "version": "2.6.3",
1554
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
1555
- "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
1556
- "dev": true,
1557
- "license": "0BSD"
1558
- },
1559
1552
  "node_modules/@graphql-codegen/cli": {
1560
- "version": "6.2.1",
1561
- "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-6.2.1.tgz",
1562
- "integrity": "sha512-E1B+5nBda2l89Pci5M0HcEj2Hmx2yhORFX+1T3rmwpQjdOiulo+h9JifWxKomUpjfbmU1YkBSd47CCGLFPU10A==",
1553
+ "version": "6.3.1",
1554
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-6.3.1.tgz",
1555
+ "integrity": "sha512-I5KkyX1SgQZPojMeQTRydB6fml4cysZq/mIdhNW4rmqdoOcTgdMPq1Tl+wtRp1VpBAOrBazJUJh1nAqJMMSPIQ==",
1563
1556
  "dev": true,
1564
1557
  "license": "MIT",
1565
1558
  "dependencies": {
1566
1559
  "@babel/generator": "^7.18.13",
1567
1560
  "@babel/template": "^7.18.10",
1568
1561
  "@babel/types": "^7.18.13",
1569
- "@graphql-codegen/client-preset": "^5.2.4",
1570
- "@graphql-codegen/core": "^5.0.1",
1571
- "@graphql-codegen/plugin-helpers": "^6.2.0",
1562
+ "@graphql-codegen/client-preset": "^5.3.0",
1563
+ "@graphql-codegen/core": "^5.0.2",
1564
+ "@graphql-codegen/plugin-helpers": "^6.3.0",
1572
1565
  "@graphql-tools/apollo-engine-loader": "^8.0.28",
1573
1566
  "@graphql-tools/code-file-loader": "^8.1.28",
1574
1567
  "@graphql-tools/git-loader": "^8.0.32",
@@ -1619,25 +1612,25 @@
1619
1612
  }
1620
1613
  },
1621
1614
  "node_modules/@graphql-codegen/client-preset": {
1622
- "version": "5.2.4",
1623
- "resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-5.2.4.tgz",
1624
- "integrity": "sha512-k4f9CoepkVznXRReCHBVnG/FeQVQgIOhgtkaJ6I9FcQRzUkrm9ASmQjOdNdMlZt0DHTU4nbVxIBGZW7gk1RavA==",
1615
+ "version": "5.3.0",
1616
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-5.3.0.tgz",
1617
+ "integrity": "sha512-K9FON+j7qyxAUDuSGqI3ofb7lWTBs16oPTYpu14lhdL4DKZQSHLyc8EMYU9e3KcyQ/13gU/d6culOppzAuexLA==",
1625
1618
  "dev": true,
1626
1619
  "license": "MIT",
1627
1620
  "dependencies": {
1628
1621
  "@babel/helper-plugin-utils": "^7.20.2",
1629
1622
  "@babel/template": "^7.20.7",
1630
- "@graphql-codegen/add": "^6.0.0",
1631
- "@graphql-codegen/gql-tag-operations": "5.1.4",
1632
- "@graphql-codegen/plugin-helpers": "^6.1.1",
1633
- "@graphql-codegen/typed-document-node": "^6.1.7",
1634
- "@graphql-codegen/typescript": "^5.0.9",
1635
- "@graphql-codegen/typescript-operations": "^5.0.9",
1636
- "@graphql-codegen/visitor-plugin-common": "^6.2.4",
1623
+ "@graphql-codegen/add": "^6.0.1",
1624
+ "@graphql-codegen/gql-tag-operations": "5.2.0",
1625
+ "@graphql-codegen/plugin-helpers": "^6.3.0",
1626
+ "@graphql-codegen/typed-document-node": "^6.1.8",
1627
+ "@graphql-codegen/typescript": "^5.0.10",
1628
+ "@graphql-codegen/typescript-operations": "^5.1.0",
1629
+ "@graphql-codegen/visitor-plugin-common": "^6.3.0",
1637
1630
  "@graphql-tools/documents": "^1.0.0",
1638
1631
  "@graphql-tools/utils": "^11.0.0",
1639
1632
  "@graphql-typed-document-node/core": "3.2.0",
1640
- "tslib": "~2.6.0"
1633
+ "tslib": "^2.8.0"
1641
1634
  },
1642
1635
  "engines": {
1643
1636
  "node": ">=16"
@@ -1652,24 +1645,17 @@
1652
1645
  }
1653
1646
  }
1654
1647
  },
1655
- "node_modules/@graphql-codegen/client-preset/node_modules/tslib": {
1656
- "version": "2.6.3",
1657
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
1658
- "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
1659
- "dev": true,
1660
- "license": "0BSD"
1661
- },
1662
1648
  "node_modules/@graphql-codegen/core": {
1663
- "version": "5.0.1",
1664
- "resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-5.0.1.tgz",
1665
- "integrity": "sha512-eQD7aXpKkKvaydMv5Bu0FnKCPnNMAhZ3vZW+K4Rl9IAC2w5PDv9lJhs3YTWM9W58zNOZpGQGT2F0ekS3QNIiKw==",
1649
+ "version": "5.0.2",
1650
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-5.0.2.tgz",
1651
+ "integrity": "sha512-7RX0wwjoWPlLG/tUmpaTK91ZZqHcACNWpRL0nGnnJaJrORie9pgmX8JPrcwBgYiHSC+3ERo9xY91RFPem/VrpQ==",
1666
1652
  "dev": true,
1667
1653
  "license": "MIT",
1668
1654
  "dependencies": {
1669
- "@graphql-codegen/plugin-helpers": "^6.1.1",
1655
+ "@graphql-codegen/plugin-helpers": "^6.3.0",
1670
1656
  "@graphql-tools/schema": "^10.0.0",
1671
1657
  "@graphql-tools/utils": "^11.0.0",
1672
- "tslib": "~2.6.0"
1658
+ "tslib": "^2.8.0"
1673
1659
  },
1674
1660
  "engines": {
1675
1661
  "node": ">=16"
@@ -1678,25 +1664,18 @@
1678
1664
  "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
1679
1665
  }
1680
1666
  },
1681
- "node_modules/@graphql-codegen/core/node_modules/tslib": {
1682
- "version": "2.6.3",
1683
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
1684
- "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
1685
- "dev": true,
1686
- "license": "0BSD"
1687
- },
1688
1667
  "node_modules/@graphql-codegen/gql-tag-operations": {
1689
- "version": "5.1.4",
1690
- "resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-5.1.4.tgz",
1691
- "integrity": "sha512-tDj/0a1U7rDH3PQgLeA+PlgBNb593MIJ43oAOKMRgJPwIQ9T7p2oqBRLxwfFZFTDLwnwsGZ7xIKqIcGgyAIj5Q==",
1668
+ "version": "5.2.0",
1669
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-5.2.0.tgz",
1670
+ "integrity": "sha512-B9gtJ4ziqpIv+7mHqwjtpYLFOuv0GmmRGpNDoWKM2VIx4OQqgI84d6OHKYCVeO7yu3mUr0QPvUgkSyuLVrdukA==",
1692
1671
  "dev": true,
1693
1672
  "license": "MIT",
1694
1673
  "dependencies": {
1695
- "@graphql-codegen/plugin-helpers": "^6.1.1",
1696
- "@graphql-codegen/visitor-plugin-common": "^6.2.4",
1674
+ "@graphql-codegen/plugin-helpers": "^6.3.0",
1675
+ "@graphql-codegen/visitor-plugin-common": "^6.3.0",
1697
1676
  "@graphql-tools/utils": "^11.0.0",
1698
1677
  "auto-bind": "~4.0.0",
1699
- "tslib": "~2.6.0"
1678
+ "tslib": "^2.8.0"
1700
1679
  },
1701
1680
  "engines": {
1702
1681
  "node": ">=16"
@@ -1705,17 +1684,10 @@
1705
1684
  "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
1706
1685
  }
1707
1686
  },
1708
- "node_modules/@graphql-codegen/gql-tag-operations/node_modules/tslib": {
1709
- "version": "2.6.3",
1710
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
1711
- "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
1712
- "dev": true,
1713
- "license": "0BSD"
1714
- },
1715
1687
  "node_modules/@graphql-codegen/plugin-helpers": {
1716
- "version": "6.2.1",
1717
- "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-6.2.1.tgz",
1718
- "integrity": "sha512-shRr26TfVZ6KFBjzRYUj02gLNh6yaECz9gTGgI6riANw5sSH9PONwTsBRYkEgU+6IXiL7VQeCumahvxSGFbRlQ==",
1688
+ "version": "6.3.0",
1689
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-6.3.0.tgz",
1690
+ "integrity": "sha512-Auc+/B7okDx9+pVgLVliZtZLYh6iltWXlnzzM+bRE+zh1T4r3hKbnr8xAmtT937ArfSgk5GHcQHr8LfPYnrRBg==",
1719
1691
  "dev": true,
1720
1692
  "license": "MIT",
1721
1693
  "dependencies": {
@@ -1723,7 +1695,7 @@
1723
1695
  "change-case-all": "1.0.15",
1724
1696
  "common-tags": "1.8.2",
1725
1697
  "import-from": "4.0.0",
1726
- "tslib": "~2.6.0"
1698
+ "tslib": "^2.8.0"
1727
1699
  },
1728
1700
  "engines": {
1729
1701
  "node": ">=16"
@@ -1732,23 +1704,16 @@
1732
1704
  "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
1733
1705
  }
1734
1706
  },
1735
- "node_modules/@graphql-codegen/plugin-helpers/node_modules/tslib": {
1736
- "version": "2.6.3",
1737
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
1738
- "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
1739
- "dev": true,
1740
- "license": "0BSD"
1741
- },
1742
1707
  "node_modules/@graphql-codegen/schema-ast": {
1743
- "version": "5.0.1",
1744
- "resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-5.0.1.tgz",
1745
- "integrity": "sha512-svLffXddnXxq1qFXQqqh+zYrxdiMnIKm+CXCUv0MYhLh0R4L5vpnaTzIUCk3icHNNXhKRm2uBD70+K8VY0xiCg==",
1708
+ "version": "5.0.2",
1709
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-5.0.2.tgz",
1710
+ "integrity": "sha512-jl1F/9IjRkJisEb9B0ayG4QGqYlPldLRy8ojDdmL9NE1NsdB5ROfxQnSqyC3g+wuvBhWX7kZgMRQYn3RU1I5bA==",
1746
1711
  "dev": true,
1747
1712
  "license": "MIT",
1748
1713
  "dependencies": {
1749
- "@graphql-codegen/plugin-helpers": "^6.1.1",
1714
+ "@graphql-codegen/plugin-helpers": "^6.3.0",
1750
1715
  "@graphql-tools/utils": "^11.0.0",
1751
- "tslib": "~2.6.0"
1716
+ "tslib": "^2.8.0"
1752
1717
  },
1753
1718
  "engines": {
1754
1719
  "node": ">=16"
@@ -1757,25 +1722,18 @@
1757
1722
  "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
1758
1723
  }
1759
1724
  },
1760
- "node_modules/@graphql-codegen/schema-ast/node_modules/tslib": {
1761
- "version": "2.6.3",
1762
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
1763
- "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
1764
- "dev": true,
1765
- "license": "0BSD"
1766
- },
1767
1725
  "node_modules/@graphql-codegen/typed-document-node": {
1768
- "version": "6.1.7",
1769
- "resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-6.1.7.tgz",
1770
- "integrity": "sha512-VLL9hB+YPigc/W2QYCkSNMZrkKv42nTchb9mJ0h5VY98YmW/zWb6NeYM80iHSpk8ZvHsuUT5geA53/s1phO2NQ==",
1726
+ "version": "6.1.8",
1727
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-6.1.8.tgz",
1728
+ "integrity": "sha512-+qDdiJSQ7Ol+vpLMAH8ZJok50CvlYxA6seQ7cwEa3emXt8MmH5hh3zdc9unQlPc7bynoJHRCgoKk7E0B7hry0w==",
1771
1729
  "dev": true,
1772
1730
  "license": "MIT",
1773
1731
  "dependencies": {
1774
- "@graphql-codegen/plugin-helpers": "^6.1.1",
1775
- "@graphql-codegen/visitor-plugin-common": "^6.2.4",
1732
+ "@graphql-codegen/plugin-helpers": "^6.3.0",
1733
+ "@graphql-codegen/visitor-plugin-common": "^6.3.0",
1776
1734
  "auto-bind": "~4.0.0",
1777
1735
  "change-case-all": "1.0.15",
1778
- "tslib": "~2.6.0"
1736
+ "tslib": "^2.8.0"
1779
1737
  },
1780
1738
  "engines": {
1781
1739
  "node": ">=16"
@@ -1784,25 +1742,18 @@
1784
1742
  "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
1785
1743
  }
1786
1744
  },
1787
- "node_modules/@graphql-codegen/typed-document-node/node_modules/tslib": {
1788
- "version": "2.6.3",
1789
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
1790
- "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
1791
- "dev": true,
1792
- "license": "0BSD"
1793
- },
1794
1745
  "node_modules/@graphql-codegen/typescript": {
1795
- "version": "5.0.9",
1796
- "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-5.0.9.tgz",
1797
- "integrity": "sha512-YlIZ4nqdFdzr5vxuNtQtZnnMYuZ5cLYB2HaGhGI2zvqHxCmkBjIRpu/5sfccawKy23wetV+aoWvoNqxGKIryig==",
1746
+ "version": "5.0.10",
1747
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-5.0.10.tgz",
1748
+ "integrity": "sha512-Pa8OFmL9TdhEYnLYJLYA9EhP8eEeivP/YDYq4Nb8LQaL7GXm4TGX8zELYaCM9Fu8M3iZb7iQGMt7qc+1lXz8XQ==",
1798
1749
  "dev": true,
1799
1750
  "license": "MIT",
1800
1751
  "dependencies": {
1801
- "@graphql-codegen/plugin-helpers": "^6.1.1",
1802
- "@graphql-codegen/schema-ast": "^5.0.1",
1803
- "@graphql-codegen/visitor-plugin-common": "^6.2.4",
1752
+ "@graphql-codegen/plugin-helpers": "^6.3.0",
1753
+ "@graphql-codegen/schema-ast": "^5.0.2",
1754
+ "@graphql-codegen/visitor-plugin-common": "^6.3.0",
1804
1755
  "auto-bind": "~4.0.0",
1805
- "tslib": "~2.6.0"
1756
+ "tslib": "^2.8.0"
1806
1757
  },
1807
1758
  "engines": {
1808
1759
  "node": ">=16"
@@ -1812,17 +1763,17 @@
1812
1763
  }
1813
1764
  },
1814
1765
  "node_modules/@graphql-codegen/typescript-operations": {
1815
- "version": "5.0.9",
1816
- "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-5.0.9.tgz",
1817
- "integrity": "sha512-jJFdJKMS5Cqisb5QMi7xXHPsJH9yHBMYOxBc8laFkFjHk/AOqJK90qCKbO9lwwTMPZUDe6N/HslmA0ax4J0zsg==",
1766
+ "version": "5.1.0",
1767
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-operations/-/typescript-operations-5.1.0.tgz",
1768
+ "integrity": "sha512-JlmjbFl0EnsfMDIYvTE1Q0kAOrntVEZ+ZfBqWTP91g4e0F/TzuwJ/V4tiFmeDf5dx/rf9AK4VkPehIdxu7TYhw==",
1818
1769
  "dev": true,
1819
1770
  "license": "MIT",
1820
1771
  "dependencies": {
1821
- "@graphql-codegen/plugin-helpers": "^6.1.1",
1822
- "@graphql-codegen/typescript": "^5.0.9",
1823
- "@graphql-codegen/visitor-plugin-common": "^6.2.4",
1772
+ "@graphql-codegen/plugin-helpers": "^6.3.0",
1773
+ "@graphql-codegen/typescript": "^5.0.10",
1774
+ "@graphql-codegen/visitor-plugin-common": "^6.3.0",
1824
1775
  "auto-bind": "~4.0.0",
1825
- "tslib": "~2.6.0"
1776
+ "tslib": "^2.8.0"
1826
1777
  },
1827
1778
  "engines": {
1828
1779
  "node": ">=16"
@@ -1837,28 +1788,14 @@
1837
1788
  }
1838
1789
  }
1839
1790
  },
1840
- "node_modules/@graphql-codegen/typescript-operations/node_modules/tslib": {
1841
- "version": "2.6.3",
1842
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
1843
- "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
1844
- "dev": true,
1845
- "license": "0BSD"
1846
- },
1847
- "node_modules/@graphql-codegen/typescript/node_modules/tslib": {
1848
- "version": "2.6.3",
1849
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
1850
- "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
1851
- "dev": true,
1852
- "license": "0BSD"
1853
- },
1854
1791
  "node_modules/@graphql-codegen/visitor-plugin-common": {
1855
- "version": "6.2.4",
1856
- "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.2.4.tgz",
1857
- "integrity": "sha512-iwiVCc7Mv8/XAa3K35AdFQ9chJSDv/gYEnBeQFF/Sq/W8EyJoHypOGOTTLk7OSrWO4xea65ggv0e7fGt7rPJjQ==",
1792
+ "version": "6.3.0",
1793
+ "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.3.0.tgz",
1794
+ "integrity": "sha512-vGBoE+4huzZyNhyGSAhXAkdROHlwKxxuziZm4XtP1mxe7nuI+VgyOmXebafLijbmuDsptPXQN0C/htL54O8hrg==",
1858
1795
  "dev": true,
1859
1796
  "license": "MIT",
1860
1797
  "dependencies": {
1861
- "@graphql-codegen/plugin-helpers": "^6.1.1",
1798
+ "@graphql-codegen/plugin-helpers": "^6.3.0",
1862
1799
  "@graphql-tools/optimize": "^2.0.0",
1863
1800
  "@graphql-tools/relay-operation-optimizer": "^7.1.1",
1864
1801
  "@graphql-tools/utils": "^11.0.0",
@@ -1867,7 +1804,7 @@
1867
1804
  "dependency-graph": "^1.0.0",
1868
1805
  "graphql-tag": "^2.11.0",
1869
1806
  "parse-filepath": "^1.0.2",
1870
- "tslib": "~2.6.0"
1807
+ "tslib": "^2.8.0"
1871
1808
  },
1872
1809
  "engines": {
1873
1810
  "node": ">=16"
@@ -1876,13 +1813,6 @@
1876
1813
  "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
1877
1814
  }
1878
1815
  },
1879
- "node_modules/@graphql-codegen/visitor-plugin-common/node_modules/tslib": {
1880
- "version": "2.6.3",
1881
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
1882
- "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
1883
- "dev": true,
1884
- "license": "0BSD"
1885
- },
1886
1816
  "node_modules/@graphql-eslint/eslint-plugin": {
1887
1817
  "version": "4.4.0",
1888
1818
  "resolved": "https://registry.npmjs.org/@graphql-eslint/eslint-plugin/-/eslint-plugin-4.4.0.tgz",
@@ -1947,13 +1877,13 @@
1947
1877
  }
1948
1878
  },
1949
1879
  "node_modules/@graphql-tools/apollo-engine-loader": {
1950
- "version": "8.0.28",
1951
- "resolved": "https://registry.npmjs.org/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-8.0.28.tgz",
1952
- "integrity": "sha512-MzgDrUuoxp6dZeo54zLBL3cEJKJtM3N/2RqK0rbPxPq5X2z6TUA7EGg8vIFTUkt5xelAsUrm8/4ai41ZDdxOng==",
1880
+ "version": "8.0.29",
1881
+ "resolved": "https://registry.npmjs.org/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-8.0.29.tgz",
1882
+ "integrity": "sha512-437JW84ueB9lmEwiAAWww7pBC6uyHVmh64hXErWumXVh9FIjTtUdRNvDn5AayWEhYKri/zu19z6znUdtNuqyjQ==",
1953
1883
  "dev": true,
1954
1884
  "license": "MIT",
1955
1885
  "dependencies": {
1956
- "@graphql-tools/utils": "^11.0.0",
1886
+ "@graphql-tools/utils": "^11.0.1",
1957
1887
  "@whatwg-node/fetch": "^0.10.13",
1958
1888
  "sync-fetch": "0.6.0",
1959
1889
  "tslib": "^2.4.0"
@@ -1985,14 +1915,14 @@
1985
1915
  }
1986
1916
  },
1987
1917
  "node_modules/@graphql-tools/code-file-loader": {
1988
- "version": "8.1.30",
1989
- "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-8.1.30.tgz",
1990
- "integrity": "sha512-BMMg/9xowN3yOHpOhLH/9w8Lu7Fp7UiUAuVri+gl8RDroBC0JGm93v6prhr8U276AlVFGAy3wAb/28TJKOtlAg==",
1918
+ "version": "8.1.31",
1919
+ "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-8.1.31.tgz",
1920
+ "integrity": "sha512-YHDcfcRp2mkL1HCfD2Udn199JcSJYARZyFfFlTqPq7ZVuJ72Zsa8bF/yE6D5plPMsXFa1hQF3iQvJhPsMcjf4A==",
1991
1921
  "dev": true,
1992
1922
  "license": "MIT",
1993
1923
  "dependencies": {
1994
- "@graphql-tools/graphql-tag-pluck": "8.3.29",
1995
- "@graphql-tools/utils": "^11.0.0",
1924
+ "@graphql-tools/graphql-tag-pluck": "8.3.30",
1925
+ "@graphql-tools/utils": "^11.0.1",
1996
1926
  "globby": "^11.0.3",
1997
1927
  "tslib": "^2.4.0",
1998
1928
  "unixify": "^1.0.0"
@@ -2005,9 +1935,9 @@
2005
1935
  }
2006
1936
  },
2007
1937
  "node_modules/@graphql-tools/delegate": {
2008
- "version": "12.0.13",
2009
- "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-12.0.13.tgz",
2010
- "integrity": "sha512-Aei3SI5HezLt7kKQNbX/GrZv5c5YibdbP0N6BvuEWQYG+lpRO3RRX2fZ+g+KshJOGuTJQFK1umIjki++vKoJ+A==",
1938
+ "version": "12.0.14",
1939
+ "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-12.0.14.tgz",
1940
+ "integrity": "sha512-/xCDM8zlCk1Lccww9asOIpxna9IFpIlol4yGsBD9Y2+3/Zu5k4/HzDC8LKJtw5MxdG+uJN1l9nRepr4GeBC4kA==",
2011
1941
  "dev": true,
2012
1942
  "license": "MIT",
2013
1943
  "dependencies": {
@@ -2045,13 +1975,13 @@
2045
1975
  }
2046
1976
  },
2047
1977
  "node_modules/@graphql-tools/executor": {
2048
- "version": "1.5.1",
2049
- "resolved": "https://registry.npmjs.org/@graphql-tools/executor/-/executor-1.5.1.tgz",
2050
- "integrity": "sha512-n94Qcu875Mji9GQ52n5UbgOTxlgvFJicBPYD+FRks9HKIQpdNPjkkrKZUYNG51XKa+bf03rxNflm4+wXhoHHrA==",
1978
+ "version": "1.5.2",
1979
+ "resolved": "https://registry.npmjs.org/@graphql-tools/executor/-/executor-1.5.2.tgz",
1980
+ "integrity": "sha512-V7QaW/59Dml7DK0MApMP/Z+qx2qkQ0inGJGi/n1JwBHRZehXTKDNKO7OFRA0h6V1w2afmcVso2GFwlDnPyusGA==",
2051
1981
  "dev": true,
2052
1982
  "license": "MIT",
2053
1983
  "dependencies": {
2054
- "@graphql-tools/utils": "^11.0.0",
1984
+ "@graphql-tools/utils": "^11.0.1",
2055
1985
  "@graphql-typed-document-node/core": "^3.2.0",
2056
1986
  "@repeaterjs/repeater": "^3.0.4",
2057
1987
  "@whatwg-node/disposablestack": "^0.0.6",
@@ -2129,13 +2059,13 @@
2129
2059
  }
2130
2060
  },
2131
2061
  "node_modules/@graphql-tools/executor-legacy-ws": {
2132
- "version": "1.1.26",
2133
- "resolved": "https://registry.npmjs.org/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-1.1.26.tgz",
2134
- "integrity": "sha512-rlFHk8XoRCXjARQAlHTgtisyE5KJxMb9UyR4hRbD6tLlYjmzNf9ms8GjsLYe/j1QpHJ7fNDm9aXqj1+evhQ/MQ==",
2062
+ "version": "1.1.27",
2063
+ "resolved": "https://registry.npmjs.org/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-1.1.27.tgz",
2064
+ "integrity": "sha512-tz0K8U9VKr9G/murdPpsARM2SxrXKtaKHaFoAZQoxHpWgbTdoGgJoyT5AoY6MZkgLRi5g24X0iZOLVtYlwy/nw==",
2135
2065
  "dev": true,
2136
2066
  "license": "MIT",
2137
2067
  "dependencies": {
2138
- "@graphql-tools/utils": "^11.0.0",
2068
+ "@graphql-tools/utils": "^11.0.1",
2139
2069
  "@types/ws": "^8.0.0",
2140
2070
  "isomorphic-ws": "^5.0.0",
2141
2071
  "tslib": "^2.4.0",
@@ -2149,14 +2079,14 @@
2149
2079
  }
2150
2080
  },
2151
2081
  "node_modules/@graphql-tools/git-loader": {
2152
- "version": "8.0.34",
2153
- "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-8.0.34.tgz",
2154
- "integrity": "sha512-0j9Cemf1dlIqRf9+Eqm1fGilQ7exYocW8dxpfXxbngvpPZ5TpOaNVruxOvfh7M+RIfd4yU4vSGr9tgj2TodDUw==",
2082
+ "version": "8.0.35",
2083
+ "resolved": "https://registry.npmjs.org/@graphql-tools/git-loader/-/git-loader-8.0.35.tgz",
2084
+ "integrity": "sha512-KcZcy4h80f+PoULl7TFBUzO+9o71weTFnD0mNS2OpLh7JfKRnqZKBgeawn+G5iOu5EWTFBFwMgvauzVsHC6PcQ==",
2155
2085
  "dev": true,
2156
2086
  "license": "MIT",
2157
2087
  "dependencies": {
2158
- "@graphql-tools/graphql-tag-pluck": "8.3.29",
2159
- "@graphql-tools/utils": "^11.0.0",
2088
+ "@graphql-tools/graphql-tag-pluck": "8.3.30",
2089
+ "@graphql-tools/utils": "^11.0.1",
2160
2090
  "is-glob": "4.0.3",
2161
2091
  "micromatch": "^4.0.8",
2162
2092
  "tslib": "^2.4.0",
@@ -2170,15 +2100,15 @@
2170
2100
  }
2171
2101
  },
2172
2102
  "node_modules/@graphql-tools/github-loader": {
2173
- "version": "9.1.0",
2174
- "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-9.1.0.tgz",
2175
- "integrity": "sha512-S/nlKtnmX3JzTrGwbPyXw+GKGj/1+A1lRQ73QEMDMjQK3TXygoKml5WqZwHEvp6qp3Jdncx9FHUzg9nge+rizQ==",
2103
+ "version": "9.1.1",
2104
+ "resolved": "https://registry.npmjs.org/@graphql-tools/github-loader/-/github-loader-9.1.1.tgz",
2105
+ "integrity": "sha512-2xq2vCcGoCfuCqmZw48CRbb3AD6iDlAtk3ce1keimXru7h/81UhPS+8DB1m2fUlhhAAA31R8wFkawnxlFu7MFg==",
2176
2106
  "dev": true,
2177
2107
  "license": "MIT",
2178
2108
  "dependencies": {
2179
2109
  "@graphql-tools/executor-http": "^3.2.1",
2180
- "@graphql-tools/graphql-tag-pluck": "^8.3.29",
2181
- "@graphql-tools/utils": "^11.0.0",
2110
+ "@graphql-tools/graphql-tag-pluck": "^8.3.30",
2111
+ "@graphql-tools/utils": "^11.0.1",
2182
2112
  "@whatwg-node/fetch": "^0.10.13",
2183
2113
  "@whatwg-node/promise-helpers": "^1.0.0",
2184
2114
  "sync-fetch": "0.6.0",
@@ -2192,14 +2122,14 @@
2192
2122
  }
2193
2123
  },
2194
2124
  "node_modules/@graphql-tools/graphql-file-loader": {
2195
- "version": "8.1.12",
2196
- "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-8.1.12.tgz",
2197
- "integrity": "sha512-Nma7gBgJoUbqXWTmdHjouo36tjzewA8MptVcHoH7widzkciaUVzBhriHzqICFB/dVxig//g9MX8s1XawZo7UAg==",
2125
+ "version": "8.1.13",
2126
+ "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-file-loader/-/graphql-file-loader-8.1.13.tgz",
2127
+ "integrity": "sha512-Su9RIYUrQ9yoKioObS5yNkGuOqwSIZVK79mre9ji+s3zr7UQepoKkuns6NrtmMcD1vUJyayzvr9YTaiLRbZGQA==",
2198
2128
  "dev": true,
2199
2129
  "license": "MIT",
2200
2130
  "dependencies": {
2201
- "@graphql-tools/import": "^7.1.12",
2202
- "@graphql-tools/utils": "^11.0.0",
2131
+ "@graphql-tools/import": "^7.1.13",
2132
+ "@graphql-tools/utils": "^11.0.1",
2203
2133
  "globby": "^11.0.3",
2204
2134
  "tslib": "^2.4.0",
2205
2135
  "unixify": "^1.0.0"
@@ -2212,9 +2142,9 @@
2212
2142
  }
2213
2143
  },
2214
2144
  "node_modules/@graphql-tools/graphql-tag-pluck": {
2215
- "version": "8.3.29",
2216
- "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-8.3.29.tgz",
2217
- "integrity": "sha512-aKX6ooaSjROHhGqlW1B2pARKjWk1OQOLvmQJe8GmP9vvKwjxuTl9FgZazjWvhN0GO9LFxd/JGzx0xCiXE6KQZw==",
2145
+ "version": "8.3.30",
2146
+ "resolved": "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-8.3.30.tgz",
2147
+ "integrity": "sha512-pit39s4+sLC5i6GOFpPieo917Qjq02JyDxrr6CSi0cBpRGYf9T1/HGdi3D/SfoOkuZWcQgnNnnGrLoDDmBGVEg==",
2218
2148
  "dev": true,
2219
2149
  "license": "MIT",
2220
2150
  "dependencies": {
@@ -2223,7 +2153,7 @@
2223
2153
  "@babel/plugin-syntax-import-assertions": "^7.26.0",
2224
2154
  "@babel/traverse": "^7.26.10",
2225
2155
  "@babel/types": "^7.26.10",
2226
- "@graphql-tools/utils": "^11.0.0",
2156
+ "@graphql-tools/utils": "^11.0.1",
2227
2157
  "tslib": "^2.4.0"
2228
2158
  },
2229
2159
  "engines": {
@@ -2234,13 +2164,13 @@
2234
2164
  }
2235
2165
  },
2236
2166
  "node_modules/@graphql-tools/import": {
2237
- "version": "7.1.12",
2238
- "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-7.1.12.tgz",
2239
- "integrity": "sha512-QSsdPsdJ7yCgQ5XODyKYpC7NlB9R1Koi0R3418PT7GiRm+9O8gYXSs/23dumcOnpiLrnf4qR2aytBn1+JOAhnA==",
2167
+ "version": "7.1.13",
2168
+ "resolved": "https://registry.npmjs.org/@graphql-tools/import/-/import-7.1.13.tgz",
2169
+ "integrity": "sha512-7leXxlZqVylYL2nvmcF3jUQuH3piT0unBpbPQ3F7r5UM0rehkgEcXxTeR8hZ3aQDeMVyaTli9bJjFTFErldYRg==",
2240
2170
  "dev": true,
2241
2171
  "license": "MIT",
2242
2172
  "dependencies": {
2243
- "@graphql-tools/utils": "^11.0.0",
2173
+ "@graphql-tools/utils": "^11.0.1",
2244
2174
  "resolve-from": "5.0.0",
2245
2175
  "tslib": "^2.4.0"
2246
2176
  },
@@ -2252,13 +2182,13 @@
2252
2182
  }
2253
2183
  },
2254
2184
  "node_modules/@graphql-tools/json-file-loader": {
2255
- "version": "8.0.26",
2256
- "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-8.0.26.tgz",
2257
- "integrity": "sha512-kwy9IFi5QtXXTLBgWkvA1RqsZeJDn0CxsTbhNlziCzmga9fNo7qtZ18k9FYIq3EIoQQlok+b7W7yeyJATA2xhw==",
2185
+ "version": "8.0.27",
2186
+ "resolved": "https://registry.npmjs.org/@graphql-tools/json-file-loader/-/json-file-loader-8.0.27.tgz",
2187
+ "integrity": "sha512-iOMleQVqNOLDslrE1eLXFJ/z7uSBHd7kM6M+vpS3CvON2nccBK0NIMkdy0385m1LCHyfBKds/rsjMnGmjdXIhw==",
2258
2188
  "dev": true,
2259
2189
  "license": "MIT",
2260
2190
  "dependencies": {
2261
- "@graphql-tools/utils": "^11.0.0",
2191
+ "@graphql-tools/utils": "^11.0.1",
2262
2192
  "globby": "^11.0.3",
2263
2193
  "tslib": "^2.4.0",
2264
2194
  "unixify": "^1.0.0"
@@ -2271,14 +2201,14 @@
2271
2201
  }
2272
2202
  },
2273
2203
  "node_modules/@graphql-tools/load": {
2274
- "version": "8.1.8",
2275
- "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-8.1.8.tgz",
2276
- "integrity": "sha512-gxO662b64qZSToK3N6XUxWG5E6HOUjlg5jEnmGvD4bMtGJ0HwEe/BaVZbBQemCfLkxYjwRIBiVfOY9o0JyjZJg==",
2204
+ "version": "8.1.9",
2205
+ "resolved": "https://registry.npmjs.org/@graphql-tools/load/-/load-8.1.9.tgz",
2206
+ "integrity": "sha512-BXaghzA0KVRvDjAlhEb26OwtmLYsSqs29nVyubIRfRy28ysdzEH+9HkYgQHmorJN+QPBbh9Gdg8nsGKeTPBpLQ==",
2277
2207
  "dev": true,
2278
2208
  "license": "MIT",
2279
2209
  "dependencies": {
2280
- "@graphql-tools/schema": "^10.0.31",
2281
- "@graphql-tools/utils": "^11.0.0",
2210
+ "@graphql-tools/schema": "^10.0.32",
2211
+ "@graphql-tools/utils": "^11.0.1",
2282
2212
  "p-limit": "3.1.0",
2283
2213
  "tslib": "^2.4.0"
2284
2214
  },
@@ -2290,13 +2220,13 @@
2290
2220
  }
2291
2221
  },
2292
2222
  "node_modules/@graphql-tools/merge": {
2293
- "version": "9.1.7",
2294
- "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.1.7.tgz",
2295
- "integrity": "sha512-Y5E1vTbTabvcXbkakdFUt4zUIzB1fyaEnVmIWN0l0GMed2gdD01TpZWLUm4RNAxpturvolrb24oGLQrBbPLSoQ==",
2223
+ "version": "9.1.8",
2224
+ "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.1.8.tgz",
2225
+ "integrity": "sha512-25V7WDrODo1cPrmuUCrqf5qlMA4a/Ow4aHaqJ1MnTUaluwsV3UiqzCHWux3HSLb0H63mkoZiuOrU5xJhxRcoCg==",
2296
2226
  "dev": true,
2297
2227
  "license": "MIT",
2298
2228
  "dependencies": {
2299
- "@graphql-tools/utils": "^11.0.0",
2229
+ "@graphql-tools/utils": "^11.0.1",
2300
2230
  "tslib": "^2.4.0"
2301
2231
  },
2302
2232
  "engines": {
@@ -2323,14 +2253,14 @@
2323
2253
  }
2324
2254
  },
2325
2255
  "node_modules/@graphql-tools/relay-operation-optimizer": {
2326
- "version": "7.1.2",
2327
- "resolved": "https://registry.npmjs.org/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-7.1.2.tgz",
2328
- "integrity": "sha512-n/yNuj9aQVdk1bxHvnbqQdvZ5P3Ru8L7BoDlBGK9OXr2Q44XBhFIonqaxREqAWyMme5WnE+DjUswa5H70PQbRg==",
2256
+ "version": "7.1.3",
2257
+ "resolved": "https://registry.npmjs.org/@graphql-tools/relay-operation-optimizer/-/relay-operation-optimizer-7.1.3.tgz",
2258
+ "integrity": "sha512-Vzh5QORIqX0KtwxgNepl/T16a85Br7YbOxxxmnyVpS7yza9vBjkrERbvAwADcYyPH7kyShmH1Gu5+88+vCVhuA==",
2329
2259
  "dev": true,
2330
2260
  "license": "MIT",
2331
2261
  "dependencies": {
2332
2262
  "@ardatan/relay-compiler": "^13.0.1",
2333
- "@graphql-tools/utils": "^11.0.0",
2263
+ "@graphql-tools/utils": "^11.0.1",
2334
2264
  "tslib": "^2.4.0"
2335
2265
  },
2336
2266
  "engines": {
@@ -2341,14 +2271,14 @@
2341
2271
  }
2342
2272
  },
2343
2273
  "node_modules/@graphql-tools/schema": {
2344
- "version": "10.0.31",
2345
- "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-10.0.31.tgz",
2346
- "integrity": "sha512-ZewRgWhXef6weZ0WiP7/MV47HXiuFbFpiDUVLQl6mgXsWSsGELKFxQsyUCBos60Qqy1JEFAIu3Ns6GGYjGkqkQ==",
2274
+ "version": "10.0.32",
2275
+ "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-10.0.32.tgz",
2276
+ "integrity": "sha512-kJ1Qn20MPnlaEVH37639E6rzQ1tEtr6XTUhNdR4EKydl+FijtLhWX2WLZbGnvrYuG8XUcMxsZU9mRRYYNvK02w==",
2347
2277
  "dev": true,
2348
2278
  "license": "MIT",
2349
2279
  "dependencies": {
2350
- "@graphql-tools/merge": "^9.1.7",
2351
- "@graphql-tools/utils": "^11.0.0",
2280
+ "@graphql-tools/merge": "^9.1.8",
2281
+ "@graphql-tools/utils": "^11.0.1",
2352
2282
  "tslib": "^2.4.0"
2353
2283
  },
2354
2284
  "engines": {
@@ -2359,16 +2289,16 @@
2359
2289
  }
2360
2290
  },
2361
2291
  "node_modules/@graphql-tools/url-loader": {
2362
- "version": "9.1.0",
2363
- "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-9.1.0.tgz",
2364
- "integrity": "sha512-G3Ul5sLsLOJlfT4LkdQSKcHoJ+4CuSeUbRT1XjBXZSgNkeXZt2MXHJQX0X8+b4mJq7fI3thcfbiB+5sEUlnT7g==",
2292
+ "version": "9.1.1",
2293
+ "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-9.1.1.tgz",
2294
+ "integrity": "sha512-mLrUnyjPbYrwbCs2GqVXB4CPGZye4aOzJlLOYNctKm3QvGaMSmEwsAVJjpuG8D+ky/1OwCklqgo2KBj3TgYoSA==",
2365
2295
  "dev": true,
2366
2296
  "license": "MIT",
2367
2297
  "dependencies": {
2368
2298
  "@graphql-tools/executor-graphql-ws": "^3.1.4",
2369
2299
  "@graphql-tools/executor-http": "^3.2.1",
2370
- "@graphql-tools/executor-legacy-ws": "^1.1.26",
2371
- "@graphql-tools/utils": "^11.0.0",
2300
+ "@graphql-tools/executor-legacy-ws": "^1.1.27",
2301
+ "@graphql-tools/utils": "^11.0.1",
2372
2302
  "@graphql-tools/wrap": "^11.1.1",
2373
2303
  "@types/ws": "^8.0.0",
2374
2304
  "@whatwg-node/fetch": "^0.10.13",
@@ -2386,9 +2316,9 @@
2386
2316
  }
2387
2317
  },
2388
2318
  "node_modules/@graphql-tools/utils": {
2389
- "version": "11.0.0",
2390
- "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-11.0.0.tgz",
2391
- "integrity": "sha512-bM1HeZdXA2C3LSIeLOnH/bcqSgbQgKEDrjxODjqi3y58xai2TkNrtYcQSoWzGbt9VMN1dORGjR7Vem8SPnUFQA==",
2319
+ "version": "11.0.1",
2320
+ "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-11.0.1.tgz",
2321
+ "integrity": "sha512-pNyCOb95ab/z3zkkiPwIPYxigX7IcpyFVcgD1XACDEvg/7yGnKCESx3k/XHEeneKYx/aWKGzEh/uuf6M6Q8HOw==",
2392
2322
  "dev": true,
2393
2323
  "license": "MIT",
2394
2324
  "dependencies": {
@@ -2405,13 +2335,13 @@
2405
2335
  }
2406
2336
  },
2407
2337
  "node_modules/@graphql-tools/wrap": {
2408
- "version": "11.1.13",
2409
- "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-11.1.13.tgz",
2410
- "integrity": "sha512-oWdhddkcFy9vKjvAZiw7oH/1mrgg0uMpwdeFeFt7S/MlLiySx+Vuk7kjARktjUBl+yAMt9q1/BADnoT+5vH0hw==",
2338
+ "version": "11.1.14",
2339
+ "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-11.1.14.tgz",
2340
+ "integrity": "sha512-ebSVT7apxr+88q3Wy0i4AyRmJ42I0SuMqjPIn1fqW14yCTQRZG8YLuIALG1gKR936+GkfMLOrADh6egJvdlN6Q==",
2411
2341
  "dev": true,
2412
2342
  "license": "MIT",
2413
2343
  "dependencies": {
2414
- "@graphql-tools/delegate": "^12.0.13",
2344
+ "@graphql-tools/delegate": "^12.0.14",
2415
2345
  "@graphql-tools/schema": "^10.0.29",
2416
2346
  "@graphql-tools/utils": "^11.0.0",
2417
2347
  "@whatwg-node/promise-helpers": "^1.3.2",
@@ -2435,9 +2365,9 @@
2435
2365
  }
2436
2366
  },
2437
2367
  "node_modules/@hono/node-server": {
2438
- "version": "1.19.13",
2439
- "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.13.tgz",
2440
- "integrity": "sha512-TsQLe4i2gvoTtrHje625ngThGBySOgSK3Xo2XRYOdqGN1teR8+I7vchQC46uLJi8OF62YTYA3AhSpumtkhsaKQ==",
2368
+ "version": "1.19.14",
2369
+ "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.14.tgz",
2370
+ "integrity": "sha512-GwtvgtXxnWsucXvbQXkRgqksiH2Qed37H9xHZocE5sA3N8O8O8/8FA3uclQXxXVzc9XBZuEOMK7+r02FmSpHtw==",
2441
2371
  "license": "MIT",
2442
2372
  "engines": {
2443
2373
  "node": ">=18.14.1"
@@ -2447,29 +2377,43 @@
2447
2377
  }
2448
2378
  },
2449
2379
  "node_modules/@humanfs/core": {
2450
- "version": "0.19.1",
2451
- "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
2452
- "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
2380
+ "version": "0.19.2",
2381
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
2382
+ "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
2453
2383
  "dev": true,
2454
2384
  "license": "Apache-2.0",
2385
+ "dependencies": {
2386
+ "@humanfs/types": "^0.15.0"
2387
+ },
2455
2388
  "engines": {
2456
2389
  "node": ">=18.18.0"
2457
2390
  }
2458
2391
  },
2459
2392
  "node_modules/@humanfs/node": {
2460
- "version": "0.16.7",
2461
- "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
2462
- "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
2393
+ "version": "0.16.8",
2394
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",
2395
+ "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
2463
2396
  "dev": true,
2464
2397
  "license": "Apache-2.0",
2465
2398
  "dependencies": {
2466
- "@humanfs/core": "^0.19.1",
2399
+ "@humanfs/core": "^0.19.2",
2400
+ "@humanfs/types": "^0.15.0",
2467
2401
  "@humanwhocodes/retry": "^0.4.0"
2468
2402
  },
2469
2403
  "engines": {
2470
2404
  "node": ">=18.18.0"
2471
2405
  }
2472
2406
  },
2407
+ "node_modules/@humanfs/types": {
2408
+ "version": "0.15.0",
2409
+ "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
2410
+ "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
2411
+ "dev": true,
2412
+ "license": "Apache-2.0",
2413
+ "engines": {
2414
+ "node": ">=18.18.0"
2415
+ }
2416
+ },
2473
2417
  "node_modules/@humanwhocodes/module-importer": {
2474
2418
  "version": "1.0.1",
2475
2419
  "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
@@ -2502,6 +2446,7 @@
2502
2446
  "version": "1.0.2",
2503
2447
  "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz",
2504
2448
  "integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==",
2449
+ "dev": true,
2505
2450
  "license": "MIT",
2506
2451
  "engines": {
2507
2452
  "node": ">=18"
@@ -2536,6 +2481,7 @@
2536
2481
  "version": "5.1.21",
2537
2482
  "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.21.tgz",
2538
2483
  "integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
2484
+ "dev": true,
2539
2485
  "license": "MIT",
2540
2486
  "dependencies": {
2541
2487
  "@inquirer/core": "^10.3.2",
@@ -2557,6 +2503,7 @@
2557
2503
  "version": "10.3.2",
2558
2504
  "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz",
2559
2505
  "integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
2506
+ "dev": true,
2560
2507
  "license": "MIT",
2561
2508
  "dependencies": {
2562
2509
  "@inquirer/ansi": "^1.0.2",
@@ -2652,6 +2599,7 @@
2652
2599
  "version": "1.0.15",
2653
2600
  "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz",
2654
2601
  "integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
2602
+ "dev": true,
2655
2603
  "license": "MIT",
2656
2604
  "engines": {
2657
2605
  "node": ">=18"
@@ -2830,6 +2778,7 @@
2830
2778
  "version": "3.0.10",
2831
2779
  "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz",
2832
2780
  "integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
2781
+ "dev": true,
2833
2782
  "license": "MIT",
2834
2783
  "engines": {
2835
2784
  "node": ">=18"
@@ -3070,9 +3019,9 @@
3070
3019
  }
3071
3020
  },
3072
3021
  "node_modules/@mswjs/interceptors": {
3073
- "version": "0.41.3",
3074
- "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.41.3.tgz",
3075
- "integrity": "sha512-cXu86tF4VQVfwz8W1SPbhoRyHJkti6mjH/XJIxp40jhO4j2k1m4KYrEykxqWPkFF3vrK4rgQppBh//AwyGSXPA==",
3022
+ "version": "0.41.5",
3023
+ "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.41.5.tgz",
3024
+ "integrity": "sha512-Fa2HztoLlZxRN6wVC2KB7q0SvRTKjfP0328NVnSit03+0nzm62syxyT46KGbgq3Vr1A/mmLeQwu3GprB0lNTjw==",
3076
3025
  "license": "MIT",
3077
3026
  "dependencies": {
3078
3027
  "@open-draft/deferred-promise": "^2.2.0",
@@ -3086,6 +3035,12 @@
3086
3035
  "node": ">=18"
3087
3036
  }
3088
3037
  },
3038
+ "node_modules/@mswjs/interceptors/node_modules/@open-draft/deferred-promise": {
3039
+ "version": "2.2.0",
3040
+ "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz",
3041
+ "integrity": "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==",
3042
+ "license": "MIT"
3043
+ },
3089
3044
  "node_modules/@noble/ciphers": {
3090
3045
  "version": "1.3.0",
3091
3046
  "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz",
@@ -3161,9 +3116,9 @@
3161
3116
  }
3162
3117
  },
3163
3118
  "node_modules/@open-draft/deferred-promise": {
3164
- "version": "2.2.0",
3165
- "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz",
3166
- "integrity": "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==",
3119
+ "version": "3.0.0",
3120
+ "resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-3.0.0.tgz",
3121
+ "integrity": "sha512-XW375UK8/9SqUVNVa6M0yEy8+iTi4QN5VZ7aZuRFQmy76LRwI9wy5F4YIBU6T+eTe2/DNDo8tqu8RHlwLHM6RA==",
3167
3122
  "license": "MIT"
3168
3123
  },
3169
3124
  "node_modules/@open-draft/logger": {
@@ -4724,9 +4679,9 @@
4724
4679
  "license": "MIT"
4725
4680
  },
4726
4681
  "node_modules/@rollup/rollup-android-arm-eabi": {
4727
- "version": "4.60.1",
4728
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.1.tgz",
4729
- "integrity": "sha512-d6FinEBLdIiK+1uACUttJKfgZREXrF0Qc2SmLII7W2AD8FfiZ9Wjd+rD/iRuf5s5dWrr1GgwXCvPqOuDquOowA==",
4682
+ "version": "4.60.2",
4683
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.2.tgz",
4684
+ "integrity": "sha512-dnlp69efPPg6Uaw2dVqzWRfAWRnYVb1XJ8CyyhIbZeaq4CA5/mLeZ1IEt9QqQxmbdvagjLIm2ZL8BxXv5lH4Yw==",
4730
4685
  "cpu": [
4731
4686
  "arm"
4732
4687
  ],
@@ -4737,9 +4692,9 @@
4737
4692
  ]
4738
4693
  },
4739
4694
  "node_modules/@rollup/rollup-android-arm64": {
4740
- "version": "4.60.1",
4741
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.1.tgz",
4742
- "integrity": "sha512-YjG/EwIDvvYI1YvYbHvDz/BYHtkY4ygUIXHnTdLhG+hKIQFBiosfWiACWortsKPKU/+dUwQQCKQM3qrDe8c9BA==",
4695
+ "version": "4.60.2",
4696
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.2.tgz",
4697
+ "integrity": "sha512-OqZTwDRDchGRHHm/hwLOL7uVPB9aUvI0am/eQuWMNyFHf5PSEQmyEeYYheA0EPPKUO/l0uigCp+iaTjoLjVoHg==",
4743
4698
  "cpu": [
4744
4699
  "arm64"
4745
4700
  ],
@@ -4750,9 +4705,9 @@
4750
4705
  ]
4751
4706
  },
4752
4707
  "node_modules/@rollup/rollup-darwin-arm64": {
4753
- "version": "4.60.1",
4754
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.1.tgz",
4755
- "integrity": "sha512-mjCpF7GmkRtSJwon+Rq1N8+pI+8l7w5g9Z3vWj4T7abguC4Czwi3Yu/pFaLvA3TTeMVjnu3ctigusqWUfjZzvw==",
4708
+ "version": "4.60.2",
4709
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.2.tgz",
4710
+ "integrity": "sha512-UwRE7CGpvSVEQS8gUMBe1uADWjNnVgP3Iusyda1nSRwNDCsRjnGc7w6El6WLQsXmZTbLZx9cecegumcitNfpmA==",
4756
4711
  "cpu": [
4757
4712
  "arm64"
4758
4713
  ],
@@ -4763,9 +4718,9 @@
4763
4718
  ]
4764
4719
  },
4765
4720
  "node_modules/@rollup/rollup-darwin-x64": {
4766
- "version": "4.60.1",
4767
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.1.tgz",
4768
- "integrity": "sha512-haZ7hJ1JT4e9hqkoT9R/19XW2QKqjfJVv+i5AGg57S+nLk9lQnJ1F/eZloRO3o9Scy9CM3wQ9l+dkXtcBgN5Ew==",
4721
+ "version": "4.60.2",
4722
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.2.tgz",
4723
+ "integrity": "sha512-gjEtURKLCC5VXm1I+2i1u9OhxFsKAQJKTVB8WvDAHF+oZlq0GTVFOlTlO1q3AlCTE/DF32c16ESvfgqR7343/g==",
4769
4724
  "cpu": [
4770
4725
  "x64"
4771
4726
  ],
@@ -4776,9 +4731,9 @@
4776
4731
  ]
4777
4732
  },
4778
4733
  "node_modules/@rollup/rollup-freebsd-arm64": {
4779
- "version": "4.60.1",
4780
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.1.tgz",
4781
- "integrity": "sha512-czw90wpQq3ZsAVBlinZjAYTKduOjTywlG7fEeWKUA7oCmpA8xdTkxZZlwNJKWqILlq0wehoZcJYfBvOyhPTQ6w==",
4734
+ "version": "4.60.2",
4735
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.2.tgz",
4736
+ "integrity": "sha512-Bcl6CYDeAgE70cqZaMojOi/eK63h5Me97ZqAQoh77VPjMysA/4ORQBRGo3rRy45x4MzVlU9uZxs8Uwy7ZaKnBw==",
4782
4737
  "cpu": [
4783
4738
  "arm64"
4784
4739
  ],
@@ -4789,9 +4744,9 @@
4789
4744
  ]
4790
4745
  },
4791
4746
  "node_modules/@rollup/rollup-freebsd-x64": {
4792
- "version": "4.60.1",
4793
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.1.tgz",
4794
- "integrity": "sha512-KVB2rqsxTHuBtfOeySEyzEOB7ltlB/ux38iu2rBQzkjbwRVlkhAGIEDiiYnO2kFOkJp+Z7pUXKyrRRFuFUKt+g==",
4747
+ "version": "4.60.2",
4748
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.2.tgz",
4749
+ "integrity": "sha512-LU+TPda3mAE2QB0/Hp5VyeKJivpC6+tlOXd1VMoXV/YFMvk/MNk5iXeBfB4MQGRWyOYVJ01625vjkr0Az98OJQ==",
4795
4750
  "cpu": [
4796
4751
  "x64"
4797
4752
  ],
@@ -4802,9 +4757,9 @@
4802
4757
  ]
4803
4758
  },
4804
4759
  "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
4805
- "version": "4.60.1",
4806
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.1.tgz",
4807
- "integrity": "sha512-L+34Qqil+v5uC0zEubW7uByo78WOCIrBvci69E7sFASRl0X7b/MB6Cqd1lky/CtcSVTydWa2WZwFuWexjS5o6g==",
4760
+ "version": "4.60.2",
4761
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.2.tgz",
4762
+ "integrity": "sha512-2QxQrM+KQ7DAW4o22j+XZ6RKdxjLD7BOWTP0Bv0tmjdyhXSsr2Ul1oJDQqh9Zf5qOwTuTc7Ek83mOFaKnodPjg==",
4808
4763
  "cpu": [
4809
4764
  "arm"
4810
4765
  ],
@@ -4818,9 +4773,9 @@
4818
4773
  ]
4819
4774
  },
4820
4775
  "node_modules/@rollup/rollup-linux-arm-musleabihf": {
4821
- "version": "4.60.1",
4822
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.1.tgz",
4823
- "integrity": "sha512-n83O8rt4v34hgFzlkb1ycniJh7IR5RCIqt6mz1VRJD6pmhRi0CXdmfnLu9dIUS6buzh60IvACM842Ffb3xd6Gg==",
4776
+ "version": "4.60.2",
4777
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.2.tgz",
4778
+ "integrity": "sha512-TbziEu2DVsTEOPif2mKWkMeDMLoYjx95oESa9fkQQK7r/Orta0gnkcDpzwufEcAO2BLBsD7mZkXGFqEdMRRwfw==",
4824
4779
  "cpu": [
4825
4780
  "arm"
4826
4781
  ],
@@ -4834,9 +4789,9 @@
4834
4789
  ]
4835
4790
  },
4836
4791
  "node_modules/@rollup/rollup-linux-arm64-gnu": {
4837
- "version": "4.60.1",
4838
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.1.tgz",
4839
- "integrity": "sha512-Nql7sTeAzhTAja3QXeAI48+/+GjBJ+QmAH13snn0AJSNL50JsDqotyudHyMbO2RbJkskbMbFJfIJKWA6R1LCJQ==",
4792
+ "version": "4.60.2",
4793
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.2.tgz",
4794
+ "integrity": "sha512-bO/rVDiDUuM2YfuCUwZ1t1cP+/yqjqz+Xf2VtkdppefuOFS2OSeAfgafaHNkFn0t02hEyXngZkxtGqXcXwO8Rg==",
4840
4795
  "cpu": [
4841
4796
  "arm64"
4842
4797
  ],
@@ -4850,9 +4805,9 @@
4850
4805
  ]
4851
4806
  },
4852
4807
  "node_modules/@rollup/rollup-linux-arm64-musl": {
4853
- "version": "4.60.1",
4854
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.1.tgz",
4855
- "integrity": "sha512-+pUymDhd0ys9GcKZPPWlFiZ67sTWV5UU6zOJat02M1+PiuSGDziyRuI/pPue3hoUwm2uGfxdL+trT6Z9rxnlMA==",
4808
+ "version": "4.60.2",
4809
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.2.tgz",
4810
+ "integrity": "sha512-hr26p7e93Rl0Za+JwW7EAnwAvKkehh12BU1Llm9Ykiibg4uIr2rbpxG9WCf56GuvidlTG9KiiQT/TXT1yAWxTA==",
4856
4811
  "cpu": [
4857
4812
  "arm64"
4858
4813
  ],
@@ -4866,9 +4821,9 @@
4866
4821
  ]
4867
4822
  },
4868
4823
  "node_modules/@rollup/rollup-linux-loong64-gnu": {
4869
- "version": "4.60.1",
4870
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.1.tgz",
4871
- "integrity": "sha512-VSvgvQeIcsEvY4bKDHEDWcpW4Yw7BtlKG1GUT4FzBUlEKQK0rWHYBqQt6Fm2taXS+1bXvJT6kICu5ZwqKCnvlQ==",
4824
+ "version": "4.60.2",
4825
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.2.tgz",
4826
+ "integrity": "sha512-pOjB/uSIyDt+ow3k/RcLvUAOGpysT2phDn7TTUB3n75SlIgZzM6NKAqlErPhoFU+npgY3/n+2HYIQVbF70P9/A==",
4872
4827
  "cpu": [
4873
4828
  "loong64"
4874
4829
  ],
@@ -4882,9 +4837,9 @@
4882
4837
  ]
4883
4838
  },
4884
4839
  "node_modules/@rollup/rollup-linux-loong64-musl": {
4885
- "version": "4.60.1",
4886
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.1.tgz",
4887
- "integrity": "sha512-4LqhUomJqwe641gsPp6xLfhqWMbQV04KtPp7/dIp0nzPxAkNY1AbwL5W0MQpcalLYk07vaW9Kp1PBhdpZYYcEw==",
4840
+ "version": "4.60.2",
4841
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.2.tgz",
4842
+ "integrity": "sha512-2/w+q8jszv9Ww1c+6uJT3OwqhdmGP2/4T17cu8WuwyUuuaCDDJ2ojdyYwZzCxx0GcsZBhzi3HmH+J5pZNXnd+Q==",
4888
4843
  "cpu": [
4889
4844
  "loong64"
4890
4845
  ],
@@ -4898,9 +4853,9 @@
4898
4853
  ]
4899
4854
  },
4900
4855
  "node_modules/@rollup/rollup-linux-ppc64-gnu": {
4901
- "version": "4.60.1",
4902
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.1.tgz",
4903
- "integrity": "sha512-tLQQ9aPvkBxOc/EUT6j3pyeMD6Hb8QF2BTBnCQWP/uu1lhc9AIrIjKnLYMEroIz/JvtGYgI9dF3AxHZNaEH0rw==",
4856
+ "version": "4.60.2",
4857
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.2.tgz",
4858
+ "integrity": "sha512-11+aL5vKheYgczxtPVVRhdptAM2H7fcDR5Gw4/bTcteuZBlH4oP9f5s9zYO9aGZvoGeBpqXI/9TZZihZ609wKw==",
4904
4859
  "cpu": [
4905
4860
  "ppc64"
4906
4861
  ],
@@ -4914,9 +4869,9 @@
4914
4869
  ]
4915
4870
  },
4916
4871
  "node_modules/@rollup/rollup-linux-ppc64-musl": {
4917
- "version": "4.60.1",
4918
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.1.tgz",
4919
- "integrity": "sha512-RMxFhJwc9fSXP6PqmAz4cbv3kAyvD1etJFjTx4ONqFP9DkTkXsAMU4v3Vyc5BgzC+anz7nS/9tp4obsKfqkDHg==",
4872
+ "version": "4.60.2",
4873
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.2.tgz",
4874
+ "integrity": "sha512-i16fokAGK46IVZuV8LIIwMdtqhin9hfYkCh8pf8iC3QU3LpwL+1FSFGej+O7l3E/AoknL6Dclh2oTdnRMpTzFQ==",
4920
4875
  "cpu": [
4921
4876
  "ppc64"
4922
4877
  ],
@@ -4930,9 +4885,9 @@
4930
4885
  ]
4931
4886
  },
4932
4887
  "node_modules/@rollup/rollup-linux-riscv64-gnu": {
4933
- "version": "4.60.1",
4934
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.1.tgz",
4935
- "integrity": "sha512-QKgFl+Yc1eEk6MmOBfRHYF6lTxiiiV3/z/BRrbSiW2I7AFTXoBFvdMEyglohPj//2mZS4hDOqeB0H1ACh3sBbg==",
4888
+ "version": "4.60.2",
4889
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.2.tgz",
4890
+ "integrity": "sha512-49FkKS6RGQoriDSK/6E2GkAsAuU5kETFCh7pG4yD/ylj9rKhTmO3elsnmBvRD4PgJPds5W2PkhC82aVwmUcJ7A==",
4936
4891
  "cpu": [
4937
4892
  "riscv64"
4938
4893
  ],
@@ -4946,9 +4901,9 @@
4946
4901
  ]
4947
4902
  },
4948
4903
  "node_modules/@rollup/rollup-linux-riscv64-musl": {
4949
- "version": "4.60.1",
4950
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.1.tgz",
4951
- "integrity": "sha512-RAjXjP/8c6ZtzatZcA1RaQr6O1TRhzC+adn8YZDnChliZHviqIjmvFwHcxi4JKPSDAt6Uhf/7vqcBzQJy0PDJg==",
4904
+ "version": "4.60.2",
4905
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.2.tgz",
4906
+ "integrity": "sha512-mjYNkHPfGpUR00DuM1ZZIgs64Hpf4bWcz9Z41+4Q+pgDx73UwWdAYyf6EG/lRFldmdHHzgrYyge5akFUW0D3mQ==",
4952
4907
  "cpu": [
4953
4908
  "riscv64"
4954
4909
  ],
@@ -4962,9 +4917,9 @@
4962
4917
  ]
4963
4918
  },
4964
4919
  "node_modules/@rollup/rollup-linux-s390x-gnu": {
4965
- "version": "4.60.1",
4966
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.1.tgz",
4967
- "integrity": "sha512-wcuocpaOlaL1COBYiA89O6yfjlp3RwKDeTIA0hM7OpmhR1Bjo9j31G1uQVpDlTvwxGn2nQs65fBFL5UFd76FcQ==",
4920
+ "version": "4.60.2",
4921
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.2.tgz",
4922
+ "integrity": "sha512-ALyvJz965BQk8E9Al/JDKKDLH2kfKFLTGMlgkAbbYtZuJt9LU8DW3ZoDMCtQpXAltZxwBHevXz5u+gf0yA0YoA==",
4968
4923
  "cpu": [
4969
4924
  "s390x"
4970
4925
  ],
@@ -4978,9 +4933,9 @@
4978
4933
  ]
4979
4934
  },
4980
4935
  "node_modules/@rollup/rollup-linux-x64-gnu": {
4981
- "version": "4.60.1",
4982
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.1.tgz",
4983
- "integrity": "sha512-77PpsFQUCOiZR9+LQEFg9GClyfkNXj1MP6wRnzYs0EeWbPcHs02AXu4xuUbM1zhwn3wqaizle3AEYg5aeoohhg==",
4936
+ "version": "4.60.2",
4937
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.2.tgz",
4938
+ "integrity": "sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==",
4984
4939
  "cpu": [
4985
4940
  "x64"
4986
4941
  ],
@@ -4994,9 +4949,9 @@
4994
4949
  ]
4995
4950
  },
4996
4951
  "node_modules/@rollup/rollup-linux-x64-musl": {
4997
- "version": "4.60.1",
4998
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.1.tgz",
4999
- "integrity": "sha512-5cIATbk5vynAjqqmyBjlciMJl1+R/CwX9oLk/EyiFXDWd95KpHdrOJT//rnUl4cUcskrd0jCCw3wpZnhIHdD9w==",
4952
+ "version": "4.60.2",
4953
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.2.tgz",
4954
+ "integrity": "sha512-bTsRGj6VlSdn/XD4CGyzMnzaBs9bsRxy79eTqTCBsA8TMIEky7qg48aPkvJvFe1HyzQ5oMZdg7AnVlWQSKLTnw==",
5000
4955
  "cpu": [
5001
4956
  "x64"
5002
4957
  ],
@@ -5010,9 +4965,9 @@
5010
4965
  ]
5011
4966
  },
5012
4967
  "node_modules/@rollup/rollup-openbsd-x64": {
5013
- "version": "4.60.1",
5014
- "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.1.tgz",
5015
- "integrity": "sha512-cl0w09WsCi17mcmWqqglez9Gk8isgeWvoUZ3WiJFYSR3zjBQc2J5/ihSjpl+VLjPqjQ/1hJRcqBfLjssREQILw==",
4968
+ "version": "4.60.2",
4969
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.2.tgz",
4970
+ "integrity": "sha512-6d4Z3534xitaA1FcMWP7mQPq5zGwBmGbhphh2DwaA1aNIXUu3KTOfwrWpbwI4/Gr0uANo7NTtaykFyO2hPuFLg==",
5016
4971
  "cpu": [
5017
4972
  "x64"
5018
4973
  ],
@@ -5023,9 +4978,9 @@
5023
4978
  ]
5024
4979
  },
5025
4980
  "node_modules/@rollup/rollup-openharmony-arm64": {
5026
- "version": "4.60.1",
5027
- "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.1.tgz",
5028
- "integrity": "sha512-4Cv23ZrONRbNtbZa37mLSueXUCtN7MXccChtKpUnQNgF010rjrjfHx3QxkS2PI7LqGT5xXyYs1a7LbzAwT0iCA==",
4981
+ "version": "4.60.2",
4982
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.2.tgz",
4983
+ "integrity": "sha512-NetAg5iO2uN7eB8zE5qrZ3CSil+7IJt4WDFLcC75Ymywq1VZVD6qJ6EvNLjZ3rEm6gB7XW5JdT60c6MN35Z85Q==",
5029
4984
  "cpu": [
5030
4985
  "arm64"
5031
4986
  ],
@@ -5036,9 +4991,9 @@
5036
4991
  ]
5037
4992
  },
5038
4993
  "node_modules/@rollup/rollup-win32-arm64-msvc": {
5039
- "version": "4.60.1",
5040
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.1.tgz",
5041
- "integrity": "sha512-i1okWYkA4FJICtr7KpYzFpRTHgy5jdDbZiWfvny21iIKky5YExiDXP+zbXzm3dUcFpkEeYNHgQ5fuG236JPq0g==",
4994
+ "version": "4.60.2",
4995
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.2.tgz",
4996
+ "integrity": "sha512-NCYhOotpgWZ5kdxCZsv6Iudx0wX8980Q/oW4pNFNihpBKsDbEA1zpkfxJGC0yugsUuyDZ7gL37dbzwhR0VI7pQ==",
5042
4997
  "cpu": [
5043
4998
  "arm64"
5044
4999
  ],
@@ -5049,9 +5004,9 @@
5049
5004
  ]
5050
5005
  },
5051
5006
  "node_modules/@rollup/rollup-win32-ia32-msvc": {
5052
- "version": "4.60.1",
5053
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.1.tgz",
5054
- "integrity": "sha512-u09m3CuwLzShA0EYKMNiFgcjjzwqtUMLmuCJLeZWjjOYA3IT2Di09KaxGBTP9xVztWyIWjVdsB2E9goMjZvTQg==",
5007
+ "version": "4.60.2",
5008
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.2.tgz",
5009
+ "integrity": "sha512-RXsaOqXxfoUBQoOgvmmijVxJnW2IGB0eoMO7F8FAjaj0UTywUO/luSqimWBJn04WNgUkeNhh7fs7pESXajWmkg==",
5055
5010
  "cpu": [
5056
5011
  "ia32"
5057
5012
  ],
@@ -5062,9 +5017,9 @@
5062
5017
  ]
5063
5018
  },
5064
5019
  "node_modules/@rollup/rollup-win32-x64-gnu": {
5065
- "version": "4.60.1",
5066
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.1.tgz",
5067
- "integrity": "sha512-k+600V9Zl1CM7eZxJgMyTUzmrmhB/0XZnF4pRypKAlAgxmedUA+1v9R+XOFv56W4SlHEzfeMtzujLJD22Uz5zg==",
5020
+ "version": "4.60.2",
5021
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.2.tgz",
5022
+ "integrity": "sha512-qdAzEULD+/hzObedtmV6iBpdL5TIbKVztGiK7O3/KYSf+HIzU257+MX1EXJcyIiDbMAqmbwaufcYPvyRryeZtA==",
5068
5023
  "cpu": [
5069
5024
  "x64"
5070
5025
  ],
@@ -5075,9 +5030,9 @@
5075
5030
  ]
5076
5031
  },
5077
5032
  "node_modules/@rollup/rollup-win32-x64-msvc": {
5078
- "version": "4.60.1",
5079
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.1.tgz",
5080
- "integrity": "sha512-lWMnixq/QzxyhTV6NjQJ4SFo1J6PvOX8vUx5Wb4bBPsEb+8xZ89Bz6kOXpfXj9ak9AHTQVQzlgzBEc1SyM27xQ==",
5033
+ "version": "4.60.2",
5034
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.2.tgz",
5035
+ "integrity": "sha512-Nd/SgG27WoA9e+/TdK74KnHz852TLa94ovOYySo/yMPuTmpckK/jIF2jSwS3g7ELSKXK13/cVdmg1Z/DaCWKxA==",
5081
5036
  "cpu": [
5082
5037
  "x64"
5083
5038
  ],
@@ -5088,9 +5043,9 @@
5088
5043
  ]
5089
5044
  },
5090
5045
  "node_modules/@salesforce/agentforce-conversation-client": {
5091
- "version": "1.120.6",
5092
- "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.120.6.tgz",
5093
- "integrity": "sha512-h6rbTdJxHwvhuyPeQJzctzdEc737gDQprzON6vmgTj2rPr+tSP2znqblNDzi+Ad9a64xR0t9PFfOQmQkN6A2pg==",
5046
+ "version": "1.123.0",
5047
+ "resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-1.123.0.tgz",
5048
+ "integrity": "sha512-87lylNffqQYJzCczQavWEzMv8cxsUJFejDZjpadCgP0hILjCjJOdn7bZ3X72WoW2p8GR7SpsLwFBmrlDhmLtIg==",
5094
5049
  "license": "SEE LICENSE IN LICENSE.txt",
5095
5050
  "dependencies": {
5096
5051
  "@lightning-out/application": "2.1.1-rc.2"
@@ -5100,9 +5055,9 @@
5100
5055
  }
5101
5056
  },
5102
5057
  "node_modules/@salesforce/core": {
5103
- "version": "8.28.1",
5104
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.1.tgz",
5105
- "integrity": "sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==",
5058
+ "version": "8.28.3",
5059
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.3.tgz",
5060
+ "integrity": "sha512-DDAeHVwDO8wUlqEGwfp8Vuu7Vp7K+hpubKu6baWkHAXiO1u7ZbQkvwCbpPz9JiYEXVUBvP11JtBQ7zOUIPShlQ==",
5106
5061
  "license": "BSD-3-Clause",
5107
5062
  "dependencies": {
5108
5063
  "@jsforce/jsforce-node": "^3.10.13",
@@ -5151,20 +5106,20 @@
5151
5106
  }
5152
5107
  },
5153
5108
  "node_modules/@salesforce/sdk-core": {
5154
- "version": "1.120.6",
5155
- "resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.120.6.tgz",
5156
- "integrity": "sha512-yqd3Cf5hPzMJTy9GEsy9N41oFFIrcAOU/QuDDZ+nAmmXNmprM3kt93JCdhHr2L1P6JP2SHMhNMJQ1lKmSPl/uw==",
5109
+ "version": "1.123.0",
5110
+ "resolved": "https://registry.npmjs.org/@salesforce/sdk-core/-/sdk-core-1.123.0.tgz",
5111
+ "integrity": "sha512-iINqYSrd67Y5YXYENVUf0f6c2FEfNgXoMxzrfMHCk8HeqXWHtblTRXCxiS4DkAm60CmlJQTTWemcYoGYAnyqbQ==",
5157
5112
  "license": "SEE LICENSE IN LICENSE.txt"
5158
5113
  },
5159
5114
  "node_modules/@salesforce/sdk-data": {
5160
- "version": "1.120.6",
5161
- "resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.120.6.tgz",
5162
- "integrity": "sha512-ejVCIU3EJTt2uv1kKx/3Jg98ESHbuG5zh+sn1Z4rfxtU/jVzeLZQyS3dIjw1krhSFIl9He+JU5EW8/s5W6aQSA==",
5115
+ "version": "1.123.0",
5116
+ "resolved": "https://registry.npmjs.org/@salesforce/sdk-data/-/sdk-data-1.123.0.tgz",
5117
+ "integrity": "sha512-tdwdurcjqXgYV0xJ13k0XURxi+b6WGP1mggs8A1Kg2nOGTVKgN+zC/A9NHVzzMEUjphK7lT4ynV1lgSx6Ab3EA==",
5163
5118
  "license": "SEE LICENSE IN LICENSE.txt",
5164
5119
  "dependencies": {
5165
5120
  "@conduit-client/service-fetch-network": "3.17.0",
5166
5121
  "@conduit-client/utils": "3.17.0",
5167
- "@salesforce/sdk-core": "^1.120.6"
5122
+ "@salesforce/sdk-core": "^1.123.0"
5168
5123
  }
5169
5124
  },
5170
5125
  "node_modules/@salesforce/ts-types": {
@@ -5177,13 +5132,13 @@
5177
5132
  }
5178
5133
  },
5179
5134
  "node_modules/@salesforce/ui-bundle": {
5180
- "version": "1.120.6",
5181
- "resolved": "https://registry.npmjs.org/@salesforce/ui-bundle/-/ui-bundle-1.120.6.tgz",
5182
- "integrity": "sha512-sIHzbSMkMwvhh7IzAO/TzTMjIdphf8dTu+A4+LHobQ0XLp9Y0dii1ckMhLTb/i97qdCDq+aeIIKVQpRedgjsTw==",
5135
+ "version": "1.123.0",
5136
+ "resolved": "https://registry.npmjs.org/@salesforce/ui-bundle/-/ui-bundle-1.123.0.tgz",
5137
+ "integrity": "sha512-6+yUdHAPpc7xQRB7RUr4LHDyvfyOzWfjw+DBpho+yoJo45eFUsWuImeiMLyA6CwjRJ9oIdnrhxAC/2WpLocg6Q==",
5183
5138
  "license": "SEE LICENSE IN LICENSE.txt",
5184
5139
  "dependencies": {
5185
5140
  "@salesforce/core": "^8.23.4",
5186
- "@salesforce/sdk-data": "^1.120.6",
5141
+ "@salesforce/sdk-data": "^1.123.0",
5187
5142
  "micromatch": "^4.0.8",
5188
5143
  "path-to-regexp": "^8.3.0"
5189
5144
  },
@@ -5192,15 +5147,15 @@
5192
5147
  }
5193
5148
  },
5194
5149
  "node_modules/@salesforce/vite-plugin-ui-bundle": {
5195
- "version": "1.120.6",
5196
- "resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-ui-bundle/-/vite-plugin-ui-bundle-1.120.6.tgz",
5197
- "integrity": "sha512-tgpr60t8fA7FqhVfvUvUK+dhpcIUSlMAAfauHLMfcdbOa3PLSZbrp+3DlGT+Org4DOpUP1bxv7lCTWPi3i6RCQ==",
5150
+ "version": "1.123.0",
5151
+ "resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-ui-bundle/-/vite-plugin-ui-bundle-1.123.0.tgz",
5152
+ "integrity": "sha512-UbnCbA/MCc0oxgpWH2Di66Tf25S2FV+hCCCCyfZfZ6nItHfrI2pgXRO9q+eROpLcDRNlz7qSNwoO5egvawqzBA==",
5198
5153
  "dev": true,
5199
5154
  "license": "SEE LICENSE IN LICENSE.txt",
5200
5155
  "dependencies": {
5201
5156
  "@babel/core": "^7.28.4",
5202
5157
  "@babel/helper-plugin-utils": "^7.28.3",
5203
- "@salesforce/ui-bundle": "^1.120.6"
5158
+ "@salesforce/ui-bundle": "^1.123.0"
5204
5159
  },
5205
5160
  "engines": {
5206
5161
  "node": ">=20.0.0"
@@ -5256,9 +5211,9 @@
5256
5211
  }
5257
5212
  },
5258
5213
  "node_modules/@tailwindcss/node": {
5259
- "version": "4.2.2",
5260
- "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.2.tgz",
5261
- "integrity": "sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==",
5214
+ "version": "4.2.4",
5215
+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.4.tgz",
5216
+ "integrity": "sha512-Ai7+yQPxz3ddrDQzFfBKdHEVBg0w3Zl83jnjuwxnZOsnH9pGn93QHQtpU0p/8rYWxvbFZHneni6p1BSLK4DkGA==",
5262
5217
  "license": "MIT",
5263
5218
  "dependencies": {
5264
5219
  "@jridgewell/remapping": "^2.3.5",
@@ -5267,36 +5222,36 @@
5267
5222
  "lightningcss": "1.32.0",
5268
5223
  "magic-string": "^0.30.21",
5269
5224
  "source-map-js": "^1.2.1",
5270
- "tailwindcss": "4.2.2"
5225
+ "tailwindcss": "4.2.4"
5271
5226
  }
5272
5227
  },
5273
5228
  "node_modules/@tailwindcss/oxide": {
5274
- "version": "4.2.2",
5275
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.2.tgz",
5276
- "integrity": "sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==",
5229
+ "version": "4.2.4",
5230
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.4.tgz",
5231
+ "integrity": "sha512-9El/iI069DKDSXwTvB9J4BwdO5JhRrOweGaK25taBAvBXyXqJAX+Jqdvs8r8gKpsI/1m0LeJLyQYTf/WLrBT1Q==",
5277
5232
  "license": "MIT",
5278
5233
  "engines": {
5279
5234
  "node": ">= 20"
5280
5235
  },
5281
5236
  "optionalDependencies": {
5282
- "@tailwindcss/oxide-android-arm64": "4.2.2",
5283
- "@tailwindcss/oxide-darwin-arm64": "4.2.2",
5284
- "@tailwindcss/oxide-darwin-x64": "4.2.2",
5285
- "@tailwindcss/oxide-freebsd-x64": "4.2.2",
5286
- "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.2",
5287
- "@tailwindcss/oxide-linux-arm64-gnu": "4.2.2",
5288
- "@tailwindcss/oxide-linux-arm64-musl": "4.2.2",
5289
- "@tailwindcss/oxide-linux-x64-gnu": "4.2.2",
5290
- "@tailwindcss/oxide-linux-x64-musl": "4.2.2",
5291
- "@tailwindcss/oxide-wasm32-wasi": "4.2.2",
5292
- "@tailwindcss/oxide-win32-arm64-msvc": "4.2.2",
5293
- "@tailwindcss/oxide-win32-x64-msvc": "4.2.2"
5237
+ "@tailwindcss/oxide-android-arm64": "4.2.4",
5238
+ "@tailwindcss/oxide-darwin-arm64": "4.2.4",
5239
+ "@tailwindcss/oxide-darwin-x64": "4.2.4",
5240
+ "@tailwindcss/oxide-freebsd-x64": "4.2.4",
5241
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.4",
5242
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.2.4",
5243
+ "@tailwindcss/oxide-linux-arm64-musl": "4.2.4",
5244
+ "@tailwindcss/oxide-linux-x64-gnu": "4.2.4",
5245
+ "@tailwindcss/oxide-linux-x64-musl": "4.2.4",
5246
+ "@tailwindcss/oxide-wasm32-wasi": "4.2.4",
5247
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.2.4",
5248
+ "@tailwindcss/oxide-win32-x64-msvc": "4.2.4"
5294
5249
  }
5295
5250
  },
5296
5251
  "node_modules/@tailwindcss/oxide-android-arm64": {
5297
- "version": "4.2.2",
5298
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.2.tgz",
5299
- "integrity": "sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==",
5252
+ "version": "4.2.4",
5253
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.4.tgz",
5254
+ "integrity": "sha512-e7MOr1SAn9U8KlZzPi1ZXGZHeC5anY36qjNwmZv9pOJ8E4Q6jmD1vyEHkQFmNOIN7twGPEMXRHmitN4zCMN03g==",
5300
5255
  "cpu": [
5301
5256
  "arm64"
5302
5257
  ],
@@ -5310,9 +5265,9 @@
5310
5265
  }
5311
5266
  },
5312
5267
  "node_modules/@tailwindcss/oxide-darwin-arm64": {
5313
- "version": "4.2.2",
5314
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.2.tgz",
5315
- "integrity": "sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==",
5268
+ "version": "4.2.4",
5269
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.4.tgz",
5270
+ "integrity": "sha512-tSC/Kbqpz/5/o/C2sG7QvOxAKqyd10bq+ypZNf+9Fi2TvbVbv1zNpcEptcsU7DPROaSbVgUXmrzKhurFvo5eDg==",
5316
5271
  "cpu": [
5317
5272
  "arm64"
5318
5273
  ],
@@ -5326,9 +5281,9 @@
5326
5281
  }
5327
5282
  },
5328
5283
  "node_modules/@tailwindcss/oxide-darwin-x64": {
5329
- "version": "4.2.2",
5330
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.2.tgz",
5331
- "integrity": "sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==",
5284
+ "version": "4.2.4",
5285
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.4.tgz",
5286
+ "integrity": "sha512-yPyUXn3yO/ufR6+Kzv0t4fCg2qNr90jxXc5QqBpjlPNd0NqyDXcmQb/6weunH/MEDXW5dhyEi+agTDiqa3WsGg==",
5332
5287
  "cpu": [
5333
5288
  "x64"
5334
5289
  ],
@@ -5342,9 +5297,9 @@
5342
5297
  }
5343
5298
  },
5344
5299
  "node_modules/@tailwindcss/oxide-freebsd-x64": {
5345
- "version": "4.2.2",
5346
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.2.tgz",
5347
- "integrity": "sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==",
5300
+ "version": "4.2.4",
5301
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.4.tgz",
5302
+ "integrity": "sha512-BoMIB4vMQtZsXdGLVc2z+P9DbETkiopogfWZKbWwM8b/1Vinbs4YcUwo+kM/KeLkX3Ygrf4/PsRndKaYhS8Eiw==",
5348
5303
  "cpu": [
5349
5304
  "x64"
5350
5305
  ],
@@ -5358,9 +5313,9 @@
5358
5313
  }
5359
5314
  },
5360
5315
  "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
5361
- "version": "4.2.2",
5362
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.2.tgz",
5363
- "integrity": "sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==",
5316
+ "version": "4.2.4",
5317
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.4.tgz",
5318
+ "integrity": "sha512-7pIHBLTHYRAlS7V22JNuTh33yLH4VElwKtB3bwchK/UaKUPpQ0lPQiOWcbm4V3WP2I6fNIJ23vABIvoy2izdwA==",
5364
5319
  "cpu": [
5365
5320
  "arm"
5366
5321
  ],
@@ -5374,9 +5329,9 @@
5374
5329
  }
5375
5330
  },
5376
5331
  "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
5377
- "version": "4.2.2",
5378
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.2.tgz",
5379
- "integrity": "sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==",
5332
+ "version": "4.2.4",
5333
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.4.tgz",
5334
+ "integrity": "sha512-+E4wxJ0ZGOzSH325reXTWB48l42i93kQqMvDyz5gqfRzRZ7faNhnmvlV4EPGJU3QJM/3Ab5jhJ5pCRUsKn6OQw==",
5380
5335
  "cpu": [
5381
5336
  "arm64"
5382
5337
  ],
@@ -5393,9 +5348,9 @@
5393
5348
  }
5394
5349
  },
5395
5350
  "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
5396
- "version": "4.2.2",
5397
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.2.tgz",
5398
- "integrity": "sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==",
5351
+ "version": "4.2.4",
5352
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.4.tgz",
5353
+ "integrity": "sha512-bBADEGAbo4ASnppIziaQJelekCxdMaxisrk+fB7Thit72IBnALp9K6ffA2G4ruj90G9XRS2VQ6q2bCKbfFV82g==",
5399
5354
  "cpu": [
5400
5355
  "arm64"
5401
5356
  ],
@@ -5412,9 +5367,9 @@
5412
5367
  }
5413
5368
  },
5414
5369
  "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
5415
- "version": "4.2.2",
5416
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.2.tgz",
5417
- "integrity": "sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==",
5370
+ "version": "4.2.4",
5371
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.4.tgz",
5372
+ "integrity": "sha512-7Mx25E4WTfnht0TVRTyC00j3i0M+EeFe7wguMDTlX4mRxafznw0CA8WJkFjWYH5BlgELd1kSjuU2JiPnNZbJDA==",
5418
5373
  "cpu": [
5419
5374
  "x64"
5420
5375
  ],
@@ -5431,9 +5386,9 @@
5431
5386
  }
5432
5387
  },
5433
5388
  "node_modules/@tailwindcss/oxide-linux-x64-musl": {
5434
- "version": "4.2.2",
5435
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.2.tgz",
5436
- "integrity": "sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==",
5389
+ "version": "4.2.4",
5390
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.4.tgz",
5391
+ "integrity": "sha512-2wwJRF7nyhOR0hhHoChc04xngV3iS+akccHTGtz965FwF0up4b2lOdo6kI1EbDaEXKgvcrFBYcYQQ/rrnWFVfA==",
5437
5392
  "cpu": [
5438
5393
  "x64"
5439
5394
  ],
@@ -5450,9 +5405,9 @@
5450
5405
  }
5451
5406
  },
5452
5407
  "node_modules/@tailwindcss/oxide-wasm32-wasi": {
5453
- "version": "4.2.2",
5454
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.2.tgz",
5455
- "integrity": "sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==",
5408
+ "version": "4.2.4",
5409
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.4.tgz",
5410
+ "integrity": "sha512-FQsqApeor8Fo6gUEklzmaa9994orJZZDBAlQpK2Mq+DslRKFJeD6AjHpBQ0kZFQohVr8o85PPh8eOy86VlSCmw==",
5456
5411
  "bundleDependencies": [
5457
5412
  "@napi-rs/wasm-runtime",
5458
5413
  "@emnapi/core",
@@ -5537,9 +5492,9 @@
5537
5492
  "optional": true
5538
5493
  },
5539
5494
  "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
5540
- "version": "4.2.2",
5541
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.2.tgz",
5542
- "integrity": "sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==",
5495
+ "version": "4.2.4",
5496
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.4.tgz",
5497
+ "integrity": "sha512-L9BXqxC4ToVgwMFqj3pmZRqyHEztulpUJzCxUtLjobMCzTPsGt1Fa9enKbOpY2iIyVtaHNeNvAK8ERP/64sqGQ==",
5543
5498
  "cpu": [
5544
5499
  "arm64"
5545
5500
  ],
@@ -5553,9 +5508,9 @@
5553
5508
  }
5554
5509
  },
5555
5510
  "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
5556
- "version": "4.2.2",
5557
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.2.tgz",
5558
- "integrity": "sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==",
5511
+ "version": "4.2.4",
5512
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.4.tgz",
5513
+ "integrity": "sha512-ESlKG0EpVJQwRjXDDa9rLvhEAh0mhP1sF7sap9dNZT0yyl9SAG6T7gdP09EH0vIv0UNTlo6jPWyujD6559fZvw==",
5559
5514
  "cpu": [
5560
5515
  "x64"
5561
5516
  ],
@@ -5569,14 +5524,14 @@
5569
5524
  }
5570
5525
  },
5571
5526
  "node_modules/@tailwindcss/vite": {
5572
- "version": "4.2.2",
5573
- "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.2.2.tgz",
5574
- "integrity": "sha512-mEiF5HO1QqCLXoNEfXVA1Tzo+cYsrqV7w9Juj2wdUFyW07JRenqMG225MvPwr3ZD9N1bFQj46X7r33iHxLUW0w==",
5527
+ "version": "4.2.4",
5528
+ "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.2.4.tgz",
5529
+ "integrity": "sha512-pCvohwOCspk3ZFn6eJzrrX3g4n2JY73H6MmYC87XfGPyTty4YsCjYTMArRZm/zOI8dIt3+EcrLHAFPe5A4bgtw==",
5575
5530
  "license": "MIT",
5576
5531
  "dependencies": {
5577
- "@tailwindcss/node": "4.2.2",
5578
- "@tailwindcss/oxide": "4.2.2",
5579
- "tailwindcss": "4.2.2"
5532
+ "@tailwindcss/node": "4.2.4",
5533
+ "@tailwindcss/oxide": "4.2.4",
5534
+ "tailwindcss": "4.2.4"
5580
5535
  },
5581
5536
  "peerDependencies": {
5582
5537
  "vite": "^5.2.0 || ^6 || ^7 || ^8"
@@ -5807,7 +5762,6 @@
5807
5762
  "version": "24.12.2",
5808
5763
  "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz",
5809
5764
  "integrity": "sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==",
5810
- "devOptional": true,
5811
5765
  "license": "MIT",
5812
5766
  "dependencies": {
5813
5767
  "undici-types": "~7.16.0"
@@ -5833,6 +5787,15 @@
5833
5787
  "@types/react": "^19.2.0"
5834
5788
  }
5835
5789
  },
5790
+ "node_modules/@types/set-cookie-parser": {
5791
+ "version": "2.4.10",
5792
+ "resolved": "https://registry.npmjs.org/@types/set-cookie-parser/-/set-cookie-parser-2.4.10.tgz",
5793
+ "integrity": "sha512-GGmQVGpQWUe5qglJozEjZV/5dyxbOOZ0LHe/lqyWssB88Y4svNfst0uqBVscdDeIKl5Jy5+aPSvy7mI9tYRguw==",
5794
+ "license": "MIT",
5795
+ "dependencies": {
5796
+ "@types/node": "*"
5797
+ }
5798
+ },
5836
5799
  "node_modules/@types/statuses": {
5837
5800
  "version": "2.0.6",
5838
5801
  "resolved": "https://registry.npmjs.org/@types/statuses/-/statuses-2.0.6.tgz",
@@ -5856,17 +5819,17 @@
5856
5819
  }
5857
5820
  },
5858
5821
  "node_modules/@typescript-eslint/eslint-plugin": {
5859
- "version": "8.58.1",
5860
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.1.tgz",
5861
- "integrity": "sha512-eSkwoemjo76bdXl2MYqtxg51HNwUSkWfODUOQ3PaTLZGh9uIWWFZIjyjaJnex7wXDu+TRx+ATsnSxdN9YWfRTQ==",
5822
+ "version": "8.59.0",
5823
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.0.tgz",
5824
+ "integrity": "sha512-HyAZtpdkgZwpq8Sz3FSUvCR4c+ScbuWa9AksK2Jweub7w4M3yTz4O11AqVJzLYjy/B9ZWPyc81I+mOdJU/bDQw==",
5862
5825
  "dev": true,
5863
5826
  "license": "MIT",
5864
5827
  "dependencies": {
5865
5828
  "@eslint-community/regexpp": "^4.12.2",
5866
- "@typescript-eslint/scope-manager": "8.58.1",
5867
- "@typescript-eslint/type-utils": "8.58.1",
5868
- "@typescript-eslint/utils": "8.58.1",
5869
- "@typescript-eslint/visitor-keys": "8.58.1",
5829
+ "@typescript-eslint/scope-manager": "8.59.0",
5830
+ "@typescript-eslint/type-utils": "8.59.0",
5831
+ "@typescript-eslint/utils": "8.59.0",
5832
+ "@typescript-eslint/visitor-keys": "8.59.0",
5870
5833
  "ignore": "^7.0.5",
5871
5834
  "natural-compare": "^1.4.0",
5872
5835
  "ts-api-utils": "^2.5.0"
@@ -5879,7 +5842,7 @@
5879
5842
  "url": "https://opencollective.com/typescript-eslint"
5880
5843
  },
5881
5844
  "peerDependencies": {
5882
- "@typescript-eslint/parser": "^8.58.1",
5845
+ "@typescript-eslint/parser": "^8.59.0",
5883
5846
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
5884
5847
  "typescript": ">=4.8.4 <6.1.0"
5885
5848
  }
@@ -5895,16 +5858,16 @@
5895
5858
  }
5896
5859
  },
5897
5860
  "node_modules/@typescript-eslint/parser": {
5898
- "version": "8.58.1",
5899
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.1.tgz",
5900
- "integrity": "sha512-gGkiNMPqerb2cJSVcruigx9eHBlLG14fSdPdqMoOcBfh+vvn4iCq2C8MzUB89PrxOXk0y3GZ1yIWb9aOzL93bw==",
5861
+ "version": "8.59.0",
5862
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.0.tgz",
5863
+ "integrity": "sha512-TI1XGwKbDpo9tRW8UDIXCOeLk55qe9ZFGs8MTKU6/M08HWTw52DD/IYhfQtOEhEdPhLMT26Ka/x7p70nd3dzDg==",
5901
5864
  "dev": true,
5902
5865
  "license": "MIT",
5903
5866
  "dependencies": {
5904
- "@typescript-eslint/scope-manager": "8.58.1",
5905
- "@typescript-eslint/types": "8.58.1",
5906
- "@typescript-eslint/typescript-estree": "8.58.1",
5907
- "@typescript-eslint/visitor-keys": "8.58.1",
5867
+ "@typescript-eslint/scope-manager": "8.59.0",
5868
+ "@typescript-eslint/types": "8.59.0",
5869
+ "@typescript-eslint/typescript-estree": "8.59.0",
5870
+ "@typescript-eslint/visitor-keys": "8.59.0",
5908
5871
  "debug": "^4.4.3"
5909
5872
  },
5910
5873
  "engines": {
@@ -5920,14 +5883,14 @@
5920
5883
  }
5921
5884
  },
5922
5885
  "node_modules/@typescript-eslint/project-service": {
5923
- "version": "8.58.1",
5924
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.1.tgz",
5925
- "integrity": "sha512-gfQ8fk6cxhtptek+/8ZIqw8YrRW5048Gug8Ts5IYcMLCw18iUgrZAEY/D7s4hkI0FxEfGakKuPK/XUMPzPxi5g==",
5886
+ "version": "8.59.0",
5887
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.0.tgz",
5888
+ "integrity": "sha512-Lw5ITrR5s5TbC19YSvlr63ZfLaJoU6vtKTHyB0GQOpX0W7d5/Ir6vUahWi/8Sps/nOukZQ0IB3SmlxZnjaKVnw==",
5926
5889
  "dev": true,
5927
5890
  "license": "MIT",
5928
5891
  "dependencies": {
5929
- "@typescript-eslint/tsconfig-utils": "^8.58.1",
5930
- "@typescript-eslint/types": "^8.58.1",
5892
+ "@typescript-eslint/tsconfig-utils": "^8.59.0",
5893
+ "@typescript-eslint/types": "^8.59.0",
5931
5894
  "debug": "^4.4.3"
5932
5895
  },
5933
5896
  "engines": {
@@ -5942,14 +5905,14 @@
5942
5905
  }
5943
5906
  },
5944
5907
  "node_modules/@typescript-eslint/scope-manager": {
5945
- "version": "8.58.1",
5946
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz",
5947
- "integrity": "sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==",
5908
+ "version": "8.59.0",
5909
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.0.tgz",
5910
+ "integrity": "sha512-UzR16Ut8IpA3Mc4DbgAShlPPkVm8xXMWafXxB0BocaVRHs8ZGakAxGRskF7FId3sdk9lgGD73GSFaWmWFDE4dg==",
5948
5911
  "dev": true,
5949
5912
  "license": "MIT",
5950
5913
  "dependencies": {
5951
- "@typescript-eslint/types": "8.58.1",
5952
- "@typescript-eslint/visitor-keys": "8.58.1"
5914
+ "@typescript-eslint/types": "8.59.0",
5915
+ "@typescript-eslint/visitor-keys": "8.59.0"
5953
5916
  },
5954
5917
  "engines": {
5955
5918
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5960,9 +5923,9 @@
5960
5923
  }
5961
5924
  },
5962
5925
  "node_modules/@typescript-eslint/tsconfig-utils": {
5963
- "version": "8.58.1",
5964
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz",
5965
- "integrity": "sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==",
5926
+ "version": "8.59.0",
5927
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.0.tgz",
5928
+ "integrity": "sha512-91Sbl3s4Kb3SybliIY6muFBmHVv+pYXfybC4Oolp3dvk8BvIE3wOPc+403CWIT7mJNkfQRGtdqghzs2+Z91Tqg==",
5966
5929
  "dev": true,
5967
5930
  "license": "MIT",
5968
5931
  "engines": {
@@ -5977,15 +5940,15 @@
5977
5940
  }
5978
5941
  },
5979
5942
  "node_modules/@typescript-eslint/type-utils": {
5980
- "version": "8.58.1",
5981
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.1.tgz",
5982
- "integrity": "sha512-HUFxvTJVroT+0rXVJC7eD5zol6ID+Sn5npVPWoFuHGg9Ncq5Q4EYstqR+UOqaNRFXi5TYkpXXkLhoCHe3G0+7w==",
5943
+ "version": "8.59.0",
5944
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.0.tgz",
5945
+ "integrity": "sha512-3TRiZaQSltGqGeNrJzzr1+8YcEobKH9rHnqIp/1psfKFmhRQDNMGP5hBufanYTGznwShzVLs3Mz+gDN7HkWfXg==",
5983
5946
  "dev": true,
5984
5947
  "license": "MIT",
5985
5948
  "dependencies": {
5986
- "@typescript-eslint/types": "8.58.1",
5987
- "@typescript-eslint/typescript-estree": "8.58.1",
5988
- "@typescript-eslint/utils": "8.58.1",
5949
+ "@typescript-eslint/types": "8.59.0",
5950
+ "@typescript-eslint/typescript-estree": "8.59.0",
5951
+ "@typescript-eslint/utils": "8.59.0",
5989
5952
  "debug": "^4.4.3",
5990
5953
  "ts-api-utils": "^2.5.0"
5991
5954
  },
@@ -6002,9 +5965,9 @@
6002
5965
  }
6003
5966
  },
6004
5967
  "node_modules/@typescript-eslint/types": {
6005
- "version": "8.58.1",
6006
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
6007
- "integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
5968
+ "version": "8.59.0",
5969
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.0.tgz",
5970
+ "integrity": "sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==",
6008
5971
  "dev": true,
6009
5972
  "license": "MIT",
6010
5973
  "engines": {
@@ -6016,16 +5979,16 @@
6016
5979
  }
6017
5980
  },
6018
5981
  "node_modules/@typescript-eslint/typescript-estree": {
6019
- "version": "8.58.1",
6020
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.1.tgz",
6021
- "integrity": "sha512-w4w7WR7GHOjqqPnvAYbazq+Y5oS68b9CzasGtnd6jIeOIeKUzYzupGTB2T4LTPSv4d+WPeccbxuneTFHYgAAWg==",
5982
+ "version": "8.59.0",
5983
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.0.tgz",
5984
+ "integrity": "sha512-O9Re9P1BmBLFJyikRbQpLku/QA3/AueZNO9WePLBwQrvkixTmDe8u76B6CYUAITRl/rHawggEqUGn5QIkVRLMw==",
6022
5985
  "dev": true,
6023
5986
  "license": "MIT",
6024
5987
  "dependencies": {
6025
- "@typescript-eslint/project-service": "8.58.1",
6026
- "@typescript-eslint/tsconfig-utils": "8.58.1",
6027
- "@typescript-eslint/types": "8.58.1",
6028
- "@typescript-eslint/visitor-keys": "8.58.1",
5988
+ "@typescript-eslint/project-service": "8.59.0",
5989
+ "@typescript-eslint/tsconfig-utils": "8.59.0",
5990
+ "@typescript-eslint/types": "8.59.0",
5991
+ "@typescript-eslint/visitor-keys": "8.59.0",
6029
5992
  "debug": "^4.4.3",
6030
5993
  "minimatch": "^10.2.2",
6031
5994
  "semver": "^7.7.3",
@@ -6096,16 +6059,16 @@
6096
6059
  }
6097
6060
  },
6098
6061
  "node_modules/@typescript-eslint/utils": {
6099
- "version": "8.58.1",
6100
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.1.tgz",
6101
- "integrity": "sha512-Ln8R0tmWC7pTtLOzgJzYTXSCjJ9rDNHAqTaVONF4FEi2qwce8mD9iSOxOpLFFvWp/wBFlew0mjM1L1ihYWfBdQ==",
6062
+ "version": "8.59.0",
6063
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.0.tgz",
6064
+ "integrity": "sha512-I1R/K7V07XsMJ12Oaxg/O9GfrysGTmCRhvZJBv0RE0NcULMzjqVpR5kRRQjHsz3J/bElU7HwCO7zkqL+MSUz+g==",
6102
6065
  "dev": true,
6103
6066
  "license": "MIT",
6104
6067
  "dependencies": {
6105
6068
  "@eslint-community/eslint-utils": "^4.9.1",
6106
- "@typescript-eslint/scope-manager": "8.58.1",
6107
- "@typescript-eslint/types": "8.58.1",
6108
- "@typescript-eslint/typescript-estree": "8.58.1"
6069
+ "@typescript-eslint/scope-manager": "8.59.0",
6070
+ "@typescript-eslint/types": "8.59.0",
6071
+ "@typescript-eslint/typescript-estree": "8.59.0"
6109
6072
  },
6110
6073
  "engines": {
6111
6074
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6120,13 +6083,13 @@
6120
6083
  }
6121
6084
  },
6122
6085
  "node_modules/@typescript-eslint/visitor-keys": {
6123
- "version": "8.58.1",
6124
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
6125
- "integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
6086
+ "version": "8.59.0",
6087
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.0.tgz",
6088
+ "integrity": "sha512-/uejZt4dSere1bx12WLlPfv8GktzcaDtuJ7s42/HEZ5zGj9oxRaD4bj7qwSunXkf+pbAhFt2zjpHYUiT5lHf0Q==",
6126
6089
  "dev": true,
6127
6090
  "license": "MIT",
6128
6091
  "dependencies": {
6129
- "@typescript-eslint/types": "8.58.1",
6092
+ "@typescript-eslint/types": "8.59.0",
6130
6093
  "eslint-visitor-keys": "^5.0.0"
6131
6094
  },
6132
6095
  "engines": {
@@ -6172,16 +6135,16 @@
6172
6135
  }
6173
6136
  },
6174
6137
  "node_modules/@vitest/expect": {
6175
- "version": "4.1.3",
6176
- "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.3.tgz",
6177
- "integrity": "sha512-CW8Q9KMtXDGHj0vCsqui0M5KqRsu0zm0GNDW7Gd3U7nZ2RFpPKSCpeCXoT+/+5zr1TNlsoQRDEz+LzZUyq6gnQ==",
6138
+ "version": "4.1.5",
6139
+ "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.5.tgz",
6140
+ "integrity": "sha512-PWBaRY5JoKuRnHlUHfpV/KohFylaDZTupcXN1H9vYryNLOnitSw60Mw9IAE2r67NbwwzBw/Cc/8q9BK3kIX8Kw==",
6178
6141
  "dev": true,
6179
6142
  "license": "MIT",
6180
6143
  "dependencies": {
6181
6144
  "@standard-schema/spec": "^1.1.0",
6182
6145
  "@types/chai": "^5.2.2",
6183
- "@vitest/spy": "4.1.3",
6184
- "@vitest/utils": "4.1.3",
6146
+ "@vitest/spy": "4.1.5",
6147
+ "@vitest/utils": "4.1.5",
6185
6148
  "chai": "^6.2.2",
6186
6149
  "tinyrainbow": "^3.1.0"
6187
6150
  },
@@ -6190,13 +6153,13 @@
6190
6153
  }
6191
6154
  },
6192
6155
  "node_modules/@vitest/mocker": {
6193
- "version": "4.1.3",
6194
- "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.3.tgz",
6195
- "integrity": "sha512-XN3TrycitDQSzGRnec/YWgoofkYRhouyVQj4YNsJ5r/STCUFqMrP4+oxEv3e7ZbLi4og5kIHrZwekDJgw6hcjw==",
6156
+ "version": "4.1.5",
6157
+ "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.5.tgz",
6158
+ "integrity": "sha512-/x2EmFC4mT4NNzqvC3fmesuV97w5FC903KPmey4gsnJiMQ3Be1IlDKVaDaG8iqaLFHqJ2FVEkxZk5VmeLjIItw==",
6196
6159
  "dev": true,
6197
6160
  "license": "MIT",
6198
6161
  "dependencies": {
6199
- "@vitest/spy": "4.1.3",
6162
+ "@vitest/spy": "4.1.5",
6200
6163
  "estree-walker": "^3.0.3",
6201
6164
  "magic-string": "^0.30.21"
6202
6165
  },
@@ -6217,9 +6180,9 @@
6217
6180
  }
6218
6181
  },
6219
6182
  "node_modules/@vitest/pretty-format": {
6220
- "version": "4.1.3",
6221
- "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.3.tgz",
6222
- "integrity": "sha512-hYqqwuMbpkkBodpRh4k4cQSOELxXky1NfMmQvOfKvV8zQHz8x8Dla+2wzElkMkBvSAJX5TRGHJAQvK0TcOafwg==",
6183
+ "version": "4.1.5",
6184
+ "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.5.tgz",
6185
+ "integrity": "sha512-7I3q6l5qr03dVfMX2wCo9FxwSJbPdwKjy2uu/YPpU3wfHvIL4QHwVRp57OfGrDFeUJ8/8QdfBKIV12FTtLn00g==",
6223
6186
  "dev": true,
6224
6187
  "license": "MIT",
6225
6188
  "dependencies": {
@@ -6230,13 +6193,13 @@
6230
6193
  }
6231
6194
  },
6232
6195
  "node_modules/@vitest/runner": {
6233
- "version": "4.1.3",
6234
- "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.3.tgz",
6235
- "integrity": "sha512-VwgOz5MmT0KhlUj40h02LWDpUBVpflZ/b7xZFA25F29AJzIrE+SMuwzFf0b7t4EXdwRNX61C3B6auIXQTR3ttA==",
6196
+ "version": "4.1.5",
6197
+ "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.5.tgz",
6198
+ "integrity": "sha512-2D+o7Pr82IEO46YPpoA/YU0neeyr6FTerQb5Ro7BUnBuv6NQtT/kmVnczngiMEBhzgqz2UZYl5gArejsyERDSQ==",
6236
6199
  "dev": true,
6237
6200
  "license": "MIT",
6238
6201
  "dependencies": {
6239
- "@vitest/utils": "4.1.3",
6202
+ "@vitest/utils": "4.1.5",
6240
6203
  "pathe": "^2.0.3"
6241
6204
  },
6242
6205
  "funding": {
@@ -6244,14 +6207,14 @@
6244
6207
  }
6245
6208
  },
6246
6209
  "node_modules/@vitest/snapshot": {
6247
- "version": "4.1.3",
6248
- "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.3.tgz",
6249
- "integrity": "sha512-9l+k/J9KG5wPJDX9BcFFzhhwNjwkRb8RsnYhaT1vPY7OufxmQFc9sZzScRCPTiETzl37mrIWVY9zxzmdVeJwDQ==",
6210
+ "version": "4.1.5",
6211
+ "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.5.tgz",
6212
+ "integrity": "sha512-zypXEt4KH/XgKGPUz4eC2AvErYx0My5hfL8oDb1HzGFpEk1P62bxSohdyOmvz+d9UJwanI68MKwr2EquOaOgMQ==",
6250
6213
  "dev": true,
6251
6214
  "license": "MIT",
6252
6215
  "dependencies": {
6253
- "@vitest/pretty-format": "4.1.3",
6254
- "@vitest/utils": "4.1.3",
6216
+ "@vitest/pretty-format": "4.1.5",
6217
+ "@vitest/utils": "4.1.5",
6255
6218
  "magic-string": "^0.30.21",
6256
6219
  "pathe": "^2.0.3"
6257
6220
  },
@@ -6260,9 +6223,9 @@
6260
6223
  }
6261
6224
  },
6262
6225
  "node_modules/@vitest/spy": {
6263
- "version": "4.1.3",
6264
- "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.3.tgz",
6265
- "integrity": "sha512-ujj5Uwxagg4XUIfAUyRQxAg631BP6e9joRiN99mr48Bg9fRs+5mdUElhOoZ6rP5mBr8Bs3lmrREnkrQWkrsTCw==",
6226
+ "version": "4.1.5",
6227
+ "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.5.tgz",
6228
+ "integrity": "sha512-2lNOsh6+R2Idnf1TCZqSwYlKN2E/iDlD8sgU59kYVl+OMDmvldO1VDk39smRfpUNwYpNRVn3w4YfuC7KfbBnkQ==",
6266
6229
  "dev": true,
6267
6230
  "license": "MIT",
6268
6231
  "funding": {
@@ -6270,13 +6233,13 @@
6270
6233
  }
6271
6234
  },
6272
6235
  "node_modules/@vitest/ui": {
6273
- "version": "4.1.3",
6274
- "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-4.1.3.tgz",
6275
- "integrity": "sha512-xBPy+43o1fgMLUDlufUXh7tlT/Es8uS5eiyBY2PyPfFYSGpApZskLw65DROoDz+rgYkPuAmb20Mv9Z9g1WQE7w==",
6236
+ "version": "4.1.5",
6237
+ "resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-4.1.5.tgz",
6238
+ "integrity": "sha512-3Z9HNFiV0IF1fk0JPiK+7kE1GcaIPefQQIBYur6PM5yFIq6agys3uqP/0t966e1wXfmjbRCHDe7qW236Xjwnag==",
6276
6239
  "dev": true,
6277
6240
  "license": "MIT",
6278
6241
  "dependencies": {
6279
- "@vitest/utils": "4.1.3",
6242
+ "@vitest/utils": "4.1.5",
6280
6243
  "fflate": "^0.8.2",
6281
6244
  "flatted": "^3.4.2",
6282
6245
  "pathe": "^2.0.3",
@@ -6288,17 +6251,17 @@
6288
6251
  "url": "https://opencollective.com/vitest"
6289
6252
  },
6290
6253
  "peerDependencies": {
6291
- "vitest": "4.1.3"
6254
+ "vitest": "4.1.5"
6292
6255
  }
6293
6256
  },
6294
6257
  "node_modules/@vitest/utils": {
6295
- "version": "4.1.3",
6296
- "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.3.tgz",
6297
- "integrity": "sha512-Pc/Oexse/khOWsGB+w3q4yzA4te7W4gpZZAvk+fr8qXfTURZUMj5i7kuxsNK5mP/dEB6ao3jfr0rs17fHhbHdw==",
6258
+ "version": "4.1.5",
6259
+ "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.5.tgz",
6260
+ "integrity": "sha512-76wdkrmfXfqGjueGgnb45ITPyUi1ycZ4IHgC2bhPDUfWHklY/q3MdLOAB+TF1e6xfl8NxNY0ZYaPCFNWSsw3Ug==",
6298
6261
  "dev": true,
6299
6262
  "license": "MIT",
6300
6263
  "dependencies": {
6301
- "@vitest/pretty-format": "4.1.3",
6264
+ "@vitest/pretty-format": "4.1.5",
6302
6265
  "convert-source-map": "^2.0.0",
6303
6266
  "tinyrainbow": "^3.1.0"
6304
6267
  },
@@ -6927,9 +6890,9 @@
6927
6890
  }
6928
6891
  },
6929
6892
  "node_modules/baseline-browser-mapping": {
6930
- "version": "2.10.16",
6931
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.16.tgz",
6932
- "integrity": "sha512-Lyf3aK28zpsD1yQMiiHD4RvVb6UdMoo8xzG2XzFIfR9luPzOpcBlAsT/qfB1XWS1bxWT+UtE4WmQgsp297FYOA==",
6893
+ "version": "2.10.21",
6894
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.21.tgz",
6895
+ "integrity": "sha512-Q+rUQ7Uz8AHM7DEaNdwvfFCTq7a43lNTzuS94eiWqwyxfV/wJv+oUivef51T91mmRY4d4A1u9rcSvkeufCVXlA==",
6933
6896
  "license": "Apache-2.0",
6934
6897
  "bin": {
6935
6898
  "baseline-browser-mapping": "dist/cli.cjs"
@@ -7055,9 +7018,9 @@
7055
7018
  }
7056
7019
  },
7057
7020
  "node_modules/brace-expansion": {
7058
- "version": "1.1.13",
7059
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
7060
- "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
7021
+ "version": "1.1.14",
7022
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
7023
+ "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
7061
7024
  "dev": true,
7062
7025
  "license": "MIT",
7063
7026
  "dependencies": {
@@ -7165,15 +7128,15 @@
7165
7128
  }
7166
7129
  },
7167
7130
  "node_modules/call-bind": {
7168
- "version": "1.0.8",
7169
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
7170
- "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
7131
+ "version": "1.0.9",
7132
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz",
7133
+ "integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==",
7171
7134
  "dev": true,
7172
7135
  "license": "MIT",
7173
7136
  "dependencies": {
7174
- "call-bind-apply-helpers": "^1.0.0",
7175
- "es-define-property": "^1.0.0",
7176
- "get-intrinsic": "^1.2.4",
7137
+ "call-bind-apply-helpers": "^1.0.2",
7138
+ "es-define-property": "^1.0.1",
7139
+ "get-intrinsic": "^1.3.0",
7177
7140
  "set-function-length": "^1.2.2"
7178
7141
  },
7179
7142
  "engines": {
@@ -7245,9 +7208,9 @@
7245
7208
  }
7246
7209
  },
7247
7210
  "node_modules/caniuse-lite": {
7248
- "version": "1.0.30001786",
7249
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001786.tgz",
7250
- "integrity": "sha512-4oxTZEvqmLLrERwxO76yfKM7acZo310U+v4kqexI2TL1DkkUEMT8UijrxxcnVdxR3qkVf5awGRX+4Z6aPHVKrA==",
7211
+ "version": "1.0.30001790",
7212
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001790.tgz",
7213
+ "integrity": "sha512-bOoxfJPyYo+ds6W0YfptaCWbFnJYjh2Y1Eow5lRv+vI2u8ganPZqNm1JwNh0t2ELQCqIWg4B3dWEusgAmsoyOw==",
7251
7214
  "funding": [
7252
7215
  {
7253
7216
  "type": "opencollective",
@@ -8236,9 +8199,9 @@
8236
8199
  }
8237
8200
  },
8238
8201
  "node_modules/dotenv": {
8239
- "version": "17.4.1",
8240
- "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.1.tgz",
8241
- "integrity": "sha512-k8DaKGP6r1G30Lx8V4+pCsLzKr8vLmV2paqEj1Y55GdAgJuIqpRp5FfajGF8KtwMxCz9qJc6wUIJnm053d/WCw==",
8202
+ "version": "17.4.2",
8203
+ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz",
8204
+ "integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==",
8242
8205
  "license": "BSD-2-Clause",
8243
8206
  "engines": {
8244
8207
  "node": ">=12"
@@ -8301,9 +8264,9 @@
8301
8264
  "license": "MIT"
8302
8265
  },
8303
8266
  "node_modules/electron-to-chromium": {
8304
- "version": "1.5.332",
8305
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.332.tgz",
8306
- "integrity": "sha512-7OOtytmh/rINMLwaFTbcMVvYXO3AUm029X0LcyfYk0B557RlPkdpTpnH9+htMlfu5dKwOmT0+Zs2Aw+lnn6TeQ==",
8267
+ "version": "1.5.343",
8268
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.343.tgz",
8269
+ "integrity": "sha512-YHnQ3MXI08icvL9ZKnEBy05F2EQ8ob01UaMOuMbM8l+4UcAq6MPPbBTJBbsBUg3H8JeZNt+O4fjsoWth3p6IFg==",
8307
8270
  "license": "ISC"
8308
8271
  },
8309
8272
  "node_modules/emoji-regex": {
@@ -8475,16 +8438,16 @@
8475
8438
  }
8476
8439
  },
8477
8440
  "node_modules/es-iterator-helpers": {
8478
- "version": "1.3.1",
8479
- "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.3.1.tgz",
8480
- "integrity": "sha512-zWwRvqWiuBPr0muUG/78cW3aHROFCNIQ3zpmYDpwdbnt2m+xlNyRWpHBpa2lJjSBit7BQ+RXA1iwbSmu5yJ/EQ==",
8441
+ "version": "1.3.2",
8442
+ "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.3.2.tgz",
8443
+ "integrity": "sha512-HVLACW1TppGYjJ8H6/jqH/pqOtKRw6wMlrB23xfExmFWxFquAIWCmwoLsOyN96K4a5KbmOf5At9ZUO3GZbetAw==",
8481
8444
  "dev": true,
8482
8445
  "license": "MIT",
8483
8446
  "dependencies": {
8484
- "call-bind": "^1.0.8",
8447
+ "call-bind": "^1.0.9",
8485
8448
  "call-bound": "^1.0.4",
8486
8449
  "define-properties": "^1.2.1",
8487
- "es-abstract": "^1.24.1",
8450
+ "es-abstract": "^1.24.2",
8488
8451
  "es-errors": "^1.3.0",
8489
8452
  "es-set-tostringtag": "^2.1.0",
8490
8453
  "function-bind": "^1.1.2",
@@ -8496,8 +8459,7 @@
8496
8459
  "has-symbols": "^1.1.0",
8497
8460
  "internal-slot": "^1.1.0",
8498
8461
  "iterator.prototype": "^1.1.5",
8499
- "math-intrinsics": "^1.1.0",
8500
- "safe-array-concat": "^1.1.3"
8462
+ "math-intrinsics": "^1.1.0"
8501
8463
  },
8502
8464
  "engines": {
8503
8465
  "node": ">= 0.4"
@@ -8731,9 +8693,9 @@
8731
8693
  }
8732
8694
  },
8733
8695
  "node_modules/eslint-plugin-react-hooks": {
8734
- "version": "7.0.1",
8735
- "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz",
8736
- "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==",
8696
+ "version": "7.1.1",
8697
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz",
8698
+ "integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==",
8737
8699
  "dev": true,
8738
8700
  "license": "MIT",
8739
8701
  "dependencies": {
@@ -8747,7 +8709,7 @@
8747
8709
  "node": ">=18"
8748
8710
  },
8749
8711
  "peerDependencies": {
8750
- "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
8712
+ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0"
8751
8713
  }
8752
8714
  },
8753
8715
  "node_modules/eslint-plugin-react-refresh": {
@@ -8948,9 +8910,9 @@
8948
8910
  }
8949
8911
  },
8950
8912
  "node_modules/eventsource-parser": {
8951
- "version": "3.0.6",
8952
- "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.6.tgz",
8953
- "integrity": "sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==",
8913
+ "version": "3.0.8",
8914
+ "resolved": "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-3.0.8.tgz",
8915
+ "integrity": "sha512-70QWGkr4snxr0OXLRWsFLeRBIRPuQOvt4s8QYjmUlmlkyTZkRqS7EDVRZtzU3TiyDbXSzaOeF0XUKy8PchzukQ==",
8954
8916
  "license": "MIT",
8955
8917
  "engines": {
8956
8918
  "node": ">=18.0.0"
@@ -9189,6 +9151,21 @@
9189
9151
  "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
9190
9152
  "license": "MIT"
9191
9153
  },
9154
+ "node_modules/fast-string-truncated-width": {
9155
+ "version": "3.0.3",
9156
+ "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz",
9157
+ "integrity": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==",
9158
+ "license": "MIT"
9159
+ },
9160
+ "node_modules/fast-string-width": {
9161
+ "version": "3.0.2",
9162
+ "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz",
9163
+ "integrity": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==",
9164
+ "license": "MIT",
9165
+ "dependencies": {
9166
+ "fast-string-truncated-width": "^3.0.2"
9167
+ }
9168
+ },
9192
9169
  "node_modules/fast-uri": {
9193
9170
  "version": "3.1.0",
9194
9171
  "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
@@ -9205,6 +9182,15 @@
9205
9182
  ],
9206
9183
  "license": "BSD-3-Clause"
9207
9184
  },
9185
+ "node_modules/fast-wrap-ansi": {
9186
+ "version": "0.2.0",
9187
+ "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz",
9188
+ "integrity": "sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==",
9189
+ "license": "MIT",
9190
+ "dependencies": {
9191
+ "fast-string-width": "^3.0.2"
9192
+ }
9193
+ },
9208
9194
  "node_modules/fastest-levenshtein": {
9209
9195
  "version": "1.0.16",
9210
9196
  "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
@@ -10141,9 +10127,9 @@
10141
10127
  }
10142
10128
  },
10143
10129
  "node_modules/hasown": {
10144
- "version": "2.0.2",
10145
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
10146
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
10130
+ "version": "2.0.3",
10131
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
10132
+ "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
10147
10133
  "license": "MIT",
10148
10134
  "dependencies": {
10149
10135
  "function-bind": "^1.1.2"
@@ -10163,9 +10149,19 @@
10163
10149
  }
10164
10150
  },
10165
10151
  "node_modules/headers-polyfill": {
10166
- "version": "4.0.3",
10167
- "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-4.0.3.tgz",
10168
- "integrity": "sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==",
10152
+ "version": "5.0.1",
10153
+ "resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-5.0.1.tgz",
10154
+ "integrity": "sha512-1TJ6Fih/b8h5TIcv+1+Hw0PDQWJTKDKzFZzcKOiW1wJza3XoAQlkCuXLbymPYB8+ZQyw8mHvdw560e8zVFIWyA==",
10155
+ "license": "MIT",
10156
+ "dependencies": {
10157
+ "@types/set-cookie-parser": "^2.4.10",
10158
+ "set-cookie-parser": "^3.0.1"
10159
+ }
10160
+ },
10161
+ "node_modules/headers-polyfill/node_modules/set-cookie-parser": {
10162
+ "version": "3.1.0",
10163
+ "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-3.1.0.tgz",
10164
+ "integrity": "sha512-kjnC1DXBHcxaOaOXBHBeRtltsDG2nUiUni+jP92M9gYdW12rsmx92UsfpH7o5tDRs7I1ZZPSQJQGv3UaRfCiuw==",
10169
10165
  "license": "MIT"
10170
10166
  },
10171
10167
  "node_modules/help-me": {
@@ -10192,9 +10188,9 @@
10192
10188
  }
10193
10189
  },
10194
10190
  "node_modules/hono": {
10195
- "version": "4.12.12",
10196
- "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz",
10197
- "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==",
10191
+ "version": "4.12.14",
10192
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.14.tgz",
10193
+ "integrity": "sha512-am5zfg3yu6sqn5yjKBNqhnTX7Cv+m00ox+7jbaKkrLMRJ4rAdldd1xPd/JzbBWspqaQv6RSTrgFN95EsfhC+7w==",
10198
10194
  "license": "MIT",
10199
10195
  "engines": {
10200
10196
  "node": ">=16.9.0"
@@ -11405,9 +11401,9 @@
11405
11401
  }
11406
11402
  },
11407
11403
  "node_modules/jsonfile": {
11408
- "version": "6.2.0",
11409
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz",
11410
- "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
11404
+ "version": "6.2.1",
11405
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.1.tgz",
11406
+ "integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
11411
11407
  "license": "MIT",
11412
11408
  "dependencies": {
11413
11409
  "universalify": "^2.0.0"
@@ -12352,28 +12348,28 @@
12352
12348
  "license": "MIT"
12353
12349
  },
12354
12350
  "node_modules/msw": {
12355
- "version": "2.13.1",
12356
- "resolved": "https://registry.npmjs.org/msw/-/msw-2.13.1.tgz",
12357
- "integrity": "sha512-4wjFzJ+osaUDS2OakrXSl5tCFBUbzsaHbi5QRycRtVciOuYmnWn16CpNxcqh3UyslFkHbzKaj/GfYr7Hn67QPQ==",
12351
+ "version": "2.13.4",
12352
+ "resolved": "https://registry.npmjs.org/msw/-/msw-2.13.4.tgz",
12353
+ "integrity": "sha512-fPlKBeFe+8rpcyR3umUmmHuNwu6gc6T3STvkgEa9WDX/HEgal9wDeflpCUAIRtmvaLZM2igfI5y1bZ9G5J26KA==",
12358
12354
  "hasInstallScript": true,
12359
12355
  "license": "MIT",
12360
12356
  "dependencies": {
12361
- "@inquirer/confirm": "^5.0.0",
12362
- "@mswjs/interceptors": "^0.41.2",
12363
- "@open-draft/deferred-promise": "^2.2.0",
12357
+ "@inquirer/confirm": "^6.0.11",
12358
+ "@mswjs/interceptors": "^0.41.3",
12359
+ "@open-draft/deferred-promise": "^3.0.0",
12364
12360
  "@types/statuses": "^2.0.6",
12365
- "cookie": "^1.0.2",
12366
- "graphql": "^16.12.0",
12367
- "headers-polyfill": "^4.0.2",
12361
+ "cookie": "^1.1.1",
12362
+ "graphql": "^16.13.2",
12363
+ "headers-polyfill": "^5.0.1",
12368
12364
  "is-node-process": "^1.2.0",
12369
12365
  "outvariant": "^1.4.3",
12370
12366
  "path-to-regexp": "^6.3.0",
12371
12367
  "picocolors": "^1.1.1",
12372
- "rettime": "^0.10.1",
12368
+ "rettime": "^0.11.7",
12373
12369
  "statuses": "^2.0.2",
12374
12370
  "strict-event-emitter": "^0.5.1",
12375
- "tough-cookie": "^6.0.0",
12376
- "type-fest": "^5.2.0",
12371
+ "tough-cookie": "^6.0.1",
12372
+ "type-fest": "^5.5.0",
12377
12373
  "until-async": "^3.0.2",
12378
12374
  "yargs": "^17.7.2"
12379
12375
  },
@@ -12395,6 +12391,97 @@
12395
12391
  }
12396
12392
  }
12397
12393
  },
12394
+ "node_modules/msw/node_modules/@inquirer/ansi": {
12395
+ "version": "2.0.5",
12396
+ "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.5.tgz",
12397
+ "integrity": "sha512-doc2sWgJpbFQ64UflSVd17ibMGDuxO1yKgOgLMwavzESnXjFWJqUeG8saYosqKpHp4kWiM5x1nXvEjbpx90gzw==",
12398
+ "license": "MIT",
12399
+ "engines": {
12400
+ "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
12401
+ }
12402
+ },
12403
+ "node_modules/msw/node_modules/@inquirer/confirm": {
12404
+ "version": "6.0.12",
12405
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.12.tgz",
12406
+ "integrity": "sha512-h9FgGun3QwVYNj5TWIZZ+slii73bMoBFjPfVIGtnFuL4t8gBiNDV9PcSfIzkuxvgquJKt9nr1QzszpBzTbH8Og==",
12407
+ "license": "MIT",
12408
+ "dependencies": {
12409
+ "@inquirer/core": "^11.1.9",
12410
+ "@inquirer/type": "^4.0.5"
12411
+ },
12412
+ "engines": {
12413
+ "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
12414
+ },
12415
+ "peerDependencies": {
12416
+ "@types/node": ">=18"
12417
+ },
12418
+ "peerDependenciesMeta": {
12419
+ "@types/node": {
12420
+ "optional": true
12421
+ }
12422
+ }
12423
+ },
12424
+ "node_modules/msw/node_modules/@inquirer/core": {
12425
+ "version": "11.1.9",
12426
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.9.tgz",
12427
+ "integrity": "sha512-BDE4fG22uYh1bGSifcj7JSx119TVYNViMhMu85usp4Fswrzh6M0DV3yld64jA98uOAa2GSQ4Bg4bZRm2d2cwSg==",
12428
+ "license": "MIT",
12429
+ "dependencies": {
12430
+ "@inquirer/ansi": "^2.0.5",
12431
+ "@inquirer/figures": "^2.0.5",
12432
+ "@inquirer/type": "^4.0.5",
12433
+ "cli-width": "^4.1.0",
12434
+ "fast-wrap-ansi": "^0.2.0",
12435
+ "mute-stream": "^3.0.0",
12436
+ "signal-exit": "^4.1.0"
12437
+ },
12438
+ "engines": {
12439
+ "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
12440
+ },
12441
+ "peerDependencies": {
12442
+ "@types/node": ">=18"
12443
+ },
12444
+ "peerDependenciesMeta": {
12445
+ "@types/node": {
12446
+ "optional": true
12447
+ }
12448
+ }
12449
+ },
12450
+ "node_modules/msw/node_modules/@inquirer/figures": {
12451
+ "version": "2.0.5",
12452
+ "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.5.tgz",
12453
+ "integrity": "sha512-NsSs4kzfm12lNetHwAn3GEuH317IzpwrMCbOuMIVytpjnJ90YYHNwdRgYGuKmVxwuIqSgqk3M5qqQt1cDk0tGQ==",
12454
+ "license": "MIT",
12455
+ "engines": {
12456
+ "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
12457
+ }
12458
+ },
12459
+ "node_modules/msw/node_modules/@inquirer/type": {
12460
+ "version": "4.0.5",
12461
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.5.tgz",
12462
+ "integrity": "sha512-aetVUNeKNc/VriqXlw1NRSW0zhMBB0W4bNbWRJgzRl/3d0QNDQFfk0GO5SDdtjMZVg6o8ZKEiadd7SCCzoOn5Q==",
12463
+ "license": "MIT",
12464
+ "engines": {
12465
+ "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
12466
+ },
12467
+ "peerDependencies": {
12468
+ "@types/node": ">=18"
12469
+ },
12470
+ "peerDependenciesMeta": {
12471
+ "@types/node": {
12472
+ "optional": true
12473
+ }
12474
+ }
12475
+ },
12476
+ "node_modules/msw/node_modules/mute-stream": {
12477
+ "version": "3.0.0",
12478
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
12479
+ "integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
12480
+ "license": "ISC",
12481
+ "engines": {
12482
+ "node": "^20.17.0 || >=22.9.0"
12483
+ }
12484
+ },
12398
12485
  "node_modules/msw/node_modules/path-to-regexp": {
12399
12486
  "version": "6.3.0",
12400
12487
  "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
@@ -12402,9 +12489,9 @@
12402
12489
  "license": "MIT"
12403
12490
  },
12404
12491
  "node_modules/msw/node_modules/type-fest": {
12405
- "version": "5.5.0",
12406
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.5.0.tgz",
12407
- "integrity": "sha512-PlBfpQwiUvGViBNX84Yxwjsdhd1TUlXr6zjX7eoirtCPIr08NAmxwa+fcYBTeRQxHo9YC9wwF3m9i700sHma8g==",
12492
+ "version": "5.6.0",
12493
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.6.0.tgz",
12494
+ "integrity": "sha512-8ZiHFm91orbSAe2PSAiSVBVko18pbhbiB3U9GglSzF/zCGkR+rxpHx6sEMCUm4kxY4LjDIUGgCfUMtwfZfjfUA==",
12408
12495
  "license": "(MIT OR CC0-1.0)",
12409
12496
  "dependencies": {
12410
12497
  "tagged-tag": "^1.0.0"
@@ -12444,6 +12531,7 @@
12444
12531
  "version": "2.0.0",
12445
12532
  "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
12446
12533
  "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
12534
+ "dev": true,
12447
12535
  "license": "ISC",
12448
12536
  "engines": {
12449
12537
  "node": "^18.17.0 || >=20.5.0"
@@ -12576,9 +12664,9 @@
12576
12664
  }
12577
12665
  },
12578
12666
  "node_modules/node-releases": {
12579
- "version": "2.0.37",
12580
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.37.tgz",
12581
- "integrity": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==",
12667
+ "version": "2.0.38",
12668
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.38.tgz",
12669
+ "integrity": "sha512-3qT/88Y3FbH/Kx4szpQQ4HzUbVrHPKTLVpVocKiLfoYvw9XSGOX2FmD2d6DrXbVYyAQTF2HeF6My8jmzx7/CRw==",
12582
12670
  "license": "MIT"
12583
12671
  },
12584
12672
  "node_modules/normalize-path": {
@@ -13404,9 +13492,9 @@
13404
13492
  }
13405
13493
  },
13406
13494
  "node_modules/postcss": {
13407
- "version": "8.5.9",
13408
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz",
13409
- "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==",
13495
+ "version": "8.5.10",
13496
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz",
13497
+ "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==",
13410
13498
  "funding": [
13411
13499
  {
13412
13500
  "type": "opencollective",
@@ -13634,9 +13722,9 @@
13634
13722
  }
13635
13723
  },
13636
13724
  "node_modules/qs": {
13637
- "version": "6.15.0",
13638
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz",
13639
- "integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
13725
+ "version": "6.15.1",
13726
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.1.tgz",
13727
+ "integrity": "sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==",
13640
13728
  "license": "BSD-3-Clause",
13641
13729
  "dependencies": {
13642
13730
  "side-channel": "^1.1.0"
@@ -13803,9 +13891,9 @@
13803
13891
  }
13804
13892
  },
13805
13893
  "node_modules/react": {
13806
- "version": "19.2.4",
13807
- "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
13808
- "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
13894
+ "version": "19.2.5",
13895
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz",
13896
+ "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==",
13809
13897
  "license": "MIT",
13810
13898
  "engines": {
13811
13899
  "node": ">=0.10.0"
@@ -13834,15 +13922,15 @@
13834
13922
  }
13835
13923
  },
13836
13924
  "node_modules/react-dom": {
13837
- "version": "19.2.4",
13838
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
13839
- "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
13925
+ "version": "19.2.5",
13926
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz",
13927
+ "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==",
13840
13928
  "license": "MIT",
13841
13929
  "dependencies": {
13842
13930
  "scheduler": "^0.27.0"
13843
13931
  },
13844
13932
  "peerDependencies": {
13845
- "react": "^19.2.4"
13933
+ "react": "^19.2.5"
13846
13934
  }
13847
13935
  },
13848
13936
  "node_modules/react-is": {
@@ -13911,9 +13999,9 @@
13911
13999
  }
13912
14000
  },
13913
14001
  "node_modules/react-router": {
13914
- "version": "7.14.0",
13915
- "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.14.0.tgz",
13916
- "integrity": "sha512-m/xR9N4LQLmAS0ZhkY2nkPA1N7gQ5TUVa5n8TgANuDTARbn1gt+zLPXEm7W0XDTbrQ2AJSJKhoa6yx1D8BcpxQ==",
14002
+ "version": "7.14.2",
14003
+ "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.14.2.tgz",
14004
+ "integrity": "sha512-yCqNne6I8IB6rVCH7XUvlBK7/QKyqypBFGv+8dj4QBFJiiRX+FG7/nkdAvGElyvVZ/HQP5N19wzteuTARXi5Gw==",
13917
14005
  "license": "MIT",
13918
14006
  "dependencies": {
13919
14007
  "cookie": "^1.0.1",
@@ -14184,9 +14272,9 @@
14184
14272
  }
14185
14273
  },
14186
14274
  "node_modules/rettime": {
14187
- "version": "0.10.1",
14188
- "resolved": "https://registry.npmjs.org/rettime/-/rettime-0.10.1.tgz",
14189
- "integrity": "sha512-uyDrIlUEH37cinabq0AX4QbgV4HbFZ/gqoiunWQ1UqBtRvTTytwhNYjE++pO/MjPTZL5KQCf2bEoJ/BJNVQ5Kw==",
14275
+ "version": "0.11.8",
14276
+ "resolved": "https://registry.npmjs.org/rettime/-/rettime-0.11.8.tgz",
14277
+ "integrity": "sha512-0fERGXktJTyJ+h8fBEiPxHPEFOu0h15JY7JtwrOVqR5K+vb99ho6IyOo7ekLS3h4sJCzIDy4VWKIbZUfe9njmg==",
14190
14278
  "license": "MIT"
14191
14279
  },
14192
14280
  "node_modules/reusify": {
@@ -14207,9 +14295,9 @@
14207
14295
  "license": "MIT"
14208
14296
  },
14209
14297
  "node_modules/rollup": {
14210
- "version": "4.60.1",
14211
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.1.tgz",
14212
- "integrity": "sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==",
14298
+ "version": "4.60.2",
14299
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.2.tgz",
14300
+ "integrity": "sha512-J9qZyW++QK/09NyN/zeO0dG/1GdGfyp9lV8ajHnRVLfo/uFsbji5mHnDgn/qYdUHyCkM2N+8VyspgZclfAh0eQ==",
14213
14301
  "license": "MIT",
14214
14302
  "dependencies": {
14215
14303
  "@types/estree": "1.0.8"
@@ -14222,31 +14310,31 @@
14222
14310
  "npm": ">=8.0.0"
14223
14311
  },
14224
14312
  "optionalDependencies": {
14225
- "@rollup/rollup-android-arm-eabi": "4.60.1",
14226
- "@rollup/rollup-android-arm64": "4.60.1",
14227
- "@rollup/rollup-darwin-arm64": "4.60.1",
14228
- "@rollup/rollup-darwin-x64": "4.60.1",
14229
- "@rollup/rollup-freebsd-arm64": "4.60.1",
14230
- "@rollup/rollup-freebsd-x64": "4.60.1",
14231
- "@rollup/rollup-linux-arm-gnueabihf": "4.60.1",
14232
- "@rollup/rollup-linux-arm-musleabihf": "4.60.1",
14233
- "@rollup/rollup-linux-arm64-gnu": "4.60.1",
14234
- "@rollup/rollup-linux-arm64-musl": "4.60.1",
14235
- "@rollup/rollup-linux-loong64-gnu": "4.60.1",
14236
- "@rollup/rollup-linux-loong64-musl": "4.60.1",
14237
- "@rollup/rollup-linux-ppc64-gnu": "4.60.1",
14238
- "@rollup/rollup-linux-ppc64-musl": "4.60.1",
14239
- "@rollup/rollup-linux-riscv64-gnu": "4.60.1",
14240
- "@rollup/rollup-linux-riscv64-musl": "4.60.1",
14241
- "@rollup/rollup-linux-s390x-gnu": "4.60.1",
14242
- "@rollup/rollup-linux-x64-gnu": "4.60.1",
14243
- "@rollup/rollup-linux-x64-musl": "4.60.1",
14244
- "@rollup/rollup-openbsd-x64": "4.60.1",
14245
- "@rollup/rollup-openharmony-arm64": "4.60.1",
14246
- "@rollup/rollup-win32-arm64-msvc": "4.60.1",
14247
- "@rollup/rollup-win32-ia32-msvc": "4.60.1",
14248
- "@rollup/rollup-win32-x64-gnu": "4.60.1",
14249
- "@rollup/rollup-win32-x64-msvc": "4.60.1",
14313
+ "@rollup/rollup-android-arm-eabi": "4.60.2",
14314
+ "@rollup/rollup-android-arm64": "4.60.2",
14315
+ "@rollup/rollup-darwin-arm64": "4.60.2",
14316
+ "@rollup/rollup-darwin-x64": "4.60.2",
14317
+ "@rollup/rollup-freebsd-arm64": "4.60.2",
14318
+ "@rollup/rollup-freebsd-x64": "4.60.2",
14319
+ "@rollup/rollup-linux-arm-gnueabihf": "4.60.2",
14320
+ "@rollup/rollup-linux-arm-musleabihf": "4.60.2",
14321
+ "@rollup/rollup-linux-arm64-gnu": "4.60.2",
14322
+ "@rollup/rollup-linux-arm64-musl": "4.60.2",
14323
+ "@rollup/rollup-linux-loong64-gnu": "4.60.2",
14324
+ "@rollup/rollup-linux-loong64-musl": "4.60.2",
14325
+ "@rollup/rollup-linux-ppc64-gnu": "4.60.2",
14326
+ "@rollup/rollup-linux-ppc64-musl": "4.60.2",
14327
+ "@rollup/rollup-linux-riscv64-gnu": "4.60.2",
14328
+ "@rollup/rollup-linux-riscv64-musl": "4.60.2",
14329
+ "@rollup/rollup-linux-s390x-gnu": "4.60.2",
14330
+ "@rollup/rollup-linux-x64-gnu": "4.60.2",
14331
+ "@rollup/rollup-linux-x64-musl": "4.60.2",
14332
+ "@rollup/rollup-openbsd-x64": "4.60.2",
14333
+ "@rollup/rollup-openharmony-arm64": "4.60.2",
14334
+ "@rollup/rollup-win32-arm64-msvc": "4.60.2",
14335
+ "@rollup/rollup-win32-ia32-msvc": "4.60.2",
14336
+ "@rollup/rollup-win32-x64-gnu": "4.60.2",
14337
+ "@rollup/rollup-win32-x64-msvc": "4.60.2",
14250
14338
  "fsevents": "~2.3.2"
14251
14339
  }
14252
14340
  },
@@ -14309,15 +14397,15 @@
14309
14397
  }
14310
14398
  },
14311
14399
  "node_modules/safe-array-concat": {
14312
- "version": "1.1.3",
14313
- "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
14314
- "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
14400
+ "version": "1.1.4",
14401
+ "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.4.tgz",
14402
+ "integrity": "sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==",
14315
14403
  "dev": true,
14316
14404
  "license": "MIT",
14317
14405
  "dependencies": {
14318
- "call-bind": "^1.0.8",
14319
- "call-bound": "^1.0.2",
14320
- "get-intrinsic": "^1.2.6",
14406
+ "call-bind": "^1.0.9",
14407
+ "call-bound": "^1.0.4",
14408
+ "get-intrinsic": "^1.3.0",
14321
14409
  "has-symbols": "^1.1.0",
14322
14410
  "isarray": "^2.0.5"
14323
14411
  },
@@ -14968,13 +15056,13 @@
14968
15056
  }
14969
15057
  },
14970
15058
  "node_modules/side-channel-list": {
14971
- "version": "1.0.0",
14972
- "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
14973
- "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
15059
+ "version": "1.0.1",
15060
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
15061
+ "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
14974
15062
  "license": "MIT",
14975
15063
  "dependencies": {
14976
15064
  "es-errors": "^1.3.0",
14977
- "object-inspect": "^1.13.3"
15065
+ "object-inspect": "^1.13.4"
14978
15066
  },
14979
15067
  "engines": {
14980
15068
  "node": ">= 0.4"
@@ -15183,9 +15271,9 @@
15183
15271
  }
15184
15272
  },
15185
15273
  "node_modules/std-env": {
15186
- "version": "4.0.0",
15187
- "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.0.0.tgz",
15188
- "integrity": "sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==",
15274
+ "version": "4.1.0",
15275
+ "resolved": "https://registry.npmjs.org/std-env/-/std-env-4.1.0.tgz",
15276
+ "integrity": "sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==",
15189
15277
  "dev": true,
15190
15278
  "license": "MIT"
15191
15279
  },
@@ -15545,15 +15633,15 @@
15545
15633
  }
15546
15634
  },
15547
15635
  "node_modules/tailwindcss": {
15548
- "version": "4.2.2",
15549
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.2.tgz",
15550
- "integrity": "sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==",
15636
+ "version": "4.2.4",
15637
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.4.tgz",
15638
+ "integrity": "sha512-HhKppgO81FQof5m6TEnuBWCZGgfRAWbaeOaGT00KOy/Pf/j6oUihdvBpA7ltCeAvZpFhW3j0PTclkxsd4IXYDA==",
15551
15639
  "license": "MIT"
15552
15640
  },
15553
15641
  "node_modules/tapable": {
15554
- "version": "2.3.2",
15555
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.2.tgz",
15556
- "integrity": "sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==",
15642
+ "version": "2.3.3",
15643
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
15644
+ "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
15557
15645
  "license": "MIT",
15558
15646
  "engines": {
15559
15647
  "node": ">=6"
@@ -16013,16 +16101,16 @@
16013
16101
  }
16014
16102
  },
16015
16103
  "node_modules/typescript-eslint": {
16016
- "version": "8.58.1",
16017
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.1.tgz",
16018
- "integrity": "sha512-gf6/oHChByg9HJvhMO1iBexJh12AqqTfnuxscMDOVqfJW3htsdRJI/GfPpHTTcyeB8cSTUY2JcZmVgoyPqcrDg==",
16104
+ "version": "8.59.0",
16105
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.0.tgz",
16106
+ "integrity": "sha512-BU3ONW9X+v90EcCH9ZS6LMackcVtxRLlI3XrYyqZIwVSHIk7Qf7bFw1z0M9Q0IUxhTMZCf8piY9hTYaNEIASrw==",
16019
16107
  "dev": true,
16020
16108
  "license": "MIT",
16021
16109
  "dependencies": {
16022
- "@typescript-eslint/eslint-plugin": "8.58.1",
16023
- "@typescript-eslint/parser": "8.58.1",
16024
- "@typescript-eslint/typescript-estree": "8.58.1",
16025
- "@typescript-eslint/utils": "8.58.1"
16110
+ "@typescript-eslint/eslint-plugin": "8.59.0",
16111
+ "@typescript-eslint/parser": "8.59.0",
16112
+ "@typescript-eslint/typescript-estree": "8.59.0",
16113
+ "@typescript-eslint/utils": "8.59.0"
16026
16114
  },
16027
16115
  "engines": {
16028
16116
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -16069,7 +16157,6 @@
16069
16157
  "version": "7.16.0",
16070
16158
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
16071
16159
  "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
16072
- "devOptional": true,
16073
16160
  "license": "MIT"
16074
16161
  },
16075
16162
  "node_modules/unicorn-magic": {
@@ -16406,19 +16493,19 @@
16406
16493
  }
16407
16494
  },
16408
16495
  "node_modules/vitest": {
16409
- "version": "4.1.3",
16410
- "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.3.tgz",
16411
- "integrity": "sha512-DBc4Tx0MPNsqb9isoyOq00lHftVx/KIU44QOm2q59npZyLUkENn8TMFsuzuO+4U2FUa9rgbbPt3udrP25GcjXw==",
16496
+ "version": "4.1.5",
16497
+ "resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.5.tgz",
16498
+ "integrity": "sha512-9Xx1v3/ih3m9hN+SbfkUyy0JAs72ap3r7joc87XL6jwF0jGg6mFBvQ1SrwaX+h8BlkX6Hz9shdd1uo6AF+ZGpg==",
16412
16499
  "dev": true,
16413
16500
  "license": "MIT",
16414
16501
  "dependencies": {
16415
- "@vitest/expect": "4.1.3",
16416
- "@vitest/mocker": "4.1.3",
16417
- "@vitest/pretty-format": "4.1.3",
16418
- "@vitest/runner": "4.1.3",
16419
- "@vitest/snapshot": "4.1.3",
16420
- "@vitest/spy": "4.1.3",
16421
- "@vitest/utils": "4.1.3",
16502
+ "@vitest/expect": "4.1.5",
16503
+ "@vitest/mocker": "4.1.5",
16504
+ "@vitest/pretty-format": "4.1.5",
16505
+ "@vitest/runner": "4.1.5",
16506
+ "@vitest/snapshot": "4.1.5",
16507
+ "@vitest/spy": "4.1.5",
16508
+ "@vitest/utils": "4.1.5",
16422
16509
  "es-module-lexer": "^2.0.0",
16423
16510
  "expect-type": "^1.3.0",
16424
16511
  "magic-string": "^0.30.21",
@@ -16446,12 +16533,12 @@
16446
16533
  "@edge-runtime/vm": "*",
16447
16534
  "@opentelemetry/api": "^1.9.0",
16448
16535
  "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
16449
- "@vitest/browser-playwright": "4.1.3",
16450
- "@vitest/browser-preview": "4.1.3",
16451
- "@vitest/browser-webdriverio": "4.1.3",
16452
- "@vitest/coverage-istanbul": "4.1.3",
16453
- "@vitest/coverage-v8": "4.1.3",
16454
- "@vitest/ui": "4.1.3",
16536
+ "@vitest/browser-playwright": "4.1.5",
16537
+ "@vitest/browser-preview": "4.1.5",
16538
+ "@vitest/browser-webdriverio": "4.1.5",
16539
+ "@vitest/coverage-istanbul": "4.1.5",
16540
+ "@vitest/coverage-v8": "4.1.5",
16541
+ "@vitest/ui": "4.1.5",
16455
16542
  "happy-dom": "*",
16456
16543
  "jsdom": "*",
16457
16544
  "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
@@ -16797,6 +16884,7 @@
16797
16884
  "version": "6.2.0",
16798
16885
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
16799
16886
  "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
16887
+ "dev": true,
16800
16888
  "license": "MIT",
16801
16889
  "dependencies": {
16802
16890
  "ansi-styles": "^4.0.0",
@@ -16811,6 +16899,7 @@
16811
16899
  "version": "3.0.0",
16812
16900
  "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
16813
16901
  "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
16902
+ "dev": true,
16814
16903
  "license": "MIT",
16815
16904
  "engines": {
16816
16905
  "node": ">=8"
@@ -16820,6 +16909,7 @@
16820
16909
  "version": "4.2.3",
16821
16910
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
16822
16911
  "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
16912
+ "dev": true,
16823
16913
  "license": "MIT",
16824
16914
  "dependencies": {
16825
16915
  "emoji-regex": "^8.0.0",
@@ -16834,6 +16924,7 @@
16834
16924
  "version": "6.0.1",
16835
16925
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
16836
16926
  "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
16927
+ "dev": true,
16837
16928
  "license": "MIT",
16838
16929
  "dependencies": {
16839
16930
  "ansi-regex": "^5.0.1"
@@ -17083,6 +17174,7 @@
17083
17174
  "version": "2.1.3",
17084
17175
  "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
17085
17176
  "integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
17177
+ "dev": true,
17086
17178
  "license": "MIT",
17087
17179
  "engines": {
17088
17180
  "node": ">=18"