diff options
-rw-r--r-- | composer.lock | 8 | ||||
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | psalm.xml | 1 |
3 files changed, 12 insertions, 3 deletions
diff --git a/composer.lock b/composer.lock index 9a24a89..9329d8e 100644 --- a/composer.lock +++ b/composer.lock @@ -5,6 +5,7 @@ "This file is @generated automatically" ], "content-hash": "da8593c79fc71116e3079512611bb8ec", + "packages": [], "packages-dev": [ { @@ -329,6 +330,7 @@ }, { "name": "composer/xdebug-handler", + "version": "2.0.0", "source": { "type": "git", @@ -373,7 +375,9 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/xdebug-handler/issues", + "source": "https://github.com/composer/xdebug-handler/tree/2.0.0" + }, "funding": [ { @@ -389,7 +393,9 @@ "type": "tidelift" } ], + "time": "2021-04-09T19:40:06+00:00" + }, { "name": "dnoegel/php-xdg-base-dir", @@ -530,6 +536,7 @@ "time": "2021-02-22T14:02:09+00:00" }, { + "name": "humanmade/psalm-plugin-wordpress", "version": "2.0.4", "source": { @@ -809,6 +816,7 @@ "time": "2019-03-29T20:06:56+00:00" }, { + "name": "php-stubs/wordpress-stubs", "version": "v5.7.0", "source": { diff --git a/package-lock.json b/package-lock.json index ed63f0b..99a7168 100644 --- a/package-lock.json +++ b/package-lock.json @@ -665,9 +665,9 @@ } }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "log-symbols": { @@ -1,4 +1,5 @@ <?xml version="1.0"?> + <!-- SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com> SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> |