From e134b887b265a49328ba113a9b66b13c0e92700f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:13:45 +0000 Subject: [PATCH] chore(deps-dev): Bump @asyncapi/parser in /springwolf-ui Bumps [@asyncapi/parser](https://github.com/asyncapi/parser-js) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/asyncapi/parser-js/releases) - [Commits](https://github.com/asyncapi/parser-js/compare/@asyncapi/parser@3.3.0...@asyncapi/parser@3.4.0) --- updated-dependencies: - dependency-name: "@asyncapi/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- springwolf-ui/package-lock.json | 39 +++++++++++++++++++++++++-------- springwolf-ui/package.json | 2 +- 2 files changed, 31 insertions(+), 10 deletions(-) diff --git a/springwolf-ui/package-lock.json b/springwolf-ui/package-lock.json index a23d3816a..98f720da5 100644 --- a/springwolf-ui/package-lock.json +++ b/springwolf-ui/package-lock.json @@ -28,7 +28,7 @@ "@angular-devkit/build-angular": "^18.2.8", "@angular/cli": "^18.2.8", "@angular/compiler-cli": "^18.2.8", - "@asyncapi/parser": "^3.3.0", + "@asyncapi/parser": "^3.4.0", "@testing-library/angular": "^17.3.1", "@types/jest": "^29.5.13", "@types/node": "^18.19.50", @@ -1716,9 +1716,9 @@ } }, "node_modules/@asyncapi/parser": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.3.0.tgz", - "integrity": "sha512-IqBeDU/YxiHP/ySPYR5ayT/EE2ad9V75v8lhcA2ZowRDKh1YvNJaDwTpJjmRuggg8328uSDc9x/YEy6KgRgcgw==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.4.0.tgz", + "integrity": "sha512-Sxn74oHiZSU6+cVeZy62iPZMFMvKp4jupMFHelSICCMw1qELmUHPvuZSr+ZHDmNGgHcEpzJM5HN02kR7T4g+PQ==", "dev": true, "dependencies": { "@asyncapi/specs": "^6.8.0", @@ -1738,7 +1738,7 @@ "ajv-formats": "^2.1.1", "avsc": "^5.7.5", "js-yaml": "^4.1.0", - "jsonpath-plus": "^7.2.0", + "jsonpath-plus": "^10.0.0", "node-fetch": "2.6.7" } }, @@ -5131,6 +5131,18 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, + "node_modules/@jsep-plugin/assignment": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.2.1.tgz", + "integrity": "sha512-gaHqbubTi29aZpVbBlECRpmdia+L5/lh2BwtIJTmtxdbecEyyX/ejAOg7eQDGNvGOUmPY7Z2Yxdy9ioyH/VJeA==", + "dev": true, + "engines": { + "node": ">= 10.16.0" + }, + "peerDependencies": { + "jsep": "^0.4.0||^1.0.0" + } + }, "node_modules/@jsep-plugin/regex": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.3.tgz", @@ -14662,12 +14674,21 @@ ] }, "node_modules/jsonpath-plus": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz", - "integrity": "sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.1.0.tgz", + "integrity": "sha512-gHfV1IYqH8uJHYVTs8BJX1XKy2/rR93+f8QQi0xhx95aCiXn1ettYAd5T+7FU6wfqyDoX/wy0pm/fL3jOKJ9Lg==", "dev": true, + "dependencies": { + "@jsep-plugin/assignment": "^1.2.1", + "@jsep-plugin/regex": "^1.0.3", + "jsep": "^1.3.9" + }, + "bin": { + "jsonpath": "bin/jsonpath-cli.js", + "jsonpath-plus": "bin/jsonpath-cli.js" + }, "engines": { - "node": ">=12.0.0" + "node": ">=18.0.0" } }, "node_modules/jsonpointer": { diff --git a/springwolf-ui/package.json b/springwolf-ui/package.json index ba4ebd21a..7d652c7b9 100644 --- a/springwolf-ui/package.json +++ b/springwolf-ui/package.json @@ -32,7 +32,7 @@ "@angular-devkit/build-angular": "^18.2.8", "@angular/cli": "^18.2.8", "@angular/compiler-cli": "^18.2.8", - "@asyncapi/parser": "^3.3.0", + "@asyncapi/parser": "^3.4.0", "@testing-library/angular": "^17.3.1", "@types/jest": "^29.5.13", "@types/node": "^18.19.50",