diff --git a/package-lock.json b/package-lock.json index 63b4c38..8d22e04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", - "@types/leaflet": "^1.9.21", + "@types/leaflet": "^1.9.22", "@types/mustache": "^4.2.6", "@wordpress/api-fetch": "^7.51.0", "@wordpress/components": "^33.1.0", @@ -7943,9 +7943,9 @@ } }, "node_modules/@types/leaflet": { - "version": "1.9.21", - "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.21.tgz", - "integrity": "sha512-TbAd9DaPGSnzp6QvtYngntMZgcRk+igFELwR2N99XZn7RXUdKgsXMR+28bUO0rPsWp8MIu/f47luLIQuSLYv/w==", + "version": "1.9.22", + "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.22.tgz", + "integrity": "sha512-h3lhECYEKDasG7LFHu+GiHqAvsgLuQvlJvVZzJDGONo3sEL+wUOqSFLnwkZlK0qVxnxbuGFW8iBlJNYs5wgndA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1888a82..0235f84 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", - "@types/leaflet": "^1.9.21", + "@types/leaflet": "^1.9.22", "@wordpress/api-fetch": "^7.51.0", "@wordpress/components": "^33.1.0", "@wordpress/data": "*",