From b307424b1df9e4d6a45a1d763c82b7dcaa7e7846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 11:24:03 +0000 Subject: [PATCH] Bump polka from 1.0.0-next.14 to 1.0.0-next.15 Bumps [polka](https://github.com/lukeed/polka) from 1.0.0-next.14 to 1.0.0-next.15. - [Release notes](https://github.com/lukeed/polka/releases) - [Commits](https://github.com/lukeed/polka/compare/v1.0.0-next.14...v1.0.0-next.15) --- 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..81c061f 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.15", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.15.tgz", + "integrity": "sha512-15spi3V28QdevleWBNXE4pIls3nFZmBbUGrW9IVPwiQczuSb9n76TCB4bsk8TSel+I1OkHEdPhu5QKMfY6rQHA==" }, "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.15", + "resolved": "https://registry.npmjs.org/polka/-/polka-1.0.0-next.15.tgz", + "integrity": "sha512-zBCZO40+USkSj0GDHMqufthqk4TIRc9xVGd50LbMvYNEwGHK8dZczLBQtw9pPHBM+i/Xg7ed7+c+r6J68XkWLg==", "dependencies": { - "@polka/url": "^1.0.0-next.12", + "@polka/url": "^1.0.0-next.15", "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.15", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.15.tgz", + "integrity": "sha512-15spi3V28QdevleWBNXE4pIls3nFZmBbUGrW9IVPwiQczuSb9n76TCB4bsk8TSel+I1OkHEdPhu5QKMfY6rQHA==" }, "@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.15", + "resolved": "https://registry.npmjs.org/polka/-/polka-1.0.0-next.15.tgz", + "integrity": "sha512-zBCZO40+USkSj0GDHMqufthqk4TIRc9xVGd50LbMvYNEwGHK8dZczLBQtw9pPHBM+i/Xg7ed7+c+r6J68XkWLg==", "requires": { - "@polka/url": "^1.0.0-next.12", + "@polka/url": "^1.0.0-next.15", "trouter": "^3.1.0" } },