Skip to content

Commit 154dbf5

Browse files
authored
Merge pull request #1296 from nextcloud/automated/noid/stable29-fix-npm-audit
[stable29] Fix npm audit
2 parents db314c2 + 5e26d8e commit 154dbf5

11 files changed

Lines changed: 12 additions & 11 deletions

js/firstrunwizard-about.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const __vite__fileDeps=[window.OC.filePath('firstrunwizard', '', 'js/main-BR4qyIrQ.mjs'),window.OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')],__vite__mapDeps=i=>i.map(i=>__vite__fileDeps[i]);
1+
const __vite__fileDeps=[window.OC.filePath('firstrunwizard', '', 'js/main.chunk.mjs'),window.OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')],__vite__mapDeps=i=>i.map(i=>__vite__fileDeps[i]);
22
/*! third party licenses: js/vendor.LICENSE.txt */
3-
import{_ as i}from"./modulepreload-polyfill-DDskOgo1.mjs";document.addEventListener("DOMContentLoaded",function(){const o=document.querySelector("#firstrunwizard_about button"),t=()=>{document.querySelector("#firstrunwizard_about button").addEventListener("click",async function(e){var n;e.stopPropagation(),e.preventDefault();const r=(n=document.querySelector('[aria-controls="header-menu-user-menu"]'))!=null?n:void 0,{open:u}=await i(()=>import("./main-BR4qyIrQ.mjs"),__vite__mapDeps([0,1]),import.meta.url);u(r),OC.hideMenus(()=>!1)})};o?t():window._nc_event_bus.subscribe("core:user-menu:mounted",t)});
3+
import{_ as i}from"./modulepreload-polyfill.chunk.mjs";document.addEventListener("DOMContentLoaded",function(){const o=document.querySelector("#firstrunwizard_about button"),t=()=>{document.querySelector("#firstrunwizard_about button").addEventListener("click",async function(e){var n;e.stopPropagation(),e.preventDefault();const r=(n=document.querySelector('[aria-controls="header-menu-user-menu"]'))!=null?n:void 0,{open:u}=await i(()=>import("./main.chunk.mjs"),__vite__mapDeps([0,1]),import.meta.url);u(r),OC.hideMenus(()=>!1)})};o?t():window._nc_event_bus.subscribe("core:user-menu:mounted",t)});

js/firstrunwizard-about.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/firstrunwizard-activate.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const __vite__fileDeps=[window.OC.filePath('firstrunwizard', '', 'js/main-BR4qyIrQ.mjs'),window.OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')],__vite__mapDeps=i=>i.map(i=>__vite__fileDeps[i]);
1+
const __vite__fileDeps=[window.OC.filePath('firstrunwizard', '', 'js/main.chunk.mjs'),window.OC.filePath('firstrunwizard', '', 'css/firstrunwizard-main.css')],__vite__mapDeps=i=>i.map(i=>__vite__fileDeps[i]);
22
/*! third party licenses: js/vendor.LICENSE.txt */
3-
import{_ as t}from"./modulepreload-polyfill-DDskOgo1.mjs";document.addEventListener("DOMContentLoaded",async function(){(await t(()=>import("./main-BR4qyIrQ.mjs"),__vite__mapDeps([0,1]),import.meta.url)).open()});
3+
import{_ as t}from"./modulepreload-polyfill.chunk.mjs";document.addEventListener("DOMContentLoaded",async function(){(await t(()=>import("./main.chunk.mjs"),__vite__mapDeps([0,1]),import.meta.url)).open()});

js/firstrunwizard-activate.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/main-BR4qyIrQ.mjs.map

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

js/main.chunk.mjs.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/modulepreload-polyfill-DDskOgo1.mjs.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

js/modulepreload-polyfill.chunk.mjs.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)