From 31db1ddef1e4e8e144f0a674dc7d9e319e4002a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 03:01:11 +0000 Subject: [PATCH] Bump qs from 6.5.2 to 6.5.3 in /pack/plugins/start/prettier-vim-prettier Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../start/prettier-vim-prettier/yarn.lock | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/pack/plugins/start/prettier-vim-prettier/yarn.lock b/pack/plugins/start/prettier-vim-prettier/yarn.lock index 140bfd28..48107632 100644 --- a/pack/plugins/start/prettier-vim-prettier/yarn.lock +++ b/pack/plugins/start/prettier-vim-prettier/yarn.lock @@ -25,14 +25,14 @@ dependencies: luaparse "0.2.1" -"@prettier/plugin-php@^0.10.2": - version "0.10.2" - resolved "https://registry.yarnpkg.com/@prettier/plugin-php/-/plugin-php-0.10.2.tgz#324b7bc4dc7305c7e43f864234e82a9cc0c862a4" - integrity sha512-FCzNR2kqlS9YV81JguX4vYnpwFn6cOlLwUZaEB0jIjPcrEgqqBwk6KSERTA5cE+lX5Ynip5rkV1hydGufwyJ7A== +"@prettier/plugin-php@^0.11.1": + version "0.11.2" + resolved "https://registry.yarnpkg.com/@prettier/plugin-php/-/plugin-php-0.11.2.tgz#2eca5d836c9782e958a1f37874d78f419e3aad36" + integrity sha512-LWT3VY0+Xd2fGNqOfv7B2boBIomUJmSaBA3YFPIrz7Yzg8Yu8V9Vs6p19aXPezFVqJGTh1NT3/6b1dah2gmu/Q== dependencies: linguist-languages "^6.3.0" mem "^4.0.0" - php-parser glayzzle/php-parser#71485979b688d12fb130d3e853fdc00348671e00 + php-parser "github:glayzzle/php-parser#71485979b688d12fb130d3e853fdc00348671e00" "@prettier/plugin-ruby@^0.8.0": version "0.8.0" @@ -2610,8 +2610,9 @@ performance-now@^2.1.0: resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= -php-parser@glayzzle/php-parser#71485979b688d12fb130d3e853fdc00348671e00: +"php-parser@github:glayzzle/php-parser#71485979b688d12fb130d3e853fdc00348671e00": version "3.0.0-prerelease.8" + uid "71485979b688d12fb130d3e853fdc00348671e00" resolved "https://codeload.github.com/glayzzle/php-parser/tar.gz/71485979b688d12fb130d3e853fdc00348671e00" pify@^2.0.0: @@ -2718,9 +2719,9 @@ punycode@^2.1.0, punycode@^2.1.1: integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== qs@~6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" - integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== + version "6.5.3" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad" + integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA== randomatic@^3.0.0: version "3.1.1"