sforkowany z mirror/social
Merge pull request #715 from nextcloud/dependabot/npm_and_yarn/nextcloud-axios-0.2.1
Bump nextcloud-axios from 0.2.0 to 0.2.1feature/noid/sql-rewrite-0929
commit
52f38e542d
|
@ -2495,7 +2495,7 @@
|
|||
"integrity": "sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==",
|
||||
"requires": {
|
||||
"follow-redirects": "1.5.10",
|
||||
"is-buffer": "2.0.3"
|
||||
"is-buffer": "^2.0.2"
|
||||
}
|
||||
},
|
||||
"babel-code-frame": {
|
||||
|
@ -6041,7 +6041,7 @@
|
|||
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
|
||||
"integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",
|
||||
"requires": {
|
||||
"debug": "3.1.0"
|
||||
"debug": "=3.1.0"
|
||||
}
|
||||
},
|
||||
"for-in": {
|
||||
|
@ -9783,11 +9783,11 @@
|
|||
"integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw="
|
||||
},
|
||||
"nextcloud-axios": {
|
||||
"version": "0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/nextcloud-axios/-/nextcloud-axios-0.2.0.tgz",
|
||||
"integrity": "sha512-OLDeZfub4pMkIKeXAPGqtFyV/xBbuOO5CSRgLvkT1O+HD4XZKP8+ywhbzXNBxA0ywLnMax3VsmPfQ7lvgy1m0w==",
|
||||
"version": "0.2.1",
|
||||
"resolved": "https://registry.npmjs.org/nextcloud-axios/-/nextcloud-axios-0.2.1.tgz",
|
||||
"integrity": "sha512-gzW/TXXGkxSgaIhLyPGOZ8Gs8t43i7cUpZNtDQh/UGecSn62AqjpSms+8YRw0NSJ0nhOdlqhFCFw/wb9XfYVjg==",
|
||||
"requires": {
|
||||
"axios": "0.19.0"
|
||||
"axios": "^0.19.0"
|
||||
}
|
||||
},
|
||||
"nextcloud-vue": {
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"dependencies": {
|
||||
"vue-masonry-css": "^1.0.3",
|
||||
"linkifyjs": "^2.1.8",
|
||||
"nextcloud-axios": "^0.2.0",
|
||||
"nextcloud-axios": "^0.2.1",
|
||||
"nextcloud-vue": "^0.12.3",
|
||||
"tributejs": "^3.7.2",
|
||||
"twemoji": "^12.0.1",
|
||||
|
|
Ładowanie…
Reference in New Issue