From 71580a0313308e021ac7a3012655a54271494881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 10:37:01 +0000 Subject: [PATCH] Bump node-fetch from 2.6.0 to 2.6.7 Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.0...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 170 +++++++++++++++++++++++++++++++++++++++++++++- yarn.lock | 26 ++++++- 2 files changed, 190 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 528e048..3a48035 100644 --- a/package-lock.json +++ b/package-lock.json @@ -150,6 +150,148 @@ "url-parse": "~1.4.3" } }, + "@jupyterlab/docmanager": { + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/@jupyterlab/docmanager/-/docmanager-1.2.11.tgz", + "integrity": "sha512-6GD52S2VPfJP/v+moqyLvNx0fxKV4CLCI/jHTfKn8+xqQvNTdHg9oIhsMcwrbyhHmDro885m2xdyefN1uAU8Dg==", + "requires": { + "@jupyterlab/apputils": "^1.2.11", + "@jupyterlab/coreutils": "^3.2.0", + "@jupyterlab/docregistry": "^1.2.11", + "@jupyterlab/services": "^4.2.3", + "@jupyterlab/statusbar": "^1.2.11", + "@phosphor/algorithm": "^1.2.0", + "@phosphor/coreutils": "^1.3.1", + "@phosphor/disposable": "^1.3.0", + "@phosphor/messaging": "^1.3.0", + "@phosphor/properties": "^1.1.3", + "@phosphor/signaling": "^1.3.0", + "@phosphor/widgets": "^1.9.0", + "react": "~16.8.4" + }, + "dependencies": { + "@jupyterlab/apputils": { + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/@jupyterlab/apputils/-/apputils-1.2.11.tgz", + "integrity": "sha512-n9AHs5+mqgB6BKATcP2azUQWcIIuA1x1rhm8jz5OdkPFrgXJ274ArWD9pAmQj7eM+kov2MzKdUmxDmRgSHYY7w==", + "requires": { + "@jupyterlab/coreutils": "^3.2.0", + "@jupyterlab/services": "^4.2.3", + "@jupyterlab/ui-components": "^1.2.1", + "@phosphor/algorithm": "^1.2.0", + "@phosphor/commands": "^1.7.0", + "@phosphor/coreutils": "^1.3.1", + "@phosphor/disposable": "^1.3.0", + "@phosphor/domutils": "^1.1.3", + "@phosphor/messaging": "^1.3.0", + "@phosphor/properties": "^1.1.3", + "@phosphor/signaling": "^1.3.0", + "@phosphor/virtualdom": "^1.2.0", + "@phosphor/widgets": "^1.9.0", + "@types/react": "~16.8.18", + "react": "~16.8.4", + "react-dom": "~16.8.4", + "sanitize-html": "~1.20.1" + } + }, + "@jupyterlab/codemirror": { + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/@jupyterlab/codemirror/-/codemirror-1.2.11.tgz", + "integrity": "sha512-sUTY4qp0iBrmukyZUtV16yFV2+wRUEPEDYz142J9w/YyqBvnVUPZrK60upT2YC5e009GugSK3hjiNyXClaGHoA==", + "requires": { + "@jupyterlab/apputils": "^1.2.11", + "@jupyterlab/codeeditor": "^1.2.0", + "@jupyterlab/coreutils": "^3.2.0", + "@jupyterlab/observables": "^2.4.0", + "@jupyterlab/statusbar": "^1.2.11", + "@phosphor/algorithm": "^1.2.0", + "@phosphor/commands": "^1.7.0", + "@phosphor/coreutils": "^1.3.1", + "@phosphor/disposable": "^1.3.0", + "@phosphor/signaling": "^1.3.0", + "@phosphor/widgets": "^1.9.0", + "codemirror": "~5.47.0", + "react": "~16.8.4" + } + }, + "@jupyterlab/docregistry": { + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/@jupyterlab/docregistry/-/docregistry-1.2.11.tgz", + "integrity": "sha512-DSLAOBp8grVEWF81z8vDa5mxVd97r7oWmtChb0DpvVOmgQM5AIUL7QQEP3bcSFlMfH8awRZpUk/gicv8kfo2IQ==", + "requires": { + "@jupyterlab/apputils": "^1.2.11", + "@jupyterlab/codeeditor": "^1.2.0", + "@jupyterlab/codemirror": "^1.2.11", + "@jupyterlab/coreutils": "^3.2.0", + "@jupyterlab/observables": "^2.4.0", + "@jupyterlab/rendermime": "^1.2.11", + "@jupyterlab/rendermime-interfaces": "^1.5.0", + "@jupyterlab/services": "^4.2.3", + "@phosphor/algorithm": "^1.2.0", + "@phosphor/coreutils": "^1.3.1", + "@phosphor/disposable": "^1.3.0", + "@phosphor/messaging": "^1.3.0", + "@phosphor/signaling": "^1.3.0", + "@phosphor/widgets": "^1.9.0" + } + }, + "@jupyterlab/rendermime": { + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/@jupyterlab/rendermime/-/rendermime-1.2.11.tgz", + "integrity": "sha512-bLqPROCFe4jafPVlbV0ENkUMl3lH93DwQZgQQ48R7O2iQaeNOHx1zncwcoOEVo8Mz3HsquoNQRagO1d+9n8L/A==", + "requires": { + "@jupyterlab/apputils": "^1.2.11", + "@jupyterlab/codemirror": "^1.2.11", + "@jupyterlab/coreutils": "^3.2.0", + "@jupyterlab/observables": "^2.4.0", + "@jupyterlab/rendermime-interfaces": "^1.5.0", + "@jupyterlab/services": "^4.2.3", + "@phosphor/algorithm": "^1.2.0", + "@phosphor/coreutils": "^1.3.1", + "@phosphor/messaging": "^1.3.0", + "@phosphor/signaling": "^1.3.0", + "@phosphor/widgets": "^1.9.0", + "lodash.escape": "^4.0.1", + "marked": "^0.7.0" + } + }, + "@jupyterlab/services": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@jupyterlab/services/-/services-4.2.3.tgz", + "integrity": "sha512-bCPq1j8+qU5pCzsaKvT39e8Aj4snFCchSAoVr12wAOlp0gQZYpUZAgaFhnYtawGo44aBfEYWhQuW5UPol/XUag==", + "requires": { + "@jupyterlab/coreutils": "^3.2.0", + "@jupyterlab/observables": "^2.4.0", + "@phosphor/algorithm": "^1.2.0", + "@phosphor/coreutils": "^1.3.1", + "@phosphor/disposable": "^1.3.0", + "@phosphor/signaling": "^1.3.0", + "node-fetch": "^2.6.0", + "ws": "^7.0.0" + } + }, + "@jupyterlab/statusbar": { + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/@jupyterlab/statusbar/-/statusbar-1.2.11.tgz", + "integrity": "sha512-eyNKL3jEXZ2mvr2LhiiKa685Xfr6nhuxISwFWJjNhx6ObIc/2ku4KTQaK42uxkEseHKCXZTiLuLcCaQ6rdcLfg==", + "requires": { + "@jupyterlab/apputils": "^1.2.11", + "@jupyterlab/codeeditor": "^1.2.0", + "@jupyterlab/coreutils": "^3.2.0", + "@jupyterlab/services": "^4.2.3", + "@jupyterlab/ui-components": "^1.2.1", + "@phosphor/algorithm": "^1.2.0", + "@phosphor/coreutils": "^1.3.1", + "@phosphor/disposable": "^1.3.0", + "@phosphor/messaging": "^1.3.0", + "@phosphor/signaling": "^1.3.0", + "@phosphor/widgets": "^1.9.0", + "react": "~16.8.4", + "typestyle": "^2.0.1" + } + } + } + }, "@jupyterlab/docregistry": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@jupyterlab/docregistry/-/docregistry-1.2.1.tgz", @@ -989,9 +1131,12 @@ "dev": true }, "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } }, "normalize.css": { "version": "8.0.1", @@ -1337,6 +1482,11 @@ "has-flag": "^3.0.0" } }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + }, "tslib": { "version": "1.9.3", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz", @@ -1454,6 +1604,20 @@ "loose-envify": "^1.0.0" } }, + "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" + } + }, "wordwrap": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", diff --git a/yarn.lock b/yarn.lock index fe677a9..9781f1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -930,9 +930,11 @@ neo-async@^2.6.0: integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw== node-fetch@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" - integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== + version "2.6.7" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" + integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== + dependencies: + whatwg-url "^5.0.0" normalize.css@^8.0.1: version "8.0.1" @@ -1236,6 +1238,11 @@ supports-color@^6.1.0: dependencies: has-flag "^3.0.0" +tr46@~0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= + tslib@~1.9.0: version "1.9.3" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286" @@ -1332,6 +1339,19 @@ warning@^4.0.2, warning@^4.0.3: dependencies: loose-envify "^1.0.0" +webidl-conversions@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= + +whatwg-url@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0= + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" + wordwrap@~0.0.2: version "0.0.3" resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"