aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FrontEnd/package-lock.json62
-rw-r--r--FrontEnd/package.json6
2 files changed, 34 insertions, 34 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json
index 4a3d2c65..886d1673 100644
--- a/FrontEnd/package-lock.json
+++ b/FrontEnd/package-lock.json
@@ -14,7 +14,7 @@
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"core-js": "^3.9.0",
- "i18next": "^19.8.9",
+ "i18next": "^19.9.0",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
@@ -22,7 +22,7 @@
"react": "^17.0.1",
"react-bootstrap": "^1.5.0",
"react-dom": "^17.0.1",
- "react-i18next": "^11.8.7",
+ "react-i18next": "^11.8.8",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
@@ -69,7 +69,7 @@
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"eslint": "^7.20.0",
- "eslint-config-prettier": "^8.0.0",
+ "eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
@@ -1448,9 +1448,9 @@
}
},
"node_modules/@babel/runtime": {
- "version": "7.12.13",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz",
- "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==",
+ "version": "7.13.7",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.7.tgz",
+ "integrity": "sha512-h+ilqoX998mRVM5FtB5ijRuHUDVt5l3yfoOi2uh18Z/O3hvyaHQ39NpxVkCIG5yFs+mLq/ewFp8Bss6zmWv6ZA==",
"dependencies": {
"regenerator-runtime": "^0.13.4"
}
@@ -5715,9 +5715,9 @@
}
},
"node_modules/eslint-config-prettier": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz",
- "integrity": "sha512-5EaAVPsIHu+grmm5WKjxUia4yHgRrbkd8I0ffqUSwixCPMVBrbS97UnzlEY/Q7OWo584vgixefM0kJnUfo/VjA==",
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz",
+ "integrity": "sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==",
"dev": true,
"bin": {
"eslint-config-prettier": "bin/cli.js"
@@ -7683,9 +7683,9 @@
"integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ=="
},
"node_modules/i18next": {
- "version": "19.8.9",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.9.tgz",
- "integrity": "sha512-cyLeJv7tg3MP+bRNbNe9CleiBGfkCeEKr0DKY2MBPYE1vIQGu4mQ3qlTCmW1tcZi9fMqSI4G2mGBO+JwoIQSbQ==",
+ "version": "19.9.0",
+ "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.0.tgz",
+ "integrity": "sha512-5zRG3aFl+e+LsdpVUp0dKkVhYH2iCv+gxyzXP1q2oJUc3BV26fqX87cBE3AHkMOir1X0liOaSoxS/Kg95iEcEQ==",
"dependencies": {
"@babel/runtime": "^7.12.0"
}
@@ -12056,12 +12056,12 @@
}
},
"node_modules/react-i18next": {
- "version": "11.8.7",
- "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.7.tgz",
- "integrity": "sha512-IDK/a73cJN4J2C6yTqmDS/r8iikwKaN283hltqps8UiRaFVTvlSxE85HkamEFD6lULG4hFZExecXJ/hA27DW3Q==",
+ "version": "11.8.8",
+ "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.8.tgz",
+ "integrity": "sha512-Z8Daifh+FRpcQsCp48mWQViYSlojv0WiL2bf6e9DOzpfVMDaTT6qsYRbHCjLEeDeEioxoaWHMiWu2JPTW3Ni4w==",
"dependencies": {
- "@babel/runtime": "^7.3.1",
- "html-parse-stringify2": "2.0.1"
+ "@babel/runtime": "^7.13.6",
+ "html-parse-stringify2": "^2.0.1"
},
"peerDependencies": {
"i18next": ">= 19.0.0",
@@ -17263,9 +17263,9 @@
}
},
"@babel/runtime": {
- "version": "7.12.13",
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz",
- "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==",
+ "version": "7.13.7",
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.7.tgz",
+ "integrity": "sha512-h+ilqoX998mRVM5FtB5ijRuHUDVt5l3yfoOi2uh18Z/O3hvyaHQ39NpxVkCIG5yFs+mLq/ewFp8Bss6zmWv6ZA==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
@@ -20695,9 +20695,9 @@
}
},
"eslint-config-prettier": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz",
- "integrity": "sha512-5EaAVPsIHu+grmm5WKjxUia4yHgRrbkd8I0ffqUSwixCPMVBrbS97UnzlEY/Q7OWo584vgixefM0kJnUfo/VjA==",
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz",
+ "integrity": "sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==",
"dev": true,
"requires": {}
},
@@ -22188,9 +22188,9 @@
"integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ=="
},
"i18next": {
- "version": "19.8.9",
- "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.8.9.tgz",
- "integrity": "sha512-cyLeJv7tg3MP+bRNbNe9CleiBGfkCeEKr0DKY2MBPYE1vIQGu4mQ3qlTCmW1tcZi9fMqSI4G2mGBO+JwoIQSbQ==",
+ "version": "19.9.0",
+ "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.0.tgz",
+ "integrity": "sha512-5zRG3aFl+e+LsdpVUp0dKkVhYH2iCv+gxyzXP1q2oJUc3BV26fqX87cBE3AHkMOir1X0liOaSoxS/Kg95iEcEQ==",
"requires": {
"@babel/runtime": "^7.12.0"
}
@@ -25482,12 +25482,12 @@
"requires": {}
},
"react-i18next": {
- "version": "11.8.7",
- "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.7.tgz",
- "integrity": "sha512-IDK/a73cJN4J2C6yTqmDS/r8iikwKaN283hltqps8UiRaFVTvlSxE85HkamEFD6lULG4hFZExecXJ/hA27DW3Q==",
+ "version": "11.8.8",
+ "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.8.tgz",
+ "integrity": "sha512-Z8Daifh+FRpcQsCp48mWQViYSlojv0WiL2bf6e9DOzpfVMDaTT6qsYRbHCjLEeDeEioxoaWHMiWu2JPTW3Ni4w==",
"requires": {
- "@babel/runtime": "^7.3.1",
- "html-parse-stringify2": "2.0.1"
+ "@babel/runtime": "^7.13.6",
+ "html-parse-stringify2": "^2.0.1"
}
},
"react-inlinesvg": {
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index b293c0c9..8407014f 100644
--- a/FrontEnd/package.json
+++ b/FrontEnd/package.json
@@ -12,7 +12,7 @@
"classnames": "^2.2.6",
"clsx": "^1.1.1",
"core-js": "^3.9.0",
- "i18next": "^19.8.9",
+ "i18next": "^19.9.0",
"i18next-browser-languagedetector": "^6.0.1",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
@@ -20,7 +20,7 @@
"react": "^17.0.1",
"react-bootstrap": "^1.5.0",
"react-dom": "^17.0.1",
- "react-i18next": "^11.8.7",
+ "react-i18next": "^11.8.8",
"react-inlinesvg": "^2.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
@@ -84,7 +84,7 @@
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"eslint": "^7.20.0",
- "eslint-config-prettier": "^8.0.0",
+ "eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",