1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-16 00:06:11 +00:00

update axios version (#6499)

This commit is contained in:
Michael An 2024-08-06 14:46:46 +08:00 committed by GitHub
parent 923de281f4
commit b5cb8d0fa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 22 additions and 17 deletions

View File

@ -16,12 +16,13 @@
"@gatsbyjs/reach-router": "1.3.9",
"@seafile/react-image-lightbox": "2.0.2",
"@seafile/resumablejs": "1.1.16",
"@seafile/sdoc-editor": "1.0.41",
"@seafile/sdoc-editor": "1.0.43",
"@seafile/seafile-calendar": "0.0.12",
"@seafile/seafile-editor": "1.0.107",
"@seafile/seafile-editor": "1.0.109",
"@seafile/sf-metadata-ui-component": "0.0.17",
"@uiw/codemirror-extensions-langs": "^4.19.4",
"@uiw/react-codemirror": "^4.19.4",
"axios": "^1.7.3",
"chart.js": "2.9.4",
"classnames": "^2.2.6",
"codemirror": "^6.0.1",
@ -50,7 +51,7 @@
"react-select": "5.7.0",
"react-transition-group": "4.4.5",
"reactstrap": "8.9.0",
"seafile-js": "0.2.233",
"seafile-js": "0.2.234",
"socket.io-client": "^2.2.0",
"svg-sprite-loader": "^6.0.11",
"svgo-loader": "^3.0.1",
@ -4782,9 +4783,10 @@
"integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig=="
},
"node_modules/@seafile/sdoc-editor": {
"version": "1.0.41",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.41.tgz",
"integrity": "sha512-6lhYkxxNEh5U1ef+KQE2Zfem3ObsfXLCmqld3bnFJF9RmV5jG/o8lMFgycZMqz00u8bDvnTKQXzM/EvU5Ml+ig==",
"version": "1.0.43",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.43.tgz",
"integrity": "sha512-aDbwcBqwRHt1RGbNNsn/fr3TnGPbU8aBhddOZAn+0LK5dKRcQp+dLTJHkOOgf4SPvgoTbclipvlBPSCnyeAn6A==",
"license": "ISC",
"dependencies": {
"@seafile/print-js": "1.6.6",
"@seafile/react-image-lightbox": "2.0.4",
@ -4792,7 +4794,7 @@
"@seafile/slate-history": "0.86.2",
"@seafile/slate-hyperscript": "0.81.7",
"@seafile/slate-react": "0.92.6",
"axios": "^1.6.0",
"axios": "^1.7.3",
"classnames": "2.3.2",
"copy-to-clipboard": "^3.3.3",
"dayjs": "1.11.2",
@ -4982,9 +4984,10 @@
}
},
"node_modules/@seafile/seafile-editor": {
"version": "1.0.107",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-1.0.107.tgz",
"integrity": "sha512-6qvOSJEkJxB6iHyL0IynplDPUjuMM21EBH+734GNknDpbUA4807hBstyX6EjO3bUGdETxknIL0MRhhq4m9l4+w==",
"version": "1.0.109",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-1.0.109.tgz",
"integrity": "sha512-zj5WiflAgiOpW6fXYigFSDB1XHYPHFxET7Gr3Dc0s3UA5S4Vexl9Yjf/oqX0HHu2jHX+fbtYkFoh/F29AGz39A==",
"license": "Apache-2.0",
"dependencies": {
"@seafile/react-image-lightbox": "2.0.5",
"classnames": "2.3.2",
@ -24460,11 +24463,12 @@
}
},
"node_modules/seafile-js": {
"version": "0.2.233",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.233.tgz",
"integrity": "sha512-MoYr9IzVvHZnmmFkFkXeBvJh2VqPbIsqV6t/T13o5ER/vQaq3jyLYufdR4z5qM0hMdeQbE75OQLyLTPeU5EIlg==",
"version": "0.2.234",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.234.tgz",
"integrity": "sha512-lYYJvOAkYaQsx7Bv03F9m16JTBWUIdt8DXKi7YoZipn/0q4zbJmoOG55FS2NzbvYq/8yUUkQyueDez9XMAtfZA==",
"license": "ISC",
"dependencies": {
"axios": "^1.6.0",
"axios": "^1.7.3",
"form-data": "4.0.0"
}
},

View File

@ -11,12 +11,13 @@
"@gatsbyjs/reach-router": "1.3.9",
"@seafile/react-image-lightbox": "2.0.2",
"@seafile/resumablejs": "1.1.16",
"@seafile/sdoc-editor": "1.0.41",
"@seafile/sdoc-editor": "1.0.43",
"@seafile/seafile-calendar": "0.0.12",
"@seafile/seafile-editor": "1.0.107",
"@seafile/seafile-editor": "1.0.109",
"@seafile/sf-metadata-ui-component": "0.0.17",
"@uiw/codemirror-extensions-langs": "^4.19.4",
"@uiw/react-codemirror": "^4.19.4",
"axios": "^1.7.3",
"chart.js": "2.9.4",
"classnames": "^2.2.6",
"codemirror": "^6.0.1",
@ -45,7 +46,7 @@
"react-select": "5.7.0",
"react-transition-group": "4.4.5",
"reactstrap": "8.9.0",
"seafile-js": "0.2.233",
"seafile-js": "0.2.234",
"socket.io-client": "^2.2.0",
"svg-sprite-loader": "^6.0.11",
"svgo-loader": "^3.0.1",