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
2f8e8d4ee0
commit
727018c95c
1 changed files with 12 additions and 5 deletions
17
package-lock.json
generated
17
package-lock.json
generated
|
@ -1520,16 +1520,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/ajv": {
|
||||
"version": "8.14.0",
|
||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.14.0.tgz",
|
||||
"integrity": "sha512-oYs1UUtO97ZO2lJ4bwnWeQW8/zvOIQLGKcvPTsWmvc2SYgBb+upuNS5NxoLaMU4h8Ju3Nbj6Cq8mD2LQoqVKFA==",
|
||||
"version": "8.15.0",
|
||||
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.15.0.tgz",
|
||||
"integrity": "sha512-15BTtQUOsSrmHCy+B4VnAiJAJxJ8IFgu6fcjFQF3jQYZ78nLSQthlFg4ehp+NLIyfvFgOlxNsjKIEhydtFPVHQ==",
|
||||
"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",
|
||||
"uri-js": "^4.4.1"
|
||||
"require-from-string": "^2.0.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
|
@ -4639,6 +4639,13 @@
|
|||
"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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue