Skip to content

Commit

Permalink
Merge pull request #10302 from owncloud/renovate/axios-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency axios to v1.6.5
  • Loading branch information
kulmann authored Jan 5, 2024
2 parents 8b946fc + 584545d commit fd20cd7
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 71 deletions.
2 changes: 1 addition & 1 deletion packages/web-app-admin-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"peerDependencies": {
"@ownclouders/web-client": "workspace:*",
"@ownclouders/web-pkg": "workspace:*",
"axios": "1.6.4",
"axios": "1.6.5",
"design-system": "workspace:@ownclouders/design-system@*",
"fuse.js": "6.6.2",
"lodash-es": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@uppy/dashboard": "3.4.1",
"@uppy/onedrive": "3.1.1",
"@vueuse/core": "^10.3.0",
"axios": "1.6.4",
"axios": "1.6.5",
"design-system": "workspace:@ownclouders/design-system@*",
"email-validator": "^2.0.4",
"filesize": "^9.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-ocm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"peerDependencies": {
"@ownclouders/web-client": "workspace:*",
"@ownclouders/web-pkg": "workspace:*",
"axios": "1.6.4",
"axios": "1.6.5",
"email-validator": "^2.0.4",
"fuse.js": "6.6.2",
"lodash-es": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"peerDependencies": {
"@ownclouders/web-client": "workspace:*",
"@casl/ability": "^6.3.3",
"axios": "1.6.4",
"axios": "1.6.5",
"fast-xml-parser": "4.3.2",
"lodash-es": "^4.17.21",
"luxon": "3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@uppy/utils": "^5.3.0",
"@uppy/xhr-upload": "^3.0.1",
"@vueuse/core": "^10.0.0",
"axios": "1.6.4",
"axios": "1.6.5",
"deepmerge": "^4.2.2",
"design-system": "workspace:@ownclouders/design-system@*",
"dompurify": "^3.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@uppy/core": "3.3.0",
"@uppy/utils": "^5.3.0",
"@vueuse/head": "2.0.0",
"axios": "1.6.4",
"axios": "1.6.5",
"design-system": "workspace:@ownclouders/design-system@*",
"easygettext": "https://github.com/owncloud/easygettext/archive/refs/tags/v2.18.2-oc.tar.gz",
"filesize": "^9.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"peerDependencies": {
"@casl/ability": "^6.3.3",
"@casl/vue": "^2.2.1",
"axios": "1.6.4",
"axios": "1.6.5",
"pinia": "2.1.7",
"vue-router": "4.2.5",
"vue3-gettext": "2.4.0",
Expand Down
Loading

0 comments on commit fd20cd7

Please sign in to comment.