web: update fflate to v0.8.0

This commit is contained in:
Abdullah Atta
2023-06-24 16:31:49 +05:00
committed by Abdullah Atta
parent b8181c4a1b
commit 5774daf3a9
2 changed files with 10 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
"dayjs": "^1.10.4",
"electron-trpc": "^0.5.0",
"event-source-polyfill": "^1.0.25",
"fflate": "^0.7.4",
"fflate": "^0.8.0",
"file-saver": "^2.0.5",
"framer-motion": "^6.5.1",
"hash-wasm": "^4.9.0",
@@ -2936,6 +2936,11 @@
"spark-md5": "^3.0.2"
}
},
"node_modules/@notesnook-importer/core/node_modules/fflate": {
"version": "0.7.4",
"resolved": "https://registry.npmjs.org/fflate/-/fflate-0.7.4.tgz",
"integrity": "sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw=="
},
"node_modules/@notesnook-importer/enex": {
"version": "1.6.0",
"license": "GPL-3.0-or-later",
@@ -5347,8 +5352,9 @@
}
},
"node_modules/fflate": {
"version": "0.7.4",
"license": "MIT"
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.0.tgz",
"integrity": "sha512-FAdS4qMuFjsJj6XHbBaZeXOgaypXp8iw/Tpyuq/w3XA41jjLHT8NPA+n7czH/DDhdncq0nAyDZmPeWXh2qmdIg=="
},
"node_modules/file-loader": {
"version": "6.2.0",

View File

@@ -41,7 +41,7 @@
"dayjs": "^1.10.4",
"electron-trpc": "^0.5.0",
"event-source-polyfill": "^1.0.25",
"fflate": "^0.7.4",
"fflate": "^0.8.0",
"file-saver": "^2.0.5",
"framer-motion": "^6.5.1",
"hash-wasm": "^4.9.0",