Compare commits

..

No commits in common. "b489d797e664bcac7fa455715e646d4d49ca9774" and "e8674e0bc453e7d0aab66d7068c6bfeee42b4c44" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM node:14.11.0-alpine
FROM node:14.5.0-alpine
COPY dist/universal-statuspage /universal-statuspage

View file

@ -27,8 +27,8 @@
"@angular/platform-server": "~10.0.4",
"@angular/router": "~10.0.4",
"@fortawesome/fontawesome-free": "^5.14.0",
"@nguniversal/express-engine": "^10.1.0",
"bootstrap": "^4.5.2",
"@nguniversal/express-engine": "^10.0.1",
"bootstrap": "^4.5.0",
"express": "^4.17.1",
"jsonpath-plus": "^4.0.0",
"roboto-fontface": "^0.10.0",
@ -41,8 +41,8 @@
"@angular/cli": "~10.0.3",
"@angular/compiler-cli": "~10.0.4",
"@angular/language-service": "~10.0.4",
"@nguniversal/builders": "^10.1.0",
"@types/express": "^4.17.8",
"@nguniversal/builders": "^10.0.1",
"@types/express": "^4.17.7",
"@types/node": "^14.0.23",
"@types/jasmine": "~3.5.11",
"@types/jasminewd2": "~2.0.3",