From d1fc3599f01289a949ac037d8ffae6f9ae06160d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 16:18:34 +0100 Subject: [PATCH] chore(deps): bump google-closure-deps from 20220719.0.0 to 20220905.0.0 (#6434) Bumps [google-closure-deps](https://github.com/google/closure-library) from 20220719.0.0 to 20220905.0.0. - [Release notes](https://github.com/google/closure-library/releases) - [Commits](https://github.com/google/closure-library/compare/v20220719...v20220905) --- updated-dependencies: - dependency-name: google-closure-deps dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23c27221f..c559392f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-config-google": "^0.14.0", "eslint-plugin-jsdoc": "^39.3.6", "google-closure-compiler": "^20220803.0.0", - "google-closure-deps": "^20220719.0.0", + "google-closure-deps": "^20220905.0.0", "gulp": "^4.0.2", "gulp-clang-format": "^1.0.27", "gulp-concat": "^2.6.1", @@ -6138,9 +6138,9 @@ } }, "node_modules/google-closure-deps": { - "version": "20220719.0.0", - "resolved": "https://registry.npmjs.org/google-closure-deps/-/google-closure-deps-20220719.0.0.tgz", - "integrity": "sha512-G///lRbIz+D2iAo3PZhuLfypDje0OvOiy6scGtn3Tcvz0BV1mRYgZ3toATKxcNsPFi9GZJkhanXZUVNPRLaODQ==", + "version": "20220905.0.0", + "resolved": "https://registry.npmjs.org/google-closure-deps/-/google-closure-deps-20220905.0.0.tgz", + "integrity": "sha512-W1brOBePH/oWy6TcG0CD2dM5b2g5GNephTc+OsNgVc/YOOz0chF3CsApijs3EO0VtBfz1/4c0i914k6lDdEJxg==", "dev": true, "dependencies": { "minimatch": "^3.0.4", @@ -18472,9 +18472,9 @@ "optional": true }, "google-closure-deps": { - "version": "20220719.0.0", - "resolved": "https://registry.npmjs.org/google-closure-deps/-/google-closure-deps-20220719.0.0.tgz", - "integrity": "sha512-G///lRbIz+D2iAo3PZhuLfypDje0OvOiy6scGtn3Tcvz0BV1mRYgZ3toATKxcNsPFi9GZJkhanXZUVNPRLaODQ==", + "version": "20220905.0.0", + "resolved": "https://registry.npmjs.org/google-closure-deps/-/google-closure-deps-20220905.0.0.tgz", + "integrity": "sha512-W1brOBePH/oWy6TcG0CD2dM5b2g5GNephTc+OsNgVc/YOOz0chF3CsApijs3EO0VtBfz1/4c0i914k6lDdEJxg==", "dev": true, "requires": { "minimatch": "^3.0.4", diff --git a/package.json b/package.json index b4acd5d00..a12caa692 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "eslint-config-google": "^0.14.0", "eslint-plugin-jsdoc": "^39.3.6", "google-closure-compiler": "^20220803.0.0", - "google-closure-deps": "^20220719.0.0", + "google-closure-deps": "^20220905.0.0", "gulp": "^4.0.2", "gulp-clang-format": "^1.0.27", "gulp-concat": "^2.6.1",