Skip to content

Commit

Permalink
chore(deps): bump kong-auth-elements to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nateslo committed Apr 12, 2024
1 parent 43e4658 commit 4c8f1ba
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@kong-ui-public/copy-uuid": "1.3.12",
"@kong-ui-public/document-viewer": "2.0.50",
"@kong-ui-public/spec-renderer": "2.1.5",
"@kong/kong-auth-elements": "2.11.1",
"@kong/kong-auth-elements": "2.12.0",
"@kong/kongponents": "8.127.0",
"@kong/sdk-portal-js": "2.10.0",
"@xstate/vue": "2.0.0",
Expand Down
32 changes: 23 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1142,15 +1142,20 @@
resolved "https://registry.yarnpkg.com/@kong/icons/-/icons-1.8.14.tgz#3219563df669b8bb3e260df12ac211a5072938e6"
integrity sha512-nJUTtLpqelKCTY8lS8VByWaHYUq1CuB5cBUX/q2FEDu5o6IKH/B7fEDQpb/pB1lLRYTqZXneHR/lGYjxy4u8eQ==

"@kong/[email protected]":
version "2.11.1"
resolved "https://registry.yarnpkg.com/@kong/kong-auth-elements/-/kong-auth-elements-2.11.1.tgz#97fdc8621ac46479698530dcd9ec27371a6d2ebf"
integrity sha512-2iEdZmKn8gA+4r2W0H0Rg+EDM1y0Gtt9u7yrx27RT7Taw8015tIP6Ha42kBzBtVJ6/5dc5lz/m+DwAvgYwg8nQ==
"@kong/icons@^1.8.16":
version "1.8.16"
resolved "https://registry.yarnpkg.com/@kong/icons/-/icons-1.8.16.tgz#4284e8c3b587f0c903f5ef2f99bee5fabe3762b5"
integrity sha512-aQvZUrX9Px7SqQkGlZnjlAf7aubW3mFobF9ojJ88lMPZ1XN4gDI0TKBcWtvGCtCqgbvtqe0LJD9gqAjTRqArEg==

"@kong/[email protected]":
version "2.12.0"
resolved "https://registry.yarnpkg.com/@kong/kong-auth-elements/-/kong-auth-elements-2.12.0.tgz#8e291ae0e2048f5f7bd8523e52afa11b82171ffd"
integrity sha512-cNHmxOGU21Ixgq4rGR7QnkAI7ya+ZCUluavThA9ebyVcnTIhotE9Ba1glSjKFJWW/NTIRbckfjBYIgsJlw+VdA==
dependencies:
"@kong/icons" "^1.8.0"
"@kong/icons" "^1.8.16"
"@xstate/vue" "^2.0.0"
axios "^1.6.0"
vue "^3.3.7"
axios "^1.6.8"
vue "^3.4.21"
vue-recaptcha "^2.0.3"
xstate "^4.38.3"

Expand Down Expand Up @@ -3030,6 +3035,15 @@ [email protected], axios@^1.4.0, axios@^1.6.0:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^1.6.8:
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.15.6"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

babel-code-frame@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
Expand Down Expand Up @@ -5527,7 +5541,7 @@ focus-trap@^7.4.3, focus-trap@^7.5.2:
dependencies:
tabbable "^6.2.0"

follow-redirects@^1.15.0, follow-redirects@^1.15.4:
follow-redirects@^1.15.0, follow-redirects@^1.15.4, 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==
Expand Down Expand Up @@ -11260,7 +11274,7 @@ [email protected]:
"@vue/typescript" "1.8.4"
semver "^7.3.8"

[email protected], vue@^3.3.7:
[email protected], vue@^3.4.21:
version "3.4.21"
resolved "https://registry.yarnpkg.com/vue/-/vue-3.4.21.tgz#69ec30e267d358ee3a0ce16612ba89e00aaeb731"
integrity sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==
Expand Down

0 comments on commit 4c8f1ba

Please sign in to comment.