From 0439e8f9e0d1828c589a3cdd0ccab5f2e5434171 Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Tue, 24 Feb 2026 11:53:14 -0600 Subject: [PATCH] Add wp-sweep, update lockfile. Fixes #104 Signed-off-by: Joe Dolson --- .gitignore | 1 + composer.json | 3 +- composer.lock | 82 ++++++++++++++++++++++++++++++----------------- package-lock.json | 6 ++++ 4 files changed, 62 insertions(+), 30 deletions(-) create mode 100644 package-lock.json diff --git a/.gitignore b/.gitignore index 008894d..d32bc3b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,5 +20,6 @@ content/plugins/s3-uploads/ content/plugins/fastly/ content/plugins/glossary/ content/plugins/unconfirmed/ +content/plugins/wp-sweep/ vendor/ wordpress/ diff --git a/composer.json b/composer.json index 0ef3d3e..3259c72 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,8 @@ "humanmade/s3-uploads": "^3.0", "wpackagist-plugin/fastly": "^1.2.29", "progress-planner/glossary": "^1.2.0", - "wpackagist-plugin/unconfirmed": "^1.3.7" + "wpackagist-plugin/unconfirmed": "^1.3.7", + "wpackagist-plugin/wp-sweep": "^1.1.8" }, "extra": { "installer-paths": { diff --git a/composer.lock b/composer.lock index 2605366..a599dcb 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": "ff1eb6048c2351ea1ef8816d0b843e82", + "content-hash": "41dd6d704115b9ede6611ef9cc53cef6", "packages": [ { "name": "afragen/git-updater", @@ -264,16 +264,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.370.0", + "version": "3.370.1", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "3cfb2c787c43efa546ba3b6b596956cbef5cdd53" + "reference": "273a9bbed9e73016be390b8428f7925f15ea053e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3cfb2c787c43efa546ba3b6b596956cbef5cdd53", - "reference": "3cfb2c787c43efa546ba3b6b596956cbef5cdd53", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/273a9bbed9e73016be390b8428f7925f15ea053e", + "reference": "273a9bbed9e73016be390b8428f7925f15ea053e", "shasum": "" }, "require": { @@ -355,22 +355,22 @@ "support": { "forum": "https://github.com/aws/aws-sdk-php/discussions", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.370.0" + "source": "https://github.com/aws/aws-sdk-php/tree/3.370.1" }, - "time": "2026-02-20T19:09:33+00:00" + "time": "2026-02-23T19:05:30+00:00" }, { "name": "brick/math", - "version": "0.14.1", + "version": "0.14.8", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "f05858549e5f9d7bb45875a75583240a38a281d0" + "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/f05858549e5f9d7bb45875a75583240a38a281d0", - "reference": "f05858549e5f9d7bb45875a75583240a38a281d0", + "url": "https://api.github.com/repos/brick/math/zipball/63422359a44b7f06cae63c3b429b59e8efcc0629", + "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629", "shasum": "" }, "require": { @@ -409,7 +409,7 @@ ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.14.1" + "source": "https://github.com/brick/math/tree/0.14.8" }, "funding": [ { @@ -417,7 +417,7 @@ "type": "github" } ], - "time": "2025-11-24T14:40:29+00:00" + "time": "2026-02-10T14:33:43+00:00" }, { "name": "composer/installers", @@ -571,20 +571,20 @@ "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", - "reference": "0b274ac959624e6c6d647e9c9b6c2d20da242004" + "reference": "4e433a8d57078645b55d21fd12c887d3ba6ca01e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/0b274ac959624e6c6d647e9c9b6c2d20da242004", - "reference": "0b274ac959624e6c6d647e9c9b6c2d20da242004", + "url": "https://api.github.com/repos/erusev/parsedown/zipball/4e433a8d57078645b55d21fd12c887d3ba6ca01e", + "reference": "4e433a8d57078645b55d21fd12c887d3ba6ca01e", "shasum": "" }, "require": { "ext-mbstring": "*", - "php": ">=7.1" + "php": ">=7.2" }, "require-dev": { - "phpunit/phpunit": "^7.5|^8.5|^9.6" + "phpunit/phpunit": "^8.5.52|^9.6.33" }, "default-branch": true, "type": "library", @@ -614,7 +614,13 @@ "issues": "https://github.com/erusev/parsedown/issues", "source": "https://github.com/erusev/parsedown/tree/master" }, - "time": "2025-08-31T07:57:44+00:00" + "funding": [ + { + "url": "https://github.com/erusev", + "type": "github" + } + ], + "time": "2026-02-18T15:50:20+00:00" }, { "name": "fairpm/fair-beacon", @@ -764,12 +770,12 @@ "source": { "type": "git", "url": "https://github.com/fairpm/fair-plugin.git", - "reference": "8f3ab3c0b18a166771db10d1f58f466dfd5b2f33" + "reference": "74e9364bbcd2193cd10f4e35a3e55029b81ac481" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fairpm/fair-plugin/zipball/8f3ab3c0b18a166771db10d1f58f466dfd5b2f33", - "reference": "8f3ab3c0b18a166771db10d1f58f466dfd5b2f33", + "url": "https://api.github.com/repos/fairpm/fair-plugin/zipball/74e9364bbcd2193cd10f4e35a3e55029b81ac481", + "reference": "74e9364bbcd2193cd10f4e35a3e55029b81ac481", "shasum": "" }, "require": { @@ -843,7 +849,7 @@ "source": "https://github.com/fairpm/fair-plugin", "docs": "https://github.com/fairpm/fair-plugin/blob/main/README.md" }, - "time": "2026-01-07T22:20:08+00:00" + "time": "2026-02-16T18:02:14+00:00" }, { "name": "freemius/wordpress-sdk", @@ -1878,16 +1884,16 @@ }, { "name": "predis/predis", - "version": "v3.2.0", + "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/predis/predis.git", - "reference": "9e9deec4dfd3ebf65d32eb368f498c646ba2ecd8" + "reference": "0850f2f36ee179f0ff96c92c750e1366c6cd754c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/predis/predis/zipball/9e9deec4dfd3ebf65d32eb368f498c646ba2ecd8", - "reference": "9e9deec4dfd3ebf65d32eb368f498c646ba2ecd8", + "url": "https://api.github.com/repos/predis/predis/zipball/0850f2f36ee179f0ff96c92c750e1366c6cd754c", + "reference": "0850f2f36ee179f0ff96c92c750e1366c6cd754c", "shasum": "" }, "require": { @@ -1929,7 +1935,7 @@ ], "support": { "issues": "https://github.com/predis/predis/issues", - "source": "https://github.com/predis/predis/tree/v3.2.0" + "source": "https://github.com/predis/predis/tree/v3.4.1" }, "funding": [ { @@ -1937,7 +1943,7 @@ "type": "github" } ], - "time": "2025-08-06T06:41:24+00:00" + "time": "2026-02-23T19:51:21+00:00" }, { "name": "progress-planner/glossary", @@ -2763,6 +2769,24 @@ "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/unconfirmed/" }, + { + "name": "wpackagist-plugin/wp-sweep", + "version": "1.1.8", + "source": { + "type": "svn", + "url": "https://plugins.svn.wordpress.org/wp-sweep/", + "reference": "tags/1.1.8" + }, + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/plugin/wp-sweep.1.1.8.zip" + }, + "require": { + "composer/installers": "^1.0 || ^2.0" + }, + "type": "wordpress-plugin", + "homepage": "https://wordpress.org/plugins/wp-sweep/" + }, { "name": "yoast/wordpress-seo", "version": "27.0", diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..b280e8b --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "server", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}