Skip to content

Commit

Permalink
APPEALS-43268 add file-saver dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
breedbah committed Oct 25, 2024
1 parent fb4ed77 commit 805e301
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 14 deletions.
47 changes: 43 additions & 4 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"file-saver": "^2.0.5",
"node": "16.16.0"
}
}
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
# yarn lockfile v1


node-bin-setup@^1.0.0:
version "1.1.3"
resolved "https://registry.yarnpkg.com/node-bin-setup/-/node-bin-setup-1.1.3.tgz#d45d5220e3b2ecc3a94263a56116f727f6c1bb14"
integrity sha512-opgw9iSCAzT2+6wJOETCpeRYAQxSopqQ2z+N6BXwIMsQQ7Zj5M8MaafQY8JMlolRR6R1UXg2WmhKp0p9lSOivg==

node@16.16.0:
version "16.16.0"
resolved "https://registry.yarnpkg.com/node/-/node-16.16.0.tgz#43ce8731d97ae79dff2f227e764938025200796d"
integrity sha512-uEZWEG6HuGbrRi6wEZIna4yWj197JByvJkMmi8Yxx9Z6y8GazVy0p2qYOwLYJqQRf4N37+eL+FBIdhT1mHGpFA==
"file-saver@^2.0.5":
"integrity" "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA=="
"resolved" "https://registry.npmjs.org/file-saver/-/file-saver-2.0.5.tgz"
"version" "2.0.5"

"node-bin-setup@^1.0.0":
"integrity" "sha512-opgw9iSCAzT2+6wJOETCpeRYAQxSopqQ2z+N6BXwIMsQQ7Zj5M8MaafQY8JMlolRR6R1UXg2WmhKp0p9lSOivg=="
"resolved" "https://registry.npmjs.org/node-bin-setup/-/node-bin-setup-1.1.3.tgz"
"version" "1.1.3"

"node@16.16.0":
"integrity" "sha512-I0NJaiQZ443wBqHUfIOx/EjdAO3uP1frg96pLEvrTv9tMyVDgSURYX1x69lNTLaJAF4pCifRwCHEFubN3/K/iQ=="
"resolved" "https://registry.npmjs.org/node/-/node-16.16.0.tgz"
"version" "16.16.0"
dependencies:
node-bin-setup "^1.0.0"
"node-bin-setup" "^1.0.0"

0 comments on commit 805e301

Please sign in to comment.