From f2c833cbb3242cbdadf52e7205dc0c9ad85c45ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 08:02:01 +0000 Subject: [PATCH] chore(deps): update dependency picomatch to v4 --- packages/vite/package.json | 2 +- pnpm-lock.yaml | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/packages/vite/package.json b/packages/vite/package.json index 003106a5cba08a..226248d539786e 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -136,7 +136,7 @@ "pathe": "^1.1.2", "periscopic": "^4.0.2", "picocolors": "^1.0.0", - "picomatch": "^2.3.1", + "picomatch": "^4.0.1", "postcss-import": "^16.1.0", "postcss-load-config": "^4.0.2", "postcss-modules": "^6.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4f310cf11e5d26..90f7222eec95f6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -382,8 +382,8 @@ importers: specifier: ^1.0.0 version: 1.0.0 picomatch: - specifier: ^2.3.1 - version: 2.3.1 + specifier: ^4.0.1 + version: 4.0.1 postcss-import: specifier: ^16.1.0 version: 16.1.0(postcss@8.4.38) @@ -1986,6 +1986,7 @@ packages: /@babel/highlight@7.24.2: resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} engines: {node: '>=6.9.0'} + requiresBuild: true dependencies: '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 @@ -8466,6 +8467,11 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} + /picomatch@4.0.1: + resolution: {integrity: sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==} + engines: {node: '>=12'} + dev: true + /pidtree@0.6.0: resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==} engines: {node: '>=0.10'}