fix(deps): update dependency scratch-l10n to v3.16.20240110032113

This commit is contained in:
renovate[bot] 2024-01-10 04:48:42 +00:00 committed by GitHub
parent 9aa781afcd
commit da33894c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 64 additions and 28 deletions

90
package-lock.json generated
View file

@ -103,7 +103,7 @@
"sass": "1.49.7",
"sass-loader": "10.5.2",
"scratch-gui": "3.2.39",
"scratch-l10n": "3.16.20240109031949",
"scratch-l10n": "3.16.20240110032113",
"selenium-webdriver": "4.1.0",
"slick-carousel": "1.6.0",
"style-loader": "0.12.3",
@ -1911,6 +1911,29 @@
"integrity": "sha512-g697J3WxV/Zytemz8aTuKjTGYtta9+02kva3C1xc7KXB8GdbfE1akGJIsZLyY/FSh2QrnE+fiB7vmWU3XNcb6A==",
"dev": true
},
"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/@transifex/api/node_modules/core-js": {
"version": "3.35.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.0.tgz",
"integrity": "sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==",
"dev": true,
"hasInstallScript": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
}
},
"node_modules/@types/babel__core": {
"version": "7.1.19",
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz",
@ -23578,6 +23601,24 @@
"node": ">=18"
}
},
"node_modules/scratch-blocks/node_modules/scratch-l10n": {
"version": "3.16.20240109031949",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20240109031949.tgz",
"integrity": "sha512-ghO5KUZgSCgrAn5+EOH3k1P7sa//eH1BiO4nRLmfvgNiY6/msYpndwJ+9MnvER4ArABpFfrD7FqgJN/wrKVvTg==",
"dev": true,
"dependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@transifex/api": "4.3.0",
"babel-plugin-react-intl": "^3.0.1",
"download": "^8.0.0",
"transifex": "1.6.6"
},
"bin": {
"build-i18n-src": "scripts/build-i18n-src.js",
"tx-push-src": "scripts/tx-push-src.js"
}
},
"node_modules/scratch-gui": {
"version": "3.2.39",
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-3.2.39.tgz",
@ -23962,6 +24003,24 @@
"symbol-observable": "^1.0.3"
}
},
"node_modules/scratch-gui/node_modules/scratch-l10n": {
"version": "3.16.20240109031949",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20240109031949.tgz",
"integrity": "sha512-ghO5KUZgSCgrAn5+EOH3k1P7sa//eH1BiO4nRLmfvgNiY6/msYpndwJ+9MnvER4ArABpFfrD7FqgJN/wrKVvTg==",
"dev": true,
"dependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@transifex/api": "4.3.0",
"babel-plugin-react-intl": "^3.0.1",
"download": "^8.0.0",
"transifex": "1.6.6"
},
"bin": {
"build-i18n-src": "scripts/build-i18n-src.js",
"tx-push-src": "scripts/tx-push-src.js"
}
},
"node_modules/scratch-gui/node_modules/scratch-paint": {
"version": "2.1.67",
"resolved": "https://registry.npmjs.org/scratch-paint/-/scratch-paint-2.1.67.tgz",
@ -24051,9 +24110,9 @@
}
},
"node_modules/scratch-l10n": {
"version": "3.16.20240109031949",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20240109031949.tgz",
"integrity": "sha512-ghO5KUZgSCgrAn5+EOH3k1P7sa//eH1BiO4nRLmfvgNiY6/msYpndwJ+9MnvER4ArABpFfrD7FqgJN/wrKVvTg==",
"version": "3.16.20240110032113",
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.16.20240110032113.tgz",
"integrity": "sha512-Dwe8Q1GFvDd47IzbsmP8jaRiO8SKp9FoQrD6MOLPhdmpoqUleSXRBtI3/fVfKSjQXjXY5NH6CsWlLxM6tWclAQ==",
"dev": true,
"dependencies": {
"@babel/cli": "^7.1.2",
@ -24068,29 +24127,6 @@
"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.35.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.0.tgz",
"integrity": "sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==",
"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.2",
"scratch-gui": "3.2.39",
"scratch-l10n": "3.16.20240109031949",
"scratch-l10n": "3.16.20240110032113",
"selenium-webdriver": "4.1.0",
"slick-carousel": "1.6.0",
"style-loader": "0.12.3",