@salesforce/plugin-command-reference 3.1.111 → 3.1.112
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 +2 -2
- package/npm-shrinkwrap.json +351 -127
- package/oclif.lock +198 -107
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -133,7 +133,7 @@ EXAMPLES
|
|
|
133
133
|
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
|
|
134
134
|
```
|
|
135
135
|
|
|
136
|
-
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.
|
|
136
|
+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.112/src/commands/commandreference/generate.ts)_
|
|
137
137
|
|
|
138
138
|
## `sf jit install`
|
|
139
139
|
|
|
@@ -154,6 +154,6 @@ EXAMPLES
|
|
|
154
154
|
$ sf jit install
|
|
155
155
|
```
|
|
156
156
|
|
|
157
|
-
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.
|
|
157
|
+
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.112/src/commands/jit/install.ts)_
|
|
158
158
|
|
|
159
159
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.112",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-command-reference",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.112",
|
|
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",
|
|
@@ -1942,46 +1928,64 @@
|
|
|
1942
1928
|
}
|
|
1943
1929
|
},
|
|
1944
1930
|
"node_modules/@babel/code-frame": {
|
|
1945
|
-
"version": "7.
|
|
1946
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
1947
|
-
"integrity": "sha512-
|
|
1931
|
+
"version": "7.29.7",
|
|
1932
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
1933
|
+
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
1948
1934
|
"dev": true,
|
|
1949
1935
|
"license": "MIT",
|
|
1950
1936
|
"dependencies": {
|
|
1951
|
-
"@babel/
|
|
1952
|
-
"
|
|
1937
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
1938
|
+
"js-tokens": "^4.0.0",
|
|
1939
|
+
"picocolors": "^1.1.1"
|
|
1953
1940
|
},
|
|
1954
1941
|
"engines": {
|
|
1955
1942
|
"node": ">=6.9.0"
|
|
1956
1943
|
}
|
|
1957
1944
|
},
|
|
1958
|
-
"node_modules/@babel/
|
|
1959
|
-
"version": "7.
|
|
1960
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
1961
|
-
"integrity": "sha512-
|
|
1945
|
+
"node_modules/@babel/code-frame/node_modules/@babel/helper-validator-identifier": {
|
|
1946
|
+
"version": "7.29.7",
|
|
1947
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
1948
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
1962
1949
|
"dev": true,
|
|
1963
1950
|
"license": "MIT",
|
|
1964
1951
|
"engines": {
|
|
1965
1952
|
"node": ">=6.9.0"
|
|
1966
1953
|
}
|
|
1967
1954
|
},
|
|
1968
|
-
"node_modules/@babel/
|
|
1969
|
-
"version": "
|
|
1970
|
-
"resolved": "https://registry.npmjs.org
|
|
1971
|
-
"integrity": "sha512-
|
|
1955
|
+
"node_modules/@babel/code-frame/node_modules/picocolors": {
|
|
1956
|
+
"version": "1.1.1",
|
|
1957
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
1958
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
1959
|
+
"dev": true,
|
|
1960
|
+
"license": "ISC"
|
|
1961
|
+
},
|
|
1962
|
+
"node_modules/@babel/compat-data": {
|
|
1963
|
+
"version": "7.29.7",
|
|
1964
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
|
|
1965
|
+
"integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
|
|
1972
1966
|
"dev": true,
|
|
1973
1967
|
"license": "MIT",
|
|
1974
|
-
"
|
|
1975
|
-
"
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1968
|
+
"engines": {
|
|
1969
|
+
"node": ">=6.9.0"
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1972
|
+
"node_modules/@babel/core": {
|
|
1973
|
+
"version": "7.29.7",
|
|
1974
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
|
|
1975
|
+
"integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
|
|
1976
|
+
"dev": true,
|
|
1977
|
+
"license": "MIT",
|
|
1978
|
+
"dependencies": {
|
|
1979
|
+
"@babel/code-frame": "^7.29.7",
|
|
1980
|
+
"@babel/generator": "^7.29.7",
|
|
1981
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
1982
|
+
"@babel/helper-module-transforms": "^7.29.7",
|
|
1983
|
+
"@babel/helpers": "^7.29.7",
|
|
1984
|
+
"@babel/parser": "^7.29.7",
|
|
1985
|
+
"@babel/template": "^7.29.7",
|
|
1986
|
+
"@babel/traverse": "^7.29.7",
|
|
1987
|
+
"@babel/types": "^7.29.7",
|
|
1988
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
1985
1989
|
"convert-source-map": "^2.0.0",
|
|
1986
1990
|
"debug": "^4.1.0",
|
|
1987
1991
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -2027,44 +2031,43 @@
|
|
|
2027
2031
|
}
|
|
2028
2032
|
},
|
|
2029
2033
|
"node_modules/@babel/generator": {
|
|
2030
|
-
"version": "7.
|
|
2031
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.
|
|
2032
|
-
"integrity": "sha512-
|
|
2034
|
+
"version": "7.29.7",
|
|
2035
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
|
|
2036
|
+
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
2033
2037
|
"dev": true,
|
|
2034
2038
|
"license": "MIT",
|
|
2035
2039
|
"dependencies": {
|
|
2036
|
-
"@babel/
|
|
2037
|
-
"@
|
|
2038
|
-
"@jridgewell/
|
|
2039
|
-
"
|
|
2040
|
+
"@babel/parser": "^7.29.7",
|
|
2041
|
+
"@babel/types": "^7.29.7",
|
|
2042
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
2043
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
2044
|
+
"jsesc": "^3.0.2"
|
|
2040
2045
|
},
|
|
2041
2046
|
"engines": {
|
|
2042
2047
|
"node": ">=6.9.0"
|
|
2043
2048
|
}
|
|
2044
2049
|
},
|
|
2045
|
-
"node_modules/@babel/generator/node_modules/
|
|
2046
|
-
"version": "
|
|
2047
|
-
"resolved": "https://registry.npmjs.org/
|
|
2048
|
-
"integrity": "sha512-
|
|
2050
|
+
"node_modules/@babel/generator/node_modules/@jridgewell/trace-mapping": {
|
|
2051
|
+
"version": "0.3.31",
|
|
2052
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
2053
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
2049
2054
|
"dev": true,
|
|
2050
2055
|
"license": "MIT",
|
|
2051
|
-
"
|
|
2052
|
-
"
|
|
2053
|
-
|
|
2054
|
-
"engines": {
|
|
2055
|
-
"node": ">=4"
|
|
2056
|
+
"dependencies": {
|
|
2057
|
+
"@jridgewell/resolve-uri": "^3.1.0",
|
|
2058
|
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
2056
2059
|
}
|
|
2057
2060
|
},
|
|
2058
2061
|
"node_modules/@babel/helper-compilation-targets": {
|
|
2059
|
-
"version": "7.
|
|
2060
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
2061
|
-
"integrity": "sha512-
|
|
2062
|
+
"version": "7.29.7",
|
|
2063
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
|
|
2064
|
+
"integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
|
|
2062
2065
|
"dev": true,
|
|
2063
2066
|
"license": "MIT",
|
|
2064
2067
|
"dependencies": {
|
|
2065
|
-
"@babel/compat-data": "^7.
|
|
2066
|
-
"@babel/helper-validator-option": "^7.
|
|
2067
|
-
"browserslist": "^4.
|
|
2068
|
+
"@babel/compat-data": "^7.29.7",
|
|
2069
|
+
"@babel/helper-validator-option": "^7.29.7",
|
|
2070
|
+
"browserslist": "^4.24.0",
|
|
2068
2071
|
"lru-cache": "^5.1.1",
|
|
2069
2072
|
"semver": "^6.3.1"
|
|
2070
2073
|
},
|
|
@@ -2072,6 +2075,78 @@
|
|
|
2072
2075
|
"node": ">=6.9.0"
|
|
2073
2076
|
}
|
|
2074
2077
|
},
|
|
2078
|
+
"node_modules/@babel/helper-compilation-targets/node_modules/browserslist": {
|
|
2079
|
+
"version": "4.28.2",
|
|
2080
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
|
|
2081
|
+
"integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
|
|
2082
|
+
"dev": true,
|
|
2083
|
+
"funding": [
|
|
2084
|
+
{
|
|
2085
|
+
"type": "opencollective",
|
|
2086
|
+
"url": "https://opencollective.com/browserslist"
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"type": "tidelift",
|
|
2090
|
+
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"type": "github",
|
|
2094
|
+
"url": "https://github.com/sponsors/ai"
|
|
2095
|
+
}
|
|
2096
|
+
],
|
|
2097
|
+
"license": "MIT",
|
|
2098
|
+
"dependencies": {
|
|
2099
|
+
"baseline-browser-mapping": "^2.10.12",
|
|
2100
|
+
"caniuse-lite": "^1.0.30001782",
|
|
2101
|
+
"electron-to-chromium": "^1.5.328",
|
|
2102
|
+
"node-releases": "^2.0.36",
|
|
2103
|
+
"update-browserslist-db": "^1.2.3"
|
|
2104
|
+
},
|
|
2105
|
+
"bin": {
|
|
2106
|
+
"browserslist": "cli.js"
|
|
2107
|
+
},
|
|
2108
|
+
"engines": {
|
|
2109
|
+
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
2110
|
+
}
|
|
2111
|
+
},
|
|
2112
|
+
"node_modules/@babel/helper-compilation-targets/node_modules/caniuse-lite": {
|
|
2113
|
+
"version": "1.0.30001799",
|
|
2114
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001799.tgz",
|
|
2115
|
+
"integrity": "sha512-hG1bReV+OUU+MOqK4t/ZWI0tZOyz3rqS9XuhOUz1cIcbwBKjOyJEJuw9ER5JuNyqxNk8u/JUVbGibBOL1yrjFw==",
|
|
2116
|
+
"dev": true,
|
|
2117
|
+
"funding": [
|
|
2118
|
+
{
|
|
2119
|
+
"type": "opencollective",
|
|
2120
|
+
"url": "https://opencollective.com/browserslist"
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"type": "tidelift",
|
|
2124
|
+
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"type": "github",
|
|
2128
|
+
"url": "https://github.com/sponsors/ai"
|
|
2129
|
+
}
|
|
2130
|
+
],
|
|
2131
|
+
"license": "CC-BY-4.0"
|
|
2132
|
+
},
|
|
2133
|
+
"node_modules/@babel/helper-compilation-targets/node_modules/electron-to-chromium": {
|
|
2134
|
+
"version": "1.5.375",
|
|
2135
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.375.tgz",
|
|
2136
|
+
"integrity": "sha512-ZWP5eB4BVPW/ZYo9252hQZHZ5XavtsTgpbhcmMmRwymavC5AsLWQWBPaKMeNd2LW0KGby5HPXvj7+sr4ta5j/Q==",
|
|
2137
|
+
"dev": true,
|
|
2138
|
+
"license": "ISC"
|
|
2139
|
+
},
|
|
2140
|
+
"node_modules/@babel/helper-compilation-targets/node_modules/escalade": {
|
|
2141
|
+
"version": "3.2.0",
|
|
2142
|
+
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
2143
|
+
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
2144
|
+
"dev": true,
|
|
2145
|
+
"license": "MIT",
|
|
2146
|
+
"engines": {
|
|
2147
|
+
"node": ">=6"
|
|
2148
|
+
}
|
|
2149
|
+
},
|
|
2075
2150
|
"node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
|
|
2076
2151
|
"version": "5.1.1",
|
|
2077
2152
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
@@ -2082,6 +2157,23 @@
|
|
|
2082
2157
|
"yallist": "^3.0.2"
|
|
2083
2158
|
}
|
|
2084
2159
|
},
|
|
2160
|
+
"node_modules/@babel/helper-compilation-targets/node_modules/node-releases": {
|
|
2161
|
+
"version": "2.0.47",
|
|
2162
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.47.tgz",
|
|
2163
|
+
"integrity": "sha512-Uzmd6LXpouKo8EUK68IjH4+E01w/hXyV3R3g/geCJo+rXLNfh1xucB+LOzYEOQPSiUK3h/xZf0cQGcSsmyL2Og==",
|
|
2164
|
+
"dev": true,
|
|
2165
|
+
"license": "MIT",
|
|
2166
|
+
"engines": {
|
|
2167
|
+
"node": ">=18"
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
"node_modules/@babel/helper-compilation-targets/node_modules/picocolors": {
|
|
2171
|
+
"version": "1.1.1",
|
|
2172
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
2173
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
2174
|
+
"dev": true,
|
|
2175
|
+
"license": "ISC"
|
|
2176
|
+
},
|
|
2085
2177
|
"node_modules/@babel/helper-compilation-targets/node_modules/semver": {
|
|
2086
2178
|
"version": "6.3.1",
|
|
2087
2179
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -2092,6 +2184,37 @@
|
|
|
2092
2184
|
"semver": "bin/semver.js"
|
|
2093
2185
|
}
|
|
2094
2186
|
},
|
|
2187
|
+
"node_modules/@babel/helper-compilation-targets/node_modules/update-browserslist-db": {
|
|
2188
|
+
"version": "1.2.3",
|
|
2189
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
|
|
2190
|
+
"integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
|
|
2191
|
+
"dev": true,
|
|
2192
|
+
"funding": [
|
|
2193
|
+
{
|
|
2194
|
+
"type": "opencollective",
|
|
2195
|
+
"url": "https://opencollective.com/browserslist"
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
"type": "tidelift",
|
|
2199
|
+
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"type": "github",
|
|
2203
|
+
"url": "https://github.com/sponsors/ai"
|
|
2204
|
+
}
|
|
2205
|
+
],
|
|
2206
|
+
"license": "MIT",
|
|
2207
|
+
"dependencies": {
|
|
2208
|
+
"escalade": "^3.2.0",
|
|
2209
|
+
"picocolors": "^1.1.1"
|
|
2210
|
+
},
|
|
2211
|
+
"bin": {
|
|
2212
|
+
"update-browserslist-db": "cli.js"
|
|
2213
|
+
},
|
|
2214
|
+
"peerDependencies": {
|
|
2215
|
+
"browserslist": ">= 4.21.0"
|
|
2216
|
+
}
|
|
2217
|
+
},
|
|
2095
2218
|
"node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
|
|
2096
2219
|
"version": "3.1.1",
|
|
2097
2220
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
@@ -2099,31 +2222,40 @@
|
|
|
2099
2222
|
"dev": true,
|
|
2100
2223
|
"license": "ISC"
|
|
2101
2224
|
},
|
|
2225
|
+
"node_modules/@babel/helper-globals": {
|
|
2226
|
+
"version": "7.29.7",
|
|
2227
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
|
|
2228
|
+
"integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
|
|
2229
|
+
"dev": true,
|
|
2230
|
+
"license": "MIT",
|
|
2231
|
+
"engines": {
|
|
2232
|
+
"node": ">=6.9.0"
|
|
2233
|
+
}
|
|
2234
|
+
},
|
|
2102
2235
|
"node_modules/@babel/helper-module-imports": {
|
|
2103
|
-
"version": "7.
|
|
2104
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
2105
|
-
"integrity": "sha512-
|
|
2236
|
+
"version": "7.29.7",
|
|
2237
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
|
|
2238
|
+
"integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
|
|
2106
2239
|
"dev": true,
|
|
2107
2240
|
"license": "MIT",
|
|
2108
2241
|
"dependencies": {
|
|
2109
|
-
"@babel/traverse": "^7.
|
|
2110
|
-
"@babel/types": "^7.
|
|
2242
|
+
"@babel/traverse": "^7.29.7",
|
|
2243
|
+
"@babel/types": "^7.29.7"
|
|
2111
2244
|
},
|
|
2112
2245
|
"engines": {
|
|
2113
2246
|
"node": ">=6.9.0"
|
|
2114
2247
|
}
|
|
2115
2248
|
},
|
|
2116
2249
|
"node_modules/@babel/helper-module-transforms": {
|
|
2117
|
-
"version": "7.
|
|
2118
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
2119
|
-
"integrity": "sha512-
|
|
2250
|
+
"version": "7.29.7",
|
|
2251
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
|
|
2252
|
+
"integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
|
|
2120
2253
|
"dev": true,
|
|
2121
2254
|
"license": "MIT",
|
|
2122
2255
|
"dependencies": {
|
|
2123
|
-
"@babel/helper-module-imports": "^7.
|
|
2124
|
-
"@babel/helper-
|
|
2125
|
-
"@babel/
|
|
2126
|
-
"@babel/traverse": "^7.25.2"
|
|
2256
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
2257
|
+
"@babel/helper-validator-identifier": "^7.29.7",
|
|
2258
|
+
"@babel/traverse": "^7.29.7"
|
|
2127
2259
|
},
|
|
2128
2260
|
"engines": {
|
|
2129
2261
|
"node": ">=6.9.0"
|
|
@@ -2132,24 +2264,20 @@
|
|
|
2132
2264
|
"@babel/core": "^7.0.0"
|
|
2133
2265
|
}
|
|
2134
2266
|
},
|
|
2135
|
-
"node_modules/@babel/helper-
|
|
2136
|
-
"version": "7.
|
|
2137
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-
|
|
2138
|
-
"integrity": "sha512-
|
|
2267
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-validator-identifier": {
|
|
2268
|
+
"version": "7.29.7",
|
|
2269
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
2270
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
2139
2271
|
"dev": true,
|
|
2140
2272
|
"license": "MIT",
|
|
2141
|
-
"dependencies": {
|
|
2142
|
-
"@babel/traverse": "^7.24.7",
|
|
2143
|
-
"@babel/types": "^7.24.7"
|
|
2144
|
-
},
|
|
2145
2273
|
"engines": {
|
|
2146
2274
|
"node": ">=6.9.0"
|
|
2147
2275
|
}
|
|
2148
2276
|
},
|
|
2149
2277
|
"node_modules/@babel/helper-string-parser": {
|
|
2150
|
-
"version": "7.
|
|
2151
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
2152
|
-
"integrity": "sha512-
|
|
2278
|
+
"version": "7.29.7",
|
|
2279
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
|
|
2280
|
+
"integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
|
|
2153
2281
|
"dev": true,
|
|
2154
2282
|
"license": "MIT",
|
|
2155
2283
|
"engines": {
|
|
@@ -2167,9 +2295,9 @@
|
|
|
2167
2295
|
}
|
|
2168
2296
|
},
|
|
2169
2297
|
"node_modules/@babel/helper-validator-option": {
|
|
2170
|
-
"version": "7.
|
|
2171
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.
|
|
2172
|
-
"integrity": "sha512-
|
|
2298
|
+
"version": "7.29.7",
|
|
2299
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
|
|
2300
|
+
"integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
|
|
2173
2301
|
"dev": true,
|
|
2174
2302
|
"license": "MIT",
|
|
2175
2303
|
"engines": {
|
|
@@ -2177,14 +2305,14 @@
|
|
|
2177
2305
|
}
|
|
2178
2306
|
},
|
|
2179
2307
|
"node_modules/@babel/helpers": {
|
|
2180
|
-
"version": "7.
|
|
2181
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.
|
|
2182
|
-
"integrity": "sha512-
|
|
2308
|
+
"version": "7.29.7",
|
|
2309
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
|
|
2310
|
+
"integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
|
|
2183
2311
|
"dev": true,
|
|
2184
2312
|
"license": "MIT",
|
|
2185
2313
|
"dependencies": {
|
|
2186
|
-
"@babel/template": "^7.
|
|
2187
|
-
"@babel/types": "^7.
|
|
2314
|
+
"@babel/template": "^7.29.7",
|
|
2315
|
+
"@babel/types": "^7.29.7"
|
|
2188
2316
|
},
|
|
2189
2317
|
"engines": {
|
|
2190
2318
|
"node": ">=6.9.0"
|
|
@@ -2285,13 +2413,13 @@
|
|
|
2285
2413
|
}
|
|
2286
2414
|
},
|
|
2287
2415
|
"node_modules/@babel/parser": {
|
|
2288
|
-
"version": "7.
|
|
2289
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
2290
|
-
"integrity": "sha512-
|
|
2416
|
+
"version": "7.29.7",
|
|
2417
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
|
|
2418
|
+
"integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
|
|
2291
2419
|
"dev": true,
|
|
2292
2420
|
"license": "MIT",
|
|
2293
2421
|
"dependencies": {
|
|
2294
|
-
"@babel/types": "^7.
|
|
2422
|
+
"@babel/types": "^7.29.7"
|
|
2295
2423
|
},
|
|
2296
2424
|
"bin": {
|
|
2297
2425
|
"parser": "bin/babel-parser.js"
|
|
@@ -2301,60 +2429,59 @@
|
|
|
2301
2429
|
}
|
|
2302
2430
|
},
|
|
2303
2431
|
"node_modules/@babel/template": {
|
|
2304
|
-
"version": "7.
|
|
2305
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
2306
|
-
"integrity": "sha512-
|
|
2432
|
+
"version": "7.29.7",
|
|
2433
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
|
|
2434
|
+
"integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
|
|
2307
2435
|
"dev": true,
|
|
2308
2436
|
"license": "MIT",
|
|
2309
2437
|
"dependencies": {
|
|
2310
|
-
"@babel/code-frame": "^7.
|
|
2311
|
-
"@babel/parser": "^7.
|
|
2312
|
-
"@babel/types": "^7.
|
|
2438
|
+
"@babel/code-frame": "^7.29.7",
|
|
2439
|
+
"@babel/parser": "^7.29.7",
|
|
2440
|
+
"@babel/types": "^7.29.7"
|
|
2313
2441
|
},
|
|
2314
2442
|
"engines": {
|
|
2315
2443
|
"node": ">=6.9.0"
|
|
2316
2444
|
}
|
|
2317
2445
|
},
|
|
2318
2446
|
"node_modules/@babel/traverse": {
|
|
2319
|
-
"version": "7.
|
|
2320
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
2321
|
-
"integrity": "sha512-
|
|
2447
|
+
"version": "7.29.7",
|
|
2448
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz",
|
|
2449
|
+
"integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
|
|
2322
2450
|
"dev": true,
|
|
2323
2451
|
"license": "MIT",
|
|
2324
2452
|
"dependencies": {
|
|
2325
|
-
"@babel/code-frame": "^7.
|
|
2326
|
-
"@babel/generator": "^7.
|
|
2327
|
-
"@babel/
|
|
2328
|
-
"@babel/
|
|
2329
|
-
"@babel/
|
|
2330
|
-
"
|
|
2331
|
-
"
|
|
2453
|
+
"@babel/code-frame": "^7.29.7",
|
|
2454
|
+
"@babel/generator": "^7.29.7",
|
|
2455
|
+
"@babel/helper-globals": "^7.29.7",
|
|
2456
|
+
"@babel/parser": "^7.29.7",
|
|
2457
|
+
"@babel/template": "^7.29.7",
|
|
2458
|
+
"@babel/types": "^7.29.7",
|
|
2459
|
+
"debug": "^4.3.1"
|
|
2332
2460
|
},
|
|
2333
2461
|
"engines": {
|
|
2334
2462
|
"node": ">=6.9.0"
|
|
2335
2463
|
}
|
|
2336
2464
|
},
|
|
2337
|
-
"node_modules/@babel/
|
|
2338
|
-
"version": "
|
|
2339
|
-
"resolved": "https://registry.npmjs.org/
|
|
2340
|
-
"integrity": "sha512-
|
|
2465
|
+
"node_modules/@babel/types": {
|
|
2466
|
+
"version": "7.29.7",
|
|
2467
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
|
|
2468
|
+
"integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
|
|
2341
2469
|
"dev": true,
|
|
2342
2470
|
"license": "MIT",
|
|
2471
|
+
"dependencies": {
|
|
2472
|
+
"@babel/helper-string-parser": "^7.29.7",
|
|
2473
|
+
"@babel/helper-validator-identifier": "^7.29.7"
|
|
2474
|
+
},
|
|
2343
2475
|
"engines": {
|
|
2344
|
-
"node": ">=
|
|
2476
|
+
"node": ">=6.9.0"
|
|
2345
2477
|
}
|
|
2346
2478
|
},
|
|
2347
|
-
"node_modules/@babel/types": {
|
|
2348
|
-
"version": "7.
|
|
2349
|
-
"resolved": "https://registry.npmjs.org/@babel/
|
|
2350
|
-
"integrity": "sha512-
|
|
2479
|
+
"node_modules/@babel/types/node_modules/@babel/helper-validator-identifier": {
|
|
2480
|
+
"version": "7.29.7",
|
|
2481
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
2482
|
+
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
2351
2483
|
"dev": true,
|
|
2352
2484
|
"license": "MIT",
|
|
2353
|
-
"dependencies": {
|
|
2354
|
-
"@babel/helper-string-parser": "^7.24.8",
|
|
2355
|
-
"@babel/helper-validator-identifier": "^7.24.7",
|
|
2356
|
-
"to-fast-properties": "^2.0.0"
|
|
2357
|
-
},
|
|
2358
2485
|
"engines": {
|
|
2359
2486
|
"node": ">=6.9.0"
|
|
2360
2487
|
}
|
|
@@ -4022,6 +4149,35 @@
|
|
|
4022
4149
|
}
|
|
4023
4150
|
},
|
|
4024
4151
|
"node_modules/@jridgewell/gen-mapping": {
|
|
4152
|
+
"version": "0.3.13",
|
|
4153
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
4154
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
4155
|
+
"dev": true,
|
|
4156
|
+
"license": "MIT",
|
|
4157
|
+
"dependencies": {
|
|
4158
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
4159
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
4160
|
+
}
|
|
4161
|
+
},
|
|
4162
|
+
"node_modules/@jridgewell/gen-mapping/node_modules/@jridgewell/sourcemap-codec": {
|
|
4163
|
+
"version": "1.5.5",
|
|
4164
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
4165
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
4166
|
+
"dev": true,
|
|
4167
|
+
"license": "MIT"
|
|
4168
|
+
},
|
|
4169
|
+
"node_modules/@jridgewell/remapping": {
|
|
4170
|
+
"version": "2.3.5",
|
|
4171
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
|
4172
|
+
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
|
4173
|
+
"dev": true,
|
|
4174
|
+
"license": "MIT",
|
|
4175
|
+
"dependencies": {
|
|
4176
|
+
"@jridgewell/gen-mapping": "^0.3.5",
|
|
4177
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
4178
|
+
}
|
|
4179
|
+
},
|
|
4180
|
+
"node_modules/@jridgewell/remapping/node_modules/@jridgewell/gen-mapping": {
|
|
4025
4181
|
"version": "0.3.5",
|
|
4026
4182
|
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
|
|
4027
4183
|
"integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
|
|
@@ -6373,6 +6529,19 @@
|
|
|
6373
6529
|
"node": ">=6.0.0"
|
|
6374
6530
|
}
|
|
6375
6531
|
},
|
|
6532
|
+
"node_modules/baseline-browser-mapping": {
|
|
6533
|
+
"version": "2.10.37",
|
|
6534
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.37.tgz",
|
|
6535
|
+
"integrity": "sha512-girxaJ7WZssDOFhzCGZTDKoTa1gk6A1TbflaYTpykLJ4UU9Fz9kx1aREM8JCuoVHbL8X8T/mJg7w2oYSq72Oig==",
|
|
6536
|
+
"dev": true,
|
|
6537
|
+
"license": "Apache-2.0",
|
|
6538
|
+
"bin": {
|
|
6539
|
+
"baseline-browser-mapping": "dist/cli.cjs"
|
|
6540
|
+
},
|
|
6541
|
+
"engines": {
|
|
6542
|
+
"node": ">=6.0.0"
|
|
6543
|
+
}
|
|
6544
|
+
},
|
|
6376
6545
|
"node_modules/basic-ftp": {
|
|
6377
6546
|
"version": "5.2.2",
|
|
6378
6547
|
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.2.tgz",
|
|
@@ -10705,6 +10874,47 @@
|
|
|
10705
10874
|
"node": ">=10"
|
|
10706
10875
|
}
|
|
10707
10876
|
},
|
|
10877
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/helper-string-parser": {
|
|
10878
|
+
"version": "7.24.8",
|
|
10879
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
|
|
10880
|
+
"integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
|
|
10881
|
+
"dev": true,
|
|
10882
|
+
"license": "MIT",
|
|
10883
|
+
"engines": {
|
|
10884
|
+
"node": ">=6.9.0"
|
|
10885
|
+
}
|
|
10886
|
+
},
|
|
10887
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/parser": {
|
|
10888
|
+
"version": "7.25.3",
|
|
10889
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz",
|
|
10890
|
+
"integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==",
|
|
10891
|
+
"dev": true,
|
|
10892
|
+
"license": "MIT",
|
|
10893
|
+
"dependencies": {
|
|
10894
|
+
"@babel/types": "^7.25.2"
|
|
10895
|
+
},
|
|
10896
|
+
"bin": {
|
|
10897
|
+
"parser": "bin/babel-parser.js"
|
|
10898
|
+
},
|
|
10899
|
+
"engines": {
|
|
10900
|
+
"node": ">=6.0.0"
|
|
10901
|
+
}
|
|
10902
|
+
},
|
|
10903
|
+
"node_modules/istanbul-lib-instrument/node_modules/@babel/types": {
|
|
10904
|
+
"version": "7.25.2",
|
|
10905
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz",
|
|
10906
|
+
"integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==",
|
|
10907
|
+
"dev": true,
|
|
10908
|
+
"license": "MIT",
|
|
10909
|
+
"dependencies": {
|
|
10910
|
+
"@babel/helper-string-parser": "^7.24.8",
|
|
10911
|
+
"@babel/helper-validator-identifier": "^7.24.7",
|
|
10912
|
+
"to-fast-properties": "^2.0.0"
|
|
10913
|
+
},
|
|
10914
|
+
"engines": {
|
|
10915
|
+
"node": ">=6.9.0"
|
|
10916
|
+
}
|
|
10917
|
+
},
|
|
10708
10918
|
"node_modules/istanbul-lib-processinfo": {
|
|
10709
10919
|
"version": "2.0.2",
|
|
10710
10920
|
"resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz",
|
|
@@ -12691,6 +12901,20 @@
|
|
|
12691
12901
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
12692
12902
|
}
|
|
12693
12903
|
},
|
|
12904
|
+
"node_modules/parse-json/node_modules/@babel/code-frame": {
|
|
12905
|
+
"version": "7.24.7",
|
|
12906
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
|
|
12907
|
+
"integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
|
|
12908
|
+
"dev": true,
|
|
12909
|
+
"license": "MIT",
|
|
12910
|
+
"dependencies": {
|
|
12911
|
+
"@babel/highlight": "^7.24.7",
|
|
12912
|
+
"picocolors": "^1.0.0"
|
|
12913
|
+
},
|
|
12914
|
+
"engines": {
|
|
12915
|
+
"node": ">=6.9.0"
|
|
12916
|
+
}
|
|
12917
|
+
},
|
|
12694
12918
|
"node_modules/pascal-case": {
|
|
12695
12919
|
"version": "3.1.2",
|
|
12696
12920
|
"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"
|
|
@@ -537,7 +529,7 @@
|
|
|
537
529
|
resolved "https://registry.yarnpkg.com/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.2.tgz#b00f7d6aedfe832ef6c84488f3a422cce6a47efa"
|
|
538
530
|
integrity sha512-C0NBLsIqzDIae8HFw9YIrIBsbc0xTiOtt7fAukGPnqQ/+zZNaq+4jhuccltK0QuWHBnNm/a6kLIRA6GFiM10eg==
|
|
539
531
|
|
|
540
|
-
"@babel/code-frame@^7.0.0"
|
|
532
|
+
"@babel/code-frame@^7.0.0":
|
|
541
533
|
version "7.24.7"
|
|
542
534
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
|
|
543
535
|
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
|
|
@@ -545,101 +537,117 @@
|
|
|
545
537
|
"@babel/highlight" "^7.24.7"
|
|
546
538
|
picocolors "^1.0.0"
|
|
547
539
|
|
|
548
|
-
"@babel/
|
|
549
|
-
version "7.
|
|
550
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
551
|
-
integrity sha512-
|
|
540
|
+
"@babel/code-frame@^7.29.7":
|
|
541
|
+
version "7.29.7"
|
|
542
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
|
|
543
|
+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
|
|
544
|
+
dependencies:
|
|
545
|
+
"@babel/helper-validator-identifier" "^7.29.7"
|
|
546
|
+
js-tokens "^4.0.0"
|
|
547
|
+
picocolors "^1.1.1"
|
|
548
|
+
|
|
549
|
+
"@babel/compat-data@^7.29.7":
|
|
550
|
+
version "7.29.7"
|
|
551
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
|
|
552
|
+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
|
|
552
553
|
|
|
553
554
|
"@babel/core@^7.23.9":
|
|
554
|
-
version "7.
|
|
555
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.
|
|
556
|
-
integrity sha512-
|
|
557
|
-
dependencies:
|
|
558
|
-
"@
|
|
559
|
-
"@babel/
|
|
560
|
-
"@babel/
|
|
561
|
-
"@babel/helper-
|
|
562
|
-
"@babel/
|
|
563
|
-
"@babel/
|
|
564
|
-
"@babel/
|
|
565
|
-
"@babel/
|
|
566
|
-
"@babel/
|
|
567
|
-
"@
|
|
555
|
+
version "7.29.7"
|
|
556
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
|
|
557
|
+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
|
|
558
|
+
dependencies:
|
|
559
|
+
"@babel/code-frame" "^7.29.7"
|
|
560
|
+
"@babel/generator" "^7.29.7"
|
|
561
|
+
"@babel/helper-compilation-targets" "^7.29.7"
|
|
562
|
+
"@babel/helper-module-transforms" "^7.29.7"
|
|
563
|
+
"@babel/helpers" "^7.29.7"
|
|
564
|
+
"@babel/parser" "^7.29.7"
|
|
565
|
+
"@babel/template" "^7.29.7"
|
|
566
|
+
"@babel/traverse" "^7.29.7"
|
|
567
|
+
"@babel/types" "^7.29.7"
|
|
568
|
+
"@jridgewell/remapping" "^2.3.5"
|
|
568
569
|
convert-source-map "^2.0.0"
|
|
569
570
|
debug "^4.1.0"
|
|
570
571
|
gensync "^1.0.0-beta.2"
|
|
571
572
|
json5 "^2.2.3"
|
|
572
573
|
semver "^6.3.1"
|
|
573
574
|
|
|
574
|
-
"@babel/generator@^7.
|
|
575
|
-
version "7.
|
|
576
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.
|
|
577
|
-
integrity sha512-
|
|
575
|
+
"@babel/generator@^7.29.7":
|
|
576
|
+
version "7.29.7"
|
|
577
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
|
|
578
|
+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
|
|
578
579
|
dependencies:
|
|
579
|
-
"@babel/
|
|
580
|
-
"@
|
|
581
|
-
"@jridgewell/
|
|
582
|
-
|
|
580
|
+
"@babel/parser" "^7.29.7"
|
|
581
|
+
"@babel/types" "^7.29.7"
|
|
582
|
+
"@jridgewell/gen-mapping" "^0.3.12"
|
|
583
|
+
"@jridgewell/trace-mapping" "^0.3.28"
|
|
584
|
+
jsesc "^3.0.2"
|
|
583
585
|
|
|
584
|
-
"@babel/helper-compilation-targets@^7.
|
|
585
|
-
version "7.
|
|
586
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
587
|
-
integrity sha512-
|
|
586
|
+
"@babel/helper-compilation-targets@^7.29.7":
|
|
587
|
+
version "7.29.7"
|
|
588
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
|
|
589
|
+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
|
|
588
590
|
dependencies:
|
|
589
|
-
"@babel/compat-data" "^7.
|
|
590
|
-
"@babel/helper-validator-option" "^7.
|
|
591
|
-
browserslist "^4.
|
|
591
|
+
"@babel/compat-data" "^7.29.7"
|
|
592
|
+
"@babel/helper-validator-option" "^7.29.7"
|
|
593
|
+
browserslist "^4.24.0"
|
|
592
594
|
lru-cache "^5.1.1"
|
|
593
595
|
semver "^6.3.1"
|
|
594
596
|
|
|
595
|
-
"@babel/helper-
|
|
596
|
-
version "7.
|
|
597
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
|
598
|
-
integrity sha512-
|
|
599
|
-
dependencies:
|
|
600
|
-
"@babel/traverse" "^7.24.7"
|
|
601
|
-
"@babel/types" "^7.24.7"
|
|
597
|
+
"@babel/helper-globals@^7.29.7":
|
|
598
|
+
version "7.29.7"
|
|
599
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
|
|
600
|
+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
|
|
602
601
|
|
|
603
|
-
"@babel/helper-module-
|
|
604
|
-
version "7.
|
|
605
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-
|
|
606
|
-
integrity sha512-
|
|
602
|
+
"@babel/helper-module-imports@^7.29.7":
|
|
603
|
+
version "7.29.7"
|
|
604
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
|
|
605
|
+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
|
|
607
606
|
dependencies:
|
|
608
|
-
"@babel/
|
|
609
|
-
"@babel/
|
|
610
|
-
"@babel/helper-validator-identifier" "^7.24.7"
|
|
611
|
-
"@babel/traverse" "^7.25.2"
|
|
607
|
+
"@babel/traverse" "^7.29.7"
|
|
608
|
+
"@babel/types" "^7.29.7"
|
|
612
609
|
|
|
613
|
-
"@babel/helper-
|
|
614
|
-
version "7.
|
|
615
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
|
616
|
-
integrity sha512-
|
|
610
|
+
"@babel/helper-module-transforms@^7.29.7":
|
|
611
|
+
version "7.29.7"
|
|
612
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
|
|
613
|
+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
|
|
617
614
|
dependencies:
|
|
618
|
-
"@babel/
|
|
619
|
-
"@babel/
|
|
615
|
+
"@babel/helper-module-imports" "^7.29.7"
|
|
616
|
+
"@babel/helper-validator-identifier" "^7.29.7"
|
|
617
|
+
"@babel/traverse" "^7.29.7"
|
|
620
618
|
|
|
621
619
|
"@babel/helper-string-parser@^7.24.8":
|
|
622
620
|
version "7.24.8"
|
|
623
621
|
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
|
|
624
622
|
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
|
|
625
623
|
|
|
624
|
+
"@babel/helper-string-parser@^7.29.7":
|
|
625
|
+
version "7.29.7"
|
|
626
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
|
|
627
|
+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
|
|
628
|
+
|
|
626
629
|
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.7":
|
|
627
630
|
version "7.24.7"
|
|
628
631
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
|
|
629
632
|
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
|
|
630
633
|
|
|
631
|
-
"@babel/helper-validator-
|
|
632
|
-
version "7.
|
|
633
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-
|
|
634
|
-
integrity sha512-
|
|
634
|
+
"@babel/helper-validator-identifier@^7.29.7":
|
|
635
|
+
version "7.29.7"
|
|
636
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
|
|
637
|
+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
|
|
635
638
|
|
|
636
|
-
"@babel/
|
|
637
|
-
version "7.
|
|
638
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
639
|
-
integrity sha512-
|
|
639
|
+
"@babel/helper-validator-option@^7.29.7":
|
|
640
|
+
version "7.29.7"
|
|
641
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
|
|
642
|
+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
|
|
643
|
+
|
|
644
|
+
"@babel/helpers@^7.29.7":
|
|
645
|
+
version "7.29.7"
|
|
646
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607"
|
|
647
|
+
integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==
|
|
640
648
|
dependencies:
|
|
641
|
-
"@babel/template" "^7.
|
|
642
|
-
"@babel/types" "^7.
|
|
649
|
+
"@babel/template" "^7.29.7"
|
|
650
|
+
"@babel/types" "^7.29.7"
|
|
643
651
|
|
|
644
652
|
"@babel/highlight@^7.24.7":
|
|
645
653
|
version "7.24.7"
|
|
@@ -651,36 +659,43 @@
|
|
|
651
659
|
js-tokens "^4.0.0"
|
|
652
660
|
picocolors "^1.0.0"
|
|
653
661
|
|
|
654
|
-
"@babel/parser@^7.23.9"
|
|
662
|
+
"@babel/parser@^7.23.9":
|
|
655
663
|
version "7.25.3"
|
|
656
664
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
|
|
657
665
|
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
|
|
658
666
|
dependencies:
|
|
659
667
|
"@babel/types" "^7.25.2"
|
|
660
668
|
|
|
661
|
-
"@babel/
|
|
662
|
-
version "7.
|
|
663
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
664
|
-
integrity sha512-
|
|
665
|
-
dependencies:
|
|
666
|
-
"@babel/
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
"
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
"@babel/
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
669
|
+
"@babel/parser@^7.29.7":
|
|
670
|
+
version "7.29.7"
|
|
671
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
|
|
672
|
+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
|
|
673
|
+
dependencies:
|
|
674
|
+
"@babel/types" "^7.29.7"
|
|
675
|
+
|
|
676
|
+
"@babel/template@^7.29.7":
|
|
677
|
+
version "7.29.7"
|
|
678
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
|
|
679
|
+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
|
|
680
|
+
dependencies:
|
|
681
|
+
"@babel/code-frame" "^7.29.7"
|
|
682
|
+
"@babel/parser" "^7.29.7"
|
|
683
|
+
"@babel/types" "^7.29.7"
|
|
684
|
+
|
|
685
|
+
"@babel/traverse@^7.29.7":
|
|
686
|
+
version "7.29.7"
|
|
687
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
|
|
688
|
+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
|
|
689
|
+
dependencies:
|
|
690
|
+
"@babel/code-frame" "^7.29.7"
|
|
691
|
+
"@babel/generator" "^7.29.7"
|
|
692
|
+
"@babel/helper-globals" "^7.29.7"
|
|
693
|
+
"@babel/parser" "^7.29.7"
|
|
694
|
+
"@babel/template" "^7.29.7"
|
|
695
|
+
"@babel/types" "^7.29.7"
|
|
680
696
|
debug "^4.3.1"
|
|
681
|
-
globals "^11.1.0"
|
|
682
697
|
|
|
683
|
-
"@babel/types@^7.
|
|
698
|
+
"@babel/types@^7.25.2":
|
|
684
699
|
version "7.25.2"
|
|
685
700
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
|
|
686
701
|
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
|
|
@@ -689,6 +704,14 @@
|
|
|
689
704
|
"@babel/helper-validator-identifier" "^7.24.7"
|
|
690
705
|
to-fast-properties "^2.0.0"
|
|
691
706
|
|
|
707
|
+
"@babel/types@^7.29.7":
|
|
708
|
+
version "7.29.7"
|
|
709
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
|
|
710
|
+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
|
|
711
|
+
dependencies:
|
|
712
|
+
"@babel/helper-string-parser" "^7.29.7"
|
|
713
|
+
"@babel/helper-validator-identifier" "^7.29.7"
|
|
714
|
+
|
|
692
715
|
"@colors/colors@1.5.0":
|
|
693
716
|
version "1.5.0"
|
|
694
717
|
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
|
@@ -1209,6 +1232,14 @@
|
|
|
1209
1232
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
1210
1233
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1211
1234
|
|
|
1235
|
+
"@jridgewell/gen-mapping@^0.3.12":
|
|
1236
|
+
version "0.3.13"
|
|
1237
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f"
|
|
1238
|
+
integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==
|
|
1239
|
+
dependencies:
|
|
1240
|
+
"@jridgewell/sourcemap-codec" "^1.5.0"
|
|
1241
|
+
"@jridgewell/trace-mapping" "^0.3.24"
|
|
1242
|
+
|
|
1212
1243
|
"@jridgewell/gen-mapping@^0.3.5":
|
|
1213
1244
|
version "0.3.5"
|
|
1214
1245
|
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
|
|
@@ -1218,6 +1249,14 @@
|
|
|
1218
1249
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1219
1250
|
"@jridgewell/trace-mapping" "^0.3.24"
|
|
1220
1251
|
|
|
1252
|
+
"@jridgewell/remapping@^2.3.5":
|
|
1253
|
+
version "2.3.5"
|
|
1254
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
|
|
1255
|
+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
|
|
1256
|
+
dependencies:
|
|
1257
|
+
"@jridgewell/gen-mapping" "^0.3.5"
|
|
1258
|
+
"@jridgewell/trace-mapping" "^0.3.24"
|
|
1259
|
+
|
|
1221
1260
|
"@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0":
|
|
1222
1261
|
version "3.1.1"
|
|
1223
1262
|
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
|
|
@@ -1233,6 +1272,11 @@
|
|
|
1233
1272
|
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
|
1234
1273
|
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
|
1235
1274
|
|
|
1275
|
+
"@jridgewell/sourcemap-codec@^1.5.0":
|
|
1276
|
+
version "1.5.5"
|
|
1277
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba"
|
|
1278
|
+
integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==
|
|
1279
|
+
|
|
1236
1280
|
"@jridgewell/trace-mapping@0.3.9":
|
|
1237
1281
|
version "0.3.9"
|
|
1238
1282
|
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
|
|
@@ -1241,7 +1285,7 @@
|
|
|
1241
1285
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
1242
1286
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1243
1287
|
|
|
1244
|
-
"@jridgewell/trace-mapping@^0.3.24"
|
|
1288
|
+
"@jridgewell/trace-mapping@^0.3.24":
|
|
1245
1289
|
version "0.3.25"
|
|
1246
1290
|
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
|
|
1247
1291
|
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
|
|
@@ -1249,6 +1293,14 @@
|
|
|
1249
1293
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1250
1294
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1251
1295
|
|
|
1296
|
+
"@jridgewell/trace-mapping@^0.3.28":
|
|
1297
|
+
version "0.3.31"
|
|
1298
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0"
|
|
1299
|
+
integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==
|
|
1300
|
+
dependencies:
|
|
1301
|
+
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1302
|
+
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1303
|
+
|
|
1252
1304
|
"@jsforce/jsforce-node@^3.10.10", "@jsforce/jsforce-node@^3.10.13":
|
|
1253
1305
|
version "3.10.14"
|
|
1254
1306
|
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.14.tgz#e6429626118a86247605f14b2466026f7180cff8"
|
|
@@ -2370,6 +2422,11 @@ base64url@^3.0.1:
|
|
|
2370
2422
|
resolved "https://registry.yarnpkg.com/base64url/-/base64url-3.0.1.tgz#6399d572e2bc3f90a9a8b22d5dbb0a32d33f788d"
|
|
2371
2423
|
integrity sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==
|
|
2372
2424
|
|
|
2425
|
+
baseline-browser-mapping@^2.10.12:
|
|
2426
|
+
version "2.10.37"
|
|
2427
|
+
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.10.37.tgz#3e636475b6b293244e2b23e2c71a2ab9d9e6ba7d"
|
|
2428
|
+
integrity sha512-girxaJ7WZssDOFhzCGZTDKoTa1gk6A1TbflaYTpykLJ4UU9Fz9kx1aREM8JCuoVHbL8X8T/mJg7w2oYSq72Oig==
|
|
2429
|
+
|
|
2373
2430
|
basic-ftp@^5.0.2:
|
|
2374
2431
|
version "5.2.2"
|
|
2375
2432
|
resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.2.2.tgz#4cb2422deddf432896bdb3c9b8f13b944ad4842c"
|
|
@@ -2426,7 +2483,7 @@ browser-stdout@^1.3.1:
|
|
|
2426
2483
|
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
|
|
2427
2484
|
integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
|
|
2428
2485
|
|
|
2429
|
-
browserslist@^4.23.0
|
|
2486
|
+
browserslist@^4.23.0:
|
|
2430
2487
|
version "4.23.3"
|
|
2431
2488
|
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
|
|
2432
2489
|
integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
|
|
@@ -2436,6 +2493,17 @@ browserslist@^4.23.0, browserslist@^4.23.1:
|
|
|
2436
2493
|
node-releases "^2.0.18"
|
|
2437
2494
|
update-browserslist-db "^1.1.0"
|
|
2438
2495
|
|
|
2496
|
+
browserslist@^4.24.0:
|
|
2497
|
+
version "4.28.2"
|
|
2498
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.28.2.tgz#f50b65362ef48974ca9f50b3680566d786b811d2"
|
|
2499
|
+
integrity sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==
|
|
2500
|
+
dependencies:
|
|
2501
|
+
baseline-browser-mapping "^2.10.12"
|
|
2502
|
+
caniuse-lite "^1.0.30001782"
|
|
2503
|
+
electron-to-chromium "^1.5.328"
|
|
2504
|
+
node-releases "^2.0.36"
|
|
2505
|
+
update-browserslist-db "^1.2.3"
|
|
2506
|
+
|
|
2439
2507
|
buffer-equal-constant-time@^1.0.1:
|
|
2440
2508
|
version "1.0.1"
|
|
2441
2509
|
resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819"
|
|
@@ -2548,6 +2616,11 @@ caniuse-lite@^1.0.30001646:
|
|
|
2548
2616
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001647.tgz#56d58c5a4ef72913a4465f9766af895a4ead0165"
|
|
2549
2617
|
integrity sha512-n83xdNiyeNcHpzWY+1aFbqCK7LuLfBricc4+alSQL2Xb6OR3XpnQAmlDG+pQcdTfiHRuLcQ96VOfrPSGiNJYSg==
|
|
2550
2618
|
|
|
2619
|
+
caniuse-lite@^1.0.30001782:
|
|
2620
|
+
version "1.0.30001799"
|
|
2621
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001799.tgz#5c909138c27f1a61219d3e092071c1cc7d32dc55"
|
|
2622
|
+
integrity sha512-hG1bReV+OUU+MOqK4t/ZWI0tZOyz3rqS9XuhOUz1cIcbwBKjOyJEJuw9ER5JuNyqxNk8u/JUVbGibBOL1yrjFw==
|
|
2623
|
+
|
|
2551
2624
|
capital-case@^1.0.4:
|
|
2552
2625
|
version "1.0.4"
|
|
2553
2626
|
resolved "https://registry.yarnpkg.com/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669"
|
|
@@ -3162,6 +3235,11 @@ ejs@^3.1.10:
|
|
|
3162
3235
|
dependencies:
|
|
3163
3236
|
jake "^10.8.5"
|
|
3164
3237
|
|
|
3238
|
+
electron-to-chromium@^1.5.328:
|
|
3239
|
+
version "1.5.375"
|
|
3240
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.375.tgz#54a9a616dc2b3765e7263d98d14c2135408954d9"
|
|
3241
|
+
integrity sha512-ZWP5eB4BVPW/ZYo9252hQZHZ5XavtsTgpbhcmMmRwymavC5AsLWQWBPaKMeNd2LW0KGby5HPXvj7+sr4ta5j/Q==
|
|
3242
|
+
|
|
3165
3243
|
electron-to-chromium@^1.5.4:
|
|
3166
3244
|
version "1.5.4"
|
|
3167
3245
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz#cd477c830dd6fca41fbd5465c1ff6ce08ac22343"
|
|
@@ -3304,6 +3382,11 @@ escalade@^3.1.1, escalade@^3.1.2:
|
|
|
3304
3382
|
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
|
|
3305
3383
|
integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
|
|
3306
3384
|
|
|
3385
|
+
escalade@^3.2.0:
|
|
3386
|
+
version "3.2.0"
|
|
3387
|
+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5"
|
|
3388
|
+
integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==
|
|
3389
|
+
|
|
3307
3390
|
escape-html@^1.0.3:
|
|
3308
3391
|
version "1.0.3"
|
|
3309
3392
|
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
|
|
@@ -4054,11 +4137,6 @@ global-dirs@^0.1.1:
|
|
|
4054
4137
|
dependencies:
|
|
4055
4138
|
ini "^1.3.4"
|
|
4056
4139
|
|
|
4057
|
-
globals@^11.1.0:
|
|
4058
|
-
version "11.12.0"
|
|
4059
|
-
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
|
|
4060
|
-
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
|
4061
|
-
|
|
4062
4140
|
globals@^13.19.0:
|
|
4063
4141
|
version "13.19.0"
|
|
4064
4142
|
resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
|
|
@@ -4821,11 +4899,6 @@ jsdoc-type-pratt-parser@~4.0.0:
|
|
|
4821
4899
|
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz#136f0571a99c184d84ec84662c45c29ceff71114"
|
|
4822
4900
|
integrity sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==
|
|
4823
4901
|
|
|
4824
|
-
jsesc@^2.5.1:
|
|
4825
|
-
version "2.5.2"
|
|
4826
|
-
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
|
|
4827
|
-
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
|
|
4828
|
-
|
|
4829
4902
|
jsesc@^3.0.2:
|
|
4830
4903
|
version "3.0.2"
|
|
4831
4904
|
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
|
|
@@ -5517,6 +5590,11 @@ node-releases@^2.0.18:
|
|
|
5517
5590
|
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
|
|
5518
5591
|
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
|
|
5519
5592
|
|
|
5593
|
+
node-releases@^2.0.36:
|
|
5594
|
+
version "2.0.47"
|
|
5595
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.47.tgz#521bb2786da8eb140b748841c0b3b3a75334ffc4"
|
|
5596
|
+
integrity sha512-Uzmd6LXpouKo8EUK68IjH4+E01w/hXyV3R3g/geCJo+rXLNfh1xucB+LOzYEOQPSiUK3h/xZf0cQGcSsmyL2Og==
|
|
5597
|
+
|
|
5520
5598
|
normalize-package-data@^2.5.0:
|
|
5521
5599
|
version "2.5.0"
|
|
5522
5600
|
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
|
|
@@ -5910,6 +5988,11 @@ picocolors@^1.0.0, picocolors@^1.0.1:
|
|
|
5910
5988
|
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
|
|
5911
5989
|
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
|
|
5912
5990
|
|
|
5991
|
+
picocolors@^1.1.1:
|
|
5992
|
+
version "1.1.1"
|
|
5993
|
+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
|
|
5994
|
+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
|
|
5995
|
+
|
|
5913
5996
|
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
|
|
5914
5997
|
version "2.3.1"
|
|
5915
5998
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
|
@@ -7222,6 +7305,14 @@ update-browserslist-db@^1.1.0:
|
|
|
7222
7305
|
escalade "^3.1.2"
|
|
7223
7306
|
picocolors "^1.0.1"
|
|
7224
7307
|
|
|
7308
|
+
update-browserslist-db@^1.2.3:
|
|
7309
|
+
version "1.2.3"
|
|
7310
|
+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz#64d76db58713136acbeb4c49114366cc6cc2e80d"
|
|
7311
|
+
integrity sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==
|
|
7312
|
+
dependencies:
|
|
7313
|
+
escalade "^3.2.0"
|
|
7314
|
+
picocolors "^1.1.1"
|
|
7315
|
+
|
|
7225
7316
|
upper-case-first@^2.0.2:
|
|
7226
7317
|
version "2.0.2"
|
|
7227
7318
|
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-command-reference",
|
|
3
3
|
"description": "Generate the Salesforce CLI command reference guide",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.112",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"type": "module",
|