@file-viewer/renderer-signature 3.0.3 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3153,11 +3153,11 @@
|
|
|
3153
3153
|
{
|
|
3154
3154
|
"ecosystem": "npm",
|
|
3155
3155
|
"name": "jszip",
|
|
3156
|
-
"version": "3.10.
|
|
3156
|
+
"version": "3.10.2",
|
|
3157
3157
|
"declaredLicense": "(MIT OR GPL-3.0-or-later)",
|
|
3158
3158
|
"selectedLicense": "MIT",
|
|
3159
3159
|
"repository": "https://github.com/Stuk/jszip.git",
|
|
3160
|
-
"source": "https://registry.npmjs.org/jszip/-/jszip-3.10.
|
|
3160
|
+
"source": "https://registry.npmjs.org/jszip/-/jszip-3.10.2.tgz",
|
|
3161
3161
|
"licenseFiles": [
|
|
3162
3162
|
{
|
|
3163
3163
|
"path": "LICENSE.markdown",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@file-viewer/renderer-signature",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"THIRD_PARTY_LICENSES.json"
|
|
80
80
|
],
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@file-viewer/core": "3.0
|
|
83
|
-
"jszip": "3.10.
|
|
82
|
+
"@file-viewer/core": "3.1.0",
|
|
83
|
+
"jszip": "3.10.2"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"typescript": "^6.0.3"
|