Skip to content

Commit 0364175

Browse files
authored
v5.1.2 (#548)
1 parent 09303b3 commit 0364175

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## HEAD
22

3+
## 5.1.2
4+
35
### Bug fixes 🐛
46

57
- Fix potential XSS when rendering place name [#547](https://github.com/mapbox/mapbox-gl-geocoder/pull/547)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mapbox-gl-geocoder",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "A geocoder control for Mapbox GL JS",
55
"main": "lib/index.js",
66
"unpkg": "dist/mapbox-gl-geocoder.min.js",
@@ -71,10 +71,10 @@
7171
},
7272
"overrides": {
7373
"request": {
74-
"form-data":"^4.0.4"
74+
"form-data": "^4.0.4"
7575
},
7676
"@mapbox/mapbox-sdk": {
77-
"form-data":"^4.0.4"
77+
"form-data": "^4.0.4"
7878
}
7979
},
8080
"lint-staged": {

0 commit comments

Comments
 (0)