From bc2adcdc0948733f604b7b20a979c037c6058967 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 13 Dec 2023 13:05:32 +0100 Subject: [PATCH 1/2] chore: update @asyncapi/avro-schema-parser to 3.0.8 version (#931) --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3bfcb2e1..d4f542e1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "node-fetch": "2.6.7" }, "devDependencies": { - "@asyncapi/avro-schema-parser": "^3.0.7", + "@asyncapi/avro-schema-parser": "^3.0.8", "@jest/types": "^29.0.2", "@swc/core": "^1.2.248", "@swc/jest": "^0.2.22", @@ -82,12 +82,12 @@ } }, "node_modules/@asyncapi/avro-schema-parser": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.7.tgz", - "integrity": "sha512-pu5NDnha0Swd041uNtGbj7yshp2zd2U1CjL5rI5GCWPzq64SlS6rdPjX2iBIWXChV8FlX9GGhW9eRoJduIzntg==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.8.tgz", + "integrity": "sha512-blWAiBhc4kVcBU/9/FMS8dNcuJArQVnCXuIo4pcRUf87G3dXGHllnCipc5OKeObrKkv5D/MOC/yH6RFOvv+chg==", "dev": true, "dependencies": { - "@asyncapi/parser": "^3.0.1", + "@asyncapi/parser": "^3.0.0", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" } @@ -11135,12 +11135,12 @@ } }, "@asyncapi/avro-schema-parser": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.7.tgz", - "integrity": "sha512-pu5NDnha0Swd041uNtGbj7yshp2zd2U1CjL5rI5GCWPzq64SlS6rdPjX2iBIWXChV8FlX9GGhW9eRoJduIzntg==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.8.tgz", + "integrity": "sha512-blWAiBhc4kVcBU/9/FMS8dNcuJArQVnCXuIo4pcRUf87G3dXGHllnCipc5OKeObrKkv5D/MOC/yH6RFOvv+chg==", "dev": true, "requires": { - "@asyncapi/parser": "^3.0.1", + "@asyncapi/parser": "^3.0.0", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" } diff --git a/package.json b/package.json index 85b08811e..a7d60fb5b 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "node-fetch": "2.6.7" }, "devDependencies": { - "@asyncapi/avro-schema-parser": "^3.0.7", + "@asyncapi/avro-schema-parser": "^3.0.8", "@jest/types": "^29.0.2", "@swc/core": "^1.2.248", "@swc/jest": "^0.2.22", From 8202e30eebe3ee8c6f251395fb3377b1ea28927f Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 13 Dec 2023 14:27:22 +0100 Subject: [PATCH 2/2] ci: update of files from global .github repo (#932) --- .github/workflows/bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 92fa275ed..e5f8351a6 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -31,4 +31,4 @@ jobs: github_token: ${{ secrets.GH_TOKEN }} committer_username: asyncapi-bot committer_email: info@asyncapi.io - repos_to_ignore: html-template # this is temporary until react component releases 1.0, then it can be removed \ No newline at end of file + repos_to_ignore: spec,bindings