diff options
| author | bobzel <zzzman@gmail.com> | 2022-03-03 18:37:30 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-03-03 18:37:30 -0500 |
| commit | c015dc3b76ec30e9d7057ee558787e59033af270 (patch) | |
| tree | ef691ba352c02b69acfd6df6287c5da35d7ac27d /package-lock.json | |
| parent | 9787451fc3fbbd60a981b244c127e7452c33a207 (diff) | |
fixed pdf rendering and interaction
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 95cc7dec2..420f226e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14795,6 +14795,11 @@ "resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz", "integrity": "sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ=" }, + "path-browserify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" + }, "path-dirname": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", |
