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:
renovate[bot] 2023-12-17 21:40:51 +00:00 committed by GitHub
commit 3e442ba92e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 6 deletions

33
package-lock.json generated
View file

@ -103,7 +103,7 @@
"sass": "1.49.7",
"sass-loader": "10.5.0",
"scratch-gui": "3.2.37",
"scratch-l10n": "3.16.20231217121130",
"scratch-l10n": "3.16.20231217161719",
"selenium-webdriver": "4.1.0",
"slick-carousel": "1.6.0",
"style-loader": "0.12.3",
@ -24087,14 +24087,14 @@
}
},
"node_modules/scratch-l10n": {
"version": "3.16.20231217121130",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20231217121130.tgz",
"integrity": "sha512-ejw03FsRrMOrA8/+QMCeq0Y4U+UV3RymBE7geLsC/BwluNc6Zj5saIGItqsKuU9W8VmcBpDX84vjs9cW86gggQ==",
"version": "3.16.20231217161719",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20231217161719.tgz",
"integrity": "sha512-etvfjb7gvkNOqIySYDD5LawdW6z4bgX6XAzEHoQPM9MBp31UYyV7f5ODhqCUdQ/vg9WQ7mOkHRAFFUSszkIuSA==",
"dev": true,
"dependencies": {
"@babel/cli": "^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",
"download": "^8.0.0",
"transifex": "1.6.6"
@ -24104,6 +24104,29 @@
"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": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/scratch-parser/-/scratch-parser-5.1.1.tgz",

View file

@ -138,7 +138,7 @@
"sass": "1.49.7",
"sass-loader": "10.5.0",
"scratch-gui": "3.2.37",
"scratch-l10n": "3.16.20231217121130",
"scratch-l10n": "3.16.20231217161719",
"selenium-webdriver": "4.1.0",
"slick-carousel": "1.6.0",
"style-loader": "0.12.3",