Skip to content

Commit

Permalink
Merge pull request #9 from webmapper/master
Browse files Browse the repository at this point in the history
security fix: update openlayers to fix dependency vulnerability in package marked.
  • Loading branch information
nlmapsteam authored Feb 6, 2018
2 parents be4bad3 + 739ef50 commit f781f49
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 68 deletions.
118 changes: 54 additions & 64 deletions packages/nlmaps-openlayers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/nlmaps-openlayers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlmaps-openlayers",
"version": "2.1.0",
"version": "2.1.1",
"description": "",
"main": "build/nlmaps-openlayers.cjs.js",
"module": "build/nlmaps-openlayers.es.js",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com:kadaster/nlmaps#README",
"devDependencies": {
"openlayers": "^4.1.1",
"openlayers": "^4.6.4",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-image": "^1.0.2",
"rollup-plugin-node-builtins": "^2.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/nlmaps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlmaps",
"version": "2.1.0",
"version": "2.1.1",
"engines": {
"node": ">=6.0.0 <=6.11"
},
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"nlmaps-googlemaps": "^2.1.0",
"nlmaps-leaflet": "^2.1.0",
"nlmaps-openlayers": "^2.1.0",
"nlmaps-openlayers": "^2.1.1",
"rollup-plugin-uglify-es": "0.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit f781f49

Please sign in to comment.