Skip to content

Commit

Permalink
Update all packages to their latest release (#610)
Browse files Browse the repository at this point in the history
* Update all packages
  • Loading branch information
acalcutt authored Sep 22, 2022
1 parent 70acddb commit 6a8ced5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "BSD-2-Clause",
"engines": {
"node": ">=10 <17"
"node": ">=14.15.0 <17"
},
"scripts": {
"test": "mocha test/**.js --timeout 10000",
Expand All @@ -24,26 +24,26 @@
"@mapbox/sphericalmercator": "1.2.0",
"@mapbox/vector-tile": "1.3.1",
"advanced-pool": "0.3.3",
"canvas": "2.9.3",
"chokidar": "3.3.1",
"canvas": "2.10.1",
"chokidar": "3.5.3",
"clone": "2.1.2",
"color": "3.1.2",
"color": "4.2.3",
"commander": "9.4.0",
"cors": "2.8.5",
"esm": "3.2.25",
"express": "4.17.1",
"handlebars": "4.7.3",
"express": "4.18.1",
"handlebars": "4.7.7",
"http-shutdown": "1.2.2",
"morgan": "1.9.1",
"morgan": "1.10.0",
"pbf": "3.2.1",
"proj4": "2.6.0",
"proj4": "2.8.0",
"request": "2.88.2",
"sharp": "0.26.2",
"sharp": "0.31.0",
"tileserver-gl-styles": "2.0.0"
},
"devDependencies": {
"mocha": "^7.1.0",
"mocha": "^10.0.0",
"should": "^13.2.3",
"supertest": "^4.0.2"
"supertest": "^6.2.4"
}
}

0 comments on commit 6a8ced5

Please sign in to comment.