From 86c9b44d78122952a3eaecaac38e9fca506fc64b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Jul 2021 18:21:45 +0000 Subject: [PATCH] Pin dependencies --- composer.json | 8 ++++---- composer.lock | 28 ++++++++++++++-------------- package.json | 8 ++++---- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/composer.json b/composer.json index 56d59153..2d021678 100644 --- a/composer.json +++ b/composer.json @@ -24,13 +24,13 @@ }, "require": { "php": ">=7.4", - "snowplow/snowplow-tracker": "^0.4.0" + "snowplow/snowplow-tracker": "0.4.0" }, "require-dev": { - "phpunit/phpunit": "^8.2", + "phpunit/phpunit": "8.5.15", "10up/wp_mock": "dev-master", - "automattic/vipwpcs": "^2.2", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1" + "automattic/vipwpcs": "2.3.0", + "dealerdirect/phpcodesniffer-composer-installer": "0.7.1" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 06b72ca7..d09a8ffa 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": "a43eafb86666f5e081aeec99384cbc9f", + "content-hash": "787f306eeb604d8a906f4e930fbd2cb2", "packages": [ { "name": "brick/math", @@ -285,16 +285,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "c6c942b1ac76c82448322025e084cadc56048b4e" + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e", - "reference": "c6c942b1ac76c82448322025e084cadc56048b4e", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", "shasum": "" }, "require": { @@ -306,7 +306,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -344,7 +344,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" }, "funding": [ { @@ -360,7 +360,7 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" + "time": "2021-02-19T12:13:01+00:00" } ], "packages-dev": [ @@ -2291,16 +2291,16 @@ }, { "name": "sirbrillig/phpcs-variable-analysis", - "version": "v2.11.0", + "version": "v2.11.2", "source": { "type": "git", "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git", - "reference": "e76e816236f401458dd8e16beecab905861b5867" + "reference": "3fad28475bfbdbf8aa5c440f8a8f89824983d85e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/e76e816236f401458dd8e16beecab905861b5867", - "reference": "e76e816236f401458dd8e16beecab905861b5867", + "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/3fad28475bfbdbf8aa5c440f8a8f89824983d85e", + "reference": "3fad28475bfbdbf8aa5c440f8a8f89824983d85e", "shasum": "" }, "require": { @@ -2340,7 +2340,7 @@ "source": "https://github.com/sirbrillig/phpcs-variable-analysis", "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki" }, - "time": "2021-03-09T22:32:14+00:00" + "time": "2021-07-06T23:45:17+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -2569,5 +2569,5 @@ "php": ">=7.4" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" } diff --git a/package.json b/package.json index 87b7993c..bea191e8 100644 --- a/package.json +++ b/package.json @@ -34,10 +34,10 @@ "test": "10up-scripts test-unit-jest" }, "devDependencies": { - "@10up/scripts": "^1.3.1", - "jsdoc": "~3.6.3", - "prop-types": "^15.7.2", - "wp-hookdoc": "^0.2.0" + "@10up/scripts": "1.3.1", + "jsdoc": "3.6.7", + "prop-types": "15.7.2", + "wp-hookdoc": "0.2.0" }, "engines": { "node": ">=12.0.0"