diff --git a/package.json b/package.json index ae6477b66..2730fdd28 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@kong/icons": "^1.8.12", "@xstate/vue": "^2.0.0", - "axios": "^1.6.4", + "axios": "^1.6.5", "vue": "^3.4.5", "vue-recaptcha": "^2.0.3", "xstate": "^4.38.3" @@ -85,13 +85,13 @@ "stylelint-config-recommended-vue": "^1.5.0", "stylelint-order": "^6.0.4", "typescript": "^5.3.3", - "vite": "^5.0.10", + "vite": "^5.0.11", "vue-router": "^4.2.5", "vue-tsc": "^1.8.27" }, "peerDependencies": { "@kong/kongponents": "^8.126.2", - "axios": "^1.6.4", + "axios": "^1.6.5", "vue": "<= 3.3.0" }, "files": [ diff --git a/yarn.lock b/yarn.lock index 3857bc516..e927ba5d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2022,7 +2022,7 @@ axios@^1.6.1: form-data "^4.0.0" proxy-from-env "^1.1.0" -axios@^1.6.4: +axios@^1.6.5: version "1.6.5" resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.5.tgz#2c090da14aeeab3770ad30c3a1461bc970fb0cd8" integrity sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg== @@ -8064,10 +8064,10 @@ verror@1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" -vite@^5.0.10: - version "5.0.10" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.10.tgz#1e13ef5c3cf5aa4eed81f5df6d107b3c3f1f6356" - integrity sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw== +vite@^5.0.11: + version "5.0.11" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.11.tgz#31562e41e004cb68e1d51f5d2c641ab313b289e4" + integrity sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA== dependencies: esbuild "^0.19.3" postcss "^8.4.32"