diff --git a/package-lock.json b/package-lock.json index 555dca95..f71ad430 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@types/dom-screen-wake-lock": "1.0.3", "buffer": "6.0.3", "ethers": "6.10.0", - "i18next": "23.7.20", + "i18next": "23.8.1", "jest-environment-jsdom": "29.7.0", "react": "18.2.0", "react-dom": "18.2.0", @@ -33,7 +33,7 @@ "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", "html-webpack-plugin": "5.6.0", - "husky": "9.0.6", + "husky": "9.0.7", "jest": "29.7.0", "lint-staged": "15.2.0", "mini-css-extract-plugin": "2.7.7", @@ -5609,9 +5609,9 @@ } }, "node_modules/husky": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.6.tgz", - "integrity": "sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", + "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", "dev": true, "bin": { "husky": "bin.js" @@ -5624,9 +5624,9 @@ } }, "node_modules/i18next": { - "version": "23.7.20", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.20.tgz", - "integrity": "sha512-6qykxPpFPuzxC/VlVCXn3JxkHY5VCxf1w+/8Hz+Wxu4ZvfB+m3sbVruJ3C/rDWlE0Z1GCZTR6sBHIx7KGp0yXA==", + "version": "23.8.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.8.1.tgz", + "integrity": "sha512-Yhe6oiJhigSh64ev7nVVywu7vHjuUG41MRmFKNwphbkadqTL1ozZFBQISflY7/ju+gL6I/SPfI1GgWQh1yYArA==", "funding": [ { "type": "individual", @@ -15946,15 +15946,15 @@ "dev": true }, "husky": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.6.tgz", - "integrity": "sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==", + "version": "9.0.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", + "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", "dev": true }, "i18next": { - "version": "23.7.20", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.7.20.tgz", - "integrity": "sha512-6qykxPpFPuzxC/VlVCXn3JxkHY5VCxf1w+/8Hz+Wxu4ZvfB+m3sbVruJ3C/rDWlE0Z1GCZTR6sBHIx7KGp0yXA==", + "version": "23.8.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.8.1.tgz", + "integrity": "sha512-Yhe6oiJhigSh64ev7nVVywu7vHjuUG41MRmFKNwphbkadqTL1ozZFBQISflY7/ju+gL6I/SPfI1GgWQh1yYArA==", "requires": { "@babel/runtime": "^7.23.2" } diff --git a/package.json b/package.json index f39c828e..e983f5ab 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", "html-webpack-plugin": "5.6.0", - "husky": "9.0.6", + "husky": "9.0.7", "jest": "29.7.0", "lint-staged": "15.2.0", "mini-css-extract-plugin": "2.7.7", @@ -62,7 +62,7 @@ "@types/dom-screen-wake-lock": "1.0.3", "buffer": "6.0.3", "ethers": "6.10.0", - "i18next": "23.7.20", + "i18next": "23.8.1", "jest-environment-jsdom": "29.7.0", "react": "18.2.0", "react-dom": "18.2.0",