diff --git a/package.json b/package.json index c6407210d..35078dd01 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "@nx/webpack": "20.0.3", "@nx/workspace": "20.0.3", "@semantic-release/changelog": "6.0.3", - "@types/concurrently": "7.0.0", + "@types/concurrently": "7.0.3", "@types/fs-extra": "9.0.13", "@types/inquirer": "8.2.10", "@types/jest": "29.5.14", diff --git a/yarn.lock b/yarn.lock index 57aae5bb1..6f3f0183a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2716,10 +2716,10 @@ dependencies: "@types/node" "*" -"@types/concurrently@7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@types/concurrently/-/concurrently-7.0.0.tgz#745fea75f46dd1f28174b8f921afadde3d5bcddf" - integrity sha512-pUOv0XBVexkfVOLWwzh8CMK7b+dnXGvq+/sJKfcws6b0vuMqNw8UeZUiaO9mWxfyS0eYGQyxg+J9EpVRxUCunA== +"@types/concurrently@7.0.3": + version "7.0.3" + resolved "https://registry.yarnpkg.com/@types/concurrently/-/concurrently-7.0.3.tgz#0e7f0a1d987cdcfed7bfd647b0d94dd98ff72789" + integrity sha512-6qiebMAdr4sRXLrczE3Wo/+JAQMXnYUhFulknKvhOVsZ1lL4bnV8EpB3YT2ZnbnJXkOTZ0KAkaa9cs1m0YIhXQ== dependencies: concurrently "*"