From bb71071107b57bbca841b7fb005f5137d2dfca0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 07:45:26 +0000 Subject: [PATCH 1/2] composer(deps): bump justinrainbow/json-schema from 5.2.11 to 5.2.12 Bumps [justinrainbow/json-schema](https://github.com/justinrainbow/json-schema) from 5.2.11 to 5.2.12. - [Release notes](https://github.com/justinrainbow/json-schema/releases) - [Commits](https://github.com/justinrainbow/json-schema/compare/5.2.11...5.2.12) --- updated-dependencies: - dependency-name: justinrainbow/json-schema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c268dd82..597d83cf 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "composer-plugin-api": "^2.0.0", "ergebnis/json-normalizer": "~2.1.0", "ergebnis/json-printer": "^3.2.0", - "justinrainbow/json-schema": "^5.2.11", + "justinrainbow/json-schema": "^5.2.12", "localheinz/diff": "^1.1.1" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 54f762fa..e54c5938 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "57896b10b52c90c5308ac718bdf9748b", + "content-hash": "8093552712470ce9fdd1d4570c9380a9", "packages": [ { "name": "ergebnis/json-normalizer", @@ -207,16 +207,16 @@ }, { "name": "justinrainbow/json-schema", - "version": "5.2.11", + "version": "5.2.12", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa" + "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa", - "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", + "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", "shasum": "" }, "require": { @@ -271,9 +271,9 @@ ], "support": { "issues": "https://github.com/justinrainbow/json-schema/issues", - "source": "https://github.com/justinrainbow/json-schema/tree/5.2.11" + "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12" }, - "time": "2021-07-22T09:24:00+00:00" + "time": "2022-04-13T08:02:27+00:00" }, { "name": "localheinz/diff", @@ -5869,5 +5869,5 @@ "platform-overrides": { "php": "7.4.26" }, - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" } From 8e676702d1a20b5d51102d3b9354a5f93abe9046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 20 Apr 2022 09:47:53 +0200 Subject: [PATCH 2/2] Fix: Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a8ff6cd..e5380ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ For a full diff see [`2.25.1...main`][2.25.1...main]. - Updated `schema.json` ([#916]), by [@ergebnis-bot] +### Fixed + +- Updated `justinrainbow/json-schema` ([#920]), by [@dependabot] + ## [`2.25.1`][2.25.1] For a full diff see [`2.25.0...2.25.1`][2.25.0....2.25.1].