fix: align package-lock.json version with package.json (#5752)

This commit is contained in:
Zaid Hafeez 2025-04-08 02:55:07 +05:00 committed by GitHub
parent 4b0a3df226
commit a5f6a2b99a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "uptime-kuma",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "uptime-kuma",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "~1.8.22",