diff --git a/package.json b/package.json index 987e8043f..068e6eb99 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "eslint-plugin-wdio": "^8.20.0", "js-yaml": "^4.1.0", "memfs": "^4.0.0", - "minimatch": "^9.0.0", + "minimatch": "^10.0.0", "prettier": "^3.0.0", "react": "18.2.0", "react-native": "^0.74.0", diff --git a/yarn.lock b/yarn.lock index 476c778e9..924a5cde9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10870,6 +10870,15 @@ __metadata: languageName: node linkType: hard +"minimatch@npm:^10.0.0": + version: 10.0.1 + resolution: "minimatch@npm:10.0.1" + dependencies: + brace-expansion: "npm:^2.0.1" + checksum: 10c0/e6c29a81fe83e1877ad51348306be2e8aeca18c88fdee7a99df44322314279e15799e41d7cb274e4e8bb0b451a3bc622d6182e157dfa1717d6cda75e9cd8cd5d + languageName: node + linkType: hard + "minimatch@npm:^5.0.1, minimatch@npm:^5.1.0": version: 5.1.6 resolution: "minimatch@npm:5.1.6" @@ -12527,7 +12536,7 @@ __metadata: fast-xml-parser: "npm:^4.0.0" js-yaml: "npm:^4.1.0" memfs: "npm:^4.0.0" - minimatch: "npm:^9.0.0" + minimatch: "npm:^10.0.0" prettier: "npm:^3.0.0" prompts: "npm:^2.4.0" react: "npm:18.2.0"