mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge pull request #50840 from nextcloud/automated/noid/stable31-fix-npm-audit
[stable31] Fix npm audit
This commit is contained in:
commit
6a86a38d59
98 changed files with 254 additions and 235 deletions
2
dist/1642-1642.js.license
vendored
2
dist/1642-1642.js.license
vendored
|
|
@ -60,7 +60,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/2452-2452.js.license
vendored
2
dist/2452-2452.js.license
vendored
|
|
@ -54,7 +54,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/2693-2693.js.license
vendored
2
dist/2693-2693.js.license
vendored
|
|
@ -125,7 +125,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/2762-2762.js
vendored
2
dist/2762-2762.js
vendored
File diff suppressed because one or more lines are too long
1
dist/2762-2762.js.map.license
vendored
1
dist/2762-2762.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
2762-2762.js.license
|
||||
2
dist/3632-3632.js
vendored
2
dist/3632-3632.js
vendored
|
|
@ -1,2 +0,0 @@
|
|||
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[3632],{4466:(e,t,a)=>{a.d(t,{A:()=>l});var n=a(71354),i=a.n(n),r=a(76314),s=a.n(r)()(i());s.push([e.id,"\n.invalid-filename-dialog__input[data-v-3a479259] {\n\t/* Ensure the helper text can always be shown without jumping */\n\tmin-height: calc(var(--default-clickable-area) + 4 * var(--default-font-size));\n}\n","",{version:3,sources:["webpack://./node_modules/@nextcloud/upload/dist/assets/InvalidFilenameDialog-YDOzIzS6.css"],names:[],mappings:";AACA;CACC,+DAA+D;CAC/D,8EAA8E;AAC/E",sourcesContent:["\n.invalid-filename-dialog__input[data-v-3a479259] {\n\t/* Ensure the helper text can always be shown without jumping */\n\tmin-height: calc(var(--default-clickable-area) + 4 * var(--default-font-size));\n}\n"],sourceRoot:""}]);const l=s},93632:(e,t,a)=>{a.r(t),a.d(t,{default:()=>_});var n=a(85072),i=a.n(n),r=a(97825),s=a.n(r),l=a(77659),o=a.n(l),c=a(55056),d=a.n(c),m=a(10540),u=a.n(m),h=a(41113),p=a.n(h),f=a(4466),v={};v.styleTagTransform=p(),v.setAttributes=d(),v.insert=o().bind(null,"head"),v.domAPI=s(),v.insertStyleElement=u(),i()(f.A,v),f.A&&f.A.locals&&f.A.locals;var g=a(35810),w=a(85471),A=a(75612),E=a(94219),b=a(82182),N=a(40083);const y=(0,w.pM)({components:{NcDialog:E.A,NcNoteCard:N.A,NcTextField:b.A},props:{error:{type:g.di,required:!0},validateFilename:{type:Function,required:!0}},setup:()=>({t:A.t}),data:()=>({newName:"",validationError:""}),computed:{isValidName(){return""===this.validationError},isInvalidFileType(){return this.error.reason===g.nF.Extension&&null!==this.error.segment.match(/^\.\w/)},canRename(){return!this.isInvalidFileType},dialogButtons(){const e=[{label:(0,A.t)("Cancel"),type:"error",callback:()=>{this.$emit("close",{cancel:!0})}},{label:(0,A.t)("Skip"),callback:()=>{this.$emit("close",{skip:!0})}}];return this.canRename&&e.push({label:(0,A.t)("Rename"),type:"primary",disabled:!this.isValidName,callback:()=>{this.$emit("close",{rename:this.newName.trimEnd()})}}),e}},watch:{error:{handler(){this.validationError=this.getErrorText(this.error),this.newName=this.error.filename},immediate:!0},newName(){try{this.validateFilename(this.newName.trimEnd()),this.validationError=""}catch(e){this.validationError=this.getErrorText(e)}finally{const e=this.$refs.textfield?.$el.querySelector("input");e&&(e.setCustomValidity(this.validationError),e.reportValidity())}}},methods:{getErrorText(e){switch(e.reason){case g.nF.Character:return(0,A.t)('"{segment}" is not allowed inside a file or folder name.',{segment:e.segment});case g.nF.ReservedName:return(0,A.t)('"{segment}" is a forbidden file or folder name.',{segment:e.segment});case g.nF.Extension:return e.segment.match(/\.\w/)?(0,A.t)('"{segment}" is a forbidden file type.',{segment:e.segment}):(0,A.t)('Filenames must not end with "{segment}".',{segment:e.segment})}}}});var x=function(){var e=this,t=e._self._c;return e._self._setupProxy,t("NcDialog",{attrs:{buttons:e.dialogButtons,name:e.t("Invalid filename")},on:{close:function(t){return e.$emit("close",{cancel:!0})}}},[t("NcNoteCard",{attrs:{severity:"error"}},[e._v(" "+e._s(e.getErrorText(e.error))+" "+e._s(e.t("You can either rename the file, skip this file or cancel the whole operation."))+" ")]),e.canRename?t("NcTextField",{ref:"textfield",staticClass:"invalid-filename-dialog__input",attrs:{error:!e.isValidName,"helper-text":e.validationError,label:e.t("New filename"),value:e.newName},on:{"update:value":function(t){e.newName=t}}}):e._e()],1)},C=[];const _=(0,A.n)(y,x,C,!1,null,"3a479259").exports}}]);
|
||||
//# sourceMappingURL=3632-3632.js.map?v=cc7b74c8958462f45def
|
||||
1
dist/3632-3632.js.map.license
vendored
1
dist/3632-3632.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
3632-3632.js.license
|
||||
2
dist/3920-3920.js.license
vendored
2
dist/3920-3920.js.license
vendored
|
|
@ -111,7 +111,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 1.0.7
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- balanced-match
|
||||
- version: 1.0.2
|
||||
|
|
|
|||
2
dist/4508-4508.js.license
vendored
2
dist/4508-4508.js.license
vendored
|
|
@ -110,7 +110,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- bail
|
||||
- version: 2.0.2
|
||||
|
|
|
|||
2
dist/5528-5528.js.license
vendored
2
dist/5528-5528.js.license
vendored
|
|
@ -114,7 +114,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- bail
|
||||
- version: 2.0.2
|
||||
|
|
|
|||
2
dist/6366-6366.js.license
vendored
2
dist/6366-6366.js.license
vendored
|
|
@ -141,7 +141,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- bail
|
||||
- version: 2.0.2
|
||||
|
|
|
|||
2
dist/6445-6445.js
vendored
Normal file
2
dist/6445-6445.js
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[6445],{4466:(e,t,a)=>{a.d(t,{A:()=>l});var n=a(71354),i=a.n(n),r=a(76314),s=a.n(r)()(i());s.push([e.id,"\n.invalid-filename-dialog__input[data-v-3a479259] {\n\t/* Ensure the helper text can always be shown without jumping */\n\tmin-height: calc(var(--default-clickable-area) + 4 * var(--default-font-size));\n}\n","",{version:3,sources:["webpack://./node_modules/@nextcloud/upload/dist/assets/InvalidFilenameDialog-YDOzIzS6.css"],names:[],mappings:";AACA;CACC,+DAA+D;CAC/D,8EAA8E;AAC/E",sourcesContent:["\n.invalid-filename-dialog__input[data-v-3a479259] {\n\t/* Ensure the helper text can always be shown without jumping */\n\tmin-height: calc(var(--default-clickable-area) + 4 * var(--default-font-size));\n}\n"],sourceRoot:""}]);const l=s},46445:(e,t,a)=>{a.r(t),a.d(t,{default:()=>_});var n=a(85072),i=a.n(n),r=a(97825),s=a.n(r),l=a(77659),o=a.n(l),c=a(55056),d=a.n(c),m=a(10540),u=a.n(m),h=a(41113),p=a.n(h),f=a(4466),v={};v.styleTagTransform=p(),v.setAttributes=d(),v.insert=o().bind(null,"head"),v.domAPI=s(),v.insertStyleElement=u(),i()(f.A,v),f.A&&f.A.locals&&f.A.locals;var g=a(35810),w=a(85471),A=a(4011),E=a(94219),b=a(82182),N=a(40083);const y=(0,w.pM)({components:{NcDialog:E.A,NcNoteCard:N.A,NcTextField:b.A},props:{error:{type:g.di,required:!0},validateFilename:{type:Function,required:!0}},setup:()=>({t:A.t}),data:()=>({newName:"",validationError:""}),computed:{isValidName(){return""===this.validationError},isInvalidFileType(){return this.error.reason===g.nF.Extension&&null!==this.error.segment.match(/^\.\w/)},canRename(){return!this.isInvalidFileType},dialogButtons(){const e=[{label:(0,A.t)("Cancel"),type:"error",callback:()=>{this.$emit("close",{cancel:!0})}},{label:(0,A.t)("Skip"),callback:()=>{this.$emit("close",{skip:!0})}}];return this.canRename&&e.push({label:(0,A.t)("Rename"),type:"primary",disabled:!this.isValidName,callback:()=>{this.$emit("close",{rename:this.newName.trimEnd()})}}),e}},watch:{error:{handler(){this.validationError=this.getErrorText(this.error),this.newName=this.error.filename},immediate:!0},newName(){try{this.validateFilename(this.newName.trimEnd()),this.validationError=""}catch(e){this.validationError=this.getErrorText(e)}finally{const e=this.$refs.textfield?.$el.querySelector("input");e&&(e.setCustomValidity(this.validationError),e.reportValidity())}}},methods:{getErrorText(e){switch(e.reason){case g.nF.Character:return(0,A.t)('"{segment}" is not allowed inside a file or folder name.',{segment:e.segment});case g.nF.ReservedName:return(0,A.t)('"{segment}" is a forbidden file or folder name.',{segment:e.segment});case g.nF.Extension:return e.segment.match(/\.\w/)?(0,A.t)('"{segment}" is a forbidden file type.',{segment:e.segment}):(0,A.t)('Filenames must not end with "{segment}".',{segment:e.segment})}}}});var x=function(){var e=this,t=e._self._c;return e._self._setupProxy,t("NcDialog",{attrs:{buttons:e.dialogButtons,name:e.t("Invalid filename")},on:{close:function(t){return e.$emit("close",{cancel:!0})}}},[t("NcNoteCard",{attrs:{severity:"error"}},[e._v(" "+e._s(e.getErrorText(e.error))+" "+e._s(e.t("You can either rename the file, skip this file or cancel the whole operation."))+" ")]),e.canRename?t("NcTextField",{ref:"textfield",staticClass:"invalid-filename-dialog__input",attrs:{error:!e.isValidName,"helper-text":e.validationError,label:e.t("New filename"),value:e.newName},on:{"update:value":function(t){e.newName=t}}}):e._e()],1)},C=[];const _=(0,A.n)(y,x,C,!1,null,"3a479259").exports}}]);
|
||||
//# sourceMappingURL=6445-6445.js.map?v=9acae0b42cd0cd19da0e
|
||||
|
|
@ -84,7 +84,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 8.1.0
|
||||
- license: MIT
|
||||
- @nextcloud/upload
|
||||
- version: 1.9.0
|
||||
- version: 1.9.1
|
||||
- license: AGPL-3.0-or-later
|
||||
- @nextcloud/vue
|
||||
- version: 8.23.1
|
||||
|
|
@ -99,7 +99,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 4.5.0
|
||||
- license: Apache-2.0
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
File diff suppressed because one or more lines are too long
1
dist/6445-6445.js.map.license
vendored
Symbolic link
1
dist/6445-6445.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
6445-6445.js.license
|
||||
2
dist/7367-7367.js.license
vendored
2
dist/7367-7367.js.license
vendored
|
|
@ -60,7 +60,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/7425-7425.js.license
vendored
2
dist/7425-7425.js.license
vendored
|
|
@ -66,7 +66,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/7462-7462.js.license
vendored
2
dist/7462-7462.js.license
vendored
|
|
@ -111,7 +111,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 1.0.7
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- balanced-match
|
||||
- version: 1.0.2
|
||||
|
|
|
|||
2
dist/7477-7477.js.license
vendored
2
dist/7477-7477.js.license
vendored
|
|
@ -105,7 +105,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 1.0.7
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- balanced-match
|
||||
- version: 1.0.2
|
||||
|
|
|
|||
2
dist/7527-7527.js
vendored
Normal file
2
dist/7527-7527.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -84,7 +84,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 8.1.0
|
||||
- license: MIT
|
||||
- @nextcloud/upload
|
||||
- version: 1.9.0
|
||||
- version: 1.9.1
|
||||
- license: AGPL-3.0-or-later
|
||||
- @nextcloud/vue
|
||||
- version: 8.23.1
|
||||
|
|
@ -99,7 +99,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 4.5.0
|
||||
- license: Apache-2.0
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
File diff suppressed because one or more lines are too long
1
dist/7527-7527.js.map.license
vendored
Symbolic link
1
dist/7527-7527.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
7527-7527.js.license
|
||||
2
dist/7789-7789.js.license
vendored
2
dist/7789-7789.js.license
vendored
|
|
@ -72,7 +72,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/7874-7874.js.license
vendored
2
dist/7874-7874.js.license
vendored
|
|
@ -162,7 +162,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- bail
|
||||
- version: 2.0.2
|
||||
|
|
|
|||
2
dist/8057-8057.js.license
vendored
2
dist/8057-8057.js.license
vendored
|
|
@ -111,7 +111,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 1.0.7
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- balanced-match
|
||||
- version: 1.0.2
|
||||
|
|
|
|||
2
dist/8737-8737.js.license
vendored
2
dist/8737-8737.js.license
vendored
|
|
@ -80,7 +80,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
4
dist/9087-9087.js
vendored
4
dist/9087-9087.js
vendored
File diff suppressed because one or more lines are too long
4
dist/9087-9087.js.license
vendored
4
dist/9087-9087.js.license
vendored
|
|
@ -88,7 +88,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 8.1.0
|
||||
- license: MIT
|
||||
- @nextcloud/upload
|
||||
- version: 1.9.0
|
||||
- version: 1.9.1
|
||||
- license: AGPL-3.0-or-later
|
||||
- @nextcloud/vue
|
||||
- version: 8.23.1
|
||||
|
|
@ -103,7 +103,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 4.5.0
|
||||
- license: Apache-2.0
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/9087-9087.js.map
vendored
2
dist/9087-9087.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/9835-9835.js.license
vendored
2
dist/9835-9835.js.license
vendored
|
|
@ -93,7 +93,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/comments-comments-app.js.license
vendored
2
dist/comments-comments-app.js.license
vendored
|
|
@ -111,7 +111,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 1.0.7
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- balanced-match
|
||||
- version: 1.0.2
|
||||
|
|
|
|||
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
6
dist/core-common.js.license
vendored
6
dist/core-common.js.license
vendored
|
|
@ -97,7 +97,7 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
|
|||
|
||||
This file is generated from multiple sources. Included packages:
|
||||
- @babel/runtime
|
||||
- version: 7.25.0
|
||||
- version: 7.26.10
|
||||
- license: MIT
|
||||
- @floating-ui/core
|
||||
- version: 1.6.5
|
||||
|
|
@ -181,7 +181,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 8.1.0
|
||||
- license: MIT
|
||||
- @nextcloud/upload
|
||||
- version: 1.9.0
|
||||
- version: 1.9.1
|
||||
- license: AGPL-3.0-or-later
|
||||
- @nextcloud/vue-select
|
||||
- version: 3.25.1
|
||||
|
|
@ -211,7 +211,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 4.5.0
|
||||
- license: Apache-2.0
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- bail
|
||||
- version: 2.0.2
|
||||
|
|
|
|||
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/core-legacy-unified-search.js.license
vendored
2
dist/core-legacy-unified-search.js.license
vendored
|
|
@ -77,7 +77,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/core-login.js.license
vendored
2
dist/core-login.js.license
vendored
|
|
@ -99,7 +99,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- backbone
|
||||
- version: 1.6.0
|
||||
|
|
|
|||
2
dist/core-main.js.license
vendored
2
dist/core-main.js.license
vendored
|
|
@ -114,7 +114,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- backbone
|
||||
- version: 1.6.0
|
||||
|
|
|
|||
2
dist/core-maintenance.js.license
vendored
2
dist/core-maintenance.js.license
vendored
|
|
@ -33,7 +33,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 3.0.1
|
||||
- license: GPL-3.0-or-later
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/core-public-page-menu.js.license
vendored
2
dist/core-public-page-menu.js.license
vendored
|
|
@ -79,7 +79,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/core-recommendedapps.js.license
vendored
2
dist/core-recommendedapps.js.license
vendored
|
|
@ -50,7 +50,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 8.23.1
|
||||
- license: AGPL-3.0-or-later
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/core-unified-search.js.license
vendored
2
dist/core-unified-search.js.license
vendored
|
|
@ -131,7 +131,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- bail
|
||||
- version: 2.0.2
|
||||
|
|
|
|||
2
dist/dashboard-main.js.license
vendored
2
dist/dashboard-main.js.license
vendored
|
|
@ -128,7 +128,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- bail
|
||||
- version: 2.0.2
|
||||
|
|
|
|||
2
dist/dav-settings-admin-caldav.js.license
vendored
2
dist/dav-settings-admin-caldav.js.license
vendored
|
|
@ -47,7 +47,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 8.23.1
|
||||
- license: AGPL-3.0-or-later
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 1.0.7
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- balanced-match
|
||||
- version: 1.0.2
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
4
dist/files-init.js
vendored
4
dist/files-init.js
vendored
File diff suppressed because one or more lines are too long
4
dist/files-init.js.license
vendored
4
dist/files-init.js.license
vendored
|
|
@ -109,7 +109,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 8.1.0
|
||||
- license: MIT
|
||||
- @nextcloud/upload
|
||||
- version: 1.9.0
|
||||
- version: 1.9.1
|
||||
- license: AGPL-3.0-or-later
|
||||
- @nextcloud/vue
|
||||
- version: 8.23.1
|
||||
|
|
@ -130,7 +130,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 4.5.0
|
||||
- license: Apache-2.0
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/files-init.js.map
vendored
2
dist/files-init.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
4
dist/files-main.js.license
vendored
4
dist/files-main.js.license
vendored
|
|
@ -114,7 +114,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 8.1.0
|
||||
- license: MIT
|
||||
- @nextcloud/upload
|
||||
- version: 1.9.0
|
||||
- version: 1.9.1
|
||||
- license: AGPL-3.0-or-later
|
||||
- @nextcloud/vue
|
||||
- version: 8.23.1
|
||||
|
|
@ -135,7 +135,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 4.5.0
|
||||
- license: Apache-2.0
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/files-reference-files.js.license
vendored
2
dist/files-reference-files.js.license
vendored
|
|
@ -127,7 +127,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- bail
|
||||
- version: 2.0.2
|
||||
|
|
|
|||
2
dist/files-settings-personal.js.license
vendored
2
dist/files-settings-personal.js.license
vendored
|
|
@ -91,7 +91,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/files-sidebar.js.license
vendored
2
dist/files-sidebar.js.license
vendored
|
|
@ -143,7 +143,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 1.0.7
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- balanced-match
|
||||
- version: 1.0.2
|
||||
|
|
|
|||
2
dist/files_external-init.js.license
vendored
2
dist/files_external-init.js.license
vendored
|
|
@ -86,7 +86,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/files_external-settings.js.license
vendored
2
dist/files_external-settings.js.license
vendored
|
|
@ -71,7 +71,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/files_reminders-init.js.license
vendored
2
dist/files_reminders-init.js.license
vendored
|
|
@ -82,7 +82,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
4
dist/files_sharing-init-public.js
vendored
4
dist/files_sharing-init-public.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-init-public.js.map
vendored
2
dist/files_sharing-init-public.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-init.js.license
vendored
2
dist/files_sharing-init.js.license
vendored
|
|
@ -114,7 +114,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
4
dist/files_sharing-public-file-request.js
vendored
4
dist/files_sharing-public-file-request.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -84,7 +84,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 8.1.0
|
||||
- license: MIT
|
||||
- @nextcloud/upload
|
||||
- version: 1.9.0
|
||||
- version: 1.9.1
|
||||
- license: AGPL-3.0-or-later
|
||||
- @nextcloud/vue
|
||||
- version: 8.23.1
|
||||
|
|
@ -99,7 +99,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 4.5.0
|
||||
- license: Apache-2.0
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
2
dist/files_trashbin-init.js.license
vendored
2
dist/files_trashbin-init.js.license
vendored
|
|
@ -106,7 +106,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
|
|||
|
||||
This file is generated from multiple sources. Included packages:
|
||||
- @babel/runtime
|
||||
- version: 7.25.0
|
||||
- version: 7.26.10
|
||||
- license: MIT
|
||||
- @mdi/svg
|
||||
- version: 7.4.47
|
||||
|
|
@ -138,7 +138,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 1.0.7
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- balanced-match
|
||||
- version: 1.0.2
|
||||
|
|
|
|||
2
dist/oauth2-oauth2.js.license
vendored
2
dist/oauth2-oauth2.js.license
vendored
|
|
@ -52,7 +52,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 8.23.1
|
||||
- license: AGPL-3.0-or-later
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/profile-main.js.license
vendored
2
dist/profile-main.js.license
vendored
|
|
@ -124,7 +124,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- bail
|
||||
- version: 2.0.2
|
||||
|
|
|
|||
2
dist/settings-apps-view-4529.js.license
vendored
2
dist/settings-apps-view-4529.js.license
vendored
|
|
@ -122,7 +122,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/settings-apps.js.license
vendored
2
dist/settings-apps.js.license
vendored
|
|
@ -33,7 +33,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 3.0.1
|
||||
- license: GPL-3.0-or-later
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/settings-legacy-admin.js.license
vendored
2
dist/settings-legacy-admin.js.license
vendored
|
|
@ -34,7 +34,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 3.0.1
|
||||
- license: GPL-3.0-or-later
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/settings-users-3239.js.license
vendored
2
dist/settings-users-3239.js.license
vendored
|
|
@ -154,7 +154,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- bail
|
||||
- version: 2.0.2
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- bail
|
||||
- version: 2.0.2
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
|
|||
|
||||
This file is generated from multiple sources. Included packages:
|
||||
- @babel/runtime
|
||||
- version: 7.25.0
|
||||
- version: 7.26.10
|
||||
- license: MIT
|
||||
- @linusborg/vue-simple-portal
|
||||
- version: 0.1.5
|
||||
|
|
@ -101,7 +101,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
|
|||
|
||||
This file is generated from multiple sources. Included packages:
|
||||
- @babel/runtime
|
||||
- version: 7.25.0
|
||||
- version: 7.26.10
|
||||
- license: MIT
|
||||
- @chenfengyuan/vue-qrcode
|
||||
- version: 1.0.2
|
||||
|
|
@ -89,7 +89,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/systemtags-admin.js.license
vendored
2
dist/systemtags-admin.js.license
vendored
|
|
@ -121,7 +121,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 1.0.7
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- balanced-match
|
||||
- version: 1.0.2
|
||||
|
|
|
|||
2
dist/systemtags-init.js.license
vendored
2
dist/systemtags-init.js.license
vendored
|
|
@ -124,7 +124,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 1.0.7
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- balanced-match
|
||||
- version: 1.0.2
|
||||
|
|
|
|||
2
dist/theming-admin-theming.js.license
vendored
2
dist/theming-admin-theming.js.license
vendored
|
|
@ -94,7 +94,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/theming-personal-theming.js.license
vendored
2
dist/theming-personal-theming.js.license
vendored
|
|
@ -67,7 +67,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/updatenotification-init.js.license
vendored
2
dist/updatenotification-init.js.license
vendored
|
|
@ -37,7 +37,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 3.0.1
|
||||
- license: GPL-3.0-or-later
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/user-status-modal-5133.js.license
vendored
2
dist/user-status-modal-5133.js.license
vendored
|
|
@ -102,7 +102,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/user_status-menu.js.license
vendored
2
dist/user_status-menu.js.license
vendored
|
|
@ -79,7 +79,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.1.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.8.1
|
||||
- version: 1.8.4
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
265
package-lock.json
generated
265
package-lock.json
generated
|
|
@ -572,14 +572,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@babel/helpers": {
|
||||
"version": "7.26.9",
|
||||
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.9.tgz",
|
||||
"integrity": "sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==",
|
||||
"version": "7.26.10",
|
||||
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.10.tgz",
|
||||
"integrity": "sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/template": "^7.26.9",
|
||||
"@babel/types": "^7.26.9"
|
||||
"@babel/types": "^7.26.10"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
|
|
@ -2014,9 +2014,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@babel/runtime": {
|
||||
"version": "7.25.0",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz",
|
||||
"integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==",
|
||||
"version": "7.26.10",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.10.tgz",
|
||||
"integrity": "sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"regenerator-runtime": "^0.14.0"
|
||||
|
|
@ -2060,9 +2060,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@babel/types": {
|
||||
"version": "7.26.9",
|
||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.9.tgz",
|
||||
"integrity": "sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==",
|
||||
"version": "7.26.10",
|
||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.10.tgz",
|
||||
"integrity": "sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/helper-string-parser": "^7.25.9",
|
||||
|
|
@ -2718,6 +2718,23 @@
|
|||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/netbsd-arm64": {
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.1.tgz",
|
||||
"integrity": "sha512-O96poM2XGhLtpTh+s4+nP7YCCAfb4tJNRVZHfIE7dgmax+yMP2WgMd2OecBuaATHKTHsLWHQeuaxMRnCsH8+5g==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"os": [
|
||||
"netbsd"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/@esbuild/netbsd-x64": {
|
||||
"version": "0.21.5",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
|
||||
|
|
@ -2736,9 +2753,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@esbuild/openbsd-arm64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.1.tgz",
|
||||
"integrity": "sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.1.tgz",
|
||||
"integrity": "sha512-Na9T3szbXezdzM/Kfs3GcRQNjHzM6GzFBeU1/6IV/npKP5ORtp9zbQjvkDJ47s6BCgaAZnnnu/cY1x342+MvZg==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
|
|
@ -4088,9 +4105,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/upload": {
|
||||
"version": "1.9.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.9.0.tgz",
|
||||
"integrity": "sha512-h/BdM9Vs1RY46I0Fx0N2zB03Oa4K/wnTW9C1V99cbjAa3ajL02I/a/72/2odmrpc2Xcf3yaBgJb2puQKtasIKA==",
|
||||
"version": "1.9.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/upload/-/upload-1.9.1.tgz",
|
||||
"integrity": "sha512-WNkwOZyhQLsRYaP+eqvV8abre8aXtwLGTUvdnp9fUXbHlv/Eghw7OJSv8plAYRHpgBbiXpAFbJKxxBXjLh7Blg==",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.4.0",
|
||||
|
|
@ -4103,7 +4120,7 @@
|
|||
"@nextcloud/paths": "^2.2.1",
|
||||
"@nextcloud/router": "^3.0.0",
|
||||
"@nextcloud/sharing": "^0.2.4",
|
||||
"axios": "^1.8.1",
|
||||
"axios": "^1.8.3",
|
||||
"axios-retry": "^4.5.0",
|
||||
"crypto-browserify": "^3.12.1",
|
||||
"p-cancelable": "^4.0.1",
|
||||
|
|
@ -7940,9 +7957,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/axios": {
|
||||
"version": "1.8.1",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz",
|
||||
"integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==",
|
||||
"version": "1.8.4",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
|
||||
"integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.6",
|
||||
|
|
@ -11358,9 +11375,10 @@
|
|||
"license": "ISC"
|
||||
},
|
||||
"node_modules/elliptic": {
|
||||
"version": "6.6.0",
|
||||
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.0.tgz",
|
||||
"integrity": "sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==",
|
||||
"version": "6.6.1",
|
||||
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz",
|
||||
"integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"bn.js": "^4.11.9",
|
||||
"brorand": "^1.1.0",
|
||||
|
|
@ -24965,13 +24983,13 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/tsx": {
|
||||
"version": "4.19.2",
|
||||
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.2.tgz",
|
||||
"integrity": "sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==",
|
||||
"version": "4.19.3",
|
||||
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.3.tgz",
|
||||
"integrity": "sha512-4H8vUNGNjQ4V2EOoGw005+c+dGuPSnhpPBPHBtsZdGZBk/iJb4kguGlPWaZTZ3q5nMtFOEsY0nRDlh9PJyd6SQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"esbuild": "~0.23.0",
|
||||
"esbuild": "~0.25.0",
|
||||
"get-tsconfig": "^4.7.5"
|
||||
},
|
||||
"bin": {
|
||||
|
|
@ -24985,9 +25003,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/aix-ppc64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz",
|
||||
"integrity": "sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.1.tgz",
|
||||
"integrity": "sha512-kfYGy8IdzTGy+z0vFGvExZtxkFlA4zAxgKEahG9KE1ScBjpQnFsNOX8KTU5ojNru5ed5CVoJYXFtoxaq5nFbjQ==",
|
||||
"cpu": [
|
||||
"ppc64"
|
||||
],
|
||||
|
|
@ -25002,9 +25020,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/android-arm": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.23.1.tgz",
|
||||
"integrity": "sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.1.tgz",
|
||||
"integrity": "sha512-dp+MshLYux6j/JjdqVLnMglQlFu+MuVeNrmT5nk6q07wNhCdSnB7QZj+7G8VMUGh1q+vj2Bq8kRsuyA00I/k+Q==",
|
||||
"cpu": [
|
||||
"arm"
|
||||
],
|
||||
|
|
@ -25019,9 +25037,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/android-arm64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz",
|
||||
"integrity": "sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.1.tgz",
|
||||
"integrity": "sha512-50tM0zCJW5kGqgG7fQ7IHvQOcAn9TKiVRuQ/lN0xR+T2lzEFvAi1ZcS8DiksFcEpf1t/GYOeOfCAgDHFpkiSmA==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
|
|
@ -25036,9 +25054,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/android-x64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.23.1.tgz",
|
||||
"integrity": "sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.1.tgz",
|
||||
"integrity": "sha512-GCj6WfUtNldqUzYkN/ITtlhwQqGWu9S45vUXs7EIYf+7rCiiqH9bCloatO9VhxsL0Pji+PF4Lz2XXCES+Q8hDw==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
|
|
@ -25053,9 +25071,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/darwin-arm64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz",
|
||||
"integrity": "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.1.tgz",
|
||||
"integrity": "sha512-5hEZKPf+nQjYoSr/elb62U19/l1mZDdqidGfmFutVUjjUZrOazAtwK+Kr+3y0C/oeJfLlxo9fXb1w7L+P7E4FQ==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
|
|
@ -25070,9 +25088,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/darwin-x64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz",
|
||||
"integrity": "sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.1.tgz",
|
||||
"integrity": "sha512-hxVnwL2Dqs3fM1IWq8Iezh0cX7ZGdVhbTfnOy5uURtao5OIVCEyj9xIzemDi7sRvKsuSdtCAhMKarxqtlyVyfA==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
|
|
@ -25087,9 +25105,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/freebsd-arm64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz",
|
||||
"integrity": "sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.1.tgz",
|
||||
"integrity": "sha512-1MrCZs0fZa2g8E+FUo2ipw6jw5qqQiH+tERoS5fAfKnRx6NXH31tXBKI3VpmLijLH6yriMZsxJtaXUyFt/8Y4A==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
|
|
@ -25104,9 +25122,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/freebsd-x64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz",
|
||||
"integrity": "sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.1.tgz",
|
||||
"integrity": "sha512-0IZWLiTyz7nm0xuIs0q1Y3QWJC52R8aSXxe40VUxm6BB1RNmkODtW6LHvWRrGiICulcX7ZvyH6h5fqdLu4gkww==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
|
|
@ -25121,9 +25139,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/linux-arm": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz",
|
||||
"integrity": "sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.1.tgz",
|
||||
"integrity": "sha512-NdKOhS4u7JhDKw9G3cY6sWqFcnLITn6SqivVArbzIaf3cemShqfLGHYMx8Xlm/lBit3/5d7kXvriTUGa5YViuQ==",
|
||||
"cpu": [
|
||||
"arm"
|
||||
],
|
||||
|
|
@ -25138,9 +25156,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/linux-arm64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz",
|
||||
"integrity": "sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.1.tgz",
|
||||
"integrity": "sha512-jaN3dHi0/DDPelk0nLcXRm1q7DNJpjXy7yWaWvbfkPvI+7XNSc/lDOnCLN7gzsyzgu6qSAmgSvP9oXAhP973uQ==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
|
|
@ -25155,9 +25173,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/linux-ia32": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz",
|
||||
"integrity": "sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.1.tgz",
|
||||
"integrity": "sha512-OJykPaF4v8JidKNGz8c/q1lBO44sQNUQtq1KktJXdBLn1hPod5rE/Hko5ugKKZd+D2+o1a9MFGUEIUwO2YfgkQ==",
|
||||
"cpu": [
|
||||
"ia32"
|
||||
],
|
||||
|
|
@ -25172,9 +25190,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/linux-loong64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz",
|
||||
"integrity": "sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.1.tgz",
|
||||
"integrity": "sha512-nGfornQj4dzcq5Vp835oM/o21UMlXzn79KobKlcs3Wz9smwiifknLy4xDCLUU0BWp7b/houtdrgUz7nOGnfIYg==",
|
||||
"cpu": [
|
||||
"loong64"
|
||||
],
|
||||
|
|
@ -25189,9 +25207,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/linux-mips64el": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz",
|
||||
"integrity": "sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.1.tgz",
|
||||
"integrity": "sha512-1osBbPEFYwIE5IVB/0g2X6i1qInZa1aIoj1TdL4AaAb55xIIgbg8Doq6a5BzYWgr+tEcDzYH67XVnTmUzL+nXg==",
|
||||
"cpu": [
|
||||
"mips64el"
|
||||
],
|
||||
|
|
@ -25206,9 +25224,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/linux-ppc64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz",
|
||||
"integrity": "sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.1.tgz",
|
||||
"integrity": "sha512-/6VBJOwUf3TdTvJZ82qF3tbLuWsscd7/1w+D9LH0W/SqUgM5/JJD0lrJ1fVIfZsqB6RFmLCe0Xz3fmZc3WtyVg==",
|
||||
"cpu": [
|
||||
"ppc64"
|
||||
],
|
||||
|
|
@ -25223,9 +25241,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/linux-riscv64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz",
|
||||
"integrity": "sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.1.tgz",
|
||||
"integrity": "sha512-nSut/Mx5gnilhcq2yIMLMe3Wl4FK5wx/o0QuuCLMtmJn+WeWYoEGDN1ipcN72g1WHsnIbxGXd4i/MF0gTcuAjQ==",
|
||||
"cpu": [
|
||||
"riscv64"
|
||||
],
|
||||
|
|
@ -25240,9 +25258,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/linux-s390x": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz",
|
||||
"integrity": "sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.1.tgz",
|
||||
"integrity": "sha512-cEECeLlJNfT8kZHqLarDBQso9a27o2Zd2AQ8USAEoGtejOrCYHNtKP8XQhMDJMtthdF4GBmjR2au3x1udADQQQ==",
|
||||
"cpu": [
|
||||
"s390x"
|
||||
],
|
||||
|
|
@ -25257,9 +25275,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/linux-x64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz",
|
||||
"integrity": "sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.1.tgz",
|
||||
"integrity": "sha512-xbfUhu/gnvSEg+EGovRc+kjBAkrvtk38RlerAzQxvMzlB4fXpCFCeUAYzJvrnhFtdeyVCDANSjJvOvGYoeKzFA==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
|
|
@ -25274,9 +25292,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/netbsd-x64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz",
|
||||
"integrity": "sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.1.tgz",
|
||||
"integrity": "sha512-X53z6uXip6KFXBQ+Krbx25XHV/NCbzryM6ehOAeAil7X7oa4XIq+394PWGnwaSQ2WRA0KI6PUO6hTO5zeF5ijA==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
|
|
@ -25291,9 +25309,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/openbsd-x64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz",
|
||||
"integrity": "sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.1.tgz",
|
||||
"integrity": "sha512-T3H78X2h1tszfRSf+txbt5aOp/e7TAz3ptVKu9Oyir3IAOFPGV6O9c2naym5TOriy1l0nNf6a4X5UXRZSGX/dw==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
|
|
@ -25308,9 +25326,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/sunos-x64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz",
|
||||
"integrity": "sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.1.tgz",
|
||||
"integrity": "sha512-2H3RUvcmULO7dIE5EWJH8eubZAI4xw54H1ilJnRNZdeo8dTADEZ21w6J22XBkXqGJbe0+wnNJtw3UXRoLJnFEg==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
|
|
@ -25325,9 +25343,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/win32-arm64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz",
|
||||
"integrity": "sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.1.tgz",
|
||||
"integrity": "sha512-GE7XvrdOzrb+yVKB9KsRMq+7a2U/K5Cf/8grVFRAGJmfADr/e/ODQ134RK2/eeHqYV5eQRFxb1hY7Nr15fv1NQ==",
|
||||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
|
|
@ -25342,9 +25360,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/win32-ia32": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz",
|
||||
"integrity": "sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.1.tgz",
|
||||
"integrity": "sha512-uOxSJCIcavSiT6UnBhBzE8wy3n0hOkJsBOzy7HDAuTDE++1DJMRRVCPGisULScHL+a/ZwdXPpXD3IyFKjA7K8A==",
|
||||
"cpu": [
|
||||
"ia32"
|
||||
],
|
||||
|
|
@ -25359,9 +25377,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/@esbuild/win32-x64": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.23.1.tgz",
|
||||
"integrity": "sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.1.tgz",
|
||||
"integrity": "sha512-Y1EQdcfwMSeQN/ujR5VayLOJ1BHaK+ssyk0AEzPjC+t1lITgsnccPqFjb6V+LsTp/9Iov4ysfjxLaGJ9RPtkVg==",
|
||||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
|
|
@ -25376,9 +25394,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tsx/node_modules/esbuild": {
|
||||
"version": "0.23.1",
|
||||
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.23.1.tgz",
|
||||
"integrity": "sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==",
|
||||
"version": "0.25.1",
|
||||
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.1.tgz",
|
||||
"integrity": "sha512-BGO5LtrGC7vxnqucAe/rmvKdJllfGaYWdyABvyMoXQlfYMb2bbRuReWR5tEGE//4LcNJj9XrkovTqNYRFZHAMQ==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
|
@ -25389,30 +25407,31 @@
|
|||
"node": ">=18"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@esbuild/aix-ppc64": "0.23.1",
|
||||
"@esbuild/android-arm": "0.23.1",
|
||||
"@esbuild/android-arm64": "0.23.1",
|
||||
"@esbuild/android-x64": "0.23.1",
|
||||
"@esbuild/darwin-arm64": "0.23.1",
|
||||
"@esbuild/darwin-x64": "0.23.1",
|
||||
"@esbuild/freebsd-arm64": "0.23.1",
|
||||
"@esbuild/freebsd-x64": "0.23.1",
|
||||
"@esbuild/linux-arm": "0.23.1",
|
||||
"@esbuild/linux-arm64": "0.23.1",
|
||||
"@esbuild/linux-ia32": "0.23.1",
|
||||
"@esbuild/linux-loong64": "0.23.1",
|
||||
"@esbuild/linux-mips64el": "0.23.1",
|
||||
"@esbuild/linux-ppc64": "0.23.1",
|
||||
"@esbuild/linux-riscv64": "0.23.1",
|
||||
"@esbuild/linux-s390x": "0.23.1",
|
||||
"@esbuild/linux-x64": "0.23.1",
|
||||
"@esbuild/netbsd-x64": "0.23.1",
|
||||
"@esbuild/openbsd-arm64": "0.23.1",
|
||||
"@esbuild/openbsd-x64": "0.23.1",
|
||||
"@esbuild/sunos-x64": "0.23.1",
|
||||
"@esbuild/win32-arm64": "0.23.1",
|
||||
"@esbuild/win32-ia32": "0.23.1",
|
||||
"@esbuild/win32-x64": "0.23.1"
|
||||
"@esbuild/aix-ppc64": "0.25.1",
|
||||
"@esbuild/android-arm": "0.25.1",
|
||||
"@esbuild/android-arm64": "0.25.1",
|
||||
"@esbuild/android-x64": "0.25.1",
|
||||
"@esbuild/darwin-arm64": "0.25.1",
|
||||
"@esbuild/darwin-x64": "0.25.1",
|
||||
"@esbuild/freebsd-arm64": "0.25.1",
|
||||
"@esbuild/freebsd-x64": "0.25.1",
|
||||
"@esbuild/linux-arm": "0.25.1",
|
||||
"@esbuild/linux-arm64": "0.25.1",
|
||||
"@esbuild/linux-ia32": "0.25.1",
|
||||
"@esbuild/linux-loong64": "0.25.1",
|
||||
"@esbuild/linux-mips64el": "0.25.1",
|
||||
"@esbuild/linux-ppc64": "0.25.1",
|
||||
"@esbuild/linux-riscv64": "0.25.1",
|
||||
"@esbuild/linux-s390x": "0.25.1",
|
||||
"@esbuild/linux-x64": "0.25.1",
|
||||
"@esbuild/netbsd-arm64": "0.25.1",
|
||||
"@esbuild/netbsd-x64": "0.25.1",
|
||||
"@esbuild/openbsd-arm64": "0.25.1",
|
||||
"@esbuild/openbsd-x64": "0.25.1",
|
||||
"@esbuild/sunos-x64": "0.25.1",
|
||||
"@esbuild/win32-arm64": "0.25.1",
|
||||
"@esbuild/win32-ia32": "0.25.1",
|
||||
"@esbuild/win32-x64": "0.25.1"
|
||||
}
|
||||
},
|
||||
"node_modules/tty-browserify": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue