From 7ad479d7c4dd795d0f5fe0d1a18b049e010efb41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 05:06:55 +0000 Subject: [PATCH] Bump dropbox from 9.8.6 to 10.3.0 Bumps [dropbox](https://github.com/dropbox/dropbox-sdk-js) from 9.8.6 to 10.3.0. - [Release notes](https://github.com/dropbox/dropbox-sdk-js/releases) - [Commits](https://github.com/dropbox/dropbox-sdk-js/compare/v9.8.6...v10.3.0) --- updated-dependencies: - dependency-name: dropbox dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 +++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b2c183..f008201 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dropbox-oauth-popup", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2402,9 +2402,9 @@ } }, "dropbox": { - "version": "9.8.6", - "resolved": "https://registry.npmjs.org/dropbox/-/dropbox-9.8.6.tgz", - "integrity": "sha512-pRfPFvoeRCF/koVRzdtpXqzOh6hfptjQGBspYyZ1fyhnr2Zj1ZTZGhUdhL38c3NI7EfYBzXakanuNAMnJERcWg==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/dropbox/-/dropbox-10.3.0.tgz", + "integrity": "sha512-icre+lE3KqORnU5pa3MhrJBf8oWbcdlx7s43yYPsPM9X2g5fOxNANsklIEIC6BnExsXD2lV9kB8o2jfGRI4Jaw==", "requires": { "node-fetch": "^2.6.1" } @@ -3505,9 +3505,12 @@ "dev": true }, "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" + "version": "2.6.5", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz", + "integrity": "sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==", + "requires": { + "whatwg-url": "^5.0.0" + } }, "node-releases": { "version": "2.0.0", @@ -4339,6 +4342,11 @@ "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", "dev": true }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + }, "tsconfig-paths": { "version": "3.9.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz", @@ -4459,6 +4467,20 @@ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", "dev": true }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, "which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", diff --git a/package.json b/package.json index ab99e45..258890b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "rollup-plugin-terser": "^7.0.2" }, "dependencies": { - "dropbox": "^9.8.0" + "dropbox": "^10.3.0" }, "browserslist": [ "> 0.25%",