My package.lock.json is getting updated from
"dependencies": {
"Microsoft.Data.SqlClient": "[5.0.1, )",
"TSQL.Parser": "[2.6.0, )"
}
to
"dependencies": {
"Microsoft.Data.SqlClient": "5.0.1",
"TSQL.Parser": "2.6.0"
}
What's the reason behind this? And what's the difference between these 2 version specifications?