Skip to content

Commit bf1c77b

Browse files
authored
feat(203): adding pisp demonstration (#196)
* PISP Demo Initial Commit * Update README.md * Update README.md * Update README.md * resolving lint fix errors * reverting common file changes * reverting changes to the CHANGELOG.md * moving the pisp setup guide to relevant folder location * removing unused or irrelevant files * resolving the files linking that were causing build fails in the previous commit * reverting the changes made to BrandIcon.jsx * updating the BrandIcon.jsx to follow the eslint rules of indentation * taking down the font size in the payer and payee mobiles and resolving the port conflict on 6060 * resolving a eslint spacing issue * . * .
1 parent 97625d6 commit bf1c77b

31 files changed

+6526
-952
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,5 @@ to push the latest generated CHANGELOG and package version number.
9595

9696
Once those changes are pushed, CircleCI will pull the updated main, tag and
9797
push a release triggering another subsequent build that also publishes a docker image.
98+
99+
## [PISP Demonstration Setup Guide (click here)](./src/views/demos/PISPDemo/PISP-Instructions.md)

audit-ci.jsonc

+1-8
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,7 @@
2424
"GHSA-c2qf-rxjj-qqgw", // https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
2525
"GHSA-g4rg-993r-mgx7", // https://github.com/advisories/GHSA-g4rg-993r-mgx7
2626
"GHSA-7fh5-64p2-3v2j", // https://github.com/advisories/GHSA-7fh5-64p2-3v2j
27-
"GHSA-wr3j-pwj9-hqq6", // https://github.com/advisories/GHSA-wr3j-pwj9-hqq6
28-
"GHSA-2p57-rm9w-gvfp",
29-
"GHSA-35jh-r3h4-6jhm",
30-
"GHSA-4vvj-4cpr-p986",
31-
"GHSA-952p-6rrq-rcjv",
32-
"GHSA-ghr5-ch3p-vcr6",
33-
"GHSA-grv7-fg5c-xmjg",
34-
"GHSA-vc8w-jr9v-vj7f"
27+
"GHSA-wr3j-pwj9-hqq6" // https://github.com/advisories/GHSA-wr3j-pwj9-hqq6
3528
]
3629
}
3730

0 commit comments

Comments
 (0)