From 8d7a1854c58dc72fad23df933ff039dc06eb4d64 Mon Sep 17 00:00:00 2001 From: renovate <renovate-bot@autistici.org> Date: Fri, 11 Mar 2022 01:29:21 +0000 Subject: [PATCH] Update dependency johnpbloch/wordpress to v5.9.2 --- composer.json | 2 +- composer.lock | 48 +++++++++++++++++++++++++++++++++--------------- 2 files changed, 34 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index bce6fbe2..b305b6c9 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "oomphinc/composer-installers-extender": "2.0.0", "cweagans/composer-patches": "1.7.1", "koodimonni/composer-dropin-installer": "1.3", - "johnpbloch/wordpress": "5.9.1", + "johnpbloch/wordpress": "5.9.2", "bjornjohansen/wplang": "0.1.1", "wpackagist-plugin/disable-wordpress-updates": "1.7.0", "wpackagist-plugin/more-privacy-options": "4.6", diff --git a/composer.lock b/composer.lock index 253d5d53..e3b2cd7a 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": "4c03d1fcc162b9fb11bfdda8709f934f", + "content-hash": "4d7fbed47bdf3e9f41cd2f3a95c00ae0", "packages": [ { "name": "bjornjohansen/wplang", @@ -237,20 +237,20 @@ }, { "name": "johnpbloch/wordpress", - "version": "5.9.1", + "version": "5.9.2", "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress.git", - "reference": "37734d678aac2d8cae73271583e638eaa82823d2" + "reference": "e929834ba93c3de1d6b832162eda5af469041ea6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/37734d678aac2d8cae73271583e638eaa82823d2", - "reference": "37734d678aac2d8cae73271583e638eaa82823d2", + "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/e929834ba93c3de1d6b832162eda5af469041ea6", + "reference": "e929834ba93c3de1d6b832162eda5af469041ea6", "shasum": "" }, "require": { - "johnpbloch/wordpress-core": "5.9.1", + "johnpbloch/wordpress-core": "5.9.2", "johnpbloch/wordpress-core-installer": "^1.0 || ^2.0", "php": ">=5.6.20" }, @@ -262,30 +262,30 @@ "authors": [ { "name": "WordPress Community", - "homepage": "http://wordpress.org/about/" + "homepage": "https://wordpress.org/about/" } ], "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", - "homepage": "http://wordpress.org/", + "homepage": "https://wordpress.org/", "keywords": [ "blog", "cms", "wordpress" ], - "time": "2022-02-22T15:31:51+00:00" + "time": "2022-03-11T00:51:43+00:00" }, { "name": "johnpbloch/wordpress-core", - "version": "5.9.1", + "version": "5.9.2", "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress-core.git", - "reference": "2c3acb773b91a72ab83ee039532d2c7e0b6f2127" + "reference": "0eb92a65ce99816683e2c0d50e83774ae5bfcf1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/2c3acb773b91a72ab83ee039532d2c7e0b6f2127", - "reference": "2c3acb773b91a72ab83ee039532d2c7e0b6f2127", + "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/0eb92a65ce99816683e2c0d50e83774ae5bfcf1a", + "reference": "0eb92a65ce99816683e2c0d50e83774ae5bfcf1a", "shasum": "" }, "require": { @@ -293,7 +293,7 @@ "php": ">=5.6.20" }, "provide": { - "wordpress/core-implementation": "5.9.1" + "wordpress/core-implementation": "5.9.2" }, "type": "wordpress-core", "notification-url": "https://packagist.org/downloads/", @@ -313,7 +313,7 @@ "cms", "wordpress" ], - "time": "2022-02-22T15:31:48+00:00" + "time": "2022-03-11T00:51:39+00:00" }, { "name": "johnpbloch/wordpress-core-installer", @@ -1250,6 +1250,24 @@ "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/two-factor/" }, + { + "name": "wpackagist-plugin/two-factor-provider-webauthn", + "version": "1.0.0", + "source": { + "type": "svn", + "url": "https://plugins.svn.wordpress.org/two-factor-provider-webauthn/", + "reference": "tags/1.0.0" + }, + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/plugin/two-factor-provider-webauthn.1.0.0.zip" + }, + "require": { + "composer/installers": "^1.0 || ^2.0" + }, + "type": "wordpress-plugin", + "homepage": "https://wordpress.org/plugins/two-factor-provider-webauthn/" + }, { "name": "wpackagist-plugin/video-sidebar-widgets", "version": "6.1", -- GitLab