mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-23 14:02:50 -05:00
fix(deps): update dependency scratch-l10n to v5.0.12 (#2962)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f9de169c93
commit
a9a8808566
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -67,7 +67,7 @@
|
||||||
"redux-throttle": "0.1.1",
|
"redux-throttle": "0.1.1",
|
||||||
"regenerator-runtime": "0.13.9",
|
"regenerator-runtime": "0.13.9",
|
||||||
"rimraf": "2.7.1",
|
"rimraf": "2.7.1",
|
||||||
"scratch-l10n": "5.0.11",
|
"scratch-l10n": "5.0.12",
|
||||||
"scratch-render-fonts": "1.0.132",
|
"scratch-render-fonts": "1.0.132",
|
||||||
"scratch-semantic-release-config": "3.0.0",
|
"scratch-semantic-release-config": "3.0.0",
|
||||||
"semantic-release": "19.0.5",
|
"semantic-release": "19.0.5",
|
||||||
|
@ -24874,9 +24874,9 @@
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/scratch-l10n": {
|
"node_modules/scratch-l10n": {
|
||||||
"version": "5.0.11",
|
"version": "5.0.12",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-5.0.11.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-5.0.12.tgz",
|
||||||
"integrity": "sha512-N0zsfDreUgjmisTpHL+iJH36HZztTfNdk6ZfPyqk/3fp1yhx/XiMUUUONvugyr2bhnJhBG/NFe4+0LLZVy+Nlw==",
|
"integrity": "sha512-qTpKbduyp2YeZ+i5LNgjp6eiqF/nICbl6N5T5GchG+tcU72FQm/RuIhMFDz/oU66MC+e8/e1iKBoF6tCQA3ocA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
"redux-throttle": "0.1.1",
|
"redux-throttle": "0.1.1",
|
||||||
"regenerator-runtime": "0.13.9",
|
"regenerator-runtime": "0.13.9",
|
||||||
"rimraf": "2.7.1",
|
"rimraf": "2.7.1",
|
||||||
"scratch-l10n": "5.0.11",
|
"scratch-l10n": "5.0.12",
|
||||||
"scratch-render-fonts": "1.0.132",
|
"scratch-render-fonts": "1.0.132",
|
||||||
"scratch-semantic-release-config": "3.0.0",
|
"scratch-semantic-release-config": "3.0.0",
|
||||||
"semantic-release": "19.0.5",
|
"semantic-release": "19.0.5",
|
||||||
|
|
Loading…
Reference in a new issue