Mise à jour dépendances backend et frontend

This commit is contained in:
Fabrice PENHOËT 2021-01-04 15:42:28 +01:00
parent 05992ad8d1
commit 9ec2d795d3
5 changed files with 278 additions and 341 deletions

597
front/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,13 +21,13 @@
"author": "Fabrice PENHOËT", "author": "Fabrice PENHOËT",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.9", "@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.7", "@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0", "babel-polyfill": "^6.26.0",
"webpack": "^4.44.2", "webpack": "^4.44.2",
"webpack-cli": "^3.3.12", "webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0" "webpack-dev-server": "^3.11.1"
}, },
"browserslist": [ "browserslist": [
"> 1%" "> 1%"

View File

@ -40,7 +40,7 @@ FileETag none
# Protection de la lecture des répertoires # Protection de la lecture des répertoires
Options -Indexes Options -Indexes
# protection du htaccess # protection du htaccess
<files .htaccess> <files .htaccess>
order allow,deny order allow,deny
deny from all deny from all

12
package-lock.json generated
View File

@ -1377,9 +1377,9 @@
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
}, },
"ini": { "ini": {
"version": "1.3.5", "version": "1.3.8",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
}, },
"ipaddr.js": { "ipaddr.js": {
"version": "1.9.1", "version": "1.9.1",
@ -2047,9 +2047,9 @@
} }
}, },
"nodemailer": { "nodemailer": {
"version": "6.4.16", "version": "6.4.17",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.16.tgz", "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.17.tgz",
"integrity": "sha512-68K0LgZ6hmZ7PVmwL78gzNdjpj5viqBdFqKrTtr9bZbJYj6BRj5W6WGkxXrEnUl3Co3CBXi3CZBUlpV/foGnOQ==" "integrity": "sha512-89ps+SBGpo0D4Bi5ZrxcrCiRFaMmkCt+gItMXQGzEtZVR3uAD3QAQIDoxTWnx3ky0Dwwy/dhFrQ+6NNGXpw/qQ=="
}, },
"nodemon": { "nodemon": {
"version": "2.0.6", "version": "2.0.6",

View File

@ -30,7 +30,7 @@
"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.4.16", "nodemailer": "^6.4.17",
"pug": "^2.0.4", "pug": "^2.0.4",
"sequelize": "^5.22.3", "sequelize": "^5.22.3",
"sharp": "^0.25.4", "sharp": "^0.25.4",