@salesforce/plugin-data-seeding 1.1.114 → 1.1.115
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/npm-shrinkwrap.json +351 -127
- package/oclif.lock +198 -107
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -166,7 +166,7 @@ EXAMPLES
|
|
|
166
166
|
./config/seed-config.json --wait 5
|
|
167
167
|
```
|
|
168
168
|
|
|
169
|
-
_See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.
|
|
169
|
+
_See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.115/src/commands/data-seeding/generate/index.ts)_
|
|
170
170
|
|
|
171
171
|
## `sf data-seeding generate report`
|
|
172
172
|
|
|
@@ -201,7 +201,7 @@ EXAMPLES
|
|
|
201
201
|
$ sf data-seeding generate report --use-most-recent
|
|
202
202
|
```
|
|
203
203
|
|
|
204
|
-
_See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.
|
|
204
|
+
_See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.115/src/commands/data-seeding/generate/report.ts)_
|
|
205
205
|
|
|
206
206
|
## `sf data-seeding migrate`
|
|
207
207
|
|
|
@@ -254,7 +254,7 @@ EXAMPLES
|
|
|
254
254
|
./config/data-seed.json --wait 5
|
|
255
255
|
```
|
|
256
256
|
|
|
257
|
-
_See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.
|
|
257
|
+
_See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.115/src/commands/data-seeding/migrate/index.ts)_
|
|
258
258
|
|
|
259
259
|
## `sf data-seeding migrate report`
|
|
260
260
|
|
|
@@ -289,6 +289,6 @@ EXAMPLES
|
|
|
289
289
|
$ sf data-seeding migrate report --use-most-recent
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
_See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.
|
|
292
|
+
_See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.115/src/commands/data-seeding/migrate/report.ts)_
|
|
293
293
|
|
|
294
294
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data-seeding",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.115",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-data-seeding",
|
|
9
|
-
"version": "1.1.
|
|
9
|
+
"version": "1.1.115",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -68,20 +68,6 @@
|
|
|
68
68
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
|
-
"node_modules/@ampproject/remapping": {
|
|
72
|
-
"version": "2.3.0",
|
|
73
|
-
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
|
74
|
-
"integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
|
|
75
|
-
"dev": true,
|
|
76
|
-
"license": "Apache-2.0",
|
|
77
|
-
"dependencies": {
|
|
78
|
-
"@jridgewell/gen-mapping": "^0.3.5",
|
|
79
|
-
"@jridgewell/trace-mapping": "^0.3.24"
|
|
80
|
-
},
|
|
81
|
-
"engines": {
|
|
82
|
-
"node": ">=6.0.0"
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
71
|
"node_modules/@aws-crypto/crc32": {
|
|
86
72
|
"version": "5.2.0",
|
|
87
73
|
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz",
|
|
@@ -1823,46 +1809,64 @@
|
|
|
1823
1809
|
}
|
|
1824
1810
|
},
|
|
1825
1811
|
"node_modules/@babel/code-frame": {
|
|
1826
|
-
"version": "7.
|
|
1827
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
1828
|
-
"integrity": "sha512-
|
|
1812
|
+
"version": "7.29.7",
|
|
1813
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
1814
|
+
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
1829
1815
|
"dev": true,
|
|
1830
1816
|
"license": "MIT",
|
|
1831
1817
|
"dependencies": {
|
|
1832
|
-
"@babel/
|
|
1833
|
-
"
|
|
1818
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
1819
|
+
"js-tokens": "^4.0.0",
|
|
1820
|
+
"picocolors": "^1.1.1"
|
|
1834
1821
|
},
|
|
1835
1822
|
"engines": {
|
|
1836
1823
|
"node": ">=6.9.0"
|
|
1837
1824
|
}
|
|
1838
1825
|
},
|
|
1839
|
-
"node_modules/@babel/
|
|
1840
|
-
"version": "7.
|
|
1841
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1842
|
-
"integrity": "sha512-
|
|
1826
|
+
"node_modules/@babel/code-frame/node_modules/@babel/helper-validator-identifier": {
|
|
1827
|
+
"version": "7.29.7",
|
|
1828
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
1829
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
1843
1830
|
"dev": true,
|
|
1844
1831
|
"license": "MIT",
|
|
1845
1832
|
"engines": {
|
|
1846
1833
|
"node": ">=6.9.0"
|
|
1847
1834
|
}
|
|
1848
1835
|
},
|
|
1849
|
-
"node_modules/@babel/
|
|
1850
|
-
"version": "
|
|
1851
|
-
"resolved": "https://registry.npmjs.org
|
|
1852
|
-
"integrity": "sha512-
|
|
1836
|
+
"node_modules/@babel/code-frame/node_modules/picocolors": {
|
|
1837
|
+
"version": "1.1.1",
|
|
1838
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
1839
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
1840
|
+
"dev": true,
|
|
1841
|
+
"license": "ISC"
|
|
1842
|
+
},
|
|
1843
|
+
"node_modules/@babel/compat-data": {
|
|
1844
|
+
"version": "7.29.7",
|
|
1845
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
|
|
1846
|
+
"integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
|
|
1853
1847
|
"dev": true,
|
|
1854
1848
|
"license": "MIT",
|
|
1855
|
-
"
|
|
1856
|
-
"
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1849
|
+
"engines": {
|
|
1850
|
+
"node": ">=6.9.0"
|
|
1851
|
+
}
|
|
1852
|
+
},
|
|
1853
|
+
"node_modules/@babel/core": {
|
|
1854
|
+
"version": "7.29.7",
|
|
1855
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
|
|
1856
|
+
"integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
|
|
1857
|
+
"dev": true,
|
|
1858
|
+
"license": "MIT",
|
|
1859
|
+
"dependencies": {
|
|
1860
|
+
"@babel/code-frame": "^7.29.7",
|
|
1861
|
+
"@babel/generator": "^7.29.7",
|
|
1862
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
1863
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
1864
|
+
"@babel/helpers": "^7.29.7",
|
|
1865
|
+
"@babel/parser": "^7.29.7",
|
|
1866
|
+
"@babel/template": "^7.29.7",
|
|
1867
|
+
"@babel/traverse": "^7.29.7",
|
|
1868
|
+
"@babel/types": "^7.29.7",
|
|
1869
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
1866
1870
|
"convert-source-map": "^2.0.0",
|
|
1867
1871
|
"debug": "^4.1.0",
|
|
1868
1872
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -1895,44 +1899,43 @@
|
|
|
1895
1899
|
}
|
|
1896
1900
|
},
|
|
1897
1901
|
"node_modules/@babel/generator": {
|
|
1898
|
-
"version": "7.
|
|
1899
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.
|
|
1900
|
-
"integrity": "sha512-
|
|
1902
|
+
"version": "7.29.7",
|
|
1903
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
|
|
1904
|
+
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
1901
1905
|
"dev": true,
|
|
1902
1906
|
"license": "MIT",
|
|
1903
1907
|
"dependencies": {
|
|
1904
|
-
"@babel/
|
|
1905
|
-
"@
|
|
1906
|
-
"@jridgewell/
|
|
1907
|
-
"
|
|
1908
|
+
"@babel/parser": "^7.29.7",
|
|
1909
|
+
"@babel/types": "^7.29.7",
|
|
1910
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
1911
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
1912
|
+
"jsesc": "^3.0.2"
|
|
1908
1913
|
},
|
|
1909
1914
|
"engines": {
|
|
1910
1915
|
"node": ">=6.9.0"
|
|
1911
1916
|
}
|
|
1912
1917
|
},
|
|
1913
|
-
"node_modules/@babel/generator/node_modules/
|
|
1914
|
-
"version": "
|
|
1915
|
-
"resolved": "https://registry.npmjs.org/
|
|
1916
|
-
"integrity": "sha512-
|
|
1918
|
+
"node_modules/@babel/generator/node_modules/@jridgewell/trace-mapping": {
|
|
1919
|
+
"version": "0.3.31",
|
|
1920
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
1921
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
1917
1922
|
"dev": true,
|
|
1918
1923
|
"license": "MIT",
|
|
1919
|
-
"
|
|
1920
|
-
"
|
|
1921
|
-
|
|
1922
|
-
"engines": {
|
|
1923
|
-
"node": ">=4"
|
|
1924
|
+
"dependencies": {
|
|
1925
|
+
"@jridgewell/resolve-uri": "^3.1.0",
|
|
1926
|
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
1924
1927
|
}
|
|
1925
1928
|
},
|
|
1926
1929
|
"node_modules/@babel/helper-compilation-targets": {
|
|
1927
|
-
"version": "7.
|
|
1928
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
1929
|
-
"integrity": "sha512-
|
|
1930
|
+
"version": "7.29.7",
|
|
1931
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
|
|
1932
|
+
"integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
|
|
1930
1933
|
"dev": true,
|
|
1931
1934
|
"license": "MIT",
|
|
1932
1935
|
"dependencies": {
|
|
1933
|
-
"@babel/compat-data": "^7.
|
|
1934
|
-
"@babel/helper-validator-option": "^7.
|
|
1935
|
-
"browserslist": "^4.
|
|
1936
|
+
"@babel/compat-data": "^7.29.7",
|
|
1937
|
+
"@babel/helper-validator-option": "^7.29.7",
|
|
1938
|
+
"browserslist": "^4.24.0",
|
|
1936
1939
|
"lru-cache": "^5.1.1",
|
|
1937
1940
|
"semver": "^6.3.1"
|
|
1938
1941
|
},
|
|
@@ -1940,6 +1943,78 @@
|
|
|
1940
1943
|
"node": ">=6.9.0"
|
|
1941
1944
|
}
|
|
1942
1945
|
},
|
|
1946
|
+
"node_modules/@babel/helper-compilation-targets/node_modules/browserslist": {
|
|
1947
|
+
"version": "4.28.2",
|
|
1948
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
|
|
1949
|
+
"integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
|
|
1950
|
+
"dev": true,
|
|
1951
|
+
"funding": [
|
|
1952
|
+
{
|
|
1953
|
+
"type": "opencollective",
|
|
1954
|
+
"url": "https://opencollective.com/browserslist"
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
"type": "tidelift",
|
|
1958
|
+
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"type": "github",
|
|
1962
|
+
"url": "https://github.com/sponsors/ai"
|
|
1963
|
+
}
|
|
1964
|
+
],
|
|
1965
|
+
"license": "MIT",
|
|
1966
|
+
"dependencies": {
|
|
1967
|
+
"baseline-browser-mapping": "^2.10.12",
|
|
1968
|
+
"caniuse-lite": "^1.0.30001782",
|
|
1969
|
+
"electron-to-chromium": "^1.5.328",
|
|
1970
|
+
"node-releases": "^2.0.36",
|
|
1971
|
+
"update-browserslist-db": "^1.2.3"
|
|
1972
|
+
},
|
|
1973
|
+
"bin": {
|
|
1974
|
+
"browserslist": "cli.js"
|
|
1975
|
+
},
|
|
1976
|
+
"engines": {
|
|
1977
|
+
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
1978
|
+
}
|
|
1979
|
+
},
|
|
1980
|
+
"node_modules/@babel/helper-compilation-targets/node_modules/caniuse-lite": {
|
|
1981
|
+
"version": "1.0.30001799",
|
|
1982
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001799.tgz",
|
|
1983
|
+
"integrity": "sha512-hG1bReV+OUU+MOqK4t/ZWI0tZOyz3rqS9XuhOUz1cIcbwBKjOyJEJuw9ER5JuNyqxNk8u/JUVbGibBOL1yrjFw==",
|
|
1984
|
+
"dev": true,
|
|
1985
|
+
"funding": [
|
|
1986
|
+
{
|
|
1987
|
+
"type": "opencollective",
|
|
1988
|
+
"url": "https://opencollective.com/browserslist"
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"type": "tidelift",
|
|
1992
|
+
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"type": "github",
|
|
1996
|
+
"url": "https://github.com/sponsors/ai"
|
|
1997
|
+
}
|
|
1998
|
+
],
|
|
1999
|
+
"license": "CC-BY-4.0"
|
|
2000
|
+
},
|
|
2001
|
+
"node_modules/@babel/helper-compilation-targets/node_modules/electron-to-chromium": {
|
|
2002
|
+
"version": "1.5.375",
|
|
2003
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.375.tgz",
|
|
2004
|
+
"integrity": "sha512-ZWP5eB4BVPW/ZYo9252hQZHZ5XavtsTgpbhcmMmRwymavC5AsLWQWBPaKMeNd2LW0KGby5HPXvj7+sr4ta5j/Q==",
|
|
2005
|
+
"dev": true,
|
|
2006
|
+
"license": "ISC"
|
|
2007
|
+
},
|
|
2008
|
+
"node_modules/@babel/helper-compilation-targets/node_modules/escalade": {
|
|
2009
|
+
"version": "3.2.0",
|
|
2010
|
+
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
2011
|
+
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
2012
|
+
"dev": true,
|
|
2013
|
+
"license": "MIT",
|
|
2014
|
+
"engines": {
|
|
2015
|
+
"node": ">=6"
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
1943
2018
|
"node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
|
|
1944
2019
|
"version": "5.1.1",
|
|
1945
2020
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
@@ -1950,6 +2025,23 @@
|
|
|
1950
2025
|
"yallist": "^3.0.2"
|
|
1951
2026
|
}
|
|
1952
2027
|
},
|
|
2028
|
+
"node_modules/@babel/helper-compilation-targets/node_modules/node-releases": {
|
|
2029
|
+
"version": "2.0.47",
|
|
2030
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.47.tgz",
|
|
2031
|
+
"integrity": "sha512-Uzmd6LXpouKo8EUK68IjH4+E01w/hXyV3R3g/geCJo+rXLNfh1xucB+LOzYEOQPSiUK3h/xZf0cQGcSsmyL2Og==",
|
|
2032
|
+
"dev": true,
|
|
2033
|
+
"license": "MIT",
|
|
2034
|
+
"engines": {
|
|
2035
|
+
"node": ">=18"
|
|
2036
|
+
}
|
|
2037
|
+
},
|
|
2038
|
+
"node_modules/@babel/helper-compilation-targets/node_modules/picocolors": {
|
|
2039
|
+
"version": "1.1.1",
|
|
2040
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
2041
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
2042
|
+
"dev": true,
|
|
2043
|
+
"license": "ISC"
|
|
2044
|
+
},
|
|
1953
2045
|
"node_modules/@babel/helper-compilation-targets/node_modules/semver": {
|
|
1954
2046
|
"version": "6.3.1",
|
|
1955
2047
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -1960,6 +2052,37 @@
|
|
|
1960
2052
|
"semver": "bin/semver.js"
|
|
1961
2053
|
}
|
|
1962
2054
|
},
|
|
2055
|
+
"node_modules/@babel/helper-compilation-targets/node_modules/update-browserslist-db": {
|
|
2056
|
+
"version": "1.2.3",
|
|
2057
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
|
|
2058
|
+
"integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
|
|
2059
|
+
"dev": true,
|
|
2060
|
+
"funding": [
|
|
2061
|
+
{
|
|
2062
|
+
"type": "opencollective",
|
|
2063
|
+
"url": "https://opencollective.com/browserslist"
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
"type": "tidelift",
|
|
2067
|
+
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
"type": "github",
|
|
2071
|
+
"url": "https://github.com/sponsors/ai"
|
|
2072
|
+
}
|
|
2073
|
+
],
|
|
2074
|
+
"license": "MIT",
|
|
2075
|
+
"dependencies": {
|
|
2076
|
+
"escalade": "^3.2.0",
|
|
2077
|
+
"picocolors": "^1.1.1"
|
|
2078
|
+
},
|
|
2079
|
+
"bin": {
|
|
2080
|
+
"update-browserslist-db": "cli.js"
|
|
2081
|
+
},
|
|
2082
|
+
"peerDependencies": {
|
|
2083
|
+
"browserslist": ">= 4.21.0"
|
|
2084
|
+
}
|
|
2085
|
+
},
|
|
1963
2086
|
"node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
|
|
1964
2087
|
"version": "3.1.1",
|
|
1965
2088
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
@@ -1967,31 +2090,40 @@
|
|
|
1967
2090
|
"dev": true,
|
|
1968
2091
|
"license": "ISC"
|
|
1969
2092
|
},
|
|
2093
|
+
"node_modules/@babel/helper-globals": {
|
|
2094
|
+
"version": "7.29.7",
|
|
2095
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
|
|
2096
|
+
"integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
|
|
2097
|
+
"dev": true,
|
|
2098
|
+
"license": "MIT",
|
|
2099
|
+
"engines": {
|
|
2100
|
+
"node": ">=6.9.0"
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
1970
2103
|
"node_modules/@babel/helper-module-imports": {
|
|
1971
|
-
"version": "7.
|
|
1972
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
1973
|
-
"integrity": "sha512-
|
|
2104
|
+
"version": "7.29.7",
|
|
2105
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
|
|
2106
|
+
"integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
|
|
1974
2107
|
"dev": true,
|
|
1975
2108
|
"license": "MIT",
|
|
1976
2109
|
"dependencies": {
|
|
1977
|
-
"@babel/traverse": "^7.
|
|
1978
|
-
"@babel/types": "^7.
|
|
2110
|
+
"@babel/traverse": "^7.29.7",
|
|
2111
|
+
"@babel/types": "^7.29.7"
|
|
1979
2112
|
},
|
|
1980
2113
|
"engines": {
|
|
1981
2114
|
"node": ">=6.9.0"
|
|
1982
2115
|
}
|
|
1983
2116
|
},
|
|
1984
2117
|
"node_modules/@babel/helper-module-transforms": {
|
|
1985
|
-
"version": "7.
|
|
1986
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
1987
|
-
"integrity": "sha512-
|
|
2118
|
+
"version": "7.29.7",
|
|
2119
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
|
|
2120
|
+
"integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
|
|
1988
2121
|
"dev": true,
|
|
1989
2122
|
"license": "MIT",
|
|
1990
2123
|
"dependencies": {
|
|
1991
|
-
"@babel/helper-module-imports": "^7.
|
|
1992
|
-
"@babel/helper-
|
|
1993
|
-
"@babel/
|
|
1994
|
-
"@babel/traverse": "^7.25.2"
|
|
2124
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
2125
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
2126
|
+
"@babel/traverse": "^7.29.7"
|
|
1995
2127
|
},
|
|
1996
2128
|
"engines": {
|
|
1997
2129
|
"node": ">=6.9.0"
|
|
@@ -2000,24 +2132,20 @@
|
|
|
2000
2132
|
"@babel/core": "^7.0.0"
|
|
2001
2133
|
}
|
|
2002
2134
|
},
|
|
2003
|
-
"node_modules/@babel/helper-
|
|
2004
|
-
"version": "7.
|
|
2005
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-
|
|
2006
|
-
"integrity": "sha512-
|
|
2135
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-validator-identifier": {
|
|
2136
|
+
"version": "7.29.7",
|
|
2137
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
2138
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
2007
2139
|
"dev": true,
|
|
2008
2140
|
"license": "MIT",
|
|
2009
|
-
"dependencies": {
|
|
2010
|
-
"@babel/traverse": "^7.24.7",
|
|
2011
|
-
"@babel/types": "^7.24.7"
|
|
2012
|
-
},
|
|
2013
2141
|
"engines": {
|
|
2014
2142
|
"node": ">=6.9.0"
|
|
2015
2143
|
}
|
|
2016
2144
|
},
|
|
2017
2145
|
"node_modules/@babel/helper-string-parser": {
|
|
2018
|
-
"version": "7.
|
|
2019
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
2020
|
-
"integrity": "sha512-
|
|
2146
|
+
"version": "7.29.7",
|
|
2147
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
|
2148
|
+
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
|
|
2021
2149
|
"dev": true,
|
|
2022
2150
|
"license": "MIT",
|
|
2023
2151
|
"engines": {
|
|
@@ -2035,9 +2163,9 @@
|
|
|
2035
2163
|
}
|
|
2036
2164
|
},
|
|
2037
2165
|
"node_modules/@babel/helper-validator-option": {
|
|
2038
|
-
"version": "7.
|
|
2039
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.
|
|
2040
|
-
"integrity": "sha512-
|
|
2166
|
+
"version": "7.29.7",
|
|
2167
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
|
|
2168
|
+
"integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
|
|
2041
2169
|
"dev": true,
|
|
2042
2170
|
"license": "MIT",
|
|
2043
2171
|
"engines": {
|
|
@@ -2045,14 +2173,14 @@
|
|
|
2045
2173
|
}
|
|
2046
2174
|
},
|
|
2047
2175
|
"node_modules/@babel/helpers": {
|
|
2048
|
-
"version": "7.
|
|
2049
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.
|
|
2050
|
-
"integrity": "sha512-
|
|
2176
|
+
"version": "7.29.7",
|
|
2177
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
|
|
2178
|
+
"integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
|
|
2051
2179
|
"dev": true,
|
|
2052
2180
|
"license": "MIT",
|
|
2053
2181
|
"dependencies": {
|
|
2054
|
-
"@babel/template": "^7.
|
|
2055
|
-
"@babel/types": "^7.
|
|
2182
|
+
"@babel/template": "^7.29.7",
|
|
2183
|
+
"@babel/types": "^7.29.7"
|
|
2056
2184
|
},
|
|
2057
2185
|
"engines": {
|
|
2058
2186
|
"node": ">=6.9.0"
|
|
@@ -2153,13 +2281,13 @@
|
|
|
2153
2281
|
}
|
|
2154
2282
|
},
|
|
2155
2283
|
"node_modules/@babel/parser": {
|
|
2156
|
-
"version": "7.
|
|
2157
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
2158
|
-
"integrity": "sha512-
|
|
2284
|
+
"version": "7.29.7",
|
|
2285
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
|
|
2286
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
2159
2287
|
"dev": true,
|
|
2160
2288
|
"license": "MIT",
|
|
2161
2289
|
"dependencies": {
|
|
2162
|
-
"@babel/types": "^7.
|
|
2290
|
+
"@babel/types": "^7.29.7"
|
|
2163
2291
|
},
|
|
2164
2292
|
"bin": {
|
|
2165
2293
|
"parser": "bin/babel-parser.js"
|
|
@@ -2169,60 +2297,59 @@
|
|
|
2169
2297
|
}
|
|
2170
2298
|
},
|
|
2171
2299
|
"node_modules/@babel/template": {
|
|
2172
|
-
"version": "7.
|
|
2173
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
2174
|
-
"integrity": "sha512-
|
|
2300
|
+
"version": "7.29.7",
|
|
2301
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
|
|
2302
|
+
"integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
|
|
2175
2303
|
"dev": true,
|
|
2176
2304
|
"license": "MIT",
|
|
2177
2305
|
"dependencies": {
|
|
2178
|
-
"@babel/code-frame": "^7.
|
|
2179
|
-
"@babel/parser": "^7.
|
|
2180
|
-
"@babel/types": "^7.
|
|
2306
|
+
"@babel/code-frame": "^7.29.7",
|
|
2307
|
+
"@babel/parser": "^7.29.7",
|
|
2308
|
+
"@babel/types": "^7.29.7"
|
|
2181
2309
|
},
|
|
2182
2310
|
"engines": {
|
|
2183
2311
|
"node": ">=6.9.0"
|
|
2184
2312
|
}
|
|
2185
2313
|
},
|
|
2186
2314
|
"node_modules/@babel/traverse": {
|
|
2187
|
-
"version": "7.
|
|
2188
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
2189
|
-
"integrity": "sha512-
|
|
2315
|
+
"version": "7.29.7",
|
|
2316
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz",
|
|
2317
|
+
"integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
|
|
2190
2318
|
"dev": true,
|
|
2191
2319
|
"license": "MIT",
|
|
2192
2320
|
"dependencies": {
|
|
2193
|
-
"@babel/code-frame": "^7.
|
|
2194
|
-
"@babel/generator": "^7.
|
|
2195
|
-
"@babel/
|
|
2196
|
-
"@babel/
|
|
2197
|
-
"@babel/
|
|
2198
|
-
"
|
|
2199
|
-
"
|
|
2321
|
+
"@babel/code-frame": "^7.29.7",
|
|
2322
|
+
"@babel/generator": "^7.29.7",
|
|
2323
|
+
"@babel/helper-globals": "^7.29.7",
|
|
2324
|
+
"@babel/parser": "^7.29.7",
|
|
2325
|
+
"@babel/template": "^7.29.7",
|
|
2326
|
+
"@babel/types": "^7.29.7",
|
|
2327
|
+
"debug": "^4.3.1"
|
|
2200
2328
|
},
|
|
2201
2329
|
"engines": {
|
|
2202
2330
|
"node": ">=6.9.0"
|
|
2203
2331
|
}
|
|
2204
2332
|
},
|
|
2205
|
-
"node_modules/@babel/
|
|
2206
|
-
"version": "
|
|
2207
|
-
"resolved": "https://registry.npmjs.org/
|
|
2208
|
-
"integrity": "sha512-
|
|
2333
|
+
"node_modules/@babel/types": {
|
|
2334
|
+
"version": "7.29.7",
|
|
2335
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
|
|
2336
|
+
"integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
|
|
2209
2337
|
"dev": true,
|
|
2210
2338
|
"license": "MIT",
|
|
2339
|
+
"dependencies": {
|
|
2340
|
+
"@babel/helper-string-parser": "^7.29.7",
|
|
2341
|
+
"@babel/helper-validator-identifier": "^7.29.7"
|
|
2342
|
+
},
|
|
2211
2343
|
"engines": {
|
|
2212
|
-
"node": ">=
|
|
2344
|
+
"node": ">=6.9.0"
|
|
2213
2345
|
}
|
|
2214
2346
|
},
|
|
2215
|
-
"node_modules/@babel/types": {
|
|
2216
|
-
"version": "7.
|
|
2217
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
2218
|
-
"integrity": "sha512-
|
|
2347
|
+
"node_modules/@babel/types/node_modules/@babel/helper-validator-identifier": {
|
|
2348
|
+
"version": "7.29.7",
|
|
2349
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
2350
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
2219
2351
|
"dev": true,
|
|
2220
2352
|
"license": "MIT",
|
|
2221
|
-
"dependencies": {
|
|
2222
|
-
"@babel/helper-string-parser": "^7.24.8",
|
|
2223
|
-
"@babel/helper-validator-identifier": "^7.24.7",
|
|
2224
|
-
"to-fast-properties": "^2.0.0"
|
|
2225
|
-
},
|
|
2226
2353
|
"engines": {
|
|
2227
2354
|
"node": ">=6.9.0"
|
|
2228
2355
|
}
|
|
@@ -3618,6 +3745,35 @@
|
|
|
3618
3745
|
}
|
|
3619
3746
|
},
|
|
3620
3747
|
"node_modules/@jridgewell/gen-mapping": {
|
|
3748
|
+
"version": "0.3.13",
|
|
3749
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
3750
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
3751
|
+
"dev": true,
|
|
3752
|
+
"license": "MIT",
|
|
3753
|
+
"dependencies": {
|
|
3754
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
3755
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3758
|
+
"node_modules/@jridgewell/gen-mapping/node_modules/@jridgewell/sourcemap-codec": {
|
|
3759
|
+
"version": "1.5.5",
|
|
3760
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
3761
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
3762
|
+
"dev": true,
|
|
3763
|
+
"license": "MIT"
|
|
3764
|
+
},
|
|
3765
|
+
"node_modules/@jridgewell/remapping": {
|
|
3766
|
+
"version": "2.3.5",
|
|
3767
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
|
3768
|
+
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
|
3769
|
+
"dev": true,
|
|
3770
|
+
"license": "MIT",
|
|
3771
|
+
"dependencies": {
|
|
3772
|
+
"@jridgewell/gen-mapping": "^0.3.5",
|
|
3773
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
3774
|
+
}
|
|
3775
|
+
},
|
|
3776
|
+
"node_modules/@jridgewell/remapping/node_modules/@jridgewell/gen-mapping": {
|
|
3621
3777
|
"version": "0.3.5",
|
|
3622
3778
|
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
|
|
3623
3779
|
"integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
|
|
@@ -6180,6 +6336,19 @@
|
|
|
6180
6336
|
"node": ">=6.0.0"
|
|
6181
6337
|
}
|
|
6182
6338
|
},
|
|
6339
|
+
"node_modules/baseline-browser-mapping": {
|
|
6340
|
+
"version": "2.10.37",
|
|
6341
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.37.tgz",
|
|
6342
|
+
"integrity": "sha512-girxaJ7WZssDOFhzCGZTDKoTa1gk6A1TbflaYTpykLJ4UU9Fz9kx1aREM8JCuoVHbL8X8T/mJg7w2oYSq72Oig==",
|
|
6343
|
+
"dev": true,
|
|
6344
|
+
"license": "Apache-2.0",
|
|
6345
|
+
"bin": {
|
|
6346
|
+
"baseline-browser-mapping": "dist/cli.cjs"
|
|
6347
|
+
},
|
|
6348
|
+
"engines": {
|
|
6349
|
+
"node": ">=6.0.0"
|
|
6350
|
+
}
|
|
6351
|
+
},
|
|
6183
6352
|
"node_modules/binary-extensions": {
|
|
6184
6353
|
"version": "2.2.0",
|
|
6185
6354
|
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
|
|
@@ -10387,6 +10556,47 @@
|
|
|
10387
10556
|
"node": ">=10"
|
|
10388
10557
|
}
|
|
10389
10558
|
},
|
|
10559
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/helper-string-parser": {
|
|
10560
|
+
"version": "7.24.8",
|
|
10561
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
|
|
10562
|
+
"integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
|
|
10563
|
+
"dev": true,
|
|
10564
|
+
"license": "MIT",
|
|
10565
|
+
"engines": {
|
|
10566
|
+
"node": ">=6.9.0"
|
|
10567
|
+
}
|
|
10568
|
+
},
|
|
10569
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/parser": {
|
|
10570
|
+
"version": "7.25.3",
|
|
10571
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz",
|
|
10572
|
+
"integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==",
|
|
10573
|
+
"dev": true,
|
|
10574
|
+
"license": "MIT",
|
|
10575
|
+
"dependencies": {
|
|
10576
|
+
"@babel/types": "^7.25.2"
|
|
10577
|
+
},
|
|
10578
|
+
"bin": {
|
|
10579
|
+
"parser": "bin/babel-parser.js"
|
|
10580
|
+
},
|
|
10581
|
+
"engines": {
|
|
10582
|
+
"node": ">=6.0.0"
|
|
10583
|
+
}
|
|
10584
|
+
},
|
|
10585
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/types": {
|
|
10586
|
+
"version": "7.25.2",
|
|
10587
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz",
|
|
10588
|
+
"integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==",
|
|
10589
|
+
"dev": true,
|
|
10590
|
+
"license": "MIT",
|
|
10591
|
+
"dependencies": {
|
|
10592
|
+
"@babel/helper-string-parser": "^7.24.8",
|
|
10593
|
+
"@babel/helper-validator-identifier": "^7.24.7",
|
|
10594
|
+
"to-fast-properties": "^2.0.0"
|
|
10595
|
+
},
|
|
10596
|
+
"engines": {
|
|
10597
|
+
"node": ">=6.9.0"
|
|
10598
|
+
}
|
|
10599
|
+
},
|
|
10390
10600
|
"node_modules/istanbul-lib-processinfo": {
|
|
10391
10601
|
"version": "2.0.3",
|
|
10392
10602
|
"resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz",
|
|
@@ -12242,6 +12452,20 @@
|
|
|
12242
12452
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
12243
12453
|
}
|
|
12244
12454
|
},
|
|
12455
|
+
"node_modules/parse-json/node_modules/@babel/code-frame": {
|
|
12456
|
+
"version": "7.24.7",
|
|
12457
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
|
|
12458
|
+
"integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
|
|
12459
|
+
"dev": true,
|
|
12460
|
+
"license": "MIT",
|
|
12461
|
+
"dependencies": {
|
|
12462
|
+
"@babel/highlight": "^7.24.7",
|
|
12463
|
+
"picocolors": "^1.0.0"
|
|
12464
|
+
},
|
|
12465
|
+
"engines": {
|
|
12466
|
+
"node": ">=6.9.0"
|
|
12467
|
+
}
|
|
12468
|
+
},
|
|
12245
12469
|
"node_modules/pascal-case": {
|
|
12246
12470
|
"version": "3.1.2",
|
|
12247
12471
|
"resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -15,14 +15,6 @@
|
|
|
15
15
|
ansi-styles "^6.2.1"
|
|
16
16
|
is-fullwidth-code-point "^4.0.0"
|
|
17
17
|
|
|
18
|
-
"@ampproject/remapping@^2.2.0":
|
|
19
|
-
version "2.3.0"
|
|
20
|
-
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
|
|
21
|
-
integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
|
|
22
|
-
dependencies:
|
|
23
|
-
"@jridgewell/gen-mapping" "^0.3.5"
|
|
24
|
-
"@jridgewell/trace-mapping" "^0.3.24"
|
|
25
|
-
|
|
26
18
|
"@aws-crypto/crc32@5.2.0":
|
|
27
19
|
version "5.2.0"
|
|
28
20
|
resolved "https://registry.yarnpkg.com/@aws-crypto/crc32/-/crc32-5.2.0.tgz#cfcc22570949c98c6689cfcbd2d693d36cdae2e1"
|
|
@@ -535,7 +527,7 @@
|
|
|
535
527
|
resolved "https://registry.yarnpkg.com/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.2.tgz#b00f7d6aedfe832ef6c84488f3a422cce6a47efa"
|
|
536
528
|
integrity sha512-C0NBLsIqzDIae8HFw9YIrIBsbc0xTiOtt7fAukGPnqQ/+zZNaq+4jhuccltK0QuWHBnNm/a6kLIRA6GFiM10eg==
|
|
537
529
|
|
|
538
|
-
"@babel/code-frame@^7.0.0"
|
|
530
|
+
"@babel/code-frame@^7.0.0":
|
|
539
531
|
version "7.24.7"
|
|
540
532
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
|
|
541
533
|
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
|
|
@@ -543,101 +535,117 @@
|
|
|
543
535
|
"@babel/highlight" "^7.24.7"
|
|
544
536
|
picocolors "^1.0.0"
|
|
545
537
|
|
|
546
|
-
"@babel/
|
|
547
|
-
version "7.
|
|
548
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
549
|
-
integrity sha512-
|
|
538
|
+
"@babel/code-frame@^7.29.7":
|
|
539
|
+
version "7.29.7"
|
|
540
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
|
|
541
|
+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
|
|
542
|
+
dependencies:
|
|
543
|
+
"@babel/helper-validator-identifier" "^7.29.7"
|
|
544
|
+
js-tokens "^4.0.0"
|
|
545
|
+
picocolors "^1.1.1"
|
|
546
|
+
|
|
547
|
+
"@babel/compat-data@^7.29.7":
|
|
548
|
+
version "7.29.7"
|
|
549
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
|
|
550
|
+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
|
|
550
551
|
|
|
551
552
|
"@babel/core@^7.23.9":
|
|
552
|
-
version "7.
|
|
553
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.
|
|
554
|
-
integrity sha512-
|
|
555
|
-
dependencies:
|
|
556
|
-
"@
|
|
557
|
-
"@babel/
|
|
558
|
-
"@babel/
|
|
559
|
-
"@babel/helper-
|
|
560
|
-
"@babel/
|
|
561
|
-
"@babel/
|
|
562
|
-
"@babel/
|
|
563
|
-
"@babel/
|
|
564
|
-
"@babel/
|
|
565
|
-
"@
|
|
553
|
+
version "7.29.7"
|
|
554
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
|
|
555
|
+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
|
|
556
|
+
dependencies:
|
|
557
|
+
"@babel/code-frame" "^7.29.7"
|
|
558
|
+
"@babel/generator" "^7.29.7"
|
|
559
|
+
"@babel/helper-compilation-targets" "^7.29.7"
|
|
560
|
+
"@babel/helper-module-transforms" "^7.29.7"
|
|
561
|
+
"@babel/helpers" "^7.29.7"
|
|
562
|
+
"@babel/parser" "^7.29.7"
|
|
563
|
+
"@babel/template" "^7.29.7"
|
|
564
|
+
"@babel/traverse" "^7.29.7"
|
|
565
|
+
"@babel/types" "^7.29.7"
|
|
566
|
+
"@jridgewell/remapping" "^2.3.5"
|
|
566
567
|
convert-source-map "^2.0.0"
|
|
567
568
|
debug "^4.1.0"
|
|
568
569
|
gensync "^1.0.0-beta.2"
|
|
569
570
|
json5 "^2.2.3"
|
|
570
571
|
semver "^6.3.1"
|
|
571
572
|
|
|
572
|
-
"@babel/generator@^7.
|
|
573
|
-
version "7.
|
|
574
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.
|
|
575
|
-
integrity sha512-
|
|
573
|
+
"@babel/generator@^7.29.7":
|
|
574
|
+
version "7.29.7"
|
|
575
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
|
|
576
|
+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
|
|
576
577
|
dependencies:
|
|
577
|
-
"@babel/
|
|
578
|
-
"@
|
|
579
|
-
"@jridgewell/
|
|
580
|
-
|
|
578
|
+
"@babel/parser" "^7.29.7"
|
|
579
|
+
"@babel/types" "^7.29.7"
|
|
580
|
+
"@jridgewell/gen-mapping" "^0.3.12"
|
|
581
|
+
"@jridgewell/trace-mapping" "^0.3.28"
|
|
582
|
+
jsesc "^3.0.2"
|
|
581
583
|
|
|
582
|
-
"@babel/helper-compilation-targets@^7.
|
|
583
|
-
version "7.
|
|
584
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
585
|
-
integrity sha512-
|
|
584
|
+
"@babel/helper-compilation-targets@^7.29.7":
|
|
585
|
+
version "7.29.7"
|
|
586
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
|
|
587
|
+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
|
|
586
588
|
dependencies:
|
|
587
|
-
"@babel/compat-data" "^7.
|
|
588
|
-
"@babel/helper-validator-option" "^7.
|
|
589
|
-
browserslist "^4.
|
|
589
|
+
"@babel/compat-data" "^7.29.7"
|
|
590
|
+
"@babel/helper-validator-option" "^7.29.7"
|
|
591
|
+
browserslist "^4.24.0"
|
|
590
592
|
lru-cache "^5.1.1"
|
|
591
593
|
semver "^6.3.1"
|
|
592
594
|
|
|
593
|
-
"@babel/helper-
|
|
594
|
-
version "7.
|
|
595
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
|
596
|
-
integrity sha512-
|
|
597
|
-
dependencies:
|
|
598
|
-
"@babel/traverse" "^7.24.7"
|
|
599
|
-
"@babel/types" "^7.24.7"
|
|
595
|
+
"@babel/helper-globals@^7.29.7":
|
|
596
|
+
version "7.29.7"
|
|
597
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
|
|
598
|
+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
|
|
600
599
|
|
|
601
|
-
"@babel/helper-module-
|
|
602
|
-
version "7.
|
|
603
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-
|
|
604
|
-
integrity sha512-
|
|
600
|
+
"@babel/helper-module-imports@^7.29.7":
|
|
601
|
+
version "7.29.7"
|
|
602
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
|
|
603
|
+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
|
|
605
604
|
dependencies:
|
|
606
|
-
"@babel/
|
|
607
|
-
"@babel/
|
|
608
|
-
"@babel/helper-validator-identifier" "^7.24.7"
|
|
609
|
-
"@babel/traverse" "^7.25.2"
|
|
605
|
+
"@babel/traverse" "^7.29.7"
|
|
606
|
+
"@babel/types" "^7.29.7"
|
|
610
607
|
|
|
611
|
-
"@babel/helper-
|
|
612
|
-
version "7.
|
|
613
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
|
614
|
-
integrity sha512-
|
|
608
|
+
"@babel/helper-module-transforms@^7.29.7":
|
|
609
|
+
version "7.29.7"
|
|
610
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
|
|
611
|
+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
|
|
615
612
|
dependencies:
|
|
616
|
-
"@babel/
|
|
617
|
-
"@babel/
|
|
613
|
+
"@babel/helper-module-imports" "^7.29.7"
|
|
614
|
+
"@babel/helper-validator-identifier" "^7.29.7"
|
|
615
|
+
"@babel/traverse" "^7.29.7"
|
|
618
616
|
|
|
619
617
|
"@babel/helper-string-parser@^7.24.8":
|
|
620
618
|
version "7.24.8"
|
|
621
619
|
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
|
|
622
620
|
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
|
|
623
621
|
|
|
622
|
+
"@babel/helper-string-parser@^7.29.7":
|
|
623
|
+
version "7.29.7"
|
|
624
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
|
|
625
|
+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
|
|
626
|
+
|
|
624
627
|
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.7":
|
|
625
628
|
version "7.24.7"
|
|
626
629
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
|
|
627
630
|
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
|
|
628
631
|
|
|
629
|
-
"@babel/helper-validator-
|
|
630
|
-
version "7.
|
|
631
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-
|
|
632
|
-
integrity sha512-
|
|
632
|
+
"@babel/helper-validator-identifier@^7.29.7":
|
|
633
|
+
version "7.29.7"
|
|
634
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
|
|
635
|
+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
|
|
633
636
|
|
|
634
|
-
"@babel/
|
|
635
|
-
version "7.
|
|
636
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
637
|
-
integrity sha512-
|
|
637
|
+
"@babel/helper-validator-option@^7.29.7":
|
|
638
|
+
version "7.29.7"
|
|
639
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
|
|
640
|
+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
|
|
641
|
+
|
|
642
|
+
"@babel/helpers@^7.29.7":
|
|
643
|
+
version "7.29.7"
|
|
644
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607"
|
|
645
|
+
integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==
|
|
638
646
|
dependencies:
|
|
639
|
-
"@babel/template" "^7.
|
|
640
|
-
"@babel/types" "^7.
|
|
647
|
+
"@babel/template" "^7.29.7"
|
|
648
|
+
"@babel/types" "^7.29.7"
|
|
641
649
|
|
|
642
650
|
"@babel/highlight@^7.24.7":
|
|
643
651
|
version "7.24.7"
|
|
@@ -649,36 +657,43 @@
|
|
|
649
657
|
js-tokens "^4.0.0"
|
|
650
658
|
picocolors "^1.0.0"
|
|
651
659
|
|
|
652
|
-
"@babel/parser@^7.23.9"
|
|
660
|
+
"@babel/parser@^7.23.9":
|
|
653
661
|
version "7.25.3"
|
|
654
662
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
|
|
655
663
|
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
|
|
656
664
|
dependencies:
|
|
657
665
|
"@babel/types" "^7.25.2"
|
|
658
666
|
|
|
659
|
-
"@babel/
|
|
660
|
-
version "7.
|
|
661
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
662
|
-
integrity sha512-
|
|
663
|
-
dependencies:
|
|
664
|
-
"@babel/
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
"
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
"@babel/
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
667
|
+
"@babel/parser@^7.29.7":
|
|
668
|
+
version "7.29.7"
|
|
669
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
|
|
670
|
+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
|
|
671
|
+
dependencies:
|
|
672
|
+
"@babel/types" "^7.29.7"
|
|
673
|
+
|
|
674
|
+
"@babel/template@^7.29.7":
|
|
675
|
+
version "7.29.7"
|
|
676
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
|
|
677
|
+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
|
|
678
|
+
dependencies:
|
|
679
|
+
"@babel/code-frame" "^7.29.7"
|
|
680
|
+
"@babel/parser" "^7.29.7"
|
|
681
|
+
"@babel/types" "^7.29.7"
|
|
682
|
+
|
|
683
|
+
"@babel/traverse@^7.29.7":
|
|
684
|
+
version "7.29.7"
|
|
685
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
|
|
686
|
+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
|
|
687
|
+
dependencies:
|
|
688
|
+
"@babel/code-frame" "^7.29.7"
|
|
689
|
+
"@babel/generator" "^7.29.7"
|
|
690
|
+
"@babel/helper-globals" "^7.29.7"
|
|
691
|
+
"@babel/parser" "^7.29.7"
|
|
692
|
+
"@babel/template" "^7.29.7"
|
|
693
|
+
"@babel/types" "^7.29.7"
|
|
678
694
|
debug "^4.3.1"
|
|
679
|
-
globals "^11.1.0"
|
|
680
695
|
|
|
681
|
-
"@babel/types@^7.
|
|
696
|
+
"@babel/types@^7.25.2":
|
|
682
697
|
version "7.25.2"
|
|
683
698
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
|
|
684
699
|
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
|
|
@@ -687,6 +702,14 @@
|
|
|
687
702
|
"@babel/helper-validator-identifier" "^7.24.7"
|
|
688
703
|
to-fast-properties "^2.0.0"
|
|
689
704
|
|
|
705
|
+
"@babel/types@^7.29.7":
|
|
706
|
+
version "7.29.7"
|
|
707
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
|
|
708
|
+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
|
|
709
|
+
dependencies:
|
|
710
|
+
"@babel/helper-string-parser" "^7.29.7"
|
|
711
|
+
"@babel/helper-validator-identifier" "^7.29.7"
|
|
712
|
+
|
|
690
713
|
"@commitlint/cli@^17.1.2":
|
|
691
714
|
version "17.4.2"
|
|
692
715
|
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.2.tgz#8600c83abb7e84191fd59528fc14f436496fb00b"
|
|
@@ -1325,6 +1348,14 @@
|
|
|
1325
1348
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
1326
1349
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1327
1350
|
|
|
1351
|
+
"@jridgewell/gen-mapping@^0.3.12":
|
|
1352
|
+
version "0.3.13"
|
|
1353
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f"
|
|
1354
|
+
integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==
|
|
1355
|
+
dependencies:
|
|
1356
|
+
"@jridgewell/sourcemap-codec" "^1.5.0"
|
|
1357
|
+
"@jridgewell/trace-mapping" "^0.3.24"
|
|
1358
|
+
|
|
1328
1359
|
"@jridgewell/gen-mapping@^0.3.5":
|
|
1329
1360
|
version "0.3.5"
|
|
1330
1361
|
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
|
|
@@ -1334,6 +1365,14 @@
|
|
|
1334
1365
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1335
1366
|
"@jridgewell/trace-mapping" "^0.3.24"
|
|
1336
1367
|
|
|
1368
|
+
"@jridgewell/remapping@^2.3.5":
|
|
1369
|
+
version "2.3.5"
|
|
1370
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
|
|
1371
|
+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
|
|
1372
|
+
dependencies:
|
|
1373
|
+
"@jridgewell/gen-mapping" "^0.3.5"
|
|
1374
|
+
"@jridgewell/trace-mapping" "^0.3.24"
|
|
1375
|
+
|
|
1337
1376
|
"@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0":
|
|
1338
1377
|
version "3.1.1"
|
|
1339
1378
|
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
|
|
@@ -1349,6 +1388,11 @@
|
|
|
1349
1388
|
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
|
1350
1389
|
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
|
1351
1390
|
|
|
1391
|
+
"@jridgewell/sourcemap-codec@^1.5.0":
|
|
1392
|
+
version "1.5.5"
|
|
1393
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba"
|
|
1394
|
+
integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==
|
|
1395
|
+
|
|
1352
1396
|
"@jridgewell/trace-mapping@0.3.9":
|
|
1353
1397
|
version "0.3.9"
|
|
1354
1398
|
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
|
|
@@ -1357,7 +1401,7 @@
|
|
|
1357
1401
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
1358
1402
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1359
1403
|
|
|
1360
|
-
"@jridgewell/trace-mapping@^0.3.24"
|
|
1404
|
+
"@jridgewell/trace-mapping@^0.3.24":
|
|
1361
1405
|
version "0.3.25"
|
|
1362
1406
|
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
|
|
1363
1407
|
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
|
|
@@ -1365,6 +1409,14 @@
|
|
|
1365
1409
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1366
1410
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1367
1411
|
|
|
1412
|
+
"@jridgewell/trace-mapping@^0.3.28":
|
|
1413
|
+
version "0.3.31"
|
|
1414
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0"
|
|
1415
|
+
integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==
|
|
1416
|
+
dependencies:
|
|
1417
|
+
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1418
|
+
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1419
|
+
|
|
1368
1420
|
"@jsforce/jsforce-node@^3.10.13":
|
|
1369
1421
|
version "3.10.13"
|
|
1370
1422
|
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.13.tgz#d1e832178e2e74646c75b952e629ac5b8ceff7d0"
|
|
@@ -2535,6 +2587,11 @@ base64url@^3.0.1:
|
|
|
2535
2587
|
resolved "https://registry.yarnpkg.com/base64url/-/base64url-3.0.1.tgz#6399d572e2bc3f90a9a8b22d5dbb0a32d33f788d"
|
|
2536
2588
|
integrity sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==
|
|
2537
2589
|
|
|
2590
|
+
baseline-browser-mapping@^2.10.12:
|
|
2591
|
+
version "2.10.37"
|
|
2592
|
+
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.10.37.tgz#3e636475b6b293244e2b23e2c71a2ab9d9e6ba7d"
|
|
2593
|
+
integrity sha512-girxaJ7WZssDOFhzCGZTDKoTa1gk6A1TbflaYTpykLJ4UU9Fz9kx1aREM8JCuoVHbL8X8T/mJg7w2oYSq72Oig==
|
|
2594
|
+
|
|
2538
2595
|
binary-extensions@^2.0.0:
|
|
2539
2596
|
version "2.2.0"
|
|
2540
2597
|
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
|
|
@@ -2586,7 +2643,7 @@ browser-stdout@^1.3.1:
|
|
|
2586
2643
|
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
|
|
2587
2644
|
integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
|
|
2588
2645
|
|
|
2589
|
-
browserslist@^4.22.3
|
|
2646
|
+
browserslist@^4.22.3:
|
|
2590
2647
|
version "4.23.3"
|
|
2591
2648
|
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
|
|
2592
2649
|
integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
|
|
@@ -2596,6 +2653,17 @@ browserslist@^4.22.3, browserslist@^4.23.1:
|
|
|
2596
2653
|
node-releases "^2.0.18"
|
|
2597
2654
|
update-browserslist-db "^1.1.0"
|
|
2598
2655
|
|
|
2656
|
+
browserslist@^4.24.0:
|
|
2657
|
+
version "4.28.2"
|
|
2658
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.28.2.tgz#f50b65362ef48974ca9f50b3680566d786b811d2"
|
|
2659
|
+
integrity sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==
|
|
2660
|
+
dependencies:
|
|
2661
|
+
baseline-browser-mapping "^2.10.12"
|
|
2662
|
+
caniuse-lite "^1.0.30001782"
|
|
2663
|
+
electron-to-chromium "^1.5.328"
|
|
2664
|
+
node-releases "^2.0.36"
|
|
2665
|
+
update-browserslist-db "^1.2.3"
|
|
2666
|
+
|
|
2599
2667
|
buffer-equal-constant-time@^1.0.1:
|
|
2600
2668
|
version "1.0.1"
|
|
2601
2669
|
resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819"
|
|
@@ -2701,6 +2769,11 @@ caniuse-lite@^1.0.30001646:
|
|
|
2701
2769
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001647.tgz#56d58c5a4ef72913a4465f9766af895a4ead0165"
|
|
2702
2770
|
integrity sha512-n83xdNiyeNcHpzWY+1aFbqCK7LuLfBricc4+alSQL2Xb6OR3XpnQAmlDG+pQcdTfiHRuLcQ96VOfrPSGiNJYSg==
|
|
2703
2771
|
|
|
2772
|
+
caniuse-lite@^1.0.30001782:
|
|
2773
|
+
version "1.0.30001799"
|
|
2774
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001799.tgz#5c909138c27f1a61219d3e092071c1cc7d32dc55"
|
|
2775
|
+
integrity sha512-hG1bReV+OUU+MOqK4t/ZWI0tZOyz3rqS9XuhOUz1cIcbwBKjOyJEJuw9ER5JuNyqxNk8u/JUVbGibBOL1yrjFw==
|
|
2776
|
+
|
|
2704
2777
|
capital-case@^1.0.4:
|
|
2705
2778
|
version "1.0.4"
|
|
2706
2779
|
resolved "https://registry.yarnpkg.com/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669"
|
|
@@ -3273,6 +3346,11 @@ ejs@^3.1.10:
|
|
|
3273
3346
|
dependencies:
|
|
3274
3347
|
jake "^10.8.5"
|
|
3275
3348
|
|
|
3349
|
+
electron-to-chromium@^1.5.328:
|
|
3350
|
+
version "1.5.375"
|
|
3351
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.375.tgz#54a9a616dc2b3765e7263d98d14c2135408954d9"
|
|
3352
|
+
integrity sha512-ZWP5eB4BVPW/ZYo9252hQZHZ5XavtsTgpbhcmMmRwymavC5AsLWQWBPaKMeNd2LW0KGby5HPXvj7+sr4ta5j/Q==
|
|
3353
|
+
|
|
3276
3354
|
electron-to-chromium@^1.5.4:
|
|
3277
3355
|
version "1.5.4"
|
|
3278
3356
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz#cd477c830dd6fca41fbd5465c1ff6ce08ac22343"
|
|
@@ -3447,6 +3525,11 @@ escalade@^3.1.1, escalade@^3.1.2:
|
|
|
3447
3525
|
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
|
|
3448
3526
|
integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
|
|
3449
3527
|
|
|
3528
|
+
escalade@^3.2.0:
|
|
3529
|
+
version "3.2.0"
|
|
3530
|
+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5"
|
|
3531
|
+
integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==
|
|
3532
|
+
|
|
3450
3533
|
escape-html@^1.0.3:
|
|
3451
3534
|
version "1.0.3"
|
|
3452
3535
|
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
|
|
@@ -4183,11 +4266,6 @@ global-dirs@^0.1.1:
|
|
|
4183
4266
|
dependencies:
|
|
4184
4267
|
ini "^1.3.4"
|
|
4185
4268
|
|
|
4186
|
-
globals@^11.1.0:
|
|
4187
|
-
version "11.12.0"
|
|
4188
|
-
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
|
|
4189
|
-
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
|
4190
|
-
|
|
4191
4269
|
globals@^13.19.0:
|
|
4192
4270
|
version "13.19.0"
|
|
4193
4271
|
resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
|
|
@@ -4933,11 +5011,6 @@ jsdoc-type-pratt-parser@~4.0.0:
|
|
|
4933
5011
|
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz#136f0571a99c184d84ec84662c45c29ceff71114"
|
|
4934
5012
|
integrity sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==
|
|
4935
5013
|
|
|
4936
|
-
jsesc@^2.5.1:
|
|
4937
|
-
version "2.5.2"
|
|
4938
|
-
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
|
|
4939
|
-
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
|
|
4940
|
-
|
|
4941
5014
|
jsesc@^3.0.2:
|
|
4942
5015
|
version "3.0.2"
|
|
4943
5016
|
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
|
|
@@ -5626,6 +5699,11 @@ node-releases@^2.0.18:
|
|
|
5626
5699
|
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
|
|
5627
5700
|
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
|
|
5628
5701
|
|
|
5702
|
+
node-releases@^2.0.36:
|
|
5703
|
+
version "2.0.47"
|
|
5704
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.47.tgz#521bb2786da8eb140b748841c0b3b3a75334ffc4"
|
|
5705
|
+
integrity sha512-Uzmd6LXpouKo8EUK68IjH4+E01w/hXyV3R3g/geCJo+rXLNfh1xucB+LOzYEOQPSiUK3h/xZf0cQGcSsmyL2Og==
|
|
5706
|
+
|
|
5629
5707
|
normalize-package-data@^2.5.0:
|
|
5630
5708
|
version "2.5.0"
|
|
5631
5709
|
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
|
|
@@ -5997,6 +6075,11 @@ picocolors@^1.0.0, picocolors@^1.0.1:
|
|
|
5997
6075
|
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
|
|
5998
6076
|
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
|
|
5999
6077
|
|
|
6078
|
+
picocolors@^1.1.1:
|
|
6079
|
+
version "1.1.1"
|
|
6080
|
+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
|
|
6081
|
+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
|
|
6082
|
+
|
|
6000
6083
|
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
|
|
6001
6084
|
version "2.3.1"
|
|
6002
6085
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
|
@@ -7294,6 +7377,14 @@ update-browserslist-db@^1.1.0:
|
|
|
7294
7377
|
escalade "^3.1.2"
|
|
7295
7378
|
picocolors "^1.0.1"
|
|
7296
7379
|
|
|
7380
|
+
update-browserslist-db@^1.2.3:
|
|
7381
|
+
version "1.2.3"
|
|
7382
|
+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz#64d76db58713136acbeb4c49114366cc6cc2e80d"
|
|
7383
|
+
integrity sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==
|
|
7384
|
+
dependencies:
|
|
7385
|
+
escalade "^3.2.0"
|
|
7386
|
+
picocolors "^1.1.1"
|
|
7387
|
+
|
|
7297
7388
|
upper-case-first@^2.0.2:
|
|
7298
7389
|
version "2.0.2"
|
|
7299
7390
|
resolved "https://registry.yarnpkg.com/upper-case-first/-/upper-case-first-2.0.2.tgz#992c3273f882abd19d1e02894cc147117f844324"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data-seeding",
|
|
3
3
|
"description": "Migrate real data, generate fake data using GenAI, or deploy data files to target orgs.",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.115",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"exports": "./lib/index.js",
|
|
212
212
|
"type": "module",
|
|
213
213
|
"sfdx": {
|
|
214
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.
|
|
215
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.
|
|
214
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.115.crt",
|
|
215
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.115.sig"
|
|
216
216
|
}
|
|
217
217
|
}
|