diff --git a/package.json b/package.json
index 2c28f77ba6cf4a4be438c524157d69caa3a55b0c..1411855d13a52ef59d5b468741ec1d9c32378eff 100644
--- a/package.json
+++ b/package.json
@@ -68,6 +68,7 @@
     "@bower_components/ion-digit-keyboard": "skol-pro/ion-digit-keyboard#973b90c2fc",
     "@bower_components/ionic": "driftyco/ionic-bower#v1.3.5",
     "@bower_components/ionic-material": "zachsoft/Ionic-Material#v0.4.2",
+    "@bower_components/jdenticon": "dmester/jdenticon#3.1.0",
     "@bower_components/js-nacl": "tonyg/js-nacl#1.3.2",
     "@bower_components/js-scrypt": "tonyg/js-scrypt#v1.2.0",
     "@bower_components/leaflet": "Leaflet/Leaflet#v0.7.7",
@@ -84,7 +85,7 @@
     "@bower_components/socket.io-client": "socketio/socket.io-client#^1.7.4",
     "@bower_components/ui-leaflet": "angular-ui/ui-leaflet#v2.0.0",
     "@bower_components/underscore": "jashkenas/underscore#1.10.2",
-    "@bower_components/jdenticon": "dmester/jdenticon#3.1.0",
+    "global": "^4.4.0",
     "through2": "^4.0.2",
     "uuid": "3.2.1"
   },
@@ -107,13 +108,13 @@
     "cordova-plugin-ionic-keyboard": "^2.2.0",
     "cordova-plugin-ionic-webview": "^5.0.0",
     "cordova-plugin-minisodium": "git+https://github.com/duniter-cesium/cordova-plugin-minisodium.git#v1.0.2",
+    "cordova-plugin-network-information": "~3.0.0",
     "cordova-plugin-secure-storage-android10": "git+https://github.com/duniter-cesium/cordova-plugin-secure-storage-android10.git#6.0.4",
     "cordova-plugin-splashscreen": "^6.0.2",
     "cordova-plugin-statusbar": "^3.0.0",
     "cordova-plugin-vibration": "^3.1.1",
     "cordova-plugin-websocket": "^0.12.2",
     "cordova-plugin-x-toast": "^2.7.3",
-    "cordova-plugin-network-information": "~3.0.0",
     "del": "^5.1.0",
     "delete-empty": "^0.1.3",
     "event-stream": "3.3.4",
@@ -161,7 +162,7 @@
     "phonegap-plugin-barcodescanner": "^8.1.0",
     "playup": "^1.1.0",
     "vinyl-fs": "^3.0.3",
-    "web-ext": "^4.3.0",
+    "web-ext": "^7.6.2",
     "yargs": "^5.0.0"
   },
   "peerDependencies": {
diff --git a/www/js/config.js b/www/js/config.js
index cdf0873dded92279a8224ea02dae0ad39d01a140..0681d620c2c3832e25ba2aa7fe81866987127ba1 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -121,7 +121,7 @@ angular.module("cesium.config", [])
 		}
 	},
 	"version": "1.7.0-rc2",
-	"build": "2023-05-11T15:55:31.780Z",
+	"build": "2023-05-11T16:08:06.033Z",
 	"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
 })