Closed vjr12 closed 9 months ago
When our application was run through Snyk recently, We found one vulnerability. Package Manager: npm Introduced through: React-scripts@5.0.1 › tailwindcss@3.3.1 › sucrase@3.31.0 › glob@7.1.6 › inflight@1.0.6 Introduced through: react-scripts@5.0.1 › babel-jest@27.5.1 › @jest/transform@27.5.1 › babel-plugin-istanbul@6.1.1 › test-exclude@6.0.0 › glob@7.2.3 › inflight@1.0.6
Tried upgrading glob to 10.2.7
10.2.7
Now when I run the application it is giving TypeError: globber.on is not a function
TypeError: globber.on is not a function
Any idea how to fix this?
When our application was run through Snyk recently, We found one vulnerability. Package Manager: npm Introduced through: React-scripts@5.0.1 › tailwindcss@3.3.1 › sucrase@3.31.0 › glob@7.1.6 › inflight@1.0.6 Introduced through: react-scripts@5.0.1 › babel-jest@27.5.1 › @jest/transform@27.5.1 › babel-plugin-istanbul@6.1.1 › test-exclude@6.0.0 › glob@7.2.3 › inflight@1.0.6
Tried upgrading glob to
10.2.7
Now when I run the application it is giving
TypeError: globber.on is not a function
Any idea how to fix this?