From 7a95aa94ce90403c5ad53a21646352395e221cdf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Sep 2021 03:26:53 +0000 Subject: [PATCH] chore(deps): update dependency scratch-l10n to v3.14.20210923031528 --- package-lock.json | 18 +++++++++++++++--- package.json | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a1e938dc..7a4c749c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21443,6 +21443,18 @@ "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", "dev": true }, + "scratch-l10n": { + "version": "3.14.20210922031532", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210922031532.tgz", + "integrity": "sha512-LxwHhsxkZR5veFpDMC8wAItGMKVj8+Q33B5RiqWhH/zzx5Qq7/ON9AyGOZ0NF736U70TqjWvV1ZX4lP+GsEjBg==", + "dev": true, + "requires": { + "@babel/cli": "^7.1.2", + "@babel/core": "^7.1.2", + "babel-plugin-react-intl": "^3.0.1", + "transifex": "1.6.6" + } + }, "scratch-storage": { "version": "1.3.5", "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-1.3.5.tgz", @@ -21509,9 +21521,9 @@ } }, "scratch-l10n": { - "version": "3.14.20210922031532", - "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210922031532.tgz", - "integrity": "sha512-LxwHhsxkZR5veFpDMC8wAItGMKVj8+Q33B5RiqWhH/zzx5Qq7/ON9AyGOZ0NF736U70TqjWvV1ZX4lP+GsEjBg==", + "version": "3.14.20210923031528", + "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210923031528.tgz", + "integrity": "sha512-KVyd9Hm023HrgrtMPhhgf5xTj51e7cJajKQarmEF7rthdxZuzXr8CviQAXdh1IWndAiNnps6VJ/mzWPqXwWOrQ==", "dev": true, "requires": { "@babel/cli": "^7.1.2", diff --git a/package.json b/package.json index 9849c0022..4420a0fa6 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "redux-thunk": "2.0.1", "sass-loader": "6.0.6", "scratch-gui": "0.1.0-prerelease.20210922120049", - "scratch-l10n": "3.14.20210922031532", + "scratch-l10n": "3.14.20210923031528", "selenium-webdriver": "3.6.0", "slick-carousel": "1.6.0", "style-loader": "0.12.3",