diff --git a/package-lock.json b/package-lock.json index fcf01203..8e142310 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.5", + "@types/google.maps": "^3.55.7", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": ">=7.4.0", "@typescript-eslint/parser": ">=7.4.0", @@ -1769,9 +1769,9 @@ "dev": true }, "node_modules/@types/google.maps": { - "version": "3.55.5", - "resolved": "https://registry.npmjs.org/@types/google.maps/-/google.maps-3.55.5.tgz", - "integrity": "sha512-U1QwCo1GeeLm0YI/GoHvfd1VfwgnoUSBcKCMXXFAM+2izSSuqqwZUJ9XNO6NxZxmYKjBNI+NF5eGF6uUSb1aSg==", + "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==", "dev": true }, "node_modules/@types/graceful-fs": { diff --git a/package.json b/package.json index d2fcaa09..6bc14c17 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", - "@types/google.maps": "^3.55.5", + "@types/google.maps": "^3.55.7", "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": ">=7.4.0", "@typescript-eslint/parser": ">=7.4.0",