Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - fast-alfred from 2.1.2 to 2.2.0.
    See this package in npm: https://www.npmjs.com/package/fast-alfred
  - libphonenumber-js from 1.11.3 to 1.11.7.
    See this package in npm: https://www.npmjs.com/package/libphonenumber-js

See this project in Snyk:
https://app.snyk.io/org/avivbens/project/617193f7-ff6d-4c9d-b258-15802bc8c1e9?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 9, 2024
1 parent e20091d commit 40f2f0c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
34 changes: 18 additions & 16 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 @@ -36,9 +36,9 @@
"test": "jest"
},
"dependencies": {
"fast-alfred": "^2.1.2",
"fast-alfred": "^2.2.0",
"fuse.js": "^7.0.0",
"libphonenumber-js": "^1.11.3",
"libphonenumber-js": "^1.11.7",
"node-mac-contacts": "^1.7.2"
},
"devDependencies": {
Expand Down

0 comments on commit 40f2f0c

Please sign in to comment.