From 51bb10dc414778d6e64df916c6051de5af94e03a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 06:56:35 +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 | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 5136c477..b117af4b 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "ergebnis/json-pointer": "^3.1.0", "ergebnis/json-printer": "^3.2.0", "ergebnis/json-schema-validator": "^3.1.0", - "justinrainbow/json-schema": "^5.2.11" + "justinrainbow/json-schema": "^5.2.12" }, "require-dev": { "ergebnis/data-provider": "^1.2.0", diff --git a/composer.lock b/composer.lock index 6b7acd4d..5a583506 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": "037ac039816265b7ad8a82ddd75834ba", + "content-hash": "4fb96dbf15e1a9a9861c0cd48ec02fb5", "packages": [ { "name": "ergebnis/json-pointer", @@ -212,16 +212,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": { @@ -276,9 +276,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" } ], "packages-dev": [ From 09e6865286fb81d84ca2881116925b6f6cad3f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 10 Aug 2022 09:06:44 +0200 Subject: [PATCH 2/2] Fix: Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3d62e2..f90f641d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ For a full diff see [`3.0.0...3.0.1`][3.0.0...3.0.1]. - Required `ergebnis/json-pointer:^3.0.0` and `ergebnis/json-schema-validator:^3.1.0` ([#697]), by [@localheinz] - Required `ergebnis/json-pointer:^3.1.0` ([#698]), by [@dependabot] +- Required `justinrainbow/json-schema:^5.2.12` ([#705]), by [@dependabot] ## [`3.0.0`][3.0.0] @@ -514,6 +515,7 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0]. [#673]: https://github.com/ergebnis/json-normalizer/pull/673 [#697]: https://github.com/ergebnis/json-normalizer/pull/697 [#698]: https://github.com/ergebnis/json-normalizer/pull/698 +[#705]: https://github.com/ergebnis/json-normalizer/pull/705 [#723]: https://github.com/ergebnis/json-normalizer/pull/723 [@BackEndTea]: https://github.com/BackEndTea