From 52feaefc585a91bb39f8bb072f81559666370fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:20:34 +0000 Subject: [PATCH] npm update: bump google-auth-library from 9.14.2 to 9.15.0 Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 9.14.2 to 9.15.0. - [Release notes](https://github.com/googleapis/google-auth-library-nodejs/releases) - [Changelog](https://github.com/googleapis/google-auth-library-nodejs/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-nodejs/compare/v9.14.2...v9.15.0) --- updated-dependencies: - dependency-name: google-auth-library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7f0df5..4f4e6c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "express": "^4.21.1", "framer-motion": "^11.11.11", "framer-motion-3d": "^11.11.11", - "google-auth-library": "^9.14.2", + "google-auth-library": "^9.15.0", "locomotive-scroll": "^4.1.4", "markmap-lib": "^0.17.2", "markmap-view": "^0.17.2", @@ -7822,10 +7822,9 @@ "license": "MIT" }, "node_modules/google-auth-library": { - "version": "9.14.2", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.14.2.tgz", - "integrity": "sha512-R+FRIfk1GBo3RdlRYWPdwk8nmtVUOn6+BkDomAC46KoU8kzXzE1HLmOasSCbWUByMMAGkknVF0G5kQ69Vj7dlA==", - "license": "Apache-2.0", + "version": "9.15.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.15.0.tgz", + "integrity": "sha512-7ccSEJFDFO7exFbO6NRyC+xH8/mZ1GZGG2xxx9iHxZWcjUjJpjWxIMw3cofAKcueZ6DATiukmmprD7yavQHOyQ==", "dependencies": { "base64-js": "^1.3.0", "ecdsa-sig-formatter": "^1.0.11", diff --git a/package.json b/package.json index b8569b8..c8ee27c 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "express": "^4.21.1", "framer-motion": "^11.11.11", "framer-motion-3d": "^11.11.11", - "google-auth-library": "^9.14.2", + "google-auth-library": "^9.15.0", "locomotive-scroll": "^4.1.4", "markmap-lib": "^0.17.2", "markmap-view": "^0.17.2",