From 9c2e7ddc53ff5a2c89c623f5f35d26f77187d391 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 1 Apr 2025 13:51:45 +0000
Subject: [PATCH] Bump ol from 10.4.0 to 10.5.0 (#1119)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [ol](https://github.com/openlayers/openlayers) from 10.4.0 to
10.5.0.
Commits
df31170
Updates for the 10.5.0 release
896e2a7
Merge pull request #16766
from openlayers/dependabot/npm_and_yarn/serve-stati...
9eb08ae
Merge pull request #16771
from ltkum/add-numbers-to-font-family-regex
4b61188
Bump serve-static from 1.16.2 to 2.2.0
f7f3b4f
Merge pull request #16770
from openlayers/dependabot/npm_and_yarn/sinon-20.0.0
d2e79c8
Merge pull request #16768
from openlayers/dependabot/npm_and_yarn/typescript-...
6202a68
Merge pull request #16769
from openlayers/dependabot/npm_and_yarn/rollup-4.38.0
26b956a
Merge pull request #16767
from openlayers/dependabot/npm_and_yarn/webpack-dev...
0c57f2c
Adding numbers to font family regex
cedf93a
Bump sinon from 19.0.4 to 20.0.0
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 44 ++++----------------------------------------
package.json | 2 +-
2 files changed, 5 insertions(+), 41 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 0a9f258d..2661cdd6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -38,7 +38,7 @@
"lodash.throttle": "^4.1.1",
"maplibre-gl": "^5.3.0",
"maputnik-design": "github:maputnik/design#172b06c",
- "ol": "^10.4.0",
+ "ol": "^10.5.0",
"ol-mapbox-style": "^12.5.0",
"pmtiles": "^4.3.0",
"prop-types": "^15.8.1",
@@ -4564,40 +4564,6 @@
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dev": true
},
- "node_modules/color-parse": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/color-parse/-/color-parse-2.0.2.tgz",
- "integrity": "sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==",
- "license": "MIT",
- "dependencies": {
- "color-name": "^2.0.0"
- }
- },
- "node_modules/color-parse/node_modules/color-name": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
- "integrity": "sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==",
- "license": "MIT",
- "engines": {
- "node": ">=12.20"
- }
- },
- "node_modules/color-rgba": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/color-rgba/-/color-rgba-3.0.0.tgz",
- "integrity": "sha512-PPwZYkEY3M2THEHHV6Y95sGUie77S7X8v+h1r6LSAPF3/LL2xJ8duUXSrkic31Nzc4odPwHgUbiX/XuTYzQHQg==",
- "license": "MIT",
- "dependencies": {
- "color-parse": "^2.0.0",
- "color-space": "^2.0.0"
- }
- },
- "node_modules/color-space": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/color-space/-/color-space-2.0.1.tgz",
- "integrity": "sha512-nKqUYlo0vZATVOFHY810BSYjmCARrG7e5R3UE3CQlyjJTvv5kSSmPG1kzm/oDyyqjehM+lW1RnEt9It9GNa5JA==",
- "license": "MIT"
- },
"node_modules/color-string": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/color-string/-/color-string-2.0.0.tgz",
@@ -9783,14 +9749,12 @@
}
},
"node_modules/ol": {
- "version": "10.4.0",
- "resolved": "https://registry.npmjs.org/ol/-/ol-10.4.0.tgz",
- "integrity": "sha512-gv3voS4wgej1WVvdCz2ZIBq3lPWy8agaf0094E79piz8IGQzHiOWPs2in1pdoPmuTNvcqGqyUFG3IbxNE6n08g==",
+ "version": "10.5.0",
+ "resolved": "https://registry.npmjs.org/ol/-/ol-10.5.0.tgz",
+ "integrity": "sha512-nHFx8gkGmvYImsa7iKkwUnZidd5gn1XbMZd9GNOorvm9orjW9gQvT3Naw/MjIasVJ3cB9EJUdCGR2EFAulMHsQ==",
"license": "BSD-2-Clause",
"dependencies": {
"@types/rbush": "4.0.0",
- "color-rgba": "^3.0.0",
- "color-space": "^2.0.1",
"earcut": "^3.0.0",
"geotiff": "^2.1.3",
"pbf": "4.0.1",
diff --git a/package.json b/package.json
index 1148a0bc..82010ceb 100644
--- a/package.json
+++ b/package.json
@@ -52,7 +52,7 @@
"lodash.throttle": "^4.1.1",
"maplibre-gl": "^5.3.0",
"maputnik-design": "github:maputnik/design#172b06c",
- "ol": "^10.4.0",
+ "ol": "^10.5.0",
"ol-mapbox-style": "^12.5.0",
"pmtiles": "^4.3.0",
"prop-types": "^15.8.1",