From d74de221fd025d30110e9c5da4a4016998608771 Mon Sep 17 00:00:00 2001 From: Sagar Tamang Date: Thu, 5 Mar 2026 11:16:03 +0545 Subject: [PATCH] chore: update minimatch js package to 10.2.4 --- tests/wp-e2e-playwright/package-lock.json | 8 ++++---- tests/wp-e2e-playwright/package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/wp-e2e-playwright/package-lock.json b/tests/wp-e2e-playwright/package-lock.json index 2ce903fee..f54be0e4d 100644 --- a/tests/wp-e2e-playwright/package-lock.json +++ b/tests/wp-e2e-playwright/package-lock.json @@ -16558,15 +16558,15 @@ "license": "ISC" }, "node_modules/minimatch": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz", - "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==", + "version": "10.2.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz", + "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==", "license": "BlueOak-1.0.0", "dependencies": { "brace-expansion": "^5.0.2" }, "engines": { - "node": "20 || >=22" + "node": "18 || 20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/tests/wp-e2e-playwright/package.json b/tests/wp-e2e-playwright/package.json index 00971c08d..e8c33f026 100644 --- a/tests/wp-e2e-playwright/package.json +++ b/tests/wp-e2e-playwright/package.json @@ -55,7 +55,7 @@ }, "overrides": { "webpack-dev-server": "5.2.1", - "minimatch": "10.2.1", + "minimatch": "^10.2.4", "fast-xml-parser": "5.3.7", "ajv": "8.18.0", "basic-ftp": "5.2.0" @@ -68,4 +68,4 @@ "test-e2e:playwright": "playwright test --config playwright.config.ts", "test-e2e:playwright:dev": "npm run test-e2e:playwright -- prerequisite.spec.js && npm run test-e2e:playwright -- specs/buddypress && npm run test-e2e:playwright -- specs/display && npm run test-e2e:playwright -- specs/other_settings && npm run test-e2e:playwright -- media_size.spec.js && npm run test-e2e:playwright -- types.spec.js; npm run test-e2e:playwright -- cleanup.spec.js" } -} \ No newline at end of file +}