cdk-assets 2.155.26 → 2.155.28

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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +278 -295
  2. package/package.json +6 -6
@@ -10,7 +10,7 @@
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@aws-cdk/cloud-assembly-schema": "^38.0.1",
13
- "@aws-cdk/cx-api": "^2.165.0",
13
+ "@aws-cdk/cx-api": "^2.166.0",
14
14
  "archiver": "^5.3.2",
15
15
  "aws-sdk": "^2.1692.0",
16
16
  "glob": "^7.2.3",
@@ -30,11 +30,11 @@
30
30
  "@types/mock-fs": "^4.13.4",
31
31
  "@types/node": "^18",
32
32
  "@types/yargs": "^15.0.19",
33
- "@typescript-eslint/eslint-plugin": "^7",
34
- "@typescript-eslint/parser": "^7",
33
+ "@typescript-eslint/eslint-plugin": "^8",
34
+ "@typescript-eslint/parser": "^8",
35
35
  "commit-and-tag-version": "^12",
36
36
  "constructs": "^10.0.0",
37
- "eslint": "^8",
37
+ "eslint": "^9",
38
38
  "eslint-config-prettier": "^9.1.0",
39
39
  "eslint-import-resolver-typescript": "^3.6.3",
40
40
  "eslint-plugin-import": "^2.31.0",
@@ -46,7 +46,7 @@
46
46
  "jszip": "^3.10.1",
47
47
  "mock-fs": "^5",
48
48
  "prettier": "^3.3.3",
49
- "projen": "^0.90.0",
49
+ "projen": "^0.90.1",
50
50
  "ts-jest": "^29.2.5",
51
51
  "ts-node": "^10.9.2",
52
52
  "typescript": "^5.6.3"
@@ -104,9 +104,9 @@
104
104
  }
105
105
  },
106
106
  "node_modules/@aws-cdk/cx-api": {
107
- "version": "2.165.0",
108
- "resolved": "https://registry.npmjs.org/@aws-cdk/cx-api/-/cx-api-2.165.0.tgz",
109
- "integrity": "sha512-L/ZdqR4H661hUBr282oUo+2Sxd0/iYzjtmHMfreYJ5dM1AvfVGiXhYcWIacMp3G0CFSrdrgscAcUPsOpUrfCjw==",
107
+ "version": "2.166.0",
108
+ "resolved": "https://registry.npmjs.org/@aws-cdk/cx-api/-/cx-api-2.166.0.tgz",
109
+ "integrity": "sha512-C6dpgi1sz4OOvg5uBkmLPIbECJZMTKhk53lQncUgazFf9OJzs5ezdIOd4bur9EBGSIba1IJ0aR/lmw1jZWj+Lw==",
110
110
  "bundleDependencies": [
111
111
  "semver"
112
112
  ],
@@ -752,17 +752,42 @@
752
752
  "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
753
753
  }
754
754
  },
755
+ "node_modules/@eslint/config-array": {
756
+ "version": "0.18.0",
757
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.18.0.tgz",
758
+ "integrity": "sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==",
759
+ "dev": true,
760
+ "license": "Apache-2.0",
761
+ "dependencies": {
762
+ "@eslint/object-schema": "^2.1.4",
763
+ "debug": "^4.3.1",
764
+ "minimatch": "^3.1.2"
765
+ },
766
+ "engines": {
767
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
768
+ }
769
+ },
770
+ "node_modules/@eslint/core": {
771
+ "version": "0.7.0",
772
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.7.0.tgz",
773
+ "integrity": "sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==",
774
+ "dev": true,
775
+ "license": "Apache-2.0",
776
+ "engines": {
777
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
778
+ }
779
+ },
755
780
  "node_modules/@eslint/eslintrc": {
756
- "version": "2.1.4",
757
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
758
- "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
781
+ "version": "3.1.0",
782
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz",
783
+ "integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==",
759
784
  "dev": true,
760
785
  "license": "MIT",
761
786
  "dependencies": {
762
787
  "ajv": "^6.12.4",
763
788
  "debug": "^4.3.2",
764
- "espree": "^9.6.0",
765
- "globals": "^13.19.0",
789
+ "espree": "^10.0.1",
790
+ "globals": "^14.0.0",
766
791
  "ignore": "^5.2.0",
767
792
  "import-fresh": "^3.2.1",
768
793
  "js-yaml": "^4.1.0",
@@ -770,7 +795,7 @@
770
795
  "strip-json-comments": "^3.1.1"
771
796
  },
772
797
  "engines": {
773
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
798
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
774
799
  },
775
800
  "funding": {
776
801
  "url": "https://opencollective.com/eslint"
@@ -797,28 +822,74 @@
797
822
  }
798
823
  },
799
824
  "node_modules/@eslint/js": {
800
- "version": "8.57.1",
801
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
802
- "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
825
+ "version": "9.14.0",
826
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.14.0.tgz",
827
+ "integrity": "sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg==",
803
828
  "dev": true,
804
829
  "license": "MIT",
805
830
  "engines": {
806
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
831
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
807
832
  }
808
833
  },
809
- "node_modules/@humanwhocodes/config-array": {
810
- "version": "0.13.0",
811
- "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
812
- "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
834
+ "node_modules/@eslint/object-schema": {
835
+ "version": "2.1.4",
836
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.4.tgz",
837
+ "integrity": "sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==",
838
+ "dev": true,
839
+ "license": "Apache-2.0",
840
+ "engines": {
841
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
842
+ }
843
+ },
844
+ "node_modules/@eslint/plugin-kit": {
845
+ "version": "0.2.2",
846
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.2.tgz",
847
+ "integrity": "sha512-CXtq5nR4Su+2I47WPOlWud98Y5Lv8Kyxp2ukhgFx/eW6Blm18VXJO5WuQylPugRo8nbluoi6GvvxBLqHcvqUUw==",
813
848
  "dev": true,
814
849
  "license": "Apache-2.0",
815
850
  "dependencies": {
816
- "@humanwhocodes/object-schema": "^2.0.3",
817
- "debug": "^4.3.1",
818
- "minimatch": "^3.0.5"
851
+ "levn": "^0.4.1"
819
852
  },
820
853
  "engines": {
821
- "node": ">=10.10.0"
854
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
855
+ }
856
+ },
857
+ "node_modules/@humanfs/core": {
858
+ "version": "0.19.1",
859
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
860
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
861
+ "dev": true,
862
+ "license": "Apache-2.0",
863
+ "engines": {
864
+ "node": ">=18.18.0"
865
+ }
866
+ },
867
+ "node_modules/@humanfs/node": {
868
+ "version": "0.16.6",
869
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.6.tgz",
870
+ "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
871
+ "dev": true,
872
+ "license": "Apache-2.0",
873
+ "dependencies": {
874
+ "@humanfs/core": "^0.19.1",
875
+ "@humanwhocodes/retry": "^0.3.0"
876
+ },
877
+ "engines": {
878
+ "node": ">=18.18.0"
879
+ }
880
+ },
881
+ "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
882
+ "version": "0.3.1",
883
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz",
884
+ "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
885
+ "dev": true,
886
+ "license": "Apache-2.0",
887
+ "engines": {
888
+ "node": ">=18.18"
889
+ },
890
+ "funding": {
891
+ "type": "github",
892
+ "url": "https://github.com/sponsors/nzakas"
822
893
  }
823
894
  },
824
895
  "node_modules/@humanwhocodes/module-importer": {
@@ -835,12 +906,19 @@
835
906
  "url": "https://github.com/sponsors/nzakas"
836
907
  }
837
908
  },
838
- "node_modules/@humanwhocodes/object-schema": {
839
- "version": "2.0.3",
840
- "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
841
- "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
909
+ "node_modules/@humanwhocodes/retry": {
910
+ "version": "0.4.1",
911
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.1.tgz",
912
+ "integrity": "sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==",
842
913
  "dev": true,
843
- "license": "BSD-3-Clause"
914
+ "license": "Apache-2.0",
915
+ "engines": {
916
+ "node": ">=18.18"
917
+ },
918
+ "funding": {
919
+ "type": "github",
920
+ "url": "https://github.com/sponsors/nzakas"
921
+ }
844
922
  },
845
923
  "node_modules/@hutson/parse-repository-url": {
846
924
  "version": "3.0.2",
@@ -1619,6 +1697,13 @@
1619
1697
  "@babel/types": "^7.20.7"
1620
1698
  }
1621
1699
  },
1700
+ "node_modules/@types/estree": {
1701
+ "version": "1.0.6",
1702
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
1703
+ "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
1704
+ "dev": true,
1705
+ "license": "MIT"
1706
+ },
1622
1707
  "node_modules/@types/glob": {
1623
1708
  "version": "7.2.0",
1624
1709
  "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
@@ -1712,6 +1797,13 @@
1712
1797
  "pretty-format": "^29.0.0"
1713
1798
  }
1714
1799
  },
1800
+ "node_modules/@types/json-schema": {
1801
+ "version": "7.0.15",
1802
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
1803
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
1804
+ "dev": true,
1805
+ "license": "MIT"
1806
+ },
1715
1807
  "node_modules/@types/json5": {
1716
1808
  "version": "0.0.29",
1717
1809
  "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
@@ -1836,32 +1928,32 @@
1836
1928
  "license": "MIT"
1837
1929
  },
1838
1930
  "node_modules/@typescript-eslint/eslint-plugin": {
1839
- "version": "7.18.0",
1840
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz",
1841
- "integrity": "sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==",
1931
+ "version": "8.13.0",
1932
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.13.0.tgz",
1933
+ "integrity": "sha512-nQtBLiZYMUPkclSeC3id+x4uVd1SGtHuElTxL++SfP47jR0zfkZBJHc+gL4qPsgTuypz0k8Y2GheaDYn6Gy3rg==",
1842
1934
  "dev": true,
1843
1935
  "license": "MIT",
1844
1936
  "dependencies": {
1845
1937
  "@eslint-community/regexpp": "^4.10.0",
1846
- "@typescript-eslint/scope-manager": "7.18.0",
1847
- "@typescript-eslint/type-utils": "7.18.0",
1848
- "@typescript-eslint/utils": "7.18.0",
1849
- "@typescript-eslint/visitor-keys": "7.18.0",
1938
+ "@typescript-eslint/scope-manager": "8.13.0",
1939
+ "@typescript-eslint/type-utils": "8.13.0",
1940
+ "@typescript-eslint/utils": "8.13.0",
1941
+ "@typescript-eslint/visitor-keys": "8.13.0",
1850
1942
  "graphemer": "^1.4.0",
1851
1943
  "ignore": "^5.3.1",
1852
1944
  "natural-compare": "^1.4.0",
1853
1945
  "ts-api-utils": "^1.3.0"
1854
1946
  },
1855
1947
  "engines": {
1856
- "node": "^18.18.0 || >=20.0.0"
1948
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1857
1949
  },
1858
1950
  "funding": {
1859
1951
  "type": "opencollective",
1860
1952
  "url": "https://opencollective.com/typescript-eslint"
1861
1953
  },
1862
1954
  "peerDependencies": {
1863
- "@typescript-eslint/parser": "^7.0.0",
1864
- "eslint": "^8.56.0"
1955
+ "@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
1956
+ "eslint": "^8.57.0 || ^9.0.0"
1865
1957
  },
1866
1958
  "peerDependenciesMeta": {
1867
1959
  "typescript": {
@@ -1870,27 +1962,27 @@
1870
1962
  }
1871
1963
  },
1872
1964
  "node_modules/@typescript-eslint/parser": {
1873
- "version": "7.18.0",
1874
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz",
1875
- "integrity": "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==",
1965
+ "version": "8.13.0",
1966
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.13.0.tgz",
1967
+ "integrity": "sha512-w0xp+xGg8u/nONcGw1UXAr6cjCPU1w0XVyBs6Zqaj5eLmxkKQAByTdV/uGgNN5tVvN/kKpoQlP2cL7R+ajZZIQ==",
1876
1968
  "dev": true,
1877
1969
  "license": "BSD-2-Clause",
1878
1970
  "dependencies": {
1879
- "@typescript-eslint/scope-manager": "7.18.0",
1880
- "@typescript-eslint/types": "7.18.0",
1881
- "@typescript-eslint/typescript-estree": "7.18.0",
1882
- "@typescript-eslint/visitor-keys": "7.18.0",
1971
+ "@typescript-eslint/scope-manager": "8.13.0",
1972
+ "@typescript-eslint/types": "8.13.0",
1973
+ "@typescript-eslint/typescript-estree": "8.13.0",
1974
+ "@typescript-eslint/visitor-keys": "8.13.0",
1883
1975
  "debug": "^4.3.4"
1884
1976
  },
1885
1977
  "engines": {
1886
- "node": "^18.18.0 || >=20.0.0"
1978
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1887
1979
  },
1888
1980
  "funding": {
1889
1981
  "type": "opencollective",
1890
1982
  "url": "https://opencollective.com/typescript-eslint"
1891
1983
  },
1892
1984
  "peerDependencies": {
1893
- "eslint": "^8.56.0"
1985
+ "eslint": "^8.57.0 || ^9.0.0"
1894
1986
  },
1895
1987
  "peerDependenciesMeta": {
1896
1988
  "typescript": {
@@ -1899,17 +1991,17 @@
1899
1991
  }
1900
1992
  },
1901
1993
  "node_modules/@typescript-eslint/scope-manager": {
1902
- "version": "7.18.0",
1903
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz",
1904
- "integrity": "sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==",
1994
+ "version": "8.13.0",
1995
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.13.0.tgz",
1996
+ "integrity": "sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA==",
1905
1997
  "dev": true,
1906
1998
  "license": "MIT",
1907
1999
  "dependencies": {
1908
- "@typescript-eslint/types": "7.18.0",
1909
- "@typescript-eslint/visitor-keys": "7.18.0"
2000
+ "@typescript-eslint/types": "8.13.0",
2001
+ "@typescript-eslint/visitor-keys": "8.13.0"
1910
2002
  },
1911
2003
  "engines": {
1912
- "node": "^18.18.0 || >=20.0.0"
2004
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1913
2005
  },
1914
2006
  "funding": {
1915
2007
  "type": "opencollective",
@@ -1917,27 +2009,24 @@
1917
2009
  }
1918
2010
  },
1919
2011
  "node_modules/@typescript-eslint/type-utils": {
1920
- "version": "7.18.0",
1921
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz",
1922
- "integrity": "sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==",
2012
+ "version": "8.13.0",
2013
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.13.0.tgz",
2014
+ "integrity": "sha512-Rqnn6xXTR316fP4D2pohZenJnp+NwQ1mo7/JM+J1LWZENSLkJI8ID8QNtlvFeb0HnFSK94D6q0cnMX6SbE5/vA==",
1923
2015
  "dev": true,
1924
2016
  "license": "MIT",
1925
2017
  "dependencies": {
1926
- "@typescript-eslint/typescript-estree": "7.18.0",
1927
- "@typescript-eslint/utils": "7.18.0",
2018
+ "@typescript-eslint/typescript-estree": "8.13.0",
2019
+ "@typescript-eslint/utils": "8.13.0",
1928
2020
  "debug": "^4.3.4",
1929
2021
  "ts-api-utils": "^1.3.0"
1930
2022
  },
1931
2023
  "engines": {
1932
- "node": "^18.18.0 || >=20.0.0"
2024
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1933
2025
  },
1934
2026
  "funding": {
1935
2027
  "type": "opencollective",
1936
2028
  "url": "https://opencollective.com/typescript-eslint"
1937
2029
  },
1938
- "peerDependencies": {
1939
- "eslint": "^8.56.0"
1940
- },
1941
2030
  "peerDependenciesMeta": {
1942
2031
  "typescript": {
1943
2032
  "optional": true
@@ -1945,13 +2034,13 @@
1945
2034
  }
1946
2035
  },
1947
2036
  "node_modules/@typescript-eslint/types": {
1948
- "version": "7.18.0",
1949
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz",
1950
- "integrity": "sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==",
2037
+ "version": "8.13.0",
2038
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.13.0.tgz",
2039
+ "integrity": "sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng==",
1951
2040
  "dev": true,
1952
2041
  "license": "MIT",
1953
2042
  "engines": {
1954
- "node": "^18.18.0 || >=20.0.0"
2043
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1955
2044
  },
1956
2045
  "funding": {
1957
2046
  "type": "opencollective",
@@ -1959,23 +2048,23 @@
1959
2048
  }
1960
2049
  },
1961
2050
  "node_modules/@typescript-eslint/typescript-estree": {
1962
- "version": "7.18.0",
1963
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz",
1964
- "integrity": "sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==",
2051
+ "version": "8.13.0",
2052
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.13.0.tgz",
2053
+ "integrity": "sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g==",
1965
2054
  "dev": true,
1966
2055
  "license": "BSD-2-Clause",
1967
2056
  "dependencies": {
1968
- "@typescript-eslint/types": "7.18.0",
1969
- "@typescript-eslint/visitor-keys": "7.18.0",
2057
+ "@typescript-eslint/types": "8.13.0",
2058
+ "@typescript-eslint/visitor-keys": "8.13.0",
1970
2059
  "debug": "^4.3.4",
1971
- "globby": "^11.1.0",
2060
+ "fast-glob": "^3.3.2",
1972
2061
  "is-glob": "^4.0.3",
1973
2062
  "minimatch": "^9.0.4",
1974
2063
  "semver": "^7.6.0",
1975
2064
  "ts-api-utils": "^1.3.0"
1976
2065
  },
1977
2066
  "engines": {
1978
- "node": "^18.18.0 || >=20.0.0"
2067
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1979
2068
  },
1980
2069
  "funding": {
1981
2070
  "type": "opencollective",
@@ -2004,53 +2093,46 @@
2004
2093
  }
2005
2094
  },
2006
2095
  "node_modules/@typescript-eslint/utils": {
2007
- "version": "7.18.0",
2008
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz",
2009
- "integrity": "sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==",
2096
+ "version": "8.13.0",
2097
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.13.0.tgz",
2098
+ "integrity": "sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ==",
2010
2099
  "dev": true,
2011
2100
  "license": "MIT",
2012
2101
  "dependencies": {
2013
2102
  "@eslint-community/eslint-utils": "^4.4.0",
2014
- "@typescript-eslint/scope-manager": "7.18.0",
2015
- "@typescript-eslint/types": "7.18.0",
2016
- "@typescript-eslint/typescript-estree": "7.18.0"
2103
+ "@typescript-eslint/scope-manager": "8.13.0",
2104
+ "@typescript-eslint/types": "8.13.0",
2105
+ "@typescript-eslint/typescript-estree": "8.13.0"
2017
2106
  },
2018
2107
  "engines": {
2019
- "node": "^18.18.0 || >=20.0.0"
2108
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2020
2109
  },
2021
2110
  "funding": {
2022
2111
  "type": "opencollective",
2023
2112
  "url": "https://opencollective.com/typescript-eslint"
2024
2113
  },
2025
2114
  "peerDependencies": {
2026
- "eslint": "^8.56.0"
2115
+ "eslint": "^8.57.0 || ^9.0.0"
2027
2116
  }
2028
2117
  },
2029
2118
  "node_modules/@typescript-eslint/visitor-keys": {
2030
- "version": "7.18.0",
2031
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz",
2032
- "integrity": "sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==",
2119
+ "version": "8.13.0",
2120
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.13.0.tgz",
2121
+ "integrity": "sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw==",
2033
2122
  "dev": true,
2034
2123
  "license": "MIT",
2035
2124
  "dependencies": {
2036
- "@typescript-eslint/types": "7.18.0",
2125
+ "@typescript-eslint/types": "8.13.0",
2037
2126
  "eslint-visitor-keys": "^3.4.3"
2038
2127
  },
2039
2128
  "engines": {
2040
- "node": "^18.18.0 || >=20.0.0"
2129
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2041
2130
  },
2042
2131
  "funding": {
2043
2132
  "type": "opencollective",
2044
2133
  "url": "https://opencollective.com/typescript-eslint"
2045
2134
  }
2046
2135
  },
2047
- "node_modules/@ungap/structured-clone": {
2048
- "version": "1.2.0",
2049
- "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
2050
- "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
2051
- "dev": true,
2052
- "license": "ISC"
2053
- },
2054
2136
  "node_modules/acorn": {
2055
2137
  "version": "8.14.0",
2056
2138
  "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
@@ -2323,16 +2405,6 @@
2323
2405
  "extraneous": true,
2324
2406
  "license": "MIT"
2325
2407
  },
2326
- "node_modules/array-union": {
2327
- "version": "2.1.0",
2328
- "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
2329
- "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
2330
- "dev": true,
2331
- "license": "MIT",
2332
- "engines": {
2333
- "node": ">=8"
2334
- }
2335
- },
2336
2408
  "node_modules/array.prototype.findlastindex": {
2337
2409
  "version": "1.2.5",
2338
2410
  "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz",
@@ -2854,9 +2926,9 @@
2854
2926
  }
2855
2927
  },
2856
2928
  "node_modules/caniuse-lite": {
2857
- "version": "1.0.30001677",
2858
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001677.tgz",
2859
- "integrity": "sha512-fmfjsOlJUpMWu+mAAtZZZHz7UEwsUxIIvu1TJfO1HqFQvB/B+ii0xr9B5HpbZY/mC4XZ8SvjHJqtAY6pDPQEog==",
2929
+ "version": "1.0.30001679",
2930
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001679.tgz",
2931
+ "integrity": "sha512-j2YqID/YwpLnKzCmBOS4tlZdWprXm3ZmQLBH9ZBXFOhoxLA46fwyBvx6toCBWBmnuwUY/qB3kEU6gFx8qgCroA==",
2860
2932
  "dev": true,
2861
2933
  "funding": [
2862
2934
  {
@@ -3591,9 +3663,9 @@
3591
3663
  "license": "MIT"
3592
3664
  },
3593
3665
  "node_modules/cross-spawn": {
3594
- "version": "7.0.3",
3595
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
3596
- "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
3666
+ "version": "7.0.5",
3667
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.5.tgz",
3668
+ "integrity": "sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==",
3597
3669
  "dev": true,
3598
3670
  "license": "MIT",
3599
3671
  "dependencies": {
@@ -3875,29 +3947,6 @@
3875
3947
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3876
3948
  }
3877
3949
  },
3878
- "node_modules/dir-glob": {
3879
- "version": "3.0.1",
3880
- "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
3881
- "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
3882
- "dev": true,
3883
- "license": "MIT",
3884
- "dependencies": {
3885
- "path-type": "^4.0.0"
3886
- },
3887
- "engines": {
3888
- "node": ">=8"
3889
- }
3890
- },
3891
- "node_modules/dir-glob/node_modules/path-type": {
3892
- "version": "4.0.0",
3893
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
3894
- "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
3895
- "dev": true,
3896
- "license": "MIT",
3897
- "engines": {
3898
- "node": ">=8"
3899
- }
3900
- },
3901
3950
  "node_modules/doctrine": {
3902
3951
  "version": "2.1.0",
3903
3952
  "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
@@ -4011,9 +4060,9 @@
4011
4060
  }
4012
4061
  },
4013
4062
  "node_modules/electron-to-chromium": {
4014
- "version": "1.5.52",
4015
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.52.tgz",
4016
- "integrity": "sha512-xtoijJTZ+qeucLBDNztDOuQBE1ksqjvNjvqFoST3nGC7fSpqJ+X6BdTBaY5BHG+IhWWmpc6b/KfpeuEDupEPOQ==",
4063
+ "version": "1.5.55",
4064
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.55.tgz",
4065
+ "integrity": "sha512-6maZ2ASDOTBtjt9FhqYPRnbvKU5tjG0IN9SztUOWYw2AzNDNpKJYLJmlK0/En4Hs/aiWnB+JZ+gW19PIGszgKg==",
4017
4066
  "dev": true,
4018
4067
  "license": "ISC"
4019
4068
  },
@@ -4240,59 +4289,64 @@
4240
4289
  }
4241
4290
  },
4242
4291
  "node_modules/eslint": {
4243
- "version": "8.57.1",
4244
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
4245
- "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
4292
+ "version": "9.14.0",
4293
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.14.0.tgz",
4294
+ "integrity": "sha512-c2FHsVBr87lnUtjP4Yhvk4yEhKrQavGafRA/Se1ouse8PfbfC/Qh9Mxa00yWsZRlqeUB9raXip0aiiUZkgnr9g==",
4246
4295
  "dev": true,
4247
4296
  "license": "MIT",
4248
4297
  "dependencies": {
4249
4298
  "@eslint-community/eslint-utils": "^4.2.0",
4250
- "@eslint-community/regexpp": "^4.6.1",
4251
- "@eslint/eslintrc": "^2.1.4",
4252
- "@eslint/js": "8.57.1",
4253
- "@humanwhocodes/config-array": "^0.13.0",
4299
+ "@eslint-community/regexpp": "^4.12.1",
4300
+ "@eslint/config-array": "^0.18.0",
4301
+ "@eslint/core": "^0.7.0",
4302
+ "@eslint/eslintrc": "^3.1.0",
4303
+ "@eslint/js": "9.14.0",
4304
+ "@eslint/plugin-kit": "^0.2.0",
4305
+ "@humanfs/node": "^0.16.6",
4254
4306
  "@humanwhocodes/module-importer": "^1.0.1",
4255
- "@nodelib/fs.walk": "^1.2.8",
4256
- "@ungap/structured-clone": "^1.2.0",
4307
+ "@humanwhocodes/retry": "^0.4.0",
4308
+ "@types/estree": "^1.0.6",
4309
+ "@types/json-schema": "^7.0.15",
4257
4310
  "ajv": "^6.12.4",
4258
4311
  "chalk": "^4.0.0",
4259
4312
  "cross-spawn": "^7.0.2",
4260
4313
  "debug": "^4.3.2",
4261
- "doctrine": "^3.0.0",
4262
4314
  "escape-string-regexp": "^4.0.0",
4263
- "eslint-scope": "^7.2.2",
4264
- "eslint-visitor-keys": "^3.4.3",
4265
- "espree": "^9.6.1",
4266
- "esquery": "^1.4.2",
4315
+ "eslint-scope": "^8.2.0",
4316
+ "eslint-visitor-keys": "^4.2.0",
4317
+ "espree": "^10.3.0",
4318
+ "esquery": "^1.5.0",
4267
4319
  "esutils": "^2.0.2",
4268
4320
  "fast-deep-equal": "^3.1.3",
4269
- "file-entry-cache": "^6.0.1",
4321
+ "file-entry-cache": "^8.0.0",
4270
4322
  "find-up": "^5.0.0",
4271
4323
  "glob-parent": "^6.0.2",
4272
- "globals": "^13.19.0",
4273
- "graphemer": "^1.4.0",
4274
4324
  "ignore": "^5.2.0",
4275
4325
  "imurmurhash": "^0.1.4",
4276
4326
  "is-glob": "^4.0.0",
4277
- "is-path-inside": "^3.0.3",
4278
- "js-yaml": "^4.1.0",
4279
4327
  "json-stable-stringify-without-jsonify": "^1.0.1",
4280
- "levn": "^0.4.1",
4281
4328
  "lodash.merge": "^4.6.2",
4282
4329
  "minimatch": "^3.1.2",
4283
4330
  "natural-compare": "^1.4.0",
4284
4331
  "optionator": "^0.9.3",
4285
- "strip-ansi": "^6.0.1",
4286
4332
  "text-table": "^0.2.0"
4287
4333
  },
4288
4334
  "bin": {
4289
4335
  "eslint": "bin/eslint.js"
4290
4336
  },
4291
4337
  "engines": {
4292
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4338
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4293
4339
  },
4294
4340
  "funding": {
4295
- "url": "https://opencollective.com/eslint"
4341
+ "url": "https://eslint.org/donate"
4342
+ },
4343
+ "peerDependencies": {
4344
+ "jiti": "*"
4345
+ },
4346
+ "peerDependenciesMeta": {
4347
+ "jiti": {
4348
+ "optional": true
4349
+ }
4296
4350
  }
4297
4351
  },
4298
4352
  "node_modules/eslint-config-prettier": {
@@ -4480,9 +4534,9 @@
4480
4534
  }
4481
4535
  },
4482
4536
  "node_modules/eslint-scope": {
4483
- "version": "7.2.2",
4484
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
4485
- "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
4537
+ "version": "8.2.0",
4538
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz",
4539
+ "integrity": "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==",
4486
4540
  "dev": true,
4487
4541
  "license": "BSD-2-Clause",
4488
4542
  "dependencies": {
@@ -4490,7 +4544,7 @@
4490
4544
  "estraverse": "^5.2.0"
4491
4545
  },
4492
4546
  "engines": {
4493
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4547
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4494
4548
  },
4495
4549
  "funding": {
4496
4550
  "url": "https://opencollective.com/eslint"
@@ -4509,26 +4563,6 @@
4509
4563
  "url": "https://opencollective.com/eslint"
4510
4564
  }
4511
4565
  },
4512
- "node_modules/eslint/node_modules/argparse": {
4513
- "version": "2.0.1",
4514
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
4515
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
4516
- "dev": true,
4517
- "license": "Python-2.0"
4518
- },
4519
- "node_modules/eslint/node_modules/doctrine": {
4520
- "version": "3.0.0",
4521
- "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
4522
- "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
4523
- "dev": true,
4524
- "license": "Apache-2.0",
4525
- "dependencies": {
4526
- "esutils": "^2.0.2"
4527
- },
4528
- "engines": {
4529
- "node": ">=6.0.0"
4530
- }
4531
- },
4532
4566
  "node_modules/eslint/node_modules/escape-string-regexp": {
4533
4567
  "version": "4.0.0",
4534
4568
  "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
@@ -4542,6 +4576,19 @@
4542
4576
  "url": "https://github.com/sponsors/sindresorhus"
4543
4577
  }
4544
4578
  },
4579
+ "node_modules/eslint/node_modules/eslint-visitor-keys": {
4580
+ "version": "4.2.0",
4581
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
4582
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
4583
+ "dev": true,
4584
+ "license": "Apache-2.0",
4585
+ "engines": {
4586
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4587
+ },
4588
+ "funding": {
4589
+ "url": "https://opencollective.com/eslint"
4590
+ }
4591
+ },
4545
4592
  "node_modules/eslint/node_modules/find-up": {
4546
4593
  "version": "5.0.0",
4547
4594
  "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
@@ -4559,19 +4606,6 @@
4559
4606
  "url": "https://github.com/sponsors/sindresorhus"
4560
4607
  }
4561
4608
  },
4562
- "node_modules/eslint/node_modules/js-yaml": {
4563
- "version": "4.1.0",
4564
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
4565
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
4566
- "dev": true,
4567
- "license": "MIT",
4568
- "dependencies": {
4569
- "argparse": "^2.0.1"
4570
- },
4571
- "bin": {
4572
- "js-yaml": "bin/js-yaml.js"
4573
- }
4574
- },
4575
4609
  "node_modules/eslint/node_modules/locate-path": {
4576
4610
  "version": "6.0.0",
4577
4611
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
@@ -4615,18 +4649,31 @@
4615
4649
  }
4616
4650
  },
4617
4651
  "node_modules/espree": {
4618
- "version": "9.6.1",
4619
- "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
4620
- "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
4652
+ "version": "10.3.0",
4653
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz",
4654
+ "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
4621
4655
  "dev": true,
4622
4656
  "license": "BSD-2-Clause",
4623
4657
  "dependencies": {
4624
- "acorn": "^8.9.0",
4658
+ "acorn": "^8.14.0",
4625
4659
  "acorn-jsx": "^5.3.2",
4626
- "eslint-visitor-keys": "^3.4.1"
4660
+ "eslint-visitor-keys": "^4.2.0"
4627
4661
  },
4628
4662
  "engines": {
4629
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4663
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4664
+ },
4665
+ "funding": {
4666
+ "url": "https://opencollective.com/eslint"
4667
+ }
4668
+ },
4669
+ "node_modules/espree/node_modules/eslint-visitor-keys": {
4670
+ "version": "4.2.0",
4671
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
4672
+ "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
4673
+ "dev": true,
4674
+ "license": "Apache-2.0",
4675
+ "engines": {
4676
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4630
4677
  },
4631
4678
  "funding": {
4632
4679
  "url": "https://opencollective.com/eslint"
@@ -4853,16 +4900,16 @@
4853
4900
  }
4854
4901
  },
4855
4902
  "node_modules/file-entry-cache": {
4856
- "version": "6.0.1",
4857
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
4858
- "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
4903
+ "version": "8.0.0",
4904
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
4905
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
4859
4906
  "dev": true,
4860
4907
  "license": "MIT",
4861
4908
  "dependencies": {
4862
- "flat-cache": "^3.0.4"
4909
+ "flat-cache": "^4.0.0"
4863
4910
  },
4864
4911
  "engines": {
4865
- "node": "^10.12.0 || >=12.0.0"
4912
+ "node": ">=16.0.0"
4866
4913
  }
4867
4914
  },
4868
4915
  "node_modules/filelist": {
@@ -4926,18 +4973,17 @@
4926
4973
  }
4927
4974
  },
4928
4975
  "node_modules/flat-cache": {
4929
- "version": "3.2.0",
4930
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
4931
- "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
4976
+ "version": "4.0.1",
4977
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
4978
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
4932
4979
  "dev": true,
4933
4980
  "license": "MIT",
4934
4981
  "dependencies": {
4935
4982
  "flatted": "^3.2.9",
4936
- "keyv": "^4.5.3",
4937
- "rimraf": "^3.0.2"
4983
+ "keyv": "^4.5.4"
4938
4984
  },
4939
4985
  "engines": {
4940
- "node": "^10.12.0 || >=12.0.0"
4986
+ "node": ">=16"
4941
4987
  }
4942
4988
  },
4943
4989
  "node_modules/flatted": {
@@ -5258,16 +5304,13 @@
5258
5304
  }
5259
5305
  },
5260
5306
  "node_modules/globals": {
5261
- "version": "13.24.0",
5262
- "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
5263
- "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
5307
+ "version": "14.0.0",
5308
+ "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
5309
+ "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
5264
5310
  "dev": true,
5265
5311
  "license": "MIT",
5266
- "dependencies": {
5267
- "type-fest": "^0.20.2"
5268
- },
5269
5312
  "engines": {
5270
- "node": ">=8"
5313
+ "node": ">=18"
5271
5314
  },
5272
5315
  "funding": {
5273
5316
  "url": "https://github.com/sponsors/sindresorhus"
@@ -5290,27 +5333,6 @@
5290
5333
  "url": "https://github.com/sponsors/ljharb"
5291
5334
  }
5292
5335
  },
5293
- "node_modules/globby": {
5294
- "version": "11.1.0",
5295
- "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
5296
- "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
5297
- "dev": true,
5298
- "license": "MIT",
5299
- "dependencies": {
5300
- "array-union": "^2.1.0",
5301
- "dir-glob": "^3.0.1",
5302
- "fast-glob": "^3.2.9",
5303
- "ignore": "^5.2.0",
5304
- "merge2": "^1.4.1",
5305
- "slash": "^3.0.0"
5306
- },
5307
- "engines": {
5308
- "node": ">=10"
5309
- },
5310
- "funding": {
5311
- "url": "https://github.com/sponsors/sindresorhus"
5312
- }
5313
- },
5314
5336
  "node_modules/gopd": {
5315
5337
  "version": "1.0.1",
5316
5338
  "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
@@ -5946,16 +5968,6 @@
5946
5968
  "node": ">=8"
5947
5969
  }
5948
5970
  },
5949
- "node_modules/is-path-inside": {
5950
- "version": "3.0.3",
5951
- "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
5952
- "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
5953
- "dev": true,
5954
- "license": "MIT",
5955
- "engines": {
5956
- "node": ">=8"
5957
- }
5958
- },
5959
5971
  "node_modules/is-plain-obj": {
5960
5972
  "version": "1.1.0",
5961
5973
  "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
@@ -7641,19 +7653,6 @@
7641
7653
  "node": ">=8"
7642
7654
  }
7643
7655
  },
7644
- "node_modules/meow/node_modules/type-fest": {
7645
- "version": "0.18.1",
7646
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
7647
- "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==",
7648
- "dev": true,
7649
- "license": "(MIT OR CC0-1.0)",
7650
- "engines": {
7651
- "node": ">=10"
7652
- },
7653
- "funding": {
7654
- "url": "https://github.com/sponsors/sindresorhus"
7655
- }
7656
- },
7657
7656
  "node_modules/merge-stream": {
7658
7657
  "version": "2.0.0",
7659
7658
  "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
@@ -8343,9 +8342,9 @@
8343
8342
  "license": "MIT"
8344
8343
  },
8345
8344
  "node_modules/projen": {
8346
- "version": "0.90.0",
8347
- "resolved": "https://registry.npmjs.org/projen/-/projen-0.90.0.tgz",
8348
- "integrity": "sha512-klJXSriGl/w+9Gj22vNenq8DjMBIscaOArt0aSTtPjeZyb5s0OSrDF0ALSzlLfz4x7dT8jRB2C8sb9tuuR/sUA==",
8345
+ "version": "0.90.1",
8346
+ "resolved": "https://registry.npmjs.org/projen/-/projen-0.90.1.tgz",
8347
+ "integrity": "sha512-1oVgUp0lry64Wb3LH+97/Nlci9BUZd/yambpQ0RmqIX9fKzAlq7H0N2bMjepjRkKK5HQNuYB6OotYG2L73eDhA==",
8349
8348
  "bundleDependencies": [
8350
8349
  "@iarna/toml",
8351
8350
  "case",
@@ -9576,22 +9575,6 @@
9576
9575
  "node": ">=0.10.0"
9577
9576
  }
9578
9577
  },
9579
- "node_modules/rimraf": {
9580
- "version": "3.0.2",
9581
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
9582
- "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
9583
- "dev": true,
9584
- "license": "ISC",
9585
- "dependencies": {
9586
- "glob": "^7.1.3"
9587
- },
9588
- "bin": {
9589
- "rimraf": "bin.js"
9590
- },
9591
- "funding": {
9592
- "url": "https://github.com/sponsors/isaacs"
9593
- }
9594
- },
9595
9578
  "node_modules/rrweb-cssom": {
9596
9579
  "version": "0.7.1",
9597
9580
  "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz",
@@ -10283,22 +10266,22 @@
10283
10266
  }
10284
10267
  },
10285
10268
  "node_modules/tldts": {
10286
- "version": "6.1.58",
10287
- "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.58.tgz",
10288
- "integrity": "sha512-MQJrJhjHOYGYb8DobR6Y4AdDbd4TYkyQ+KBDVc5ODzs1cbrvPpfN1IemYi9jfipJ/vR1YWvrDli0hg1y19VRoA==",
10269
+ "version": "6.1.59",
10270
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.59.tgz",
10271
+ "integrity": "sha512-472ilPxsRuqBBpn+KuRBHJvZhk6tTo4yTVsmODrLBNLwRYJPkDfMEHivgNwp5iEl+cbrZzzRtLKRxZs7+QKkRg==",
10289
10272
  "dev": true,
10290
10273
  "license": "MIT",
10291
10274
  "dependencies": {
10292
- "tldts-core": "^6.1.58"
10275
+ "tldts-core": "^6.1.59"
10293
10276
  },
10294
10277
  "bin": {
10295
10278
  "tldts": "bin/cli.js"
10296
10279
  }
10297
10280
  },
10298
10281
  "node_modules/tldts-core": {
10299
- "version": "6.1.58",
10300
- "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.58.tgz",
10301
- "integrity": "sha512-dR936xmhBm7AeqHIhCWwK765gZ7dFyL+IqLSFAjJbFlUXGMLCb8i2PzlzaOuWBuplBTaBYseSb565nk/ZEM0Bg==",
10282
+ "version": "6.1.59",
10283
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.59.tgz",
10284
+ "integrity": "sha512-EiYgNf275AQyVORl8HQYYe7rTVnmLb4hkWK7wAk/12Ksy5EiHpmUmTICa4GojookBPC8qkLMBKKwCmzNA47ZPQ==",
10302
10285
  "dev": true,
10303
10286
  "license": "MIT"
10304
10287
  },
@@ -10531,9 +10514,9 @@
10531
10514
  }
10532
10515
  },
10533
10516
  "node_modules/type-fest": {
10534
- "version": "0.20.2",
10535
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
10536
- "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
10517
+ "version": "0.18.1",
10518
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
10519
+ "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==",
10537
10520
  "dev": true,
10538
10521
  "license": "(MIT OR CC0-1.0)",
10539
10522
  "engines": {
package/package.json CHANGED
@@ -39,11 +39,11 @@
39
39
  "@types/mock-fs": "^4.13.4",
40
40
  "@types/node": "^18",
41
41
  "@types/yargs": "^15.0.19",
42
- "@typescript-eslint/eslint-plugin": "^7",
43
- "@typescript-eslint/parser": "^7",
42
+ "@typescript-eslint/eslint-plugin": "^8",
43
+ "@typescript-eslint/parser": "^8",
44
44
  "commit-and-tag-version": "^12",
45
45
  "constructs": "^10.0.0",
46
- "eslint": "^8",
46
+ "eslint": "^9",
47
47
  "eslint-config-prettier": "^9.1.0",
48
48
  "eslint-import-resolver-typescript": "^3.6.3",
49
49
  "eslint-plugin-import": "^2.31.0",
@@ -55,14 +55,14 @@
55
55
  "jszip": "^3.10.1",
56
56
  "mock-fs": "^5",
57
57
  "prettier": "^3.3.3",
58
- "projen": "^0.90.0",
58
+ "projen": "^0.90.1",
59
59
  "ts-jest": "^29.2.5",
60
60
  "ts-node": "^10.9.2",
61
61
  "typescript": "^5.6.3"
62
62
  },
63
63
  "dependencies": {
64
64
  "@aws-cdk/cloud-assembly-schema": "^38.0.1",
65
- "@aws-cdk/cx-api": "^2.165.0",
65
+ "@aws-cdk/cx-api": "^2.166.0",
66
66
  "archiver": "^5.3.2",
67
67
  "aws-sdk": "^2.1692.0",
68
68
  "glob": "^7.2.3",
@@ -79,7 +79,7 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "version": "2.155.26",
82
+ "version": "2.155.28",
83
83
  "types": "lib/index.d.ts",
84
84
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
85
85
  }