diff --git a/package-lock.json b/package-lock.json index b4675ddb7..b1bd9bc85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@emotion/react": "^11.1.5", "@emotion/styled": "^11.3.0", "@hookform/resolvers": "1.3.0", - "@lingui/react": "^3.8.3", + "@lingui/react": "^3.8.10", "@next/bundle-analyzer": "^10.1.3", "@prisma/client": "^2.20.1", "@sendou/react-sketch": "^0.5.2", @@ -1646,9 +1646,9 @@ } }, "node_modules/@lingui/core": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.8.3.tgz", - "integrity": "sha512-NJUzHj2Eug1F2SbJ/Yg20KB0VEGfnrpiarOuwnP8s401y6v/6qXHFjIyuNp/9RHfi3zhGe1TocfSpOLpkiRlmg==", + "version": "3.8.10", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.8.10.tgz", + "integrity": "sha512-1OzZW8iP5yAXxz49pY/WZ1acLvkekd6HgDh8zH3jMA2Hbig2jk6VGVERMO7lwEwJiyEuxaQpe8fRrhCTB7wA3A==", "dependencies": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", @@ -1676,12 +1676,12 @@ } }, "node_modules/@lingui/react": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/@lingui/react/-/react-3.8.3.tgz", - "integrity": "sha512-AtCqFF4x8B+WIAYVZVhi9WWC6GiQasF8kcNDibGzZUbVDlHzxieJ+MU/Uqt4b8QMe2mpMghn6DyPLhMcJ149zQ==", + "version": "3.8.10", + "resolved": "https://registry.npmjs.org/@lingui/react/-/react-3.8.10.tgz", + "integrity": "sha512-JPaXiXigsrli0Tu6fNCp0QxjDp5q6RWlWCnhNxFVflV7+s7fwpgLmC3pqK1WTrSxFMqwO8r5GUZOL2+MKveCqA==", "dependencies": { "@babel/runtime": "^7.11.2", - "@lingui/core": "^3.8.3" + "@lingui/core": "^3.8.10" }, "engines": { "node": ">=10.0.0" @@ -11033,9 +11033,9 @@ } }, "@lingui/core": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.8.3.tgz", - "integrity": "sha512-NJUzHj2Eug1F2SbJ/Yg20KB0VEGfnrpiarOuwnP8s401y6v/6qXHFjIyuNp/9RHfi3zhGe1TocfSpOLpkiRlmg==", + "version": "3.8.10", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.8.10.tgz", + "integrity": "sha512-1OzZW8iP5yAXxz49pY/WZ1acLvkekd6HgDh8zH3jMA2Hbig2jk6VGVERMO7lwEwJiyEuxaQpe8fRrhCTB7wA3A==", "requires": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", @@ -11054,12 +11054,12 @@ } }, "@lingui/react": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/@lingui/react/-/react-3.8.3.tgz", - "integrity": "sha512-AtCqFF4x8B+WIAYVZVhi9WWC6GiQasF8kcNDibGzZUbVDlHzxieJ+MU/Uqt4b8QMe2mpMghn6DyPLhMcJ149zQ==", + "version": "3.8.10", + "resolved": "https://registry.npmjs.org/@lingui/react/-/react-3.8.10.tgz", + "integrity": "sha512-JPaXiXigsrli0Tu6fNCp0QxjDp5q6RWlWCnhNxFVflV7+s7fwpgLmC3pqK1WTrSxFMqwO8r5GUZOL2+MKveCqA==", "requires": { "@babel/runtime": "^7.11.2", - "@lingui/core": "^3.8.3" + "@lingui/core": "^3.8.10" } }, "@next/bundle-analyzer": { diff --git a/package.json b/package.json index ecae0601c..85f162695 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@emotion/react": "^11.1.5", "@emotion/styled": "^11.3.0", "@hookform/resolvers": "1.3.0", - "@lingui/react": "^3.8.3", + "@lingui/react": "^3.8.10", "@next/bundle-analyzer": "^10.1.3", "@prisma/client": "^2.20.1", "@sendou/react-sketch": "^0.5.2",