From 4bbc37fbbaff429d8813b4ad11ff00339d5b4fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:40:14 +0000 Subject: [PATCH] build(deps): bump qs and @types/qs Bumps [qs](https://github.com/ljharb/qs) and [@types/qs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qs). These dependencies needed to be updated together. Updates `qs` from 6.13.0 to 6.13.1 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.13.0...v6.13.1) Updates `@types/qs` from 6.9.16 to 6.9.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qs) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/qs" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 55 ++++++++++++++----- .../case-core-plugin-http-dsl/package.json | 2 +- packages/case-core-plugin-http/package.json | 4 +- packages/case-core/package.json | 4 +- packages/case-entities/package.json | 2 +- 5 files changed, 46 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7500ece17..8e6125b37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,9 +10,6 @@ "workspaces": [ "packages/*" ], - "dependencies": { - "@nx/nx-darwin-x64": "20.3.0" - }, "devDependencies": { "@contract-case/eslint-config-case-maintainer": "0.1.1", "example-extractor": "^0.0.4", @@ -10249,9 +10246,9 @@ "license": "MIT" }, "node_modules/@types/qs": { - "version": "6.9.16", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.16.tgz", - "integrity": "sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==" + "version": "6.9.17", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.17.tgz", + "integrity": "sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ==" }, "node_modules/@types/range-parser": { "version": "1.2.7", @@ -11981,6 +11978,20 @@ "npm": "1.2.8000 || >= 1.4.16" } }, + "node_modules/body-parser/node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "dependencies": { + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/bonjour-service": { "version": "1.2.1", "license": "MIT", @@ -16435,6 +16446,20 @@ "node": ">= 0.8" } }, + "node_modules/express/node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "dependencies": { + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/extend": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", @@ -28496,9 +28521,9 @@ "license": "MIT" }, "node_modules/qs": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", - "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "version": "6.13.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.1.tgz", + "integrity": "sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==", "dependencies": { "side-channel": "^1.0.6" }, @@ -33701,7 +33726,7 @@ "is-ci": "^4.1.0", "mkdirp": "^3.0.1", "pretty-format": "^29.6.1", - "qs": "^6.13.0", + "qs": "^6.13.1", "slug": "^9.1.0" }, "devDependencies": { @@ -33713,7 +33738,7 @@ "@types/git-rev-sync": "^2.0.2", "@types/is-ci": "^3.0.0", "@types/jest": "^29.5.12", - "@types/qs": "^6.9.16", + "@types/qs": "^6.9.17", "@types/slug": "^5.0.9", "body-parser": "^1.20.2", "cross-env": "^7.0.3", @@ -33801,14 +33826,14 @@ "@contract-case/case-plugin-dsl-types": "0.18.0", "axios": "^1.7.7", "express": "^4.20.0", - "qs": "^6.13.0" + "qs": "^6.13.1" }, "devDependencies": { "@contract-case/case-maintainer-config": "0.1.0", "@contract-case/eslint-config-case-maintainer": "0.1.1", "@types/express": "^4.17.14", "@types/jest": "^29.5.12", - "@types/qs": "^6.9.16", + "@types/qs": "^6.9.17", "@types/slug": "^5.0.9", "body-parser": "^1.20.2", "eslint": "^8.57.1", @@ -33839,7 +33864,7 @@ "@contract-case/eslint-config-case-maintainer": "0.1.1", "@types/express": "^4.17.14", "@types/jest": "^29.5.12", - "@types/qs": "^6.9.16", + "@types/qs": "^6.9.17", "@types/slug": "^5.0.9", "body-parser": "^1.20.2", "eslint": "^8.57.1", @@ -33942,7 +33967,7 @@ "@types/express": "^4.17.14", "@types/is-ci": "^3.0.0", "@types/jest": "^29.5.12", - "@types/qs": "^6.9.16", + "@types/qs": "^6.9.17", "@types/slug": "^5.0.9", "body-parser": "^1.20.2", "eslint": "^8.57.1", diff --git a/packages/case-core-plugin-http-dsl/package.json b/packages/case-core-plugin-http-dsl/package.json index d21a63d3f..ce163c693 100644 --- a/packages/case-core-plugin-http-dsl/package.json +++ b/packages/case-core-plugin-http-dsl/package.json @@ -52,7 +52,7 @@ "@contract-case/eslint-config-case-maintainer": "0.1.1", "@types/express": "^4.17.14", "@types/jest": "^29.5.12", - "@types/qs": "^6.9.16", + "@types/qs": "^6.9.17", "@types/slug": "^5.0.9", "body-parser": "^1.20.2", "eslint": "^8.57.1", diff --git a/packages/case-core-plugin-http/package.json b/packages/case-core-plugin-http/package.json index e30840c09..291f25f56 100644 --- a/packages/case-core-plugin-http/package.json +++ b/packages/case-core-plugin-http/package.json @@ -52,7 +52,7 @@ "@contract-case/eslint-config-case-maintainer": "0.1.1", "@types/express": "^4.17.14", "@types/jest": "^29.5.12", - "@types/qs": "^6.9.16", + "@types/qs": "^6.9.17", "@types/slug": "^5.0.9", "body-parser": "^1.20.2", "eslint": "^8.57.1", @@ -69,6 +69,6 @@ "@contract-case/case-plugin-base": "^0.18.0", "axios": "^1.7.7", "express": "^4.20.0", - "qs": "^6.13.0" + "qs": "^6.13.1" } } diff --git a/packages/case-core/package.json b/packages/case-core/package.json index 7eed07767..9957c7dec 100644 --- a/packages/case-core/package.json +++ b/packages/case-core/package.json @@ -61,7 +61,7 @@ "@types/git-rev-sync": "^2.0.2", "@types/is-ci": "^3.0.0", "@types/jest": "^29.5.12", - "@types/qs": "^6.9.16", + "@types/qs": "^6.9.17", "@types/slug": "^5.0.9", "body-parser": "^1.20.2", "cross-env": "^7.0.3", @@ -91,7 +91,7 @@ "is-ci": "^4.1.0", "mkdirp": "^3.0.1", "pretty-format": "^29.6.1", - "qs": "^6.13.0", + "qs": "^6.13.1", "slug": "^9.1.0" } } diff --git a/packages/case-entities/package.json b/packages/case-entities/package.json index 5ef222fa3..fae829804 100644 --- a/packages/case-entities/package.json +++ b/packages/case-entities/package.json @@ -54,7 +54,7 @@ "@types/express": "^4.17.14", "@types/is-ci": "^3.0.0", "@types/jest": "^29.5.12", - "@types/qs": "^6.9.16", + "@types/qs": "^6.9.17", "@types/slug": "^5.0.9", "body-parser": "^1.20.2", "eslint": "^8.57.1",