Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix vulnerabilities #61

Merged
merged 25 commits into from
Feb 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7172606
Merge pull request #48 from abes-esr/dependabot/npm_and_yarn/loader-u…
jvk88511334 Nov 9, 2022
a60636f
Bump loader-utils from 1.4.1 to 1.4.2
dependabot[bot] Nov 18, 2022
48a58d5
Bump decode-uri-component from 0.2.0 to 0.2.2
dependabot[bot] Dec 3, 2022
cd302ce
Désactivation du service
Dec 12, 2022
62b06b2
Bump minimatch from 3.0.4 to 3.1.2
dependabot[bot] Dec 12, 2022
fb30aca
Bump glob-parent and webpack
dependabot[bot] Dec 12, 2022
f24847c
2.3.5
Dec 12, 2022
2247fb1
2.3.6
Dec 12, 2022
f0f6a4b
2.3.6 package json
Dec 12, 2022
0c2be17
modif temporaire
Dec 12, 2022
8d619c7
2.3.7 minor changes
Dec 12, 2022
fbd7b33
Bump json5, babel-loader, tsconfig-paths and vue-cli-plugin-vuetify
dependabot[bot] Jan 3, 2023
470aad0
Bump json5 from 1.0.1 to 1.0.2
dependabot[bot] Jan 8, 2023
25c7422
DEVOPS : ajout GitHub action
EryneKL Jan 20, 2023
3e5a460
Bump @sideway/formula from 3.0.0 to 3.0.1
dependabot[bot] Feb 9, 2023
fcd86aa
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/json5-1.…
Feb 9, 2023
0d81e88
MAJ versions vue, vue-router, vuetify
Feb 9, 2023
9b517ff
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/glob-par…
Feb 9, 2023
779106e
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/json5-an…
Feb 9, 2023
5cca99a
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/loader-u…
Feb 9, 2023
6b1b708
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/minimatc…
Feb 9, 2023
17e5d37
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/sideway/…
Feb 9, 2023
0df0700
MAJ & fix toutes vulnerabilités
Feb 9, 2023
a495da1
Bonne versions pour vue2 problème de compatibilité - https://stackove…
Feb 9, 2023
f0e15ab
modif scriptjs pour npm run build
SamuelQuetin Feb 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,17 @@ npm run lint

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

## Versions des dépendances de référence (pour problèmes de compatibilité)

- "dependencies"
- "vue": "2.7.10",
- "vue-router": "3.6.5",
- "vuetify": "2.6.14"
- "sass-loader": "10.4.1",
----
- "devDependencies"
- "sass": "~1.32.6",
----
- "resolutions"
- "@nuxtjs/vuetify/**/sass": "1.32.12"
Loading