From 4f7c283a133e5aebd20110c6b2b298a5063c1b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 07:24:35 +0000 Subject: [PATCH] chore(deps): bump superstruct from 1.0.4 to 2.0.2 Bumps [superstruct](https://github.com/ianstormtaylor/superstruct) from 1.0.4 to 2.0.2. - [Release notes](https://github.com/ianstormtaylor/superstruct/releases) - [Changelog](https://github.com/ianstormtaylor/superstruct/blob/main/Changelog.md) - [Commits](https://github.com/ianstormtaylor/superstruct/compare/v1.0.4...v2.0.2) --- updated-dependencies: - dependency-name: superstruct dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/management-api/package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/management-api/package.json b/packages/management-api/package.json index 7dd44f8a..e9e29eb1 100644 --- a/packages/management-api/package.json +++ b/packages/management-api/package.json @@ -35,7 +35,7 @@ "jolokia.js": "^2.0.1", "jquery": "^3.7.0", "jsonpath": "^1.1.1", - "superstruct": "^1.0.4", + "superstruct": "^2.0.2", "ts-node": "^10.9.2", "typescript": "^5.4.5" }, diff --git a/yarn.lock b/yarn.lock index 08a5af00..65b2f0ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2146,7 +2146,7 @@ __metadata: jquery: "npm:^3.7.0" jsonpath: "npm:^1.1.1" replace: "npm:^1.2.2" - superstruct: "npm:^1.0.4" + superstruct: "npm:^2.0.2" ts-jest: "npm:^29.2.5" ts-node: "npm:^10.9.2" tsup: "npm:^8.2.4" @@ -14256,6 +14256,13 @@ __metadata: languageName: node linkType: hard +"superstruct@npm:^2.0.2": + version: 2.0.2 + resolution: "superstruct@npm:2.0.2" + checksum: 10/10e1944a9da4baee187fbaa6c5d97d7af266b55786dfe50bce67f0f1e7d93f1a5a42dd51e245a2e16404f8336d07c21c67f1c1fbc4ad0a252d3d2601d6c926da + languageName: node + linkType: hard + "supertest@npm:^7.0.0": version: 7.0.0 resolution: "supertest@npm:7.0.0"