Laravel illuminate/filesystem and laravel/framework coexist but did not find illuminate/filesystem in composer.json

I am updating laravel from composer but getting one error during updating it

Only one of these can be installed: illuminate/filesystem[v9.0.0-beta.1, …, 9.x-dev, v10.0.0, …, 10.x-dev, v11.0.0, …, 11.x-dev], laravel/framework[v10.0.0, …, 10.x-dev]. laravel/framework replaces illuminate/filesystem and thus cannot coexist with it

I check in composer.json file there is no illuminate/filesystem in it.Can anybody tell me how to solve this issue?

I tried to create the composer.js file again but its not solve anything.