From 4adb2fae77a3184c62f19b4673f8c46a9ba97c5c Mon Sep 17 00:00:00 2001 From: BaljeetSinghaw Date: Tue, 23 Jul 2024 14:09:01 +0800 Subject: [PATCH] build(deps): bump @googlemaps/url-signature from 1.0.10 to 1.0.11 (#743) Bumps [@googlemaps/url-signature](https://github.com/googlemaps/js-url-signature) from 1.0.10 to 1.0.11. - [Release notes](https://github.com/googlemaps/js-url-signature/releases) - [Commits](https://github.com/googlemaps/js-url-signature/compare/v1.0.10...v1.0.11) --- updated-dependencies: - dependency-name: "@googlemaps/url-signature" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d964760..73d9dce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -423,9 +423,9 @@ "dev": true }, "@googlemaps/url-signature": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/@googlemaps/url-signature/-/url-signature-1.0.10.tgz", - "integrity": "sha512-mgRXvtwquYNZD4nocKCFlhJI6eqr4jdtUzHzQPso9O/MLnlQ8czL1mtK0ijhhjEtAJymnFkrES88Q8+ln/9lhw==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@googlemaps/url-signature/-/url-signature-1.0.11.tgz", + "integrity": "sha512-Do8htl596asz3mqT0VPZnq2FwQ0TUDOOFpzBmZpESFThhMdBo3o9O3Ll5PKSTlxQVS646K0e3bp0DNO1gLbU/w==", "requires": { "crypto-js": "^4.1.1" }