diff --git a/package-lock.json b/package-lock.json index 3ea3f2e9a..dcd4039b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/runtime": "^7.16.3", "@juliushaertl/vue-richtext": "^1.0.1", "@nextcloud/auth": "^1.3.0", - "@nextcloud/axios": "^1.7.0", + "@nextcloud/axios": "^1.8.0", "@nextcloud/dialogs": "^3.1.2", "@nextcloud/event-bus": "^2.1.1", "@nextcloud/files": "^2.1.0", @@ -2627,17 +2627,21 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/@nextcloud/axios": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-1.7.0.tgz", - "integrity": "sha512-zanV5laKNUg1LmMBeQFjdnYi+RsXWm+0VYDt/ZgNaEfqph0J03usY3nTO3/EVPLaCn4eXjhRhDI1yc8fkslEhg==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-1.8.0.tgz", + "integrity": "sha512-ni29rhouV6aWIeVG5aSv89fS5UIBN3ZADhFsbFKLO+xKuukDQlIwlWWViS3ZuPW6TR5FlK2dF84xnYnfKnHa5w==", "dependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.0", "@babel/preset-typescript": "^7.9.0", "@nextcloud/auth": "^1.2.2", - "axios": "^0.21.0", + "axios": "^0.24.0", "core-js": "^3.6.4" + }, + "engines": { + "node": ">=14.0.0", + "npm": ">=7.0.0" } }, "node_modules/@nextcloud/axios/node_modules/core-js": { @@ -4553,10 +4557,11 @@ } }, "node_modules/axios": { - "version": "0.21.1", - "license": "MIT", + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz", + "integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==", "dependencies": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.4" } }, "node_modules/babel-code-frame": { @@ -8652,14 +8657,15 @@ "peer": true }, "node_modules/follow-redirects": { - "version": "1.13.1", + "version": "1.14.5", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.5.tgz", + "integrity": "sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==", "funding": [ { "type": "individual", "url": "https://github.com/sponsors/RubenVerborgh" } ], - "license": "MIT", "engines": { "node": ">=4.0" }, @@ -20701,16 +20707,16 @@ } }, "@nextcloud/axios": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-1.7.0.tgz", - "integrity": "sha512-zanV5laKNUg1LmMBeQFjdnYi+RsXWm+0VYDt/ZgNaEfqph0J03usY3nTO3/EVPLaCn4eXjhRhDI1yc8fkslEhg==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-1.8.0.tgz", + "integrity": "sha512-ni29rhouV6aWIeVG5aSv89fS5UIBN3ZADhFsbFKLO+xKuukDQlIwlWWViS3ZuPW6TR5FlK2dF84xnYnfKnHa5w==", "requires": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.0", "@babel/preset-typescript": "^7.9.0", "@nextcloud/auth": "^1.2.2", - "axios": "^0.21.0", + "axios": "^0.24.0", "core-js": "^3.6.4" }, "dependencies": { @@ -22185,9 +22191,11 @@ } }, "axios": { - "version": "0.21.1", + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz", + "integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==", "requires": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.4" } }, "babel-code-frame": { @@ -25203,7 +25211,9 @@ } }, "follow-redirects": { - "version": "1.13.1" + "version": "1.14.5", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.5.tgz", + "integrity": "sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==" }, "for-in": { "version": "1.0.2", diff --git a/package.json b/package.json index 2dbd61de1..0fcfa68b6 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@babel/runtime": "^7.16.3", "@juliushaertl/vue-richtext": "^1.0.1", "@nextcloud/auth": "^1.3.0", - "@nextcloud/axios": "^1.7.0", + "@nextcloud/axios": "^1.8.0", "@nextcloud/dialogs": "^3.1.2", "@nextcloud/event-bus": "^2.1.1", "@nextcloud/files": "^2.1.0",