From 7b0376b813689aeda4fa77a29f0dd4db0c4a0422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 05:07:16 +0000 Subject: [PATCH] Bump polka from 1.0.0-next.14 to 1.0.0-next.17 Bumps [polka](https://github.com/lukeed/polka) from 1.0.0-next.14 to 1.0.0-next.17. - [Release notes](https://github.com/lukeed/polka/releases) - [Commits](https://github.com/lukeed/polka/compare/v1.0.0-next.14...v1.0.0-next.17) --- updated-dependencies: - dependency-name: polka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2394dbf..164e1c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1313,9 +1313,9 @@ } }, "node_modules/@polka/url": { - "version": "1.0.0-next.12", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.12.tgz", - "integrity": "sha512-6RglhutqrGFMO1MNUXp95RBuYIuc8wTnMAV5MUhLmjTOy78ncwOw7RgeQ/HeymkKXRhZd0s2DNrM1rL7unk3MQ==" + "version": "1.0.0-next.17", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.17.tgz", + "integrity": "sha512-0p1rCgM3LLbAdwBnc7gqgnvjHg9KpbhcSphergHShlkWz8EdPawoMJ3/VbezI0mGC5eKCDzMaPgF9Yca6cKvrg==" }, "node_modules/@rollup/plugin-babel": { "version": "5.3.0", @@ -3141,15 +3141,15 @@ } }, "node_modules/polka": { - "version": "1.0.0-next.14", - "resolved": "https://registry.npmjs.org/polka/-/polka-1.0.0-next.14.tgz", - "integrity": "sha512-nRxh6lifEred8F973wMJ3YA7z8EBAf+lWFLbhIh4MnYJXmZododD8FDGj+R81xnuNNG8b4PDqNXvrB5ShKcStA==", + "version": "1.0.0-next.17", + "resolved": "https://registry.npmjs.org/polka/-/polka-1.0.0-next.17.tgz", + "integrity": "sha512-hvr+9y895Aa6/Pz3JlF53rgdt4yPzwDc8MsAc8BUAsj2YIfJi9MqGPO9Jie0yF/weehJEow4dy8M+fQ8OU8iVA==", "dependencies": { - "@polka/url": "^1.0.0-next.12", + "@polka/url": "^1.0.0-next.17", "trouter": "^3.1.0" }, "engines": { - "node": ">=6" + "node": ">=8" } }, "node_modules/postcss": { @@ -5362,9 +5362,9 @@ } }, "@polka/url": { - "version": "1.0.0-next.12", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.12.tgz", - "integrity": "sha512-6RglhutqrGFMO1MNUXp95RBuYIuc8wTnMAV5MUhLmjTOy78ncwOw7RgeQ/HeymkKXRhZd0s2DNrM1rL7unk3MQ==" + "version": "1.0.0-next.17", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.17.tgz", + "integrity": "sha512-0p1rCgM3LLbAdwBnc7gqgnvjHg9KpbhcSphergHShlkWz8EdPawoMJ3/VbezI0mGC5eKCDzMaPgF9Yca6cKvrg==" }, "@rollup/plugin-babel": { "version": "5.3.0", @@ -6763,11 +6763,11 @@ "dev": true }, "polka": { - "version": "1.0.0-next.14", - "resolved": "https://registry.npmjs.org/polka/-/polka-1.0.0-next.14.tgz", - "integrity": "sha512-nRxh6lifEred8F973wMJ3YA7z8EBAf+lWFLbhIh4MnYJXmZododD8FDGj+R81xnuNNG8b4PDqNXvrB5ShKcStA==", + "version": "1.0.0-next.17", + "resolved": "https://registry.npmjs.org/polka/-/polka-1.0.0-next.17.tgz", + "integrity": "sha512-hvr+9y895Aa6/Pz3JlF53rgdt4yPzwDc8MsAc8BUAsj2YIfJi9MqGPO9Jie0yF/weehJEow4dy8M+fQ8OU8iVA==", "requires": { - "@polka/url": "^1.0.0-next.12", + "@polka/url": "^1.0.0-next.17", "trouter": "^3.1.0" } },