From 7484830bfc9ed6fef162fe24112564221dbfab0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 07:45:20 +0000 Subject: [PATCH] Bump concurrently from 9.0.0 to 9.0.1 Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index efa3a1d..5e80188 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@tailwindcss/typography": "^0.5.15", "alpinejs": "^3.14.1", "autoprefixer": "^10.4.20", - "concurrently": "^9.0.0", + "concurrently": "^9.0.1", "postcss": "^8.4.45", "postcss-cli": "^11.0.0", "tailwindcss": "^3.4.10" @@ -460,9 +460,9 @@ "dev": true }, "node_modules/concurrently": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.0.0.tgz", - "integrity": "sha512-iAxbsDeUkn8E/4+QalT7T3WvlyTfmsoez+19lbbcsxZdOEMfBukd8LA30KYez2UR5xkKFzbcqXIZy5RisCbaxw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.0.1.tgz", + "integrity": "sha512-wYKvCd/f54sTXJMSfV6Ln/B8UrfLBKOYa+lzc6CHay3Qek+LorVSBdMVfyewFhRbH0Rbabsk4D+3PL/VjQ5gzg==", "dev": true, "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 3992b26..a126cfe 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@tailwindcss/typography": "^0.5.15", "alpinejs": "^3.14.1", "autoprefixer": "^10.4.20", - "concurrently": "^9.0.0", + "concurrently": "^9.0.1", "postcss": "^8.4.45", "postcss-cli": "^11.0.0", "tailwindcss": "^3.4.10" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fedd86c..3f2ecaa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^10.4.20 version: 10.4.20(postcss@8.4.45) concurrently: - specifier: ^9.0.0 - version: 9.0.0 + specifier: ^9.0.1 + version: 9.0.1 postcss: specifier: ^8.4.45 version: 8.4.45 @@ -174,8 +174,8 @@ packages: resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} engines: {node: '>= 6'} - concurrently@9.0.0: - resolution: {integrity: sha512-iAxbsDeUkn8E/4+QalT7T3WvlyTfmsoez+19lbbcsxZdOEMfBukd8LA30KYez2UR5xkKFzbcqXIZy5RisCbaxw==} + concurrently@9.0.1: + resolution: {integrity: sha512-wYKvCd/f54sTXJMSfV6Ln/B8UrfLBKOYa+lzc6CHay3Qek+LorVSBdMVfyewFhRbH0Rbabsk4D+3PL/VjQ5gzg==} engines: {node: '>=18'} hasBin: true @@ -807,7 +807,7 @@ snapshots: commander@4.1.1: {} - concurrently@9.0.0: + concurrently@9.0.1: dependencies: chalk: 4.1.2 lodash: 4.17.21