Skip to content

Commit

Permalink
build(deps): update dependency vcf to ^2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 14, 2024
1 parent 95db01e commit 81928d7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
18 changes: 10 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"tsoa": "^4.1.3",
"unzipper": "^0.10.14",
"uuid": "^9.0.1",
"vcf": "^2.1.1"
"vcf": "^2.1.2"
},
"devDependencies": {
"@types/archiver": "^5.3.4",
Expand All @@ -43,7 +43,7 @@
"@types/swagger-ui-express": "^4.1.3",
"@types/unzipper": "^0.10.6",
"@types/uuid": "^9.0.8",
"@types/vcf": "^2.0.3",
"@types/vcf": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"concurrently": "^7.6.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,10 @@
resolved "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz"
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==

"@types/vcf@^2.0.3":
version "2.0.3"
resolved "https://registry.npmjs.org/@types/vcf/-/vcf-2.0.3.tgz"
integrity sha512-T7FW77SvkTPAI5qEGpFHL9EAFgVaceDwLxAp+xgBxcZrhz6fTwf44LhYEUnJJeZ+EuKSJ8owQYKwlabYyVwJ8Q==
"@types/vcf@^2.0.7":
version "2.0.7"
resolved "https://registry.npmjs.org/@types/vcf/-/vcf-2.0.7.tgz"
integrity sha512-PFZg6Ix/hMvURL4JpExCU3jTVEzGrfW+3RYSca+hlGsmW+PQGScc/vH6czR7tAxF01TZTLK8i3tPKE1EYvBOkg==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -4615,10 +4615,10 @@ vary@^1, vary@~1.1.2:
resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz"
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==

vcf@^2.1.1:
version "2.1.1"
resolved "https://registry.npmjs.org/vcf/-/vcf-2.1.1.tgz"
integrity sha512-JPy/ciPwrCMIV0N5AjO/w/1+gsh6qwz5UW1CQfEcNZ9pKJXvLupBE3SbguWHyGJLltYHNAawlxeKFO4dKuxogA==
vcf@^2.1.2:
version "2.1.2"
resolved "https://registry.npmjs.org/vcf/-/vcf-2.1.2.tgz"
integrity sha512-oLYtZ+GJPjpKS950fw70+HavdP7ZO2Q+xMCMeCyiUKuXkJJJG1/wUjCKTagPryS1gApYjZOWW/khmdLsch8jxg==
dependencies:
camelcase "^5.0.0"
foldline "^1.1.0"
Expand Down

0 comments on commit 81928d7

Please sign in to comment.