Merge pull request #6269 from LLK/renovate/scratch-l10n-3.x

chore(deps): update dependency scratch-l10n to v3.14.20211105031558
This commit is contained in:
renovate[bot] 2021-11-05 08:31:16 +00:00 committed by GitHub
commit ca12ce806b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 7 deletions

38
package-lock.json generated
View file

@ -504,9 +504,9 @@
} }
}, },
"electron-to-chromium": { "electron-to-chromium": {
"version": "1.3.888", "version": "1.3.889",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.888.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.889.tgz",
"integrity": "sha512-5iD1zgyPpFER4kJ716VsA4MxQ6x405dxdFNCEK2mITL075VHO5ResjY0xzQUZguCww/KlBxCA6JmBA9sDt1PRw==", "integrity": "sha512-suEUoPTD1mExjL9TdmH7cvEiWJVM2oEiAi+Y1p0QKxI2HcRlT44qDTP2c1aZmVwRemIPYOpxmV7CxQCOWcm4XQ==",
"dev": true "dev": true
}, },
"picocolors": { "picocolors": {
@ -20527,6 +20527,20 @@
"google-closure-library": "20190301.0.0", "google-closure-library": "20190301.0.0",
"imports-loader": "0.6.5", "imports-loader": "0.6.5",
"scratch-l10n": "3.14.20211104031600" "scratch-l10n": "3.14.20211104031600"
},
"dependencies": {
"scratch-l10n": {
"version": "3.14.20211104031600",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211104031600.tgz",
"integrity": "sha512-fPf4p2nThDyIKuVXfTFPPkASp55O9A3fbKzSOXe9MIkwpWIEYtAfKa8Re/BByfpQ6dmR5hGa6f/C23r2NuL3ZQ==",
"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-gui": { "scratch-gui": {
@ -20940,6 +20954,18 @@
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
"dev": true "dev": true
}, },
"scratch-l10n": {
"version": "3.14.20211104031600",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211104031600.tgz",
"integrity": "sha512-fPf4p2nThDyIKuVXfTFPPkASp55O9A3fbKzSOXe9MIkwpWIEYtAfKa8Re/BByfpQ6dmR5hGa6f/C23r2NuL3ZQ==",
"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": { "scratch-storage": {
"version": "1.3.5", "version": "1.3.5",
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-1.3.5.tgz", "resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-1.3.5.tgz",
@ -21006,9 +21032,9 @@
} }
}, },
"scratch-l10n": { "scratch-l10n": {
"version": "3.14.20211104031600", "version": "3.14.20211105031558",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211104031600.tgz", "resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211105031558.tgz",
"integrity": "sha512-fPf4p2nThDyIKuVXfTFPPkASp55O9A3fbKzSOXe9MIkwpWIEYtAfKa8Re/BByfpQ6dmR5hGa6f/C23r2NuL3ZQ==", "integrity": "sha512-rBSo4g5XqGIWtBIANq/R2EvYqhNnXt9yTRPLaOPAPglCl+8FrwYcvKlcyvalwfFZ9tMIt0W3WxavG9ZiM2+GdA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/cli": "^7.1.2", "@babel/cli": "^7.1.2",

View file

@ -132,7 +132,7 @@
"redux-thunk": "2.0.1", "redux-thunk": "2.0.1",
"sass-loader": "6.0.6", "sass-loader": "6.0.6",
"scratch-gui": "0.1.0-prerelease.20211104165004", "scratch-gui": "0.1.0-prerelease.20211104165004",
"scratch-l10n": "3.14.20211104031600", "scratch-l10n": "3.14.20211105031558",
"selenium-webdriver": "3.6.0", "selenium-webdriver": "3.6.0",
"slick-carousel": "1.6.0", "slick-carousel": "1.6.0",
"style-loader": "0.12.3", "style-loader": "0.12.3",