diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2026-09-15 21:22:22 +0200 |
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2026-09-15 21:25:24 +0200 |
| commit | 0be947b2a8903de26158ee42fefc5cb3dfbcfc33 (patch) | |
| tree | bc906b0f638537a264692204ab3dba437768967f | |
| parent | 63369c477e90c16a39147fd4fe2fefff693c3830 (diff) | |
| -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 c3bd685..374b5b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "bootstrap": "5.3.x", "bootstrap-icons": "1.13.x", "ol": "10.10.x", - "proj4": "2.20.x" + "proj4": "2.22.x" }, "devDependencies": { "@eslint/css": "^2.0.0", @@ -1632,9 +1632,9 @@ } }, "node_modules/proj4": { - "version": "2.20.9", - "resolved": "https://registry.npmjs.org/proj4/-/proj4-2.20.9.tgz", - "integrity": "sha512-GLBGqXaTcdWnppre3o1sMmy4DcMGSGq/ng+9k2MTNddarRK6SveINqlqYzi3xEXuy06ljY1TTrC6H9C4f360IQ==", + "version": "2.22.0", + "resolved": "https://registry.npmjs.org/proj4/-/proj4-2.22.0.tgz", + "integrity": "sha512-MVvH09QrYm3A235rcX39WDiCKanrBiblu28l0KYIn/B2DofmYhvP/LLS43kE66jNDfx/P1l/nah3JmsAq8UgbQ==", "dependencies": { "mgrs": "1.0.0", "wkt-parser": "^1.5.5" diff --git a/package.json b/package.json index 0ab4d92..bbab163 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "bootstrap": "5.3.x", "bootstrap-icons": "1.13.x", "ol": "10.10.x", - "proj4": "2.20.x" + "proj4": "2.22.x" } } |
