mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Merge pull request #7987 from scratchfoundation/renovate/scratch-l10n-3.x
fix(deps): update dependency scratch-l10n to v3.16.20231217161719
This commit is contained in:
commit
3e442ba92e
2 changed files with 29 additions and 6 deletions
33
package-lock.json
generated
33
package-lock.json
generated
|
@ -103,7 +103,7 @@
|
||||||
"sass": "1.49.7",
|
"sass": "1.49.7",
|
||||||
"sass-loader": "10.5.0",
|
"sass-loader": "10.5.0",
|
||||||
"scratch-gui": "3.2.37",
|
"scratch-gui": "3.2.37",
|
||||||
"scratch-l10n": "3.16.20231217121130",
|
"scratch-l10n": "3.16.20231217161719",
|
||||||
"selenium-webdriver": "4.1.0",
|
"selenium-webdriver": "4.1.0",
|
||||||
"slick-carousel": "1.6.0",
|
"slick-carousel": "1.6.0",
|
||||||
"style-loader": "0.12.3",
|
"style-loader": "0.12.3",
|
||||||
|
@ -24087,14 +24087,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-l10n": {
|
"node_modules/scratch-l10n": {
|
||||||
"version": "3.16.20231217121130",
|
"version": "3.16.20231217161719",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20231217121130.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20231217161719.tgz",
|
||||||
"integrity": "sha512-ejw03FsRrMOrA8/+QMCeq0Y4U+UV3RymBE7geLsC/BwluNc6Zj5saIGItqsKuU9W8VmcBpDX84vjs9cW86gggQ==",
|
"integrity": "sha512-etvfjb7gvkNOqIySYDD5LawdW6z4bgX6XAzEHoQPM9MBp31UYyV7f5ODhqCUdQ/vg9WQ7mOkHRAFFUSszkIuSA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/cli": "^7.1.2",
|
"@babel/cli": "^7.1.2",
|
||||||
"@babel/core": "^7.1.2",
|
"@babel/core": "^7.1.2",
|
||||||
"@transifex/api": "4.2.5",
|
"@transifex/api": "4.3.0",
|
||||||
"babel-plugin-react-intl": "^3.0.1",
|
"babel-plugin-react-intl": "^3.0.1",
|
||||||
"download": "^8.0.0",
|
"download": "^8.0.0",
|
||||||
"transifex": "1.6.6"
|
"transifex": "1.6.6"
|
||||||
|
@ -24104,6 +24104,29 @@
|
||||||
"tx-push-src": "scripts/tx-push-src.js"
|
"tx-push-src": "scripts/tx-push-src.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/scratch-l10n/node_modules/@transifex/api": {
|
||||||
|
"version": "4.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@transifex/api/-/api-4.3.0.tgz",
|
||||||
|
"integrity": "sha512-RCpqAqxZlrHDo7rfam8tLSoT02wvF8LQeNRC0VZG5IGrH+wv+G6fB8PWLLHrvUuaqO6XCwkMmYlJ/X9U9TLTHw==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"core-js": "^3.22.4"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/scratch-l10n/node_modules/core-js": {
|
||||||
|
"version": "3.34.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.34.0.tgz",
|
||||||
|
"integrity": "sha512-aDdvlDder8QmY91H88GzNi9EtQi2TjvQhpCX6B1v/dAZHU1AuLgHvRh54RiOerpEhEW46Tkf+vgAViB/CWC0ag==",
|
||||||
|
"dev": true,
|
||||||
|
"hasInstallScript": true,
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/core-js"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/scratch-parser": {
|
"node_modules/scratch-parser": {
|
||||||
"version": "5.1.1",
|
"version": "5.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-parser/-/scratch-parser-5.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-parser/-/scratch-parser-5.1.1.tgz",
|
||||||
|
|
|
@ -138,7 +138,7 @@
|
||||||
"sass": "1.49.7",
|
"sass": "1.49.7",
|
||||||
"sass-loader": "10.5.0",
|
"sass-loader": "10.5.0",
|
||||||
"scratch-gui": "3.2.37",
|
"scratch-gui": "3.2.37",
|
||||||
"scratch-l10n": "3.16.20231217121130",
|
"scratch-l10n": "3.16.20231217161719",
|
||||||
"selenium-webdriver": "4.1.0",
|
"selenium-webdriver": "4.1.0",
|
||||||
"slick-carousel": "1.6.0",
|
"slick-carousel": "1.6.0",
|
||||||
"style-loader": "0.12.3",
|
"style-loader": "0.12.3",
|
||||||
|
|
Loading…
Reference in a new issue