From e7126d6b547ae0b9f426852d4992e21785c4e253 Mon Sep 17 00:00:00 2001 From: Guillaume Chervet Date: Tue, 5 Sep 2023 10:59:25 +0200 Subject: [PATCH] refactor(web): update oidc lib --- src/Ecotag/ClientApp/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Ecotag/ClientApp/package.json b/src/Ecotag/ClientApp/package.json index bf4f9621..113cc01b 100644 --- a/src/Ecotag/ClientApp/package.json +++ b/src/Ecotag/ClientApp/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "dependencies": { - "@axa-fr/react-oidc": "7.3.1", + "@axa-fr/react-oidc": "7.3.4", "@axa-fr/react-toolkit-all": "1.4.1", "@microsoft/applicationinsights-web": "2.8.6", "@monaco-editor/react": "4.2.1", @@ -93,5 +93,9 @@ } } ] + }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" } }