mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-06-05 09:24:48 -04:00
fix(deps): lock file maintenance
This commit is contained in:
parent
65f5ab6602
commit
c6abb84c36
1 changed files with 10 additions and 7 deletions
17
package-lock.json
generated
17
package-lock.json
generated
|
@ -11896,9 +11896,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/scratch-l10n": {
|
||||
"version": "3.18.233",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.233.tgz",
|
||||
"integrity": "sha512-BZZNM6K9npJ0zT5H8uvaV69TQHQovcE13lCcHhNlx4bluvAg/F+bB7TH2vxnhIX0IHy8ZIvWz1wVvikxy9vtHw==",
|
||||
"version": "3.18.234",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.18.234.tgz",
|
||||
"integrity": "sha512-hQKDiSlJinGNWkHvEBMaMf6iMXPQgbeRjpdkmNyXiit4aJmRMQ9S6WBZbJi096BoudW/VDHle466/dfnE0FZ3A==",
|
||||
"license": "BSD-3-Clause",
|
||||
"bin": {
|
||||
"build-i18n-src": "scripts/build-i18n-src.js",
|
||||
|
@ -14222,14 +14222,17 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/url": {
|
||||
"version": "0.11.3",
|
||||
"resolved": "https://registry.npmjs.org/url/-/url-0.11.3.tgz",
|
||||
"integrity": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==",
|
||||
"version": "0.11.4",
|
||||
"resolved": "https://registry.npmjs.org/url/-/url-0.11.4.tgz",
|
||||
"integrity": "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"punycode": "^1.4.1",
|
||||
"qs": "^6.11.2"
|
||||
"qs": "^6.12.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.4"
|
||||
}
|
||||
},
|
||||
"node_modules/url-join": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue