Compare commits

...

2 Commits

Author SHA1 Message Date
Fabrice PENHOËT 1554a78d51 Mise à jour dépendances backend 2021-08-02 11:26:39 +02:00
Fabrice PENHOËT 631120e384 Modification liens footer 2021-08-02 11:25:48 +02:00
3 changed files with 13 additions and 13 deletions

18
package-lock.json generated
View File

@ -2121,14 +2121,14 @@
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
}, },
"nodemailer": { "nodemailer": {
"version": "6.6.2", "version": "6.6.3",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.6.2.tgz", "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.6.3.tgz",
"integrity": "sha512-YSzu7TLbI+bsjCis/TZlAXBoM4y93HhlIgo0P5oiA2ua9Z4k+E2Fod//ybIzdJxOlXGRcHIh/WaeCBehvxZb/Q==" "integrity": "sha512-faZFufgTMrphYoDjvyVpbpJcYzwyFnbAMmQtj1lVBYAUSm3SOy2fIdd9+Mr4UxPosBa0JRw9bJoIwQn+nswiew=="
}, },
"nodemon": { "nodemon": {
"version": "2.0.9", "version": "2.0.12",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.9.tgz", "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.12.tgz",
"integrity": "sha512-6O4k7C8f2HQArGpaPBOqGGddjzDLQAqCYmq3tKMeNIbz7Is/hOphMHy2dcY10sSq5wl3cqyn9Iz+Ep2j51JOLg==", "integrity": "sha512-egCTmNZdObdBxUBw6ZNwvZ/xzk24CKRs5K6d+5zbmrMr7rOpPmfPeF6OxM3DDpaRx331CQRFEktn+wrFFfBSOA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chokidar": "^3.2.2", "chokidar": "^3.2.2",
@ -2888,9 +2888,9 @@
} }
}, },
"slugify": { "slugify": {
"version": "1.5.3", "version": "1.6.0",
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.5.3.tgz", "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.0.tgz",
"integrity": "sha512-/HkjRdwPY3yHJReXu38NiusZw2+LLE2SrhkWJtmlPDB1fqFSvioYj62NkPcrKiNCgRLeGcGK7QBvr1iQwybeXw==" "integrity": "sha512-FkMq+MQc5hzYgM86nLuHI98Acwi3p4wX+a5BO9Hhw4JdK4L7WueIiZ4tXEobImPqBz2sVcV0+Mu3GRB30IGang=="
}, },
"sqlstring": { "sqlstring": {
"version": "2.3.2", "version": "2.3.2",

View File

@ -30,15 +30,15 @@
"md5": "^2.3.0", "md5": "^2.3.0",
"multer": "^1.4.2", "multer": "^1.4.2",
"mysql2": "^2.2.5", "mysql2": "^2.2.5",
"nodemailer": "^6.6.2", "nodemailer": "^6.6.3",
"pug": "^3.0.2", "pug": "^3.0.2",
"sequelize": "^5.22.4", "sequelize": "^5.22.4",
"sharp": "^0.25.4", "sharp": "^0.25.4",
"slugify": "^1.5.3", "slugify": "^1.6.0",
"striptags": "^3.2.0" "striptags": "^3.2.0"
}, },
"devDependencies": { "devDependencies": {
"nodemon": "^2.0.9", "nodemon": "^2.0.12",
"sequelize-cli": "^5.5.1" "sequelize-cli": "^5.5.1"
} }
} }

View File

@ -11,7 +11,7 @@ module.exports =
], ],
footLinks: footLinks:
[ [
{ anchor: "Blog", attributes: { href:"https://framasphere.org/people/7e54b7a0b53201389eef2a0000053625", title:"Le blog WikiLerni sur diaspora*" } }, { anchor: "Blog", attributes: { href:"https://diaspora-fr.org/people/815767c0c09e0139ec6f32a01d0dfba2", title:"Le blog WikiLerni sur diaspora*" } },
{ anchor: "Crédits", attributes: { href:"/credits.html", title:"Qui a créé WikiLerni ? Quels sont vos droits ?" } }, { anchor: "Crédits", attributes: { href:"/credits.html", title:"Qui a créé WikiLerni ? Quels sont vos droits ?" } },
{ anchor: "Mentions légales", attributes: { href:"/mentions-legales.html", rel: "nofollow" } }, { anchor: "Mentions légales", attributes: { href:"/mentions-legales.html", rel: "nofollow" } },
{ anchor: "Données personnelles", attributes: { href:"/donnees.html", title:"Vos données personnelles sur WikiLerni" } }, { anchor: "Données personnelles", attributes: { href:"/donnees.html", title:"Vos données personnelles sur WikiLerni" } },