Unverified Commit 6c3ef602 authored by snyk-bot's avatar snyk-bot
Browse files

fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MOMENT-2440688
- https://snyk.io/vuln/SNYK-JS-MOMENT-2944238
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
......@@ -9675,9 +9675,9 @@
}
},
"moment": {
"version": "2.29.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz",
"integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ=="
"version": "2.29.4",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
"integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
},
"move-concurrently": {
"version": "1.0.1",
......
......@@ -29,7 +29,7 @@
"jquery": "^3.6.0",
"jquery.fancytree": "^2.38.0",
"lodash-es": "^4.17.20",
"moment": "^2.29.1",
"moment": "^2.29.4",
"ngx-chips": "2.2.2",
"rxjs": "^6.3.3",
"tslib": "^2.0.0",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment