diff options
| author | Tommaso Sciortino <[email protected]> | 2025-06-10 20:39:29 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-10 20:39:29 -0700 |
| commit | 95fdc66e7d719eae731c1afd61103f94f7fe3131 (patch) | |
| tree | c7e24c70583806c240ee37dca1065adeaa5a63f8 | |
| parent | fb6e2927f7720680da344e4a05a577eab932e1bf (diff) | |
Register dependency added in PR:910 (#925)
| -rw-r--r-- | package-lock.json | 1 | ||||
| -rw-r--r-- | packages/core/package.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json index 3636a317..cefcb757 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10763,6 +10763,7 @@ "fast-glob": "^3.3.3", "google-auth-library": "^9.11.0", "ignore": "^7.0.0", + "open": "^10.1.2", "shell-quote": "^1.8.2", "strip-ansi": "^7.1.0", "undici": "^7.10.0" diff --git a/packages/core/package.json b/packages/core/package.json index 702fa6f1..d4432e9a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -32,10 +32,11 @@ "diff": "^7.0.0", "dotenv": "^16.4.7", "fast-glob": "^3.3.3", + "google-auth-library": "^9.11.0", "ignore": "^7.0.0", + "open": "^10.1.2", "shell-quote": "^1.8.2", "strip-ansi": "^7.1.0", - "google-auth-library": "^9.11.0", "undici": "^7.10.0" }, "devDependencies": { |
