dependabot-core icon indicating copy to clipboard operation
dependabot-core copied to clipboard

Dependabot missing caret signifier for alerts

Open raako71 opened this issue 1 year ago • 0 comments

I got this alert: Upgrade protobufjs to fix 1 Dependabot alert in functions/package-lock.json Upgrade protobufjs to version 7.2.5 or later. For example:

"dependencies": { "protobufjs": ">=7.2.5" } "devDependencies": { "protobufjs": ">=7.2.5" }

however my code has: "dependencies": { "protobufjs": "^7.2.5" }

raako71 avatar May 17 '24 08:05 raako71