Граф коммитов

79 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 0642b2e5a2
Bump minimist from 1.2.5 to 1.2.6 in /packages/api-client (#140)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-20 11:07:51 -04:00
dependabot[bot] 7c9d5510fc
Bump node-forge from 1.2.1 to 1.3.0 in /packages/api-client (#139)
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-20 11:07:39 -04:00
Lee Richardson bcb6970274
🗳️ Ballot Upload (#138)
* Upload ballot button

* Add initial upload ballots page

* Refactor basic info step to use I8nTooltip

* Refactor iconHeader to take an i8n id

* Add upload ballots title

* Implement ballots page (mostly)

* Refactor ballot upload button into component

* More better i8n

* Extract election id param

* Refresh nswag, expose election client

* Display election name and number of ballots

* Kill the old UploadBallotPage

* Replace upload ballot page with a simple button on election list page

* Election list page cleanup

* Replace upload button with spiny icon when uploading

* Fix bug with error messages

* PR feedback from electionguard-api-python PR #217

* Fix build error

* check for null PR feedback

* Fixed submitting spoiling, and casting back to DTO per PR
2022-03-14 16:30:06 -04:00
dependabot[bot] c0a897139a
Bump url-parse from 1.5.3 to 1.5.7 (#137)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-24 14:43:26 -05:00
Lee Richardson ed545e2f63
👤 Add Users (#136)
* Ability to view users

* Add button to navigate to add user page

* Complete add user form UI

* Add validation

* Implement ability to create users

* On error show error message (extracted to component)

* Refactor key upload step to use the new ErrorMessage component

* Refactor manifest upload step to use new ErrorMessageComponent

* Refactor manifest preview step error handling to use new ErrorMessage component

* Fix linting errors

* disable jsx-props-no-spreading linting rule per PR
2022-02-23 09:32:27 -05:00
dependabot[bot] d348df0a39
Bump follow-redirects from 1.14.7 to 1.14.8 in /packages/api-client (#135)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-16 11:09:30 -05:00
Lee Richardson 8034583310
🔑 Fix Join Key Setup (#131)
* Refactor route id

* Fix issues so you can now get to the assign guardians page

* Populate assignment table with fake data (temporarily)

* Fixed guardian assignments so you can now get to the final wizard step

* Post to create election (with mostly fake data)

* Regenerate nswag to get user retrieval code

* Expose UserClient

* Support bearer auth in nswag clients

* Accept token for UserClient

* Query API to get users

* Redirect to login page on 401

* Remove key setup review

* On 401 redirect to login screen while returning to current page on login

* On cancel go home

* Rename GuardianAssignmentReviewStep to JointKeyReviewStep

* UI Cleanup for KeySetupStep

* UI Cleanup for Assign Guardians Page

* Clean up UI of review step

* Make icon colors consistent

* Fix back button so it remembers prior values

* Fix back button so it remembers selections for assign guardians page

* On submit go home

* Fix linting errors

* Replace use of guardian with user, per PR

* Improved wording and language

* Convert inline styles to classes per PR

* Adjust color on review step

* Create don't initiate key ceremony

* Moved css logic inline pr PR

* Fix css and specify types per PR

* Fixed color per PR

* Fixed unnecessary variable assignment per PR

* Add back index.ts per PR

* Fix linting issues

* Fix bug with back button and make consistent with ElectionSetupWizard
2022-02-15 12:39:44 -05:00
Lee Richardson b5803475f5
Put Election API Call (#127)
* Add spinner, refactor names

* Error handling

* Set manifest_hash

* Refactor out setManifestHash

* Fix infinite loop in joint key select step

* Set number_of_guardians and quorum

* Fix VS Code debugging profile

* Fix bug with manifest hash not being sent

* Don't display error if there is no error on joint key upload step

* Create a hooks folder and move existing hook into it

* Converted client retrieval to hooks per PR feedback

* Better UI for loading icon

* Final tweaks

Disable buttons while loading
Redirect to election page
Remove caption
Fix warnings

* PR feedback
2022-02-09 11:11:28 -05:00
Lee Richardson ac5e56a025
🎞️ Manifest Preview (#123)
* Delete the manifest menu step

* Parse manifest in manifest upload step and pass data to wizard

* Pass manifest and request into preview-maker

* Parse some fields from uploaded manifest.json file

- Specifically fileName and endDate
- Remove fileHash and fileName
- Populate name from the request object

* Parse remaining manifest fields

- numberOfContests
- numberOfStyles
- -startDate

* Submit manifest, fix bugs

* Fix internationalization

* UI cleanup

* Fix linting errors

* PR Feedback take 1
2022-02-03 14:56:15 -05:00
Lee Richardson e92d04d2ff
🗝️ Key upload (#120)
* UI cleanup on joint key select page

* Renamed next -> moveToNextStep per PR

* rename joint key retrieved to joint key upload

* Remove unnecessary text from joint key upload page

* Fix merge conflicts

* Read uploaded file

* Update nswag client with more complete context object

* Parse the key.json file and set it into the SubmitElectionRequest

* Validation

* Fix linting errors and add internationalization

* css cleanup

* fix more linting errors
2022-02-02 10:37:53 -05:00
Keith Fung cd13d80da3
🗑 Remove result app (#118)
* 🗑 Remove result app

- Steps towards moving to a single demo app. 
- Removing result app in favor of a single app to demonstrate electionguard

*  Remove port exposure
2022-02-01 10:07:12 -05:00
Lee Richardson 2693950ce4
Election Setup - Basic info (#112)
* Rename SetupInstructionsStep to BasicInfoStep

* Remove unnecessary components from BasicInfoStep

* Basic Info Page

* Build an ElectionSetupRequest across wizard steps

* Better styling

* Validation

* Fix compiler errors

* Implemented PR feedback

* Split onNext and dataChanged events and remove submitElectionRequest param per PR feedback

* Fix more warnings

* Link logo to root

* onComplete={handleSubmit} per PR

* Renamed next -> moveToNextStep per PR

* More PR feedback
2022-01-27 12:48:55 -05:00
dependabot[bot] 18a9e4906a
Bump nanoid from 3.1.30 to 3.2.0 (#117)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-26 18:17:30 -05:00
dependabot[bot] b97918782e
Bump node-fetch from 2.6.6 to 2.6.7 (#116)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-26 18:07:17 -05:00
dependabot[bot] 2dff8b4eb5
Bump nanoid from 3.1.30 to 3.2.0 in /packages/api-client (#115)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-26 18:06:48 -05:00
Keith Fung 264e6a2514
🗑 Remove component library (#113)
Component library is being removed to be replaced of a simpler demo-app setup.
2022-01-26 17:48:38 -05:00
Lee Richardson a29246bcdc
⛏️ Fix Key Selection Page and Upgrade to MUI 5 (#111)
* Fix key selection page to work with nswag

* Fixed all the annoying warnings

* Set keyCeremony on selection

* npm upgrades and npm audit fix

* Deprecate the old KeyCeremony to resolve conflicts

* Add mui v5 packages

* variant-prop codemod

* Update react-scripts in api-client

* Upgrade all the linters

* Reverting accidental change to library

* Fixing UI overlap problem in input style

see also: https://github.com/mui-org/material-ui/issues/14530#issuecomment-463576879

* npm audit fix --force

* Fix "Function component is not a function declaration"

https://stackoverflow.com/a/69931909/40783

* Migrate data grid to mui 5

* Fix linting errors in default layout

* Fix error on reload ERROR in Plugin "react" was conflicted between ".eslintrc.json" and "BaseConfig

https://stackoverflow.com/a/70790903/40783

* Fix data grid error with no rows overlay

* Fix mui error on election setup wizard page

* Fixing new linting errors from upgrade to eslint ^8.7 and airbnb to ^19

* Fix linting errors in AuthenticatedLayout

* Fix linting error ESLint couldn't determine the plugin "@typescript-eslint" uniquely.

https://stackoverflow.com/a/68270742/40783

* Fixing yet more linting problems in admin-app and result-app

* Fix linting errors in /library, mostly by deleting duplicate components

* Fix tests
2022-01-20 16:50:45 -05:00
Lee Richardson 79c599a824
🔐 Authentication and Login Page (#109)
* Login page initial UI

* Auth working with mock call

* Store token in session and state via hook

* Ability to sign out

* Fix defaultMessage warnings

* New unmodified nswag file

* add nswag

* Update nswag.json to this project's requirements

* Generate clients from path segments to avoid conflicts

* Change url param to be base only so that nswag doesn't have to remove stuff from the url

* nswag works for login

* Handle 404 in login

* Display invalid login attempts

* Stop showing logout button if unauthenticated

* Initialize the theme

* Fix error in library

* Fix warning

* Add in the logo to the app bar

* Fix linting issues

* Generate DTO's as interfaces rather than classes

* Keep url inside api-client per PR

* Remove commented out code, serialize token as token not string

* Remove unused file per PR

* Fix from PR feedback
2022-01-19 09:38:49 -05:00
Lee Richardson 48f64d0402
🗳 Show Elections (#106)
* Retrieve election count

* Retrieve elections and display them

* Pagination

* Title formatting

* show election state

* Go Home Button

* Cleanup prior to PR

* PR Feedback replace custom button with mui Button

* Cleaned up CSS per PR review

* move no rows to language directory per pr

* Use internationalization enums per PR

* Route id's enum per pr

* Final PR cleanup
2022-01-12 18:42:15 -05:00
Keith Fung e87ad304f0
🧹 Cleanup storybook (#105)
* 🔥 Remove Storybook

* 🔥 Remove stories
2022-01-11 09:18:06 -05:00
Lee Richardson e698fa89c8 🐛 Fix compiler error (#100)
Fix TypeScript error and refactor methods into a class

Revert code back to how it was


Fix linting error

Can't export default and import *

reexport class from submodule

Stop preferring default export
2022-01-10 17:02:13 -05:00
Lee Richardson 6f0b05cf86
🐛 Make Test No Longer Modifies Tsconfig (#99)
* No idea why package-lock.json wasn't committed, but here it is

* Fix tsconfig.test.json

The prior version wasn't being used afaik, and it also doesn't work if you do manually copy it over

* Disable watching tests
2022-01-05 09:44:59 -05:00
Lee Richardson 8aae23b088
🐛 Fix make start to work on Windows (#97) 2022-01-05 09:44:31 -05:00
Keith Fung 8e19daa71e
🧹. Library Cleanup (#85)
* . Ignore No Named as Default

* 🚀. Skip preflight checks

* 📦 Update packages

* 📂 Migrate the Images

* 🔠 Update the languages and organization

* 📂 Setup Library as component library instead of app

* Squash to language changes

* 🚀 TSConfig updates

* 🚀 Setup admin app

* Switch to microbundle

*  Fix menu option export

* . Ignore No Named as Default

* 🚀. Skip preflight checks

* 📦 Update packages

* 📂 Migrate the Images

* 🔠 Update the languages and organization


Squash to language changes

* 📂 Setup Library as component library instead of app

* 🚀 TSConfig updates

* 🚀 Setup admin app

* ♻️ Switch to microbundle

*  Fix menu option export

* 🚀. Fix versioning

* ♻️ Migrate api-client to use index file and avoid references to src


Squash into api


♻️ Migrate data folder from library

* 🔧 Change paths for tsconfig to use ./

*  Update library and migrate pages

* Fixed api-client and library importing issues

* convert to npm

* updating commands to run on windows

* fix admin app imports

* need double quote on prettier to work on all platforms

* set a;; microbundle to same version

* version update and node version

* add setup of node version to the codeql workflow

* working on ci/cd tests

* putting tsconfig options back to what is needed for api-client and library packages

* update for ci/cd building

* fix tsconfig files

* fixed Router changes
fixed useHistory change
fixed linting reference
fixed versions of react/related packages

* 🔥 Remove all references to library in apps to resolve Hooks issue 🔥

* changing tsconfig back for api-client

* getting the admin-app to have working UI

* Cleanup for unused stories

* Fix ci/cd issues

* removed extra useContext in admin app

* fix unit testing

Co-authored-by: SteveMaier-IRT <steve.maier@infernored.com>
2022-01-04 14:17:34 -05:00
Keith Fung cb2849dd20
🚀. Add make commands for Applications (#94)
* 🚀. Update make commands for applications

* 🚀 Update Documentation around make commands
2021-11-30 13:44:53 -05:00
Steve Maier 57fc9f867d
Create API-Client and an NPM Deployment (#84)
* Setup all of the API calls.

* got apiClient to get imported to the library

* Updating storybook to use the async queries

* added parameters for filtering searches
changed getElection to get a single one, not all of them
Fixed storybook pages to have the asyncquery nodes.

* Adding the tally calls to the mediator class
Cleaned up unneeded comments

* cleaned up api-client to use new guardiana nd mediator interfaces

* Finished all of the mock interfaces

* fixing api-client test
general cleanup

* api cleanup

* publish testing

* working with npm deploy

* updating for public npm package

* fixing public publish

* npm work

* testing publish

* v1.0.1

* v1.0.2

* v1.0.3

* npm testing

* v1.0.7

* adding npmignore to fix pubilshing

* adding publishconfig settings and an npmignore for nom publishing

* npm work

* versioning work

* make file changes for publishing

* v1.0.2

* version updating

* v1.1.0

* version work

* v1.1.1

* version work

* v1.1.2

* versioning

* v1.1.3

* version work

* v1.1.4

* 1.0.21

* 1.0.22

* 1.0.23

* version work for deployment

* 1.0.24

* adding readme for the api

* 1.0.25

* 1.0.26

* bumping version number

* 1.0.27

* 1.0.28

* versioning

* 1.0.29

* getting readme to get published

* 1.0.30

* 1.0.31

* version updates

* 1.0.32

* moved readme

* 1.0.33

* 1.0.34

* 1.0.35

* version updating

* 1.0.36

* 1.0.37

* versioning for api-client package

* v1.1.5

* 1.0.38

* Changed the api-client package name for deployment
Fixed library package with new client name

* updaing npm deploy action

* updates for version updating

* Fixed typo

* update makefile

* Getting package to publish

* testing deployment

* Working on deployment

* Building just api-client and not every project

* updating version for deployment

* Changed branch to use for deployment back to main

* fixing version numbers for teh library to compile

* Code cleanup.

* add functions for common mock object generation

* documentation updates

* removing mock data calls in the server side of things and just used the mock version until needed

* fix CI/CD check

* removed unneeded comment in mock

* Update npm_deploy.yml

removed deploying npm pm [ushing to main

* Update lerna.json

updating the main version to what is deployed to npm
2021-11-23 16:47:12 -05:00
Keith Fung 56e2f7a253
🔠. Abstract the concept of Language for app consumption (#81)
* ♻️ Fundamental refactoring of lang section

* ♻️ Update language context

* ♻️ Update storybook decorator

*  Implement language into Admin App

* Implement Language into Result App

* Clean up message id's

* Handle International Text

*  Adjust reexport
2021-10-27 11:16:06 -04:00
Pradumna Saraf a965546b11
📝 Update README.md (#83) 2021-10-25 11:02:18 -04:00
Keith Fung 68830b6ecb
🧹 Project Cleanup and Bundling (#69)
*  Reconfigure ESLint & Prettier

- Simpler config with less exceptions
- Use json over js
- Rely on Prettier to avoid getting stuck in limbo
- Less ignores
Remove Duplicate Eslint

* 🔥 Simplify GitIgnore

One gitignore to rule them all. 
🔥 Remove duplicated gitignore entries

*  Add api-client project

* 🧹Yarn and dependency cleanup

* 🔥 Remove husky from inner project

* 🧹 Cleanup following ESLint and Prettier

* 🔀. Split TSConfigs

* 📦 Update versions and package descriptions

* 💻. Update Scripts

* ↪️ Move environment files to web projects

* 🐳 Update docker files

* 🐛 Ensure clean always passes yes

* 🐛 Enable build for archived api project

* 🔀 Change order on build instead of parallel

* 🔥 Remove old test

*  Quick update to ensure tests go through

* Add Lerna Debug to gitignore

* 🔧. Update target to esnext

* 🔀. Merge in previous route work after prettier changes

* 🔧 Tweak vs code settings

*  Fix test after merges
2021-10-05 11:05:22 -04:00
Gagan Deep a84fb7d511
Routing for result-app added (#74)
* Routing for result-app
User Updated

* React Router added to result app

* Type error fixed
2021-10-05 08:39:51 -04:00
Vishvanathan K 6b327ebc77
Update README.md (#75)
* Add link to repo licesnse page
* fix the link to server APIs
* add the banner
2021-10-05 08:39:27 -04:00
Keith Fung 6c26b03a3b 📝. Adjust Contributing and Add Templates 2021-09-20 15:17:08 -04:00
Steve Maier 7ce17ceb35
. Joint key Setup & Setup for API Project(#63)
* working version

* moved jointkey mocks to api

* moving mocks and models to api project

* adding joint key setup to the library webpage
adding calling the backend server async to get the data
adding the async http calls to be available
change build to allow api to be built when the library is tested locally

* Build fixes

* build changes

* Changed jsx setting to get builds to work

* build issue not finding api package

* getting ci/cd to recognize local package

* Cleaned up the tsconfig files to make the api inherit the main one.
Had to move jsx into each project separately

* move storybook dependancies to just the library project

* remove the util file that is not needed in the api project

* Cleaned up mock names

* clean up issues from review

* change order on analysis

* removed extra script

* cleanup scripts

* renamed the env variable to say mock or server

* updating the analysis settings

* cleanup for the code scanning
2021-09-14 11:53:10 -04:00
Keith Fung a819bb58be
🚀 Create codeql-analysis.yml
Create a CodeQL Analysis to check the code.
2021-09-02 15:52:26 -04:00
dependabot[bot] e9aa6e95d4
Bump ssri from 6.0.1 to 6.0.2 in /packages/result-app (#62)
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: ssri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 15:46:12 -04:00
dependabot[bot] a33b1f1b9a
Bump hosted-git-info from 2.8.8 to 2.8.9 in /packages/result-app (#61)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

---
updated-dependencies:
- dependency-name: hosted-git-info
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 15:46:05 -04:00
dependabot[bot] 458aa0b35f
Bump ws from 6.2.1 to 6.2.2 in /packages/result-app (#60)
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.2.1...6.2.2)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 15:45:57 -04:00
dependabot[bot] 72d063e104
Bump dns-packet from 1.3.1 to 1.3.4 in /packages/result-app (#59)
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

---
updated-dependencies:
- dependency-name: dns-packet
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 15:45:49 -04:00
dependabot[bot] edc321b5a1
Bump url-parse from 1.5.1 to 1.5.3 in /packages/result-app (#58)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 15:43:39 -04:00
dependabot[bot] 10706347d4
Bump path-parse from 1.0.6 to 1.0.7 in /packages/result-app (#57)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 15:43:08 -04:00
dependabot[bot] a5d9050958
Bump immer from 7.0.9 to 8.0.1 in /packages/result-app (#56)
Bumps [immer](https://github.com/immerjs/immer) from 7.0.9 to 8.0.1.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v7.0.9...v8.0.1)

---
updated-dependencies:
- dependency-name: immer
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 15:42:46 -04:00
dependabot[bot] 62e3ab9dcb
Bump color-string from 1.5.4 to 1.6.0 in /packages/result-app (#55)
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.6.0.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/compare/1.5.4...1.6.0)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 15:42:29 -04:00
dependabot[bot] 341d8c97a1
Bump tar from 6.1.0 to 6.1.11 in /packages/result-app (#54)
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.11)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 15:42:13 -04:00
dependabot[bot] 626dc69a63
Bump immer from 7.0.9 to 8.0.1 (#53)
Bumps [immer](https://github.com/immerjs/immer) from 7.0.9 to 8.0.1.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v7.0.9...v8.0.1)

---
updated-dependencies:
- dependency-name: immer
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 14:40:53 -04:00
dependabot[bot] b5fc9f298b
Bump url-parse from 1.5.1 to 1.5.3 in /packages/admin-app (#52)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 14:40:38 -04:00
dependabot[bot] 280a67550f
Bump tar from 6.1.6 to 6.1.11 in /packages/admin-app (#51)
Bumps [tar](https://github.com/npm/node-tar) from 6.1.6 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.6...v6.1.11)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 14:40:20 -04:00
dependabot[bot] 9e43888ee3
Bump tar from 4.4.15 to 4.4.19 (#49)
Bumps [tar](https://github.com/npm/node-tar) from 4.4.15 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.15...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 14:06:31 -04:00
dependabot[bot] 5128da71c6
Bump path-parse from 1.0.6 to 1.0.7 in /packages/admin-app (#48)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 14:06:08 -04:00
dependabot[bot] d14976c7d4
Bump hosted-git-info from 2.8.8 to 2.8.9 in /packages/admin-app (#47)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

---
updated-dependencies:
- dependency-name: hosted-git-info
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 14:05:50 -04:00
dependabot[bot] 0d587a1e59
Bump dns-packet from 1.3.1 to 1.3.4 in /packages/admin-app (#46)
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

---
updated-dependencies:
- dependency-name: dns-packet
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-02 14:05:25 -04:00