From 590b55916d89ce2369db1132c916efab3946b6ec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 18:23:29 +0000 Subject: [PATCH] Bump i18next-xhr-backend from 3.0.0 to 3.0.1 Bumps [i18next-xhr-backend](https://github.com/i18next/i18next-xhr-backend) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/i18next/i18next-xhr-backend/releases) - [Changelog](https://github.com/i18next/i18next-xhr-backend/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-xhr-backend/compare/v3.0.0...v3.0.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9addb3a..8a02d74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10647,25 +10647,25 @@ "integrity": "sha512-0gQK7FAHDPsJGHvPlfIgXZlZUHlgQy0I6WFFotvreK8m0fG33lkq7jvBvef/8cFeJYBtjYR9GbQF6/DxGCaneA==" }, "i18next-xhr-backend": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/i18next-xhr-backend/-/i18next-xhr-backend-3.0.0.tgz", - "integrity": "sha512-Pi/X91Zk2nEqdEHTV+FG6VeMHRcMcPKRsYW/A0wlaCfKsoJc3TI7A75Tqse/d5LVGN2Ymzx0FT+R+gLag9Eb2g==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/i18next-xhr-backend/-/i18next-xhr-backend-3.0.1.tgz", + "integrity": "sha512-OR+tMsmASmDU2T5AgGT58MfpA5irE941N+5/6toukJ4jGXPO1ww0wYFxtWgt0jZtLGt6wPEe/Q63TJDD0fomjw==", "requires": { - "@babel/runtime": "^7.4.5" + "@babel/runtime": "^7.5.5" }, "dependencies": { "@babel/runtime": { - "version": "7.4.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.5.tgz", - "integrity": "sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ==", + "version": "7.5.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.5.tgz", + "integrity": "sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ==", "requires": { "regenerator-runtime": "^0.13.2" } }, "regenerator-runtime": { - "version": "0.13.2", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz", - "integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==" + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", + "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==" } } }, diff --git a/package.json b/package.json index 0005f1d..7d7e62d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "chart.js": "^2.8.0", "i18next": "^17.0.6", "i18next-browser-languagedetector": "^3.0.2", - "i18next-xhr-backend": "^3.0.0", + "i18next-xhr-backend": "^3.0.1", "ionicons": "^4.6.2", "lodash.debounce": "^4.0.8", "lodash.isequal": "^4.5.0",