From f08ed432ac618afc3378cb640faa5bc34c60412a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:54:59 +0000 Subject: [PATCH] chore(deps): update dependency geostyler-style to v9.0.1 --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18f817f..9ec0dde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "extensionless": "^1.9.9", - "geostyler-style": "9.0.0-next.1", + "geostyler-style": "9.0.1", "jsdom": "^24.1.0", "np": "^7.5.0", "ol": "^9.1.0", @@ -7221,13 +7221,14 @@ } }, "node_modules/geostyler-style": { - "version": "9.0.0-next.1", - "resolved": "https://registry.npmjs.org/geostyler-style/-/geostyler-style-9.0.0-next.1.tgz", - "integrity": "sha512-AZCJlIuaAeHSeqstKzQfrtCe45QKbkQIpKzdavxghdxm/uyw3LMXVQRxIPWX6wZFkEnVrPQDslscP1K4Gt+sBw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/geostyler-style/-/geostyler-style-9.0.1.tgz", + "integrity": "sha512-gQ5hQPS1NTBXyVAI1GDeg6nLgV1tl1vYarYk/YJczcAHoNy3/kYVY0TTdNxF52NTuRoN2l77KMgQy+JDLu69Dg==", "dev": true, + "license": "BSD-2-Clause", "engines": { - "node": ">=16.0.0", - "npm": ">=6.0.0" + "node": ">=20.6.0", + "npm": ">=10.0.0" }, "funding": { "url": "https://opencollective.com/geostyler" diff --git a/package.json b/package.json index 97a7955..eca902d 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "extensionless": "^1.9.9", - "geostyler-style": "9.0.0-next.1", + "geostyler-style": "9.0.1", "jsdom": "^24.1.0", "np": "^7.5.0", "ol": "^9.1.0",