Skip to content

Commit

Permalink
upgrade dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jperelli committed Dec 19, 2020
1 parent e088e8a commit d616c61
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 3.9.1

Maintenance

- Upgrade dependencies to latest versions

# 3.9.0

Read geojson from file or stdin
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "osm-static-maps",
"version": "3.9.0",
"version": "3.9.1",
"description": "Create a static image of a map with the features you want",
"author": "Julian Perelli",
"contributors": [
Expand All @@ -15,17 +15,17 @@
"url": "http://github.com/jperelli/osm-static-maps.git"
},
"dependencies": {
"commander": "^6.2.0",
"commander": "^6.2.1",
"express": "4.17.1",
"handlebars": "4.7.6",
"imagemin": "7.0.1",
"imagemin-jpegtran": "7.0.0",
"imagemin-optipng": "8.0.0",
"leaflet": "^1.7.1",
"leaflet-polylinedecorator": "1.6.0",
"mapbox-gl": "^1.12.0",
"mapbox-gl-leaflet": "0.0.13",
"puppeteer": "^5.4.1"
"mapbox-gl": "^1.13.0",
"mapbox-gl-leaflet": "0.0.14",
"puppeteer": "^5.5.0"
},
"engines": {
"node": ">=12"
Expand All @@ -40,6 +40,6 @@
"osmsm": "./src/cli.js"
},
"devDependencies": {
"nodemon": "2.0.4"
"nodemon": "2.0.6"
}
}

0 comments on commit d616c61

Please sign in to comment.