Skip to content

Commit

Permalink
fix(deps): fix npm audit
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
nextcloud-command authored Mar 31, 2024
1 parent aee0712 commit 15efa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/viewer-main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function __vite__mapDeps(indexes) {
return indexes.map((i) => __vite__mapDeps.viteFileDeps[i])
}
/*! third party licenses: js/vendor.LICENSE.txt */
var E4=Object.defineProperty;var D4=(e,r,a)=>r in e?E4(e,r,{enumerable:!0,configurable:!0,writable:!0,value:a}):e[r]=a;var da=(e,r,a)=>(D4(e,typeof r!="symbol"?r+"":r,a),a);const cm="viewer",J2="2.3.0",Xr=globalThis||void 0||self;var A4={};/*!
var E4=Object.defineProperty;var D4=(e,r,a)=>r in e?E4(e,r,{enumerable:!0,configurable:!0,writable:!0,value:a}):e[r]=a;var da=(e,r,a)=>(D4(e,typeof r!="symbol"?r+"":r,a),a);const cm="viewer",J2="3.0.0",Xr=globalThis||void 0||self;var A4={};/*!
* Vue.js v2.7.16
* (c) 2014-2023 Evan You
* Released under the MIT License.
Expand Down

0 comments on commit 15efa7f

Please sign in to comment.