diff --git a/auth-web/package-lock.json b/auth-web/package-lock.json index f73eed9172..626d46dc88 100644 --- a/auth-web/package-lock.json +++ b/auth-web/package-lock.json @@ -13514,9 +13514,9 @@ } }, "sbc-common-components": { - "version": "2.4.10", - "resolved": "https://registry.npmjs.org/sbc-common-components/-/sbc-common-components-2.4.10.tgz", - "integrity": "sha512-ZkUibWUEwRulWzbGXuuwdlGU/Yccd5UTPc7FifwC9xY6Nqhp2P7IlIYpQuXvvOhtzHtan5r3HVQHOV2LwGnXVw==", + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sbc-common-components/-/sbc-common-components-2.4.11.tgz", + "integrity": "sha512-rl92S7GlVf1i1kGRAwvB8jzbsHO0kRwz4FU+6ttZEXYjPh+8F2o0q7hkDjNNGD7XWhYsKazbYN1MdU8zCrMicA==", "requires": { "@mdi/font": "^4.5.95", "axios": "^0.21.1", diff --git a/auth-web/package.json b/auth-web/package.json index 01fb36f720..1437535906 100644 --- a/auth-web/package.json +++ b/auth-web/package.json @@ -23,7 +23,7 @@ "moment": "^2.24.0", "regenerator-runtime": "^0.13.3", "register-service-worker": "^1.6.2", - "sbc-common-components": "^2.4.10", + "sbc-common-components": "^2.4.11", "vue": "^2.6.11", "vue-i18n": "^8.0.0", "vue-plugin-helper-decorator": "0.0.12",