Updating all the dependencies.

This commit is contained in:
baldo 2018-10-01 22:24:42 +02:00
parent 8bd79ac571
commit 7cec2788f8
2 changed files with 11161 additions and 60 deletions

11107
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -3,14 +3,11 @@
"version": "0.12.3", "version": "0.12.3",
"description": "Node management form for Freifunk", "description": "Node management form for Freifunk",
"license": "MIT", "license": "MIT",
"author": { "author": {
"name": "Andreas Baldeau", "name": "Andreas Baldeau",
"email": "andreas@baldeau.net" "email": "andreas@baldeau.net"
}, },
"private": true, "private": true,
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/freifunkhamburg/ffffng" "url": "https://github.com/freifunkhamburg/ffffng"
@ -18,70 +15,67 @@
"bugs": { "bugs": {
"url": "https://github.com/freifunkhamburg/ffffng/issues" "url": "https://github.com/freifunkhamburg/ffffng/issues"
}, },
"bin": { "bin": {
"ffffng": "server/main.js" "ffffng": "server/main.js"
}, },
"dependencies": { "dependencies": {
"async": "2.6.0", "async": "^2.6.1",
"body-parser": "1.18.2", "body-parser": "^1.18.3",
"command-line-args": "5.0.2", "command-line-args": "^5.0.2",
"command-line-usage": "4.1.0", "command-line-usage": "^5.0.5",
"compression": "1.7.2", "compression": "^1.7.3",
"deep-extend": "0.5.0", "deep-extend": "^0.6.0",
"express": "4.16.2", "express": "^4.16.3",
"glob": "7.1.2", "glob": "^7.1.3",
"graceful-fs": "4.1.11", "graceful-fs": "^4.1.11",
"http-auth": "3.2.3", "http-auth": "^3.2.3",
"http-errors": "1.6.2", "http-errors": "^1.7.1",
"lodash": "4.17.5", "lodash": "^4.17.11",
"moment": "2.21.0", "moment": "^2.22.2",
"ng-admin": "1.0.13", "ng-admin": "^1.0.13",
"ng-di": "0.2.1", "ng-di": "^0.2.1",
"node-cron": "1.2.1", "node-cron": "^2.0.1",
"nodemailer": "4.6.0", "nodemailer": "^4.6.8",
"nodemailer-html-to-text": "2.1.0", "nodemailer-html-to-text": "^3.0.0",
"request": "2.83.0", "request": "^2.88.0",
"scribe-js": "2.0.4", "scribe-js": "^2.0.4",
"serve-static": "1.13.2", "serve-static": "^1.13.2",
"sqlite3": "3.1.13" "sqlite3": "^4.0.2"
}, },
"devDependencies": { "devDependencies": {
"bower": "1.8.2", "bower": "^1.8.4",
"grunt-cli": "1.2.0", "grunt-cli": "^1.3.1",
"escape-string-regexp": "^1.0.5",
"escape-string-regexp": "1.0.5", "grunt": "^1.0.3",
"grunt": "~0.4.1", "grunt-autoprefixer": "^3.0.4",
"grunt-autoprefixer": "~3.0.4", "grunt-concurrent": "^2.3.1",
"grunt-concurrent": "~2.3.0", "grunt-connect-proxy": "^0.2.0",
"grunt-connect-proxy": "~0.2.0", "grunt-contrib-clean": "^2.0.0",
"grunt-contrib-clean": "~1.0.0", "grunt-contrib-compass": "^1.1.1",
"grunt-contrib-compass": "~1.1.1", "grunt-contrib-concat": "^1.0.1",
"grunt-contrib-concat": "~1.0.1", "grunt-contrib-connect": "^2.0.0",
"grunt-contrib-connect": "~1.0.2", "grunt-contrib-copy": "^1.0.0",
"grunt-contrib-copy": "~1.0.0", "grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-cssmin": "~1.0.1", "grunt-contrib-htmlmin": "^3.0.0",
"grunt-contrib-htmlmin": "~1.4.0", "grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-imagemin": "~1.0.1", "grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-jshint": "~1.0.0", "grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-uglify": "~1.0.1", "grunt-contrib-watch": "^1.1.0",
"grunt-contrib-watch": "~1.0.0", "grunt-develop": "^0.4.0",
"grunt-develop": "~0.4.0", "grunt-html2js": "^0.5.1",
"grunt-html2js": "~0.3.6", "grunt-newer": "^1.3.0",
"grunt-newer": "~1.2.0", "grunt-ng-annotate": "^3.0.0",
"grunt-ng-annotate": "~2.0.2", "grunt-replace": "^1.0.1",
"grunt-replace": "~1.0.1", "grunt-rev": "^0.1.0",
"grunt-rev": "~0.1.0", "grunt-svgmin": "^5.0.0",
"grunt-svgmin": "~3.2.0", "grunt-usemin": "^3.1.1",
"grunt-usemin": "~3.1.1", "grunt-wiredep": "^3.0.1",
"grunt-wiredep": "~3.0.1", "imagemin-gifsicle": "^5.2.0",
"imagemin-gifsicle": "5.1.0", "jshint-stylish": "^2.2.1",
"jshint-stylish": "2.2.1", "load-grunt-tasks": "^4.0.0",
"load-grunt-tasks": "3.5.0", "time-grunt": "^1.4.0"
"time-grunt": "1.4.0"
}, },
"engines": { "engines": {
"node": ">=0.10.0" "node": ">=10.0.0"
} }
} }