diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-13 07:08:14 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-13 07:08:14 +0000 | 
| commit | fadb48a819ccf4395e3a0792d39c806118a0f780 (patch) | |
| tree | 56c0d7cf3e3793b461596f2b956d304831ab4659 /FrontEnd/package-lock.json | |
| parent | 8f60a412b2aa7336c94d548c26af4318f3294b8b (diff) | |
| download | timeline-fadb48a819ccf4395e3a0792d39c806118a0f780.tar.gz timeline-fadb48a819ccf4395e3a0792d39c806118a0f780.tar.bz2 timeline-fadb48a819ccf4395e3a0792d39c806118a0f780.zip  | |
build(deps): Bump react-i18next from 11.8.12 to 11.8.13 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.8.12 to 11.8.13.
- [Release notes](https://github.com/i18next/react-i18next/releases)
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v11.8.12...v11.8.13)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package-lock.json')
| -rw-r--r-- | FrontEnd/package-lock.json | 50 | 
1 files changed, 25 insertions, 25 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index afc68645..adc477fe 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -23,7 +23,7 @@          "react": "^17.0.1",          "react-bootstrap": "^1.5.2",          "react-dom": "^17.0.2", -        "react-i18next": "^11.8.12", +        "react-i18next": "^11.8.13",          "react-inlinesvg": "^2.2.2",          "react-responsive": "^8.2.0",          "react-router": "^5.2.0", @@ -7425,12 +7425,12 @@          "node": ">=6"        }      }, -    "node_modules/html-parse-stringify2": { -      "version": "2.0.1", -      "resolved": "https://registry.npmjs.org/html-parse-stringify2/-/html-parse-stringify2-2.0.1.tgz", -      "integrity": "sha1-3FZwtyksoVi3vJFsmmc1rIhyg0o=", +    "node_modules/html-parse-stringify": { +      "version": "3.0.0", +      "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.0.tgz", +      "integrity": "sha512-TrTKp/U0tACrpqalte/VhxepqMLii2mOfC8iuOt4+VA7Zdi6BUKKqNJvEsO17Cr3T3E7PpqLe3NdLII6bcYJgg==",        "dependencies": { -        "void-elements": "^2.0.1" +        "void-elements": "3.1.0"        }      },      "node_modules/html-webpack-plugin": { @@ -12106,12 +12106,12 @@        }      },      "node_modules/react-i18next": { -      "version": "11.8.12", -      "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.12.tgz", -      "integrity": "sha512-M2PSVP9MzT/7yofXfCOF5gAVotinrM4BXWiguk8uFSznJsfFzTjrp3K9CBWcXitpoCBVZGZJ2AnbaWGSNkJqfw==", +      "version": "11.8.13", +      "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.13.tgz", +      "integrity": "sha512-KTNuLYnEwI9y54nSEal4yBxXBnfCCfh7t/0p/UHfhlGNcIMu+V4x/y5zGKzbOEK4noQrUzZ+J47RPYH7rMs2ZQ==",        "dependencies": {          "@babel/runtime": "^7.13.6", -        "html-parse-stringify2": "^2.0.1" +        "html-parse-stringify": "^3.0.0"        },        "peerDependencies": {          "i18next": ">= 19.0.0", @@ -14872,9 +14872,9 @@        }      },      "node_modules/void-elements": { -      "version": "2.0.1", -      "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", -      "integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=", +      "version": "3.1.0", +      "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", +      "integrity": "sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=",        "engines": {          "node": ">=0.10.0"        } @@ -22025,12 +22025,12 @@          "terser": "^4.6.3"        }      }, -    "html-parse-stringify2": { -      "version": "2.0.1", -      "resolved": "https://registry.npmjs.org/html-parse-stringify2/-/html-parse-stringify2-2.0.1.tgz", -      "integrity": "sha1-3FZwtyksoVi3vJFsmmc1rIhyg0o=", +    "html-parse-stringify": { +      "version": "3.0.0", +      "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.0.tgz", +      "integrity": "sha512-TrTKp/U0tACrpqalte/VhxepqMLii2mOfC8iuOt4+VA7Zdi6BUKKqNJvEsO17Cr3T3E7PpqLe3NdLII6bcYJgg==",        "requires": { -        "void-elements": "^2.0.1" +        "void-elements": "3.1.0"        }      },      "html-webpack-plugin": { @@ -25580,12 +25580,12 @@        "requires": {}      },      "react-i18next": { -      "version": "11.8.12", -      "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.12.tgz", -      "integrity": "sha512-M2PSVP9MzT/7yofXfCOF5gAVotinrM4BXWiguk8uFSznJsfFzTjrp3K9CBWcXitpoCBVZGZJ2AnbaWGSNkJqfw==", +      "version": "11.8.13", +      "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.8.13.tgz", +      "integrity": "sha512-KTNuLYnEwI9y54nSEal4yBxXBnfCCfh7t/0p/UHfhlGNcIMu+V4x/y5zGKzbOEK4noQrUzZ+J47RPYH7rMs2ZQ==",        "requires": {          "@babel/runtime": "^7.13.6", -        "html-parse-stringify2": "^2.0.1" +        "html-parse-stringify": "^3.0.0"        }      },      "react-inlinesvg": { @@ -27751,9 +27751,9 @@        "dev": true      },      "void-elements": { -      "version": "2.0.1", -      "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", -      "integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=" +      "version": "3.1.0", +      "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", +      "integrity": "sha1-YU9/v42AHwu18GYfWy9XhXUOTwk="      },      "warning": {        "version": "4.0.3",  | 
