Skip to content

Commit

Permalink
Merge pull request #566 from jolevesq/565-security
Browse files Browse the repository at this point in the history
core(security): Fix security issues raised by GitHub
  • Loading branch information
jolevesq authored Oct 23, 2020
2 parents 77be025 + 14cdce1 commit bd4f64c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 25 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

[Documentation](https://fgpv-vpgf.github.io/fgpa-apgf/a2v2/0.1.0/index.html)

_Important: After npm install, modify angular-schema-form-bootstrap-bundled.min.js inside the node_modules folder. You need to modify this o.a.uppercase(t[0]) to t[0].toUpperCase().
This is important because uppercase is deprecated and the application won't work_

## Getting Started

Requirements:
Expand All @@ -36,6 +39,9 @@ We use a fork and pull model for contributions, see our [contributing guidelines

*Notes: Il est préférable d'utiliser Chrome ou Firefox (Internet Explorer n'est pas supporté)*

_Important: Après npm install, modifer angular-schema-form-bootstrap-bundled.min.js qui se situe dans le répertoire node_modules. Vous devez modifier ceci o.a.uppercase(t[0]) pour t[0].toUpperCase().
Ceci est important car uppercase est déprécié et l'application de fonctionnera pas_

## Pour commencer

Exigences:
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"license": "MIT",
"dependencies": {
"@flowjs/ng-flow": "2.7.8",
"angular": "1.6.10",
"angular-animate": "1.6.10",
"angular-aria": "1.6.10",
"angular": "^1.8.2",
"angular-animate": "1.8.2",
"angular-aria": "1.8.2",
"angular-material": "1.1.10",
"angular-messages": "1.6.10",
"angular-sanitize": "1.6.10",
"angular-messages": "1.8.2",
"angular-sanitize": "1.8.2",
"angular-schema-form-bootstrap": "^1.0.0-alpha.4",
"angular-template": "^2.4.0",
"angular-translate": "^2.18.1",
Expand All @@ -26,8 +26,8 @@
"jquery": "^3.5.1",
"jquery-ui": "1.12.1",
"moment-timezone": "0.5.14",
"timepicker": "1.13.15",
"pikaday": "1.8.0",
"timepicker": "1.13.15",
"tv4": "1.3.0"
},
"devDependencies": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"webpack-dev-server": "3.11.0",
"webpack-merge": "4.2.1",
"webpack-shell-plugin": "0.5.0",
"webpack-subresource-integrity": "1.3.2",
"webpack-subresource-integrity": "1.5.1",
"wrapper-webpack-plugin": "2.1.0",
"xml2js": "0.4.19",
"xml2js-xpath": "^0.10.0",
Expand Down

0 comments on commit bd4f64c

Please sign in to comment.