diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-03-02 14:37:28 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-03-02 14:37:28 +0100 |
commit | cf5bf066931ac3c18c228c501fc09071feae41b3 (patch) | |
tree | 9e8d3c4fef6de8e905f03e240b10af5536f799d9 | |
parent | b80df604fce301355789f2559d26277342936475 (diff) |
Upgrade proj4 to 2.10.
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 392b82d..4e99b78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "bootstrap": "5.3.x", "bootstrap-icons": "1.11.x", "ol": "9.0.x", - "proj4": "2.9.x" + "proj4": "2.10.x" }, "devDependencies": { "vite": "5.x" @@ -832,9 +832,9 @@ } }, "node_modules/proj4": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/proj4/-/proj4-2.9.2.tgz", - "integrity": "sha512-bdyfNmtlWjQN/rHEHEiqFvpTUHhuzDaeQ6Uu1G4sPGqk+Xkxae6ahh865fClJokSGPBmlDOQWWaO6465TCfv5Q==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/proj4/-/proj4-2.10.0.tgz", + "integrity": "sha512-0eyB8h1PDoWxucnq88/EZqt7UZlvjhcfbXCcINpE7hqRN0iRPWE/4mXINGulNa/FAvK+Ie7F+l2OxH/0uKV36A==", "dependencies": { "mgrs": "1.0.0", "wkt-parser": "^1.3.3" diff --git a/package.json b/package.json index 8b62c1f..90112d8 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "bootstrap": "5.3.x", "bootstrap-icons": "1.11.x", "ol": "9.0.x", - "proj4": "2.9.x" + "proj4": "2.10.x" } } |