1
0
mirror of https://github.com/dmsl/anyplace.git synced 2021-06-25 09:21:17 +03:00

CN241: Bugfix 6: Updating node packages to remove security vulnerabilities

This commit is contained in:
Kapil Saini
2019-07-23 15:39:29 +05:30
parent 1d761e2a54
commit 0a89715d3c
4 changed files with 21 additions and 17 deletions

View File

@@ -2,12 +2,15 @@
"name": "example-project",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-cssmin": "~0.12.2",
"grunt-contrib-imagemin": "latest",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1"
"grunt": "^1.0.4",
"grunt-contrib-compress": "~1.5.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-uglify": "~4.0.1",
"grunt-contrib-watch": "~1.1.0"
},
"dependencies": {
"bower": "^1.8.8"
}
}

View File

@@ -752,7 +752,7 @@ contextmenu {
}
.infowindow-scroll-fix.h5, .infowindow-scroll-fix h5:before{
margin: 0;!important;
margin: 0 !important;
}
.infowindow-text-area{

View File

@@ -2,15 +2,16 @@
"name": "anyplace-viewer",
"version": "2.0.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-cssmin": "~0.12.2",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1"
"grunt": "^1.0.4",
"grunt-contrib-compress": "~1.5.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-uglify": "~4.0.1",
"grunt-contrib-watch": "~1.1.0"
},
"dependencies": {
"angular-material": "^1.1.4"
"angular-material": "^1.1.4",
"bower": "^1.8.8"
}
}

View File

@@ -773,7 +773,7 @@ body {
.infowindow-scroll-fix.h5, .infowindow-scroll-fix h5:before{
margin: 0;!important;
margin: 0 !important;
}
.infowindow-text-area{