From 07832a50caf6da2cae3f51b7c8afcfdf16d5e46c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:38:07 +0000 Subject: [PATCH] Bump grunt-contrib-connect from 5.0.0 to 5.0.1 Bumps [grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/gruntjs/grunt-contrib-connect/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-connect/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-connect/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: grunt-contrib-connect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/yarn.lock b/yarn.lock index 95bc6d21..26f9f9e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1550,12 +1550,7 @@ async@^2.6.0: dependencies: lodash "^4.17.14" -async@^3.2.3, async@~3.2.0: - version "3.2.4" - resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c" - integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ== - -async@^3.2.5: +async@^3.2.3, async@^3.2.5, async@~3.2.0: version "3.2.5" resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66" integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg== @@ -2964,9 +2959,9 @@ grunt-contrib-concat@^2.1.0: source-map "^0.5.3" grunt-contrib-connect@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/grunt-contrib-connect/-/grunt-contrib-connect-5.0.0.tgz#01efb86e849a6df81d3644cdfd53e02fc6ebeec6" - integrity sha512-5bnw/5h8p4P+9EYgFAPKExlNzY1U2/FQSsNlbZmXwbS5l2SyzLwyDqpXKma9RFi2y4s+3IC0ShjE1hJkzuhp4w== + version "5.0.1" + resolved "https://registry.yarnpkg.com/grunt-contrib-connect/-/grunt-contrib-connect-5.0.1.tgz#c8cc828a3c806520d9126377870b62eeb8bd2f92" + integrity sha512-Hfq/0QJl3ddD2N/a/1cDJHkKEOGk6m7W6uxNe0AmYwtf6v0F/4+8q9rvPJ1tl+mrI90lU/89I9T/h48qqeMfQA== dependencies: async "^3.2.5" connect "^3.7.0"