From 779df810ea1c540079825f6452d121daa24f06f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 07:38:40 +0000 Subject: [PATCH] chore(deps): bump ol from 10.1.0 to 10.2.0 Bumps [ol](https://github.com/openlayers/openlayers) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/openlayers/openlayers/releases) - [Commits](https://github.com/openlayers/openlayers/compare/v10.1.0...v10.2.0) --- updated-dependencies: - dependency-name: ol dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b9f17ecf..b3779312 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "lodash": "4.17.21", "moment": "2.30.1", "monaco-editor": "0.52.0", - "ol": "10.1.0", + "ol": "10.2.0", "react": "18.3.1", "react-dom": "18.3.1", "react-hotkeys-hook": "4.5.1", @@ -8126,9 +8126,9 @@ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "node_modules/@types/rbush": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/rbush/-/rbush-3.0.4.tgz", - "integrity": "sha512-knSt9cCW8jj1ZSFcFeBZaX++OucmfPxxHiRwTahZfJlnQsek7O0bazTJHWD2RVj9LEoejUYF2de3/stf+QXcXw==" + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/rbush/-/rbush-3.0.3.tgz", + "integrity": "sha512-lX55lR0iYCgapxD3IrgujpQA1zDxwZI5qMRelKvmKAsSMplFVr7wmMpG7/6+Op2tjrgEex8o3vjg8CRDrRNYxg==" }, "node_modules/@types/react": { "version": "18.3.8", @@ -21441,11 +21441,11 @@ } }, "node_modules/ol": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/ol/-/ol-10.1.0.tgz", - "integrity": "sha512-/efepydpzhFoeczA9KAN5t7G0WpFhP46ZXEfSl6JbZ7ipQZ2axpkYB2qt0qcOUlPFYMt7/XQFApH652KB08tTg==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/ol/-/ol-10.2.0.tgz", + "integrity": "sha512-yYFNV8LzN3uOP9qDecMdq07IKlD5P3KfbT+pfOje/XlsnMNLXOb3ZjCZN86wtbew8aq+RfdJ+XylVI8MZsp4Vw==", "dependencies": { - "@types/rbush": "^3.0.3", + "@types/rbush": "3.0.3", "color-rgba": "^3.0.0", "color-space": "^2.0.1", "earcut": "^3.0.0", diff --git a/package.json b/package.json index 8840163b..c36c7c79 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "lodash": "4.17.21", "moment": "2.30.1", "monaco-editor": "0.52.0", - "ol": "10.1.0", + "ol": "10.2.0", "react": "18.3.1", "react-dom": "18.3.1", "react-hotkeys-hook": "4.5.1",