diff --git a/package-lock.json b/package-lock.json index 2cd96db2..0e81de53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/google.maps": "^3.55.7", + "@types/google.maps": "^3.55.9", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": ">=7.13.0", "@typescript-eslint/parser": ">=7.13.0", @@ -1783,9 +1783,9 @@ "dev": true }, "node_modules/@types/google.maps": { - "version": "3.55.7", - "resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.55.7.tgz", - "integrity": "sha512-SlWFx0vo7RSAOC63+PTz8FeqLDaRYs7PrS/L0bZSKswxIN5TnCuckbeIwZpgD/S+DWalPteXfDbg5JsUER5Cyw==", + "version": "3.55.9", + "resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.55.9.tgz", + "integrity": "sha512-phaOMtezbT3NaXPKiI3m0OosUS7Nly0auw3Be5s/CgMWLVoDAUP1Yb/Ld0TRoRp8ibrlT4VqM5kmzfvUA0UNLQ==", "dev": true }, "node_modules/@types/graceful-fs": { diff --git a/package.json b/package.json index b1da3725..2585f001 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/google.maps": "^3.55.7", + "@types/google.maps": "^3.55.9", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": ">=7.13.0", "@typescript-eslint/parser": ">=7.13.0",