fix(deps): update dependency react-i18next to v11.12.0
This commit is contained in:
committed by
renovate[bot]
parent
4950313ca0
commit
2c5ba710c3
12
client/package-lock.json
generated
12
client/package-lock.json
generated
@ -17529,18 +17529,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"react-i18next": {
|
"react-i18next": {
|
||||||
"version": "11.11.4",
|
"version": "11.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.11.4.tgz",
|
"resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.12.0.tgz",
|
||||||
"integrity": "sha512-ayWFlu8Sc7GAxW1PzMaPtzq+yiozWMxs0P1WeITNVzXAVRhC0Httkzw/IiODBta6seJRBCLrtUeFUSXhAIxlRg==",
|
"integrity": "sha512-M9BT+hqVG03ywrl+L7CK74ugK+4jIo7AeKJ17+g9BoqJz2+/aVbs8SIVXT4KMQ1rjIdcw+GcSRDy1CXjcz6tLQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.14.5",
|
"@babel/runtime": "^7.14.5",
|
||||||
"html-parse-stringify": "^3.0.1"
|
"html-parse-stringify": "^3.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": {
|
"@babel/runtime": {
|
||||||
"version": "7.14.8",
|
"version": "7.15.4",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz",
|
||||||
"integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==",
|
"integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"regenerator-runtime": "^0.13.4"
|
"regenerator-runtime": "^0.13.4"
|
||||||
}
|
}
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
"react-ga": "3.3.0",
|
"react-ga": "3.3.0",
|
||||||
"react-helmet": "6.1.0",
|
"react-helmet": "6.1.0",
|
||||||
"react-hotkeys": "2.0.0",
|
"react-hotkeys": "2.0.0",
|
||||||
"react-i18next": "11.11.4",
|
"react-i18next": "11.12.0",
|
||||||
"react-instantsearch-dom": "6.12.1",
|
"react-instantsearch-dom": "6.12.1",
|
||||||
"react-lazy-load": "3.1.13",
|
"react-lazy-load": "3.1.13",
|
||||||
"react-monaco-editor": "0.44.0",
|
"react-monaco-editor": "0.44.0",
|
||||||
|
25
tools/challenge-parser/package-lock.json
generated
25
tools/challenge-parser/package-lock.json
generated
@ -698,6 +698,31 @@
|
|||||||
"hast-util-sanitize": "^3.0.0",
|
"hast-util-sanitize": "^3.0.0",
|
||||||
"hast-util-to-html": "^7.0.0",
|
"hast-util-to-html": "^7.0.0",
|
||||||
"mdast-util-to-hast": "^10.0.0"
|
"mdast-util-to-hast": "^10.0.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"mdast-util-definitions": {
|
||||||
|
"version": "4.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz",
|
||||||
|
"integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==",
|
||||||
|
"requires": {
|
||||||
|
"unist-util-visit": "^2.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mdast-util-to-hast": {
|
||||||
|
"version": "10.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.2.0.tgz",
|
||||||
|
"integrity": "sha512-JoPBfJ3gBnHZ18icCwHR50orC9kNH81tiR1gs01D8Q5YpV6adHNO9nKNuFBCJQ941/32PT1a63UF/DitmS3amQ==",
|
||||||
|
"requires": {
|
||||||
|
"@types/mdast": "^3.0.0",
|
||||||
|
"@types/unist": "^2.0.0",
|
||||||
|
"mdast-util-definitions": "^4.0.0",
|
||||||
|
"mdurl": "^1.0.0",
|
||||||
|
"unist-builder": "^2.0.0",
|
||||||
|
"unist-util-generated": "^1.0.0",
|
||||||
|
"unist-util-position": "^3.0.0",
|
||||||
|
"unist-util-visit": "^2.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"remark-parse": {
|
"remark-parse": {
|
||||||
|
Reference in New Issue
Block a user