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": {