From f72d73a0b4ecac81e6c457e3756d2984ec6081f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 05:48:49 +0000 Subject: [PATCH] Chore(deps): Bump qs from 6.5.2 to 6.10.3 in /client Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.10.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.10.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 38 ++++++++++++++------------------------ 1 file changed, 14 insertions(+), 24 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 5e478b4..5f16ecf 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -57,7 +57,7 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", - "nth-check": "2.0.1", + "nth-check": "^2.0.1", "prettier": "^2.5.1", "redux-persist": "^6.0.0" } @@ -25332,9 +25332,6 @@ "requires": { "lru-cache": "^6.0.0" } - }, - "postcss": { - "version": "8.2.13" } } }, @@ -25390,9 +25387,6 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - }, - "postcss": { - "version": "8.2.13" } } }, @@ -25415,7 +25409,12 @@ }, "dependencies": { "nth-check": { - "version": "2.0.1" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", + "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", + "requires": { + "boolbase": "^1.0.0" + } } } }, @@ -33205,9 +33204,6 @@ "requires": { "lru-cache": "^6.0.0" } - }, - "postcss": { - "version": "8.2.13" } } }, @@ -33457,9 +33453,6 @@ "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - }, - "postcss": { - "version": "8.2.13" } } }, @@ -34196,11 +34189,6 @@ "css-what": "^3.2.1", "domutils": "^1.7.0", "nth-check": "2.0.1" - }, - "dependencies": { - "nth-check": { - "version": "2.0.1" - } } }, "css-what": { @@ -34243,7 +34231,12 @@ } }, "nth-check": { - "version": "2.0.1" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", + "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", + "requires": { + "boolbase": "^1.0.0" + } } } }, @@ -34285,9 +34278,6 @@ "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "postcss": { - "version": "8.2.13" } } }, @@ -35383,4 +35373,4 @@ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" } } -} \ No newline at end of file +}