diff --git a/client/package-lock.json b/client/package-lock.json index ca74ec5..9aad36d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@annotate-lab/react-image-annotate", - "version": "5.0.7-0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@annotate-lab/react-image-annotate", - "version": "5.0.7-0", + "version": "1.0.0", "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", @@ -28,7 +28,7 @@ "react-draggable": "^4.4.6", "react-dropzone": "^14.2.3", "react-hotkeys": "^2.0.0", - "react-i18next": "^14.1.1", + "react-i18next": "^14.1.2", "react-remove-scroll": "^2.5.10", "react-select": "^5.7.7", "react-use": "^17.4.0", @@ -15914,9 +15914,10 @@ } }, "node_modules/react-i18next": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.1.tgz", - "integrity": "sha512-QSiKw+ihzJ/CIeIYWrarCmXJUySHDwQr5y8uaNIkbxoGRm/5DukkxZs+RPla79IKyyDPzC/DRlgQCABHtrQuQQ==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.2.tgz", + "integrity": "sha512-FSIcJy6oauJbGEXfhUgVeLzvWBhIBIS+/9c6Lj4niwKZyGaGb4V4vUbATXSlsHJDXXB+ociNxqFNiFuV1gmoqg==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9", "html-parse-stringify": "^3.0.1" diff --git a/client/package.json b/client/package.json index a46aaa0..78753fe 100644 --- a/client/package.json +++ b/client/package.json @@ -28,7 +28,7 @@ "react-draggable": "^4.4.6", "react-dropzone": "^14.2.3", "react-hotkeys": "^2.0.0", - "react-i18next": "^14.1.1", + "react-i18next": "^14.1.2", "react-remove-scroll": "^2.5.10", "react-select": "^5.7.7", "react-use": "^17.4.0",