From f860ac04050456cf91c11721bd9862d19b07fcf7 Mon Sep 17 00:00:00 2001 From: DanielJDufour Date: Sat, 23 Dec 2023 19:44:34 -0500 Subject: [PATCH] updated dependencies --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 8f46567..ccca825 100644 --- a/package.json +++ b/package.json @@ -53,23 +53,23 @@ }, "homepage": "https://github.com/DanielJDufour/geo-extent#readme", "devDependencies": { - "@babel/cli": "^7.22.6", - "@babel/core": "^7.22.6", - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-validator-option": "^7.22.5", - "@babel/plugin-transform-modules-commonjs": "^7.22.5", - "esbuild": "^0.18.11", - "flug": "^2.6.0", - "global-jsdom": "^9.0.1", - "jsdom": "^22.1.0", + "@babel/cli": "^7.23.4", + "@babel/core": "^7.23.6", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-validator-option": "^7.23.5", + "@babel/plugin-transform-modules-commonjs": "^7.23.3", + "esbuild": "^0.19.10", + "flug": "^2.7.1", + "global-jsdom": "^9.2.0", + "jsdom": "^23.0.1", "leaflet": "^1.9.4" }, "dependencies": { "bbox-fns": "^0.19.0", "geography-markup-language": "^0.2.0", - "get-epsg-code": "1.1.0", + "get-epsg-code": "1.2.0", "preciso": "^0.12.0", "reproject-bbox": "^0.12.0", - "reproject-geojson": "^0.3.0" + "reproject-geojson": "^0.5.0" } }