diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 310442ac0f..f2a942fbb6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -34,6 +34,7 @@ "eslint-plugin-react-hooks": "^5.2.0", "glob": "^10.4.5", "globals": "^16.0.0", + "google-artifactregistry-auth": "^3.4.0", "json": "^11.0.0", "memfs": "^4.17.2", "mnemonist": "^0.40.3", @@ -8980,6 +8981,20 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/google-artifactregistry-auth": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/google-artifactregistry-auth/-/google-artifactregistry-auth-3.4.0.tgz", + "integrity": "sha512-Z2EmP7gbKtTmK5k846tfF7dQqeU2vREIcfCI79FKRTAdkbUZ/BFGJwwTvC2ss0vYSySvK7h6I1JsqBFqIXABBg==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "google-auth-library": "^9.14.0", + "yargs": "^17.1.1" + }, + "bin": { + "artifactregistry-auth": "src/main.js" + } + }, "node_modules/google-auth-library": { "version": "9.15.1", "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.15.1.tgz", diff --git a/package.json b/package.json index 2174f5ebd6..d74afe7bde 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,7 @@ "eslint-plugin-react-hooks": "^5.2.0", "glob": "^10.4.5", "globals": "^16.0.0", + "google-artifactregistry-auth": "^3.4.0", "json": "^11.0.0", "memfs": "^4.17.2", "mnemonist": "^0.40.3",