maintenance commit, bump year

This commit is contained in:
Evert Prants 2021-03-06 12:49:03 +02:00
parent a55ba70fdc
commit 089cba7d0d
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
4 changed files with 12038 additions and 1348 deletions

13342
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,8 +30,8 @@
}, },
"homepage": "https://icynet.eu", "homepage": "https://icynet.eu",
"dependencies": { "dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.12.13", "@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/register": "^7.12.13", "@babel/register": "^7.13.8",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
@ -39,16 +39,16 @@
"connect-session-knex": "^2.0.0", "connect-session-knex": "^2.0.0",
"email-templates": "^8.0.3", "email-templates": "^8.0.3",
"express": "^4.17.1", "express": "^4.17.1",
"express-rate-limit": "^5.2.5", "express-rate-limit": "^5.2.6",
"express-session": "^1.17.1", "express-session": "^1.17.1",
"feed": "^4.2.2", "feed": "^4.2.2",
"fs-extra": "^9.1.0", "fs-extra": "^9.1.0",
"gm": "^1.23.1", "gm": "^1.23.1",
"json-web-token": "^3.2.0", "json-web-token": "^3.2.0",
"knex": "^0.21.17", "knex": "^0.95.1",
"multiparty": "^4.2.2", "multiparty": "^4.2.2",
"mysql": "^2.18.1", "mysql": "^2.18.1",
"nodemailer": "^6.4.17", "nodemailer": "^6.5.0",
"notp": "^2.0.3", "notp": "^2.0.3",
"oauth-libre": "^0.9.17", "oauth-libre": "^0.9.17",
"objection": "^2.2.14", "objection": "^2.2.14",
@ -62,29 +62,29 @@
"vue": "^2.6.12" "vue": "^2.6.12"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.13", "@babel/core": "^7.13.8",
"@babel/preset-env": "^7.12.13", "@babel/preset-env": "^7.13.9",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",
"bootstrap": "^4.6.0", "bootstrap": "^4.6.0",
"concurrently": "^5.3.0", "concurrently": "^6.0.0",
"eslint": "^7.19.0", "eslint": "^7.21.0",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.5.0", "eslint-plugin-vue": "^7.7.0",
"jquery": "^3.5.1", "jquery": "^3.6.0",
"morgan": "^1.10.0", "morgan": "^1.10.0",
"mustache": "^4.1.0", "mustache": "^4.1.0",
"popper.js": "^1.16.1", "popper.js": "^1.16.1",
"pug": "^3.0.0", "pug": "^3.0.2",
"pug-plain-loader": "^1.1.0", "pug-plain-loader": "^1.1.0",
"standard": "^16.0.3", "standard": "^16.0.3",
"terser-webpack-plugin": "^5.1.1", "terser-webpack-plugin": "^5.1.1",
"vue-clickaway": "^2.2.2", "vue-clickaway": "^2.2.2",
"vue-loader": "^15.9.6", "vue-loader": "^15.9.6",
"vue-resource": "^1.5.1", "vue-resource": "^1.5.2",
"vue-router": "^3.5.1", "vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.12", "vue-template-compiler": "^2.6.12",
"watch": "^1.0.2", "watch": "^1.0.2",
"webpack": "^5.21.2", "webpack": "^5.24.3",
"webpack-cli": "^4.5.0", "webpack-cli": "^4.5.0",
"webpack-merge": "^5.7.3" "webpack-merge": "^5.7.3"
}, },

View File

@ -13,7 +13,7 @@ block body
.container .container
.carousel-caption.text-left .carousel-caption.text-left
h1 Welcome to Icy Network h1 Welcome to Icy Network
p Icy Network is a Global Network of Communities and Websites, United by a Single Login p Icy Network is a Single Sign On (SSO) provider.
//a.btn.btn-lg.btn-primary(href="#" role="button") Learn More //a.btn.btn-lg.btn-primary(href="#" role="button") Learn More
//.carousel-item //.carousel-item
img.second-slide(src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==", alt="Second Slide") img.second-slide(src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==", alt="Second Slide")

View File

@ -76,7 +76,7 @@ html
//FOOTER //FOOTER
footer.container.mb-4 footer.container.mb-4
p p
|© 2017 - 2020  |© 2017 - 2021 
a(href="https://lunasqu.ee" target="_blank" rel="nofollow") Evert Prants a(href="https://lunasqu.ee" target="_blank" rel="nofollow") Evert Prants
span.float-sm-right.ml-4 span.float-sm-right.ml-4
a(href="/docs/terms-of-service") Terms a(href="/docs/terms-of-service") Terms