Skip to content

Commit

Permalink
- remove svelte-awesome from dep list
Browse files Browse the repository at this point in the history
- override incorrect lodash.pick vulnerability lodash/lodash#5809
  • Loading branch information
zacharygriffee committed Jan 26, 2024
1 parent cbbf5a7 commit 03da9f1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 29 deletions.
47 changes: 21 additions & 26 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bring-your-own-storage-utilities",
"version": "0.0.1300",
"version": "0.0.1301",
"description": "Utilities for storage devices you bring on your own",
"main": "index.js",
"browser": "index.bundle.js",
Expand Down Expand Up @@ -86,7 +86,9 @@
"duplex-through": "^1.0.2",
"jsdoc-to-markdown": "^8.0.0",
"localdrive": "^1.11.1",
"random-access-memory": "^6.2.0",
"svelte-awesome": "^3.3.1"
"random-access-memory": "^6.2.0"
},
"overrides": {
"lodash.pick@>=3.7.0 <4.17.19": "https://github.com/lodash/lodash/archive/f299b52f39486275a9e6483b60a410e06520c538.tar.gz"
}
}

0 comments on commit 03da9f1

Please sign in to comment.