mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-02-16 17:01:39 +00:00
Merge remote-tracking branch 'parent-cblanc/snyk-fix-43e620bb59ec3fa35f2e93c9ddb0ebf5' into snyk-fixup
* parent-cblanc/snyk-fix-43e620bb59ec3fa35f2e93c9ddb0ebf5: fix: package.json & package-lock.json to reduce vulnerabilities # Conflicts: # package-lock.json # package.json
This commit is contained in:
commit
4481567526
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -4802,9 +4802,9 @@
|
|||
"integrity": "sha1-LpOUYgAKtjL/egoxIbrtSM1ESuk="
|
||||
},
|
||||
"jquery": {
|
||||
"version": "2.2.4",
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz",
|
||||
"integrity": "sha1-LInWiJterFIqfuoywUUhVZxsvwI="
|
||||
"version": "3.5.0",
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz",
|
||||
"integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ=="
|
||||
},
|
||||
"js-levenshtein": {
|
||||
"version": "1.1.6",
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"howler": "~1.1.28",
|
||||
"javascript-brunch": ">= 1.0 < 1.8",
|
||||
"javascript-state-machine": "~2.3.5",
|
||||
"jquery": "~3.4.0",
|
||||
"jquery": "~3.5.0",
|
||||
"lodash": "~4.17.16",
|
||||
"moment": "~2.11.2",
|
||||
"mongoose": "~5.7.5",
|
||||
|
|
Loading…
Reference in a new issue