From 881b092e288baa090e0d917e9f8537e5151b2896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 07:44:05 +0000 Subject: [PATCH] Bump nth-check from 2.0.0 to 2.0.1 Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/fb55/nth-check/releases) - [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: nth-check dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index f31ebe3..32a1b36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "proxytoggle", - "version": "1.1.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -198,14 +198,6 @@ "@lion/localize": "0.17.0" } }, - "@lion/helpers": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@lion/helpers/-/helpers-0.7.0.tgz", - "integrity": "sha512-rmGOtPlzr7YyYRZWzFJe+oAm0SgfdqvpHtSz5b6plUvlAy8yQteOyk/DruuPr9HhAzdGAtrkmm6wf6TmXw0VYA==", - "requires": { - "@lion/core": "0.15.0" - } - }, "@lion/input": { "version": "0.12.2", "resolved": "https://registry.npmjs.org/@lion/input/-/input-0.12.2.tgz", @@ -234,16 +226,6 @@ "@lion/input": "0.12.2" } }, - "@lion/switch": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/@lion/switch/-/switch-0.14.2.tgz", - "integrity": "sha512-UengiNIt9nqNIazERAVnxb392sncWiTIncW8IgmpDSAHYuzG3gJAXBy7rwvqhmSuLWpf8mniq5yUzabaTDDSCw==", - "requires": { - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.1", - "@lion/helpers": "0.7.0" - } - }, "@mdn/browser-compat-data": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-3.1.3.tgz", @@ -3192,9 +3174,9 @@ } }, "nth-check": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.0.tgz", - "integrity": "sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", + "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", "dev": true, "requires": { "boolbase": "^1.0.0"