223.diff (4000B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 7e2b502..3c63382 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -40,7 +40,7 @@ 6 "eslint-config-next": "12.1.6", 7 "eslint-plugin-jsx-a11y": "6.5.1", 8 "eslint-plugin-unicorn": "42.0.0", 9 - "i18next-parser": "6.4.0", 10 + "i18next-parser": "6.5.0", 11 "postcss": "8.4.14", 12 "tailwindcss": "3.0.24", 13 "typescript": "4.7.2" 14 @@ -2009,9 +2009,9 @@ 15 } 16 }, 17 "node_modules/commander": { 18 - "version": "9.1.0", 19 - "resolved": "https://registry.npmjs.org/commander/-/commander-9.1.0.tgz", 20 - "integrity": "sha512-i0/MaqBtdbnJ4XQs4Pmyb+oFQl+q0lsAmokVUH92SlSw4fkeAcG3bVon+Qt7hmtF+u3Het6o4VgrcY3qAoEB6w==", 21 + "version": "9.3.0", 22 + "resolved": "https://registry.npmjs.org/commander/-/commander-9.3.0.tgz", 23 + "integrity": "sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw==", 24 "dev": true, 25 "engines": { 26 "node": "^12.20.0 || >=14" 27 @@ -3967,16 +3967,16 @@ 28 "integrity": "sha512-/MfAGMP0jHonV966uFf9PkWWuDjPYLIcsipnSO3NxpNtAgRUKLTwvm85fEmsF6hGeu0zbZiCQ3W74jwO6K9uXA==" 29 }, 30 "node_modules/i18next-parser": { 31 - "version": "6.4.0", 32 - "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-6.4.0.tgz", 33 - "integrity": "sha512-UjPs2AgjJSs6JEYr9MnWiPoq4CRx5L/9VhXVhtSsz+1qoaDVvK8zgrcc+Vv0itP//B6BWTnRZxw88FOy9frAvQ==", 34 + "version": "6.5.0", 35 + "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-6.5.0.tgz", 36 + "integrity": "sha512-sD+6QRn3pnZCLBdncOy2YZ1RTeGSJV1UxdCzgBJEllszkGfnlYCMkevQr99RK7ph4cQyjoXr2HgVqwM3dtYZiQ==", 37 "dev": true, 38 "dependencies": { 39 "@babel/runtime": "^7.15.4", 40 "broccoli-plugin": "^4.0.7", 41 "cheerio": "^1.0.0-rc.2", 42 "colors": "1.4.0", 43 - "commander": "~9.1.0", 44 + "commander": "~9.3.0", 45 "concat-stream": "~2.0.0", 46 "eol": "^0.9.1", 47 "fs-extra": "^10.0.0", 48 @@ -8955,9 +8955,9 @@ 49 "dev": true 50 }, 51 "commander": { 52 - "version": "9.1.0", 53 - "resolved": "https://registry.npmjs.org/commander/-/commander-9.1.0.tgz", 54 - "integrity": "sha512-i0/MaqBtdbnJ4XQs4Pmyb+oFQl+q0lsAmokVUH92SlSw4fkeAcG3bVon+Qt7hmtF+u3Het6o4VgrcY3qAoEB6w==", 55 + "version": "9.3.0", 56 + "resolved": "https://registry.npmjs.org/commander/-/commander-9.3.0.tgz", 57 + "integrity": "sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw==", 58 "dev": true 59 }, 60 "concat-map": { 61 @@ -10517,16 +10517,16 @@ 62 "integrity": "sha512-/MfAGMP0jHonV966uFf9PkWWuDjPYLIcsipnSO3NxpNtAgRUKLTwvm85fEmsF6hGeu0zbZiCQ3W74jwO6K9uXA==" 63 }, 64 "i18next-parser": { 65 - "version": "6.4.0", 66 - "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-6.4.0.tgz", 67 - "integrity": "sha512-UjPs2AgjJSs6JEYr9MnWiPoq4CRx5L/9VhXVhtSsz+1qoaDVvK8zgrcc+Vv0itP//B6BWTnRZxw88FOy9frAvQ==", 68 + "version": "6.5.0", 69 + "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-6.5.0.tgz", 70 + "integrity": "sha512-sD+6QRn3pnZCLBdncOy2YZ1RTeGSJV1UxdCzgBJEllszkGfnlYCMkevQr99RK7ph4cQyjoXr2HgVqwM3dtYZiQ==", 71 "dev": true, 72 "requires": { 73 "@babel/runtime": "^7.15.4", 74 "broccoli-plugin": "^4.0.7", 75 "cheerio": "^1.0.0-rc.2", 76 "colors": "1.4.0", 77 - "commander": "~9.1.0", 78 + "commander": "~9.3.0", 79 "concat-stream": "~2.0.0", 80 "eol": "^0.9.1", 81 "fs-extra": "^10.0.0", 82 diff --git a/package.json b/package.json 83 index 6b04e7d..f5642c5 100644 84 --- a/package.json 85 +++ b/package.json 86 @@ -51,7 +51,7 @@ 87 "eslint-config-next": "12.1.6", 88 "eslint-plugin-jsx-a11y": "6.5.1", 89 "eslint-plugin-unicorn": "42.0.0", 90 - "i18next-parser": "6.4.0", 91 + "i18next-parser": "6.5.0", 92 "postcss": "8.4.14", 93 "tailwindcss": "3.0.24", 94 "typescript": "4.7.2"