mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-06-25 11:40:24 -04:00
fix(deps): lock file maintenance
This commit is contained in:
parent
a5c6cb8cb7
commit
91a713d6d7
1 changed files with 8 additions and 15 deletions
23
package-lock.json
generated
23
package-lock.json
generated
|
@ -1520,16 +1520,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/ajv": {
|
||||
"version": "8.15.0",
|
||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.15.0.tgz",
|
||||
"integrity": "sha512-15BTtQUOsSrmHCy+B4VnAiJAJxJ8IFgu6fcjFQF3jQYZ78nLSQthlFg4ehp+NLIyfvFgOlxNsjKIEhydtFPVHQ==",
|
||||
"version": "8.16.0",
|
||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
|
||||
"integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"fast-uri": "^2.3.0",
|
||||
"json-schema-traverse": "^1.0.0",
|
||||
"require-from-string": "^2.0.2"
|
||||
"require-from-string": "^2.0.2",
|
||||
"uri-js": "^4.4.1"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
|
@ -4639,13 +4639,6 @@
|
|||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/fast-uri": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-2.3.0.tgz",
|
||||
"integrity": "sha512-eel5UKGn369gGEWOqBShmFJWfq/xSJvsgDzgLYC845GneayWvXBf0lJCBn5qTABfewy1ZDPoaR5OZCP+kssfuw==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/fastq": {
|
||||
"version": "1.17.1",
|
||||
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
|
||||
|
@ -12491,9 +12484,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/scratch-l10n": {
|
||||
"version": "3.18.165",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.165.tgz",
|
||||
"integrity": "sha512-NOSAWNCjSPhAlaEAaq/bIc8mMbxKxa97AaoXjA/NiG1PhZSu6LZoAtP/xdZhXcV0iRX/i7w19oDnAGc95MNAyA==",
|
||||
"version": "3.18.167",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.167.tgz",
|
||||
"integrity": "sha512-SAronQmkdWsf90FhSYu3w7PLQnE4zVDjG518VyAhVMgZc79JUOqAU6vunLvYJmD54CFqR0Oz/8mfQLIWdZdH0g==",
|
||||
"license": "BSD-3-Clause",
|
||||
"bin": {
|
||||
"build-i18n-src": "scripts/build-i18n-src.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue