From 4fc29451a1b4024f7064080097b4e0c9b7e0e6cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 05:08:49 +0000 Subject: [PATCH] Bump polka from 1.0.0-next.14 to 1.0.0-next.22 Bumps [polka](https://github.com/lukeed/polka) from 1.0.0-next.14 to 1.0.0-next.22. - [Release notes](https://github.com/lukeed/polka/releases) - [Commits](https://github.com/lukeed/polka/compare/v1.0.0-next.14...v1.0.0-next.22) --- 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..277afb3 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.21", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz", + "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==" }, "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.22", + "resolved": "https://registry.npmjs.org/polka/-/polka-1.0.0-next.22.tgz", + "integrity": "sha512-a7tsZy5gFbJr0aUltZS97xCkbPglXuD67AMvTyZX7BTDBH384FWf0ZQF6rPvdutSxnO1vUlXM2zSLf5tCKk5RA==", "dependencies": { - "@polka/url": "^1.0.0-next.12", + "@polka/url": "^1.0.0-next.21", "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.21", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz", + "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==" }, "@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.22", + "resolved": "https://registry.npmjs.org/polka/-/polka-1.0.0-next.22.tgz", + "integrity": "sha512-a7tsZy5gFbJr0aUltZS97xCkbPglXuD67AMvTyZX7BTDBH384FWf0ZQF6rPvdutSxnO1vUlXM2zSLf5tCKk5RA==", "requires": { - "@polka/url": "^1.0.0-next.12", + "@polka/url": "^1.0.0-next.21", "trouter": "^3.1.0" } },