From 5ccbc01a5da6e29bace837dd8ccd4e6feb1c8dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 05:05:34 +0000 Subject: [PATCH] Bump polka from 1.0.0-next.14 to 1.0.0-next.20 Bumps [polka](https://github.com/lukeed/polka) from 1.0.0-next.14 to 1.0.0-next.20. - [Release notes](https://github.com/lukeed/polka/releases) - [Commits](https://github.com/lukeed/polka/compare/v1.0.0-next.14...v1.0.0-next.20) --- 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..45e0572 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.20", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.20.tgz", + "integrity": "sha512-88p7+M0QGxKpmnkfXjS4V26AnoC/eiqZutE8GLdaI5X12NY75bXSdTY9NkmYb2Xyk1O+MmkuO6Frmsj84V6I8Q==" }, "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.20", + "resolved": "https://registry.npmjs.org/polka/-/polka-1.0.0-next.20.tgz", + "integrity": "sha512-7NIxlPOIpv4+fNPk0lQYKGSP60TZOT360XUIMMWSP5BcCegSFIKz5KyQ6nF4aFE7a6ajmIbtPDzsu9Kowsorkg==", "dependencies": { - "@polka/url": "^1.0.0-next.12", + "@polka/url": "^1.0.0-next.20", "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.20", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.20.tgz", + "integrity": "sha512-88p7+M0QGxKpmnkfXjS4V26AnoC/eiqZutE8GLdaI5X12NY75bXSdTY9NkmYb2Xyk1O+MmkuO6Frmsj84V6I8Q==" }, "@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.20", + "resolved": "https://registry.npmjs.org/polka/-/polka-1.0.0-next.20.tgz", + "integrity": "sha512-7NIxlPOIpv4+fNPk0lQYKGSP60TZOT360XUIMMWSP5BcCegSFIKz5KyQ6nF4aFE7a6ajmIbtPDzsu9Kowsorkg==", "requires": { - "@polka/url": "^1.0.0-next.12", + "@polka/url": "^1.0.0-next.20", "trouter": "^3.1.0" } },