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",