-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update out of date Dependencies (#576)
* chore: update follow-redirects to 1.15.6 * chore: update docusaurus-plugin-remote-content to 4.0.0 and all deps that use axios to use axios ^1.6.0
- Loading branch information
1 parent
f549bc7
commit 4e95915
Showing
2 changed files
with
133 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1829,6 +1829,18 @@ | |
resolved "https://registry.yarnpkg.com/@iconify/types/-/types-2.0.0.tgz#ab0e9ea681d6c8a1214f30cd741fe3a20cc57f57" | ||
integrity sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg== | ||
|
||
"@isaacs/cliui@^8.0.2": | ||
version "8.0.2" | ||
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550" | ||
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== | ||
dependencies: | ||
string-width "^5.1.2" | ||
string-width-cjs "npm:string-width@^4.2.0" | ||
strip-ansi "^7.0.1" | ||
strip-ansi-cjs "npm:strip-ansi@^6.0.1" | ||
wrap-ansi "^8.1.0" | ||
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0" | ||
|
||
"@jest/schemas@^29.6.3": | ||
version "29.6.3" | ||
resolved "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz" | ||
|
@@ -1969,6 +1981,11 @@ | |
"@nodelib/fs.scandir" "2.1.5" | ||
fastq "^1.6.0" | ||
|
||
"@pkgjs/parseargs@^0.11.0": | ||
version "0.11.0" | ||
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" | ||
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== | ||
|
||
"@pnpm/config.env-replace@^1.1.0": | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz#ab29da53df41e8948a00f2433f085f54de8b3a4c" | ||
|
@@ -3091,18 +3108,14 @@ autoprefixer@^10.4.12, autoprefixer@^10.4.14, autoprefixer@^10.4.16: | |
picocolors "^1.0.0" | ||
postcss-value-parser "^4.2.0" | ||
|
||
axios@^0.26.1: | ||
version "0.26.1" | ||
resolved "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz" | ||
axios@^1.6.0, axios@^1.6.1: | ||
version "1.6.8" | ||
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66" | ||
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ== | ||
dependencies: | ||
follow-redirects "^1.14.8" | ||
|
||
axios@^0.27.2: | ||
version "0.27.2" | ||
resolved "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz" | ||
dependencies: | ||
follow-redirects "^1.14.9" | ||
follow-redirects "^1.15.6" | ||
form-data "^4.0.0" | ||
proxy-from-env "^1.1.0" | ||
|
||
babel-loader@^9.1.3: | ||
version "9.1.3" | ||
|
@@ -4146,14 +4159,15 @@ [email protected]: | |
"@redocly/openapi-core" "1.4.0" | ||
redoc "2.1.3" | ||
|
||
docusaurus-plugin-remote-content@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.npmjs.org/docusaurus-plugin-remote-content/-/docusaurus-plugin-remote-content-3.1.0.tgz" | ||
docusaurus-plugin-remote-content@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/docusaurus-plugin-remote-content/-/docusaurus-plugin-remote-content-4.0.0.tgz#2e8980a5ec7be543eec9f715624bc81cd92e45be" | ||
integrity sha512-e+gBmNdgOwA+7u6O2kk/u1w4ET23j8OIF6OiOWV6EoKHJJ/w/8U5smkHNlrQC3hQOltxE2NRC1jbsG7wfS+d3w== | ||
dependencies: | ||
axios "^0.26.1" | ||
axios "^1.6.0" | ||
picocolors "^1.0.0" | ||
pretty-ms "^7.0.1" | ||
rimraf "^3.0.2" | ||
rimraf "^5.0.5" | ||
|
||
[email protected]: | ||
version "2.0.0" | ||
|
@@ -4820,15 +4834,23 @@ flux@~4.0.1: | |
fbemitter "^3.0.0" | ||
fbjs "^3.0.1" | ||
|
||
follow-redirects@^1.0.0, follow-redirects@^1.14.8, follow-redirects@^1.14.9: | ||
version "1.15.3" | ||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a" | ||
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q== | ||
follow-redirects@^1.0.0, follow-redirects@^1.15.6: | ||
version "1.15.6" | ||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b" | ||
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA== | ||
|
||
foreach@^2.0.4: | ||
version "2.0.6" | ||
resolved "https://registry.npmjs.org/foreach/-/foreach-2.0.6.tgz" | ||
|
||
foreground-child@^3.1.0: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d" | ||
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg== | ||
dependencies: | ||
cross-spawn "^7.0.0" | ||
signal-exit "^4.0.1" | ||
|
||
fork-ts-checker-webpack-plugin@^6.5.0: | ||
version "6.5.3" | ||
resolved "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz" | ||
|
@@ -5023,6 +5045,17 @@ [email protected]: | |
once "^1.3.0" | ||
path-is-absolute "^1.0.0" | ||
|
||
glob@^10.3.7: | ||
version "10.3.10" | ||
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b" | ||
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g== | ||
dependencies: | ||
foreground-child "^3.1.0" | ||
jackspeak "^2.3.5" | ||
minimatch "^9.0.1" | ||
minipass "^5.0.0 || ^6.0.2 || ^7.0.0" | ||
path-scurry "^1.10.1" | ||
|
||
glob@^7.0.0, glob@^7.0.5, glob@^7.1.3, glob@^7.1.6: | ||
version "7.2.3" | ||
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" | ||
|
@@ -5771,6 +5804,15 @@ isobject@^3.0.1: | |
version "3.0.1" | ||
resolved "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz" | ||
|
||
jackspeak@^2.3.5: | ||
version "2.3.6" | ||
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8" | ||
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ== | ||
dependencies: | ||
"@isaacs/cliui" "^8.0.2" | ||
optionalDependencies: | ||
"@pkgjs/parseargs" "^0.11.0" | ||
|
||
jest-util@^29.7.0: | ||
version "29.7.0" | ||
resolved "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz" | ||
|
@@ -6054,6 +6096,11 @@ lru-cache@^6.0.0: | |
dependencies: | ||
yallist "^4.0.0" | ||
|
||
"lru-cache@^9.1.1 || ^10.0.0": | ||
version "10.2.0" | ||
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3" | ||
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q== | ||
|
||
lunr@^2.3.9: | ||
version "2.3.9" | ||
resolved "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz" | ||
|
@@ -6827,6 +6874,13 @@ minimatch@^5.0.1: | |
dependencies: | ||
brace-expansion "^2.0.1" | ||
|
||
minimatch@^9.0.1: | ||
version "9.0.3" | ||
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" | ||
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== | ||
dependencies: | ||
brace-expansion "^2.0.1" | ||
|
||
minimist@^1.2.0, minimist@^1.2.6, minimist@^1.2.8: | ||
version "1.2.8" | ||
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz" | ||
|
@@ -6848,6 +6902,11 @@ minipass@^5.0.0: | |
version "5.0.0" | ||
resolved "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz" | ||
|
||
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0": | ||
version "7.0.4" | ||
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c" | ||
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ== | ||
|
||
minizlib@^1.3.3: | ||
version "1.3.3" | ||
resolved "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz" | ||
|
@@ -7359,6 +7418,14 @@ path-parse@^1.0.7: | |
version "1.0.7" | ||
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" | ||
|
||
path-scurry@^1.10.1: | ||
version "1.10.1" | ||
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698" | ||
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ== | ||
dependencies: | ||
lru-cache "^9.1.1 || ^10.0.0" | ||
minipass "^5.0.0 || ^6.0.2 || ^7.0.0" | ||
|
||
[email protected]: | ||
version "0.1.7" | ||
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz" | ||
|
@@ -8019,6 +8086,11 @@ proxy-addr@~2.0.7: | |
forwarded "0.2.0" | ||
ipaddr.js "1.9.1" | ||
|
||
proxy-from-env@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" | ||
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== | ||
|
||
pump@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz" | ||
|
@@ -8569,6 +8641,13 @@ rimraf@^3.0.2: | |
dependencies: | ||
glob "^7.1.3" | ||
|
||
rimraf@^5.0.5: | ||
version "5.0.5" | ||
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.5.tgz#9be65d2d6e683447d2e9013da2bf451139a61ccf" | ||
integrity sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A== | ||
dependencies: | ||
glob "^10.3.7" | ||
|
||
rtl-detect@^1.0.4: | ||
version "1.0.4" | ||
resolved "https://registry.npmjs.org/rtl-detect/-/rtl-detect-1.0.4.tgz" | ||
|
@@ -8860,6 +8939,11 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3: | |
version "3.0.7" | ||
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" | ||
|
||
signal-exit@^4.0.1: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" | ||
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== | ||
|
||
sirv@^2.0.3: | ||
version "2.0.3" | ||
resolved "https://registry.npmjs.org/sirv/-/sirv-2.0.3.tgz" | ||
|
@@ -9009,6 +9093,15 @@ streamsearch@^1.1.0: | |
version "1.1.0" | ||
resolved "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz" | ||
|
||
"string-width-cjs@npm:string-width@^4.2.0": | ||
version "4.2.3" | ||
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" | ||
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== | ||
dependencies: | ||
emoji-regex "^8.0.0" | ||
is-fullwidth-code-point "^3.0.0" | ||
strip-ansi "^6.0.1" | ||
|
||
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: | ||
version "4.2.3" | ||
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" | ||
|
@@ -9057,6 +9150,13 @@ stringify-object@^3.3.0: | |
is-obj "^1.0.1" | ||
is-regexp "^1.0.0" | ||
|
||
"strip-ansi-cjs@npm:strip-ansi@^6.0.1": | ||
version "6.0.1" | ||
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" | ||
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== | ||
dependencies: | ||
ansi-regex "^5.0.1" | ||
|
||
strip-ansi@^6.0.0, strip-ansi@^6.0.1: | ||
version "6.0.1" | ||
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" | ||
|
@@ -9780,11 +9880,11 @@ vfile@^6.0.0, vfile@^6.0.1: | |
vfile-message "^4.0.0" | ||
|
||
wait-on@^7.0.1: | ||
version "7.1.0" | ||
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-7.1.0.tgz#3184ccfff7eb8a4d62ef3dfa6a4ff3675617ff60" | ||
integrity sha512-U7TF/OYYzAg+OoiT/B8opvN48UHt0QYMi4aD3PjRFpybQ+o6czQF8Ig3SKCCMJdxpBrCalIJ4O00FBof27Fu9Q== | ||
version "7.2.0" | ||
resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-7.2.0.tgz#d76b20ed3fc1e2bebc051fae5c1ff93be7892928" | ||
integrity sha512-wCQcHkRazgjG5XoAq9jbTMLpNIjoSlZslrJ2+N9MxDsGEv1HnFoVjOCexL0ESva7Y9cu350j+DWADdk54s4AFQ== | ||
dependencies: | ||
axios "^0.27.2" | ||
axios "^1.6.1" | ||
joi "^17.11.0" | ||
lodash "^4.17.21" | ||
minimist "^1.2.8" | ||
|
@@ -9980,6 +10080,15 @@ wildcard@^2.0.0: | |
version "2.0.1" | ||
resolved "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz" | ||
|
||
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" | ||
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== | ||
dependencies: | ||
ansi-styles "^4.0.0" | ||
string-width "^4.1.0" | ||
strip-ansi "^6.0.0" | ||
|
||
wrap-ansi@^7.0.0: | ||
version "7.0.0" | ||
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" | ||
|