From b9474541d7a312cc3a7167e53336fdda4e97f4f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:36:16 +0000 Subject: [PATCH] npm update: bump google-auth-library from 9.14.2 to 9.15.1 Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 9.14.2 to 9.15.1. - [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.1) --- 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7f0df5..5e83d9b 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.1", "locomotive-scroll": "^4.1.4", "markmap-lib": "^0.17.2", "markmap-view": "^0.17.2", @@ -7822,9 +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==", + "version": "9.15.1", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.15.1.tgz", + "integrity": "sha512-Jb6Z0+nvECVz+2lzSMt9u98UsoakXxA2HGHMCxh+so3n90XgYWkq5dur19JAJV7ONiJY22yBTyJB1TSkvPq9Ng==", "license": "Apache-2.0", "dependencies": { "base64-js": "^1.3.0", diff --git a/package.json b/package.json index b8569b8..0b77f99 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.1", "locomotive-scroll": "^4.1.4", "markmap-lib": "^0.17.2", "markmap-view": "^0.17.2",