From cd90c59e34e3d045c361910d15e92de8d80e7038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:31:46 +0000 Subject: [PATCH] chore(deps-dev): bump ip from 1.1.8 to 1.1.9 in /playground Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. - [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9) --- updated-dependencies: - dependency-name: ip dependency-type: indirect ... Signed-off-by: dependabot[bot] --- playground/package-lock.json | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/playground/package-lock.json b/playground/package-lock.json index 531161a26..46f2a50d9 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -37,10 +37,10 @@ "version": "1.2.13", "license": "Apache-2.0", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.9", - "@asyncapi/openapi-schema-parser": "^3.0.10", - "@asyncapi/parser": "^3.0.2", - "@asyncapi/protobuf-schema-parser": "^3.0.6", + "@asyncapi/avro-schema-parser": "^3.0.12", + "@asyncapi/openapi-schema-parser": "^3.0.11", + "@asyncapi/parser": "^3.0.7", + "@asyncapi/protobuf-schema-parser": "^3.2.3", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14", @@ -9198,9 +9198,10 @@ } }, "node_modules/ip": { - "version": "1.1.8", - "dev": true, - "license": "MIT" + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz", + "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==", + "dev": true }, "node_modules/ip-regex": { "version": "2.1.0", @@ -19261,10 +19262,10 @@ "@asyncapi/react-component": { "version": "file:../library", "requires": { - "@asyncapi/avro-schema-parser": "^3.0.9", - "@asyncapi/openapi-schema-parser": "^3.0.10", - "@asyncapi/parser": "^3.0.2", - "@asyncapi/protobuf-schema-parser": "^3.0.6", + "@asyncapi/avro-schema-parser": "^3.0.12", + "@asyncapi/openapi-schema-parser": "^3.0.11", + "@asyncapi/parser": "^3.0.7", + "@asyncapi/protobuf-schema-parser": "^3.2.3", "@cypress/webpack-preprocessor": "^5.9.0", "@tailwindcss/typography": "^0.4.0", "@testing-library/jest-dom": "^5.17.0", @@ -25494,7 +25495,9 @@ "dev": true }, "ip": { - "version": "1.1.8", + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz", + "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==", "dev": true }, "ip-regex": {