Bump versions of server / dev dependencies.
This commit is contained in:
parent
84ac9bd256
commit
5ae2ac7029
2056
package-lock.json
generated
2056
package-lock.json
generated
File diff suppressed because it is too large
Load diff
28
package.json
28
package.json
|
@ -42,11 +42,11 @@
|
|||
"http-auth": "^4.1.2",
|
||||
"http-auth-connect": "^1.0.4",
|
||||
"http-errors": "^1.7.3",
|
||||
"lodash": "^4.17.15",
|
||||
"lodash": "^4.17.20",
|
||||
"moment": "^2.27.0",
|
||||
"ng-admin": "^1.0.13",
|
||||
"node-cron": "^2.0.1",
|
||||
"nodemailer": "^6.4.10",
|
||||
"nodemailer": "^6.4.11",
|
||||
"nodemailer-html-to-text": "^3.1.0",
|
||||
"request": "^2.88.2",
|
||||
"scribe-js": "^2.0.4",
|
||||
|
@ -60,19 +60,19 @@
|
|||
"@types/command-line-usage": "^5.0.1",
|
||||
"@types/compression": "^1.7.0",
|
||||
"@types/deep-extend": "^0.4.31",
|
||||
"@types/express": "^4.17.4",
|
||||
"@types/glob": "^7.1.1",
|
||||
"@types/express": "^4.17.8",
|
||||
"@types/glob": "^7.1.3",
|
||||
"@types/graceful-fs": "^4.1.3",
|
||||
"@types/html-to-text": "^5.1.1",
|
||||
"@types/jest": "^26.0.3",
|
||||
"@types/lodash": "^4.14.149",
|
||||
"@types/node": "^14.0.14",
|
||||
"@types/jest": "^26.0.13",
|
||||
"@types/lodash": "^4.14.161",
|
||||
"@types/node": "^14.6.4",
|
||||
"@types/node-cron": "^2.0.3",
|
||||
"@types/nodemailer": "^6.4.0",
|
||||
"@types/request": "^2.48.4",
|
||||
"bower": "^1.8.8",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"grunt": "^1.1.0",
|
||||
"grunt": "^1.3.0",
|
||||
"grunt-autoprefixer": "^3.0.4",
|
||||
"grunt-cli": "^1.3.2",
|
||||
"grunt-concurrent": "^3.0.0",
|
||||
|
@ -80,13 +80,13 @@
|
|||
"grunt-contrib-clean": "^2.0.0",
|
||||
"grunt-contrib-compass": "^1.1.1",
|
||||
"grunt-contrib-concat": "^1.0.1",
|
||||
"grunt-contrib-connect": "^2.1.0",
|
||||
"grunt-contrib-connect": "^3.0.0",
|
||||
"grunt-contrib-copy": "^1.0.0",
|
||||
"grunt-contrib-cssmin": "^3.0.0",
|
||||
"grunt-contrib-htmlmin": "^3.1.0",
|
||||
"grunt-contrib-imagemin": "^4.0.0",
|
||||
"grunt-contrib-jshint": "^2.0.0",
|
||||
"grunt-contrib-uglify": "^4.0.0",
|
||||
"grunt-contrib-uglify": "^5.0.0",
|
||||
"grunt-contrib-watch": "^1.1.0",
|
||||
"grunt-develop": "^0.4.0",
|
||||
"grunt-html2js": "^0.7.1",
|
||||
|
@ -94,16 +94,16 @@
|
|||
"grunt-ng-annotate": "^4.0.0",
|
||||
"grunt-replace": "^1.0.1",
|
||||
"grunt-rev": "^0.1.0",
|
||||
"grunt-svgmin": "^6.0.0",
|
||||
"grunt-svgmin": "^6.0.1",
|
||||
"grunt-usemin": "^3.1.1",
|
||||
"grunt-wiredep": "^3.0.1",
|
||||
"imagemin-gifsicle": "^7.0.0",
|
||||
"jest": "^26.1.0",
|
||||
"jest": "^26.4.2",
|
||||
"jshint-stylish": "^2.2.1",
|
||||
"load-grunt-tasks": "^5.1.0",
|
||||
"time-grunt": "^2.0.0",
|
||||
"ts-jest": "^26.1.1",
|
||||
"typescript": "^3.9.5"
|
||||
"ts-jest": "^26.3.0",
|
||||
"typescript": "^4.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
|
|
Loading…
Reference in a new issue