Skip to content

Commit 7e70d81

Browse files
1
1 parent af982ba commit 7e70d81

3 files changed

Lines changed: 133 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"license": "Apache-2.0",
4343
"devDependencies": {
4444
"@mapbox/stylelint-processor-arbitrary-tags": "^0.4.0",
45-
"axios": "^0.26.1",
45+
"axios": "^0.31.0",
4646
"chai": "^4.3.7",
4747
"chai-as-promised": "*",
4848
"chalk": "^4.1.2",

packages/@okta/vuepress-theme-prose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"homepage": "https://github.com/okta/okta-developer-docs",
2525
"dependencies": {
2626
"@okta/odyssey": "0.7.0",
27-
"axios": "^0.26.1",
27+
"axios": "^0.31.0",
2828
"build-url": "^6.0.1",
2929
"cookies.js": "^2.1.15",
3030
"css-to-json": "^2.1.0",

yarn.lock

Lines changed: 131 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2803,12 +2803,14 @@ aws4@^1.8.0:
28032803
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428"
28042804
integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==
28052805

2806-
axios@^0.26.1:
2807-
version "0.26.1"
2808-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
2809-
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
2806+
axios@^0.31.0:
2807+
version "0.31.0"
2808+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.31.0.tgz#cd2c9a365d12e4324398834b06abc0d8af767ba6"
2809+
integrity sha512-HGIUj/P74co3rSLBV9SHz9LMgCmrXFEtkfMcC5r6bS5j3dBHUcAje2tS4fmU6WM20kuhvUX04XE58594dpgi1g==
28102810
dependencies:
2811-
follow-redirects "^1.14.8"
2811+
follow-redirects "^1.15.4"
2812+
form-data "^4.0.4"
2813+
proxy-from-env "^1.1.0"
28122814

28132815
babel-jest@^27.5.1:
28142816
version "27.5.1"
@@ -3360,6 +3362,14 @@ cachedir@^2.3.0:
33603362
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.3.0.tgz#0c75892a052198f0b21c7c1804d8331edfcae0e8"
33613363
integrity sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==
33623364

3365+
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
3366+
version "1.0.2"
3367+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
3368+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
3369+
dependencies:
3370+
es-errors "^1.3.0"
3371+
function-bind "^1.1.2"
3372+
33633373
call-bind@^1.0.0:
33643374
version "1.0.0"
33653375
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.0.tgz#24127054bb3f9bdcb4b1fb82418186072f77b8ce"
@@ -4886,6 +4896,15 @@ dot-prop@^5.2.0:
48864896
dependencies:
48874897
is-obj "^2.0.0"
48884898

4899+
dunder-proto@^1.0.1:
4900+
version "1.0.1"
4901+
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
4902+
integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
4903+
dependencies:
4904+
call-bind-apply-helpers "^1.0.1"
4905+
es-errors "^1.3.0"
4906+
gopd "^1.2.0"
4907+
48894908
duplexer@~0.1.1:
48904909
version "0.1.2"
48914910
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"
@@ -5088,6 +5107,16 @@ es-array-method-boxes-properly@^1.0.0:
50885107
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
50895108
integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==
50905109

5110+
es-define-property@^1.0.1:
5111+
version "1.0.1"
5112+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
5113+
integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==
5114+
5115+
es-errors@^1.3.0:
5116+
version "1.3.0"
5117+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
5118+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
5119+
50915120
es-hasown@0.1.0:
50925121
version "0.1.0"
50935122
resolved "https://registry.yarnpkg.com/es-hasown/-/es-hasown-0.1.0.tgz#7a34a4830d5aa804ac934bc6da9d19deb0e20852"
@@ -5106,6 +5135,23 @@ es-object-assign@4.1.4:
51065135
resolved "https://registry.yarnpkg.com/es-object-assign/-/es-object-assign-4.1.4.tgz#b7bda1793acc980c9f96305cf27283b5183f0b8b"
51075136
integrity sha1-t72heTrMmAyfljBc8nKDtRg/C4s=
51085137

5138+
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
5139+
version "1.1.1"
5140+
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
5141+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
5142+
dependencies:
5143+
es-errors "^1.3.0"
5144+
5145+
es-set-tostringtag@^2.1.0:
5146+
version "2.1.0"
5147+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
5148+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
5149+
dependencies:
5150+
es-errors "^1.3.0"
5151+
get-intrinsic "^1.2.6"
5152+
has-tostringtag "^1.0.2"
5153+
hasown "^2.0.2"
5154+
51095155
es-to-primitive@^1.2.1:
51105156
version "1.2.1"
51115157
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -5854,11 +5900,16 @@ flush-write-stream@^1.0.0:
58545900
inherits "^2.0.3"
58555901
readable-stream "^2.3.6"
58565902

5857-
follow-redirects@^1.0.0, follow-redirects@^1.14.8:
5903+
follow-redirects@^1.0.0:
58585904
version "1.14.9"
58595905
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
58605906
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
58615907

5908+
follow-redirects@^1.15.4:
5909+
version "1.16.0"
5910+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.16.0.tgz#28474a159d3b9d11ef62050a14ed60e4df6d61bc"
5911+
integrity sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==
5912+
58625913
for-in@^1.0.2:
58635914
version "1.0.2"
58645915
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -5894,6 +5945,17 @@ form-data@^3.0.0:
58945945
combined-stream "^1.0.8"
58955946
mime-types "^2.1.12"
58965947

5948+
form-data@^4.0.4:
5949+
version "4.0.5"
5950+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
5951+
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
5952+
dependencies:
5953+
asynckit "^0.4.0"
5954+
combined-stream "^1.0.8"
5955+
es-set-tostringtag "^2.1.0"
5956+
hasown "^2.0.2"
5957+
mime-types "^2.1.12"
5958+
58975959
form-data@~2.3.2:
58985960
version "2.3.3"
58995961
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -5991,6 +6053,11 @@ function-bind@^1.1.1:
59916053
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
59926054
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
59936055

6056+
function-bind@^1.1.2:
6057+
version "1.1.2"
6058+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
6059+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
6060+
59946061
function.prototype.name@^1.1.5:
59956062
version "1.1.5"
59966063
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
@@ -6060,11 +6127,35 @@ get-intrinsic@^1.1.3:
60606127
has "^1.0.3"
60616128
has-symbols "^1.0.3"
60626129

6130+
get-intrinsic@^1.2.6:
6131+
version "1.3.0"
6132+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
6133+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
6134+
dependencies:
6135+
call-bind-apply-helpers "^1.0.2"
6136+
es-define-property "^1.0.1"
6137+
es-errors "^1.3.0"
6138+
es-object-atoms "^1.1.1"
6139+
function-bind "^1.1.2"
6140+
get-proto "^1.0.1"
6141+
gopd "^1.2.0"
6142+
has-symbols "^1.1.0"
6143+
hasown "^2.0.2"
6144+
math-intrinsics "^1.1.0"
6145+
60636146
get-package-type@^0.1.0:
60646147
version "0.1.0"
60656148
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
60666149
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
60676150

6151+
get-proto@^1.0.1:
6152+
version "1.0.1"
6153+
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
6154+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
6155+
dependencies:
6156+
dunder-proto "^1.0.1"
6157+
es-object-atoms "^1.0.0"
6158+
60686159
get-stream@^4.0.0:
60696160
version "4.1.0"
60706161
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
@@ -6265,6 +6356,11 @@ globjoin@^0.1.4:
62656356
resolved "https://registry.yarnpkg.com/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43"
62666357
integrity sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==
62676358

6359+
gopd@^1.2.0:
6360+
version "1.2.0"
6361+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
6362+
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
6363+
62686364
got@11.8.5, got@^9.6.0:
62696365
version "11.8.5"
62706366
resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046"
@@ -6391,13 +6487,25 @@ has-symbols@^1.0.2, has-symbols@^1.0.3:
63916487
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
63926488
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
63936489

6490+
has-symbols@^1.1.0:
6491+
version "1.1.0"
6492+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
6493+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
6494+
63946495
has-tostringtag@^1.0.0:
63956496
version "1.0.0"
63966497
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
63976498
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
63986499
dependencies:
63996500
has-symbols "^1.0.2"
64006501

6502+
has-tostringtag@^1.0.2:
6503+
version "1.0.2"
6504+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
6505+
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
6506+
dependencies:
6507+
has-symbols "^1.0.3"
6508+
64016509
has-value@^1.0.0:
64026510
version "1.0.0"
64036511
resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177"
@@ -6471,6 +6579,13 @@ hash.js@^1.0.0, hash.js@^1.0.3:
64716579
dependencies:
64726580
traverse ">=0.2.4"
64736581

6582+
hasown@^2.0.2:
6583+
version "2.0.2"
6584+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
6585+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
6586+
dependencies:
6587+
function-bind "^1.1.2"
6588+
64746589
he@1.2.0, he@1.2.x, he@^1.1.0:
64756590
version "1.2.0"
64766591
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -8473,6 +8588,11 @@ markdown-it@^12.3.2, markdown-it@^8.4.1:
84738588
mdurl "^1.0.1"
84748589
uc.micro "^1.0.5"
84758590

8591+
math-intrinsics@^1.1.0:
8592+
version "1.1.0"
8593+
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
8594+
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
8595+
84768596
mathml-tag-names@^2.1.3:
84778597
version "2.1.3"
84788598
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
@@ -10150,6 +10270,11 @@ proxy-from-env@1.0.0:
1015010270
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz#33c50398f70ea7eb96d21f7b817630a55791c7ee"
1015110271
integrity sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4=
1015210272

10273+
proxy-from-env@^1.1.0:
10274+
version "1.1.0"
10275+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
10276+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
10277+
1015310278
prr@~1.0.1:
1015410279
version "1.0.1"
1015510280
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)