From 97c6a85f132b6f0b1c3dd5bdbf4eae448dd61cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:58:57 +0000 Subject: [PATCH] chore(deps-dev): bump @types/google.maps from 3.64.0 to 3.64.1 Bumps [@types/google.maps](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/google.maps) from 3.64.0 to 3.64.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/google.maps) --- updated-dependencies: - dependency-name: "@types/google.maps" dependency-version: 3.64.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 414908c4..1a86d263 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@eslint/markdown": "^8.0.1", "@playwright/test": "^1.60.0", "@stylistic/eslint-plugin": "^5.10.0", - "@types/google.maps": "^3.64.0", + "@types/google.maps": "^3.64.1", "@types/node": "^25.9.1", "eslint": "^10.4.0", "globals": "^17.6.0", @@ -2016,7 +2016,9 @@ "license": "MIT" }, "node_modules/@types/google.maps": { - "version": "3.64.0", + "version": "3.64.1", + "resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.64.1.tgz", + "integrity": "sha512-nEBoa6iDNipICtxJ5VlrOgPNZQ6ixIg5nuv8iryFj0Z/1NLgxyg3pQCVegPuCzGCyTQwQI/N3uZvLUysqAzaaw==", "license": "MIT" }, "node_modules/@types/hast": { diff --git a/package.json b/package.json index 5b6ac381..505897ec 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@eslint/markdown": "^8.0.1", "@playwright/test": "^1.60.0", "@stylistic/eslint-plugin": "^5.10.0", - "@types/google.maps": "^3.64.0", + "@types/google.maps": "^3.64.1", "@types/node": "^25.9.1", "eslint": "^10.4.0", "globals": "^17.6.0",