mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
chore(deps): update dependency pako to v2
This commit is contained in:
parent
953b0782a6
commit
8d8107d005
2 changed files with 11 additions and 5 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -80,7 +80,7 @@
|
|||
"lodash.uniqby": "4.7.0",
|
||||
"mini-css-extract-plugin": "1.6.2",
|
||||
"minilog": "2.0.8",
|
||||
"pako": "0.2.8",
|
||||
"pako": "2.1.0",
|
||||
"plotly.js": "1.47.4",
|
||||
"postcss": "8.4.35",
|
||||
"postcss-loader": "4.3.0",
|
||||
|
@ -18160,9 +18160,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/pako": {
|
||||
"version": "0.2.8",
|
||||
"resolved": "https://registry.npmjs.org/pako/-/pako-0.2.8.tgz",
|
||||
"integrity": "sha512-hLyMfZOdVSTlVrnIT6PvaSkIHZMTsHrLXMXuAcpGWWQvFGXidqb4WzkZ3+DlI+4XBL9Tvw/45X7uMu2QIEFJVg==",
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/pako/-/pako-2.1.0.tgz",
|
||||
"integrity": "sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/papaparse": {
|
||||
|
@ -30191,6 +30191,12 @@
|
|||
"tiny-inflate": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/unicode-trie/node_modules/pako": {
|
||||
"version": "0.2.9",
|
||||
"resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
|
||||
"integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/union-find": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/union-find/-/union-find-1.0.2.tgz",
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
"lodash.uniqby": "4.7.0",
|
||||
"mini-css-extract-plugin": "1.6.2",
|
||||
"minilog": "2.0.8",
|
||||
"pako": "0.2.8",
|
||||
"pako": "2.1.0",
|
||||
"plotly.js": "1.47.4",
|
||||
"postcss": "8.4.35",
|
||||
"postcss-loader": "4.3.0",
|
||||
|
|
Loading…
Reference in a new issue