From f6759301c88088320d519b2048e3be4ac1cc0415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:39:59 +0000 Subject: [PATCH] Bump proj4 from 2.10.0 to 2.12.1 Bumps [proj4](https://github.com/proj4js/proj4js) from 2.10.0 to 2.12.1. - [Release notes](https://github.com/proj4js/proj4js/releases) - [Changelog](https://github.com/proj4js/proj4js/blob/master/changelog.md) - [Commits](https://github.com/proj4js/proj4js/compare/2.10.0...v2.12.1) --- updated-dependencies: - dependency-name: proj4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 789fed7ad..e2d47265b 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "lodash": "^4.17.21", "msw": "^2.4.2", "ol": "^8.2.0", - "proj4": "^2.10.0", + "proj4": "^2.12.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-helmet": "^6.1.0", diff --git a/yarn.lock b/yarn.lock index 7434b7c5c..2192cd773 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12191,10 +12191,10 @@ process-nextick-args@~2.0.0: resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== -proj4@^2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/proj4/-/proj4-2.10.0.tgz#f6f5391b0f1b1fa4518d9ead150ea6b66e7ce9de" - integrity sha512-0eyB8h1PDoWxucnq88/EZqt7UZlvjhcfbXCcINpE7hqRN0iRPWE/4mXINGulNa/FAvK+Ie7F+l2OxH/0uKV36A== +proj4@^2.12.1: + version "2.12.1" + resolved "https://registry.yarnpkg.com/proj4/-/proj4-2.12.1.tgz#1a5422a9273cbf17df8e2e9af91aced63bebded7" + integrity sha512-vmhP3hmstjXjzFwg8QXJwpoj4n7GVrXk3ZW3DzNK/Ur4cuwXq7ZiMXaWYvLYLQbX8n4MXgbwTr4lthOUZltBpA== dependencies: mgrs "1.0.0" wkt-parser "^1.3.3"