Skip to content

Commit fcd2ea5

Browse files
authored
Merge pull request #381 from IQSS/fix/380-deps-vulnerabilities
Fix JS-dataverse dependencies vulnerabilities
2 parents 351424d + d6a09a4 commit fcd2ea5

File tree

4 files changed

+670
-600
lines changed

4 files changed

+670
-600
lines changed

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
npm run format
2+
npm run typecheck
3+
npm run lint:fix
4+
git add .

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
1212

1313
### Fixed
1414

15+
- Dependencies updated to address security vulnerabilities found by `npm audit`.
16+
1517
### Removed
1618

1719
---

0 commit comments

Comments
 (0)