Skip to content

Commit

Permalink
Fix sereial number for certificate creation (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: alex-slobodian <[email protected]>
  • Loading branch information
OleksandrSPV and aleksandr-slobodian authored Sep 6, 2024
1 parent 740b66c commit a029086
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@peculiar/fortify-tools",
"homepage": "https://tools.fortifyapp.com",
"version": "2.0.1",
"version": "2.0.2",
"author": "PeculiarVentures Team",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@peculiar/certificates-viewer-react": "^4.3.0",
"@peculiar/fortify-webcomponents-react": "^4.0.7",
"@peculiar/fortify-webcomponents-react": "^4.0.8",
"@peculiar/react-components": "^0.6.4",
"@peculiar/x509": "^1.12.1",
"clsx": "^2.1.1",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1701,10 +1701,10 @@
resolved "https://registry.yarnpkg.com/@peculiar/color/-/color-0.1.3.tgz#8da4730b3249780aa4270cf56f90ed1b1ad5ca6d"
integrity sha512-ndvAb80Ej1kz4chPngOoSJcbaqZTJRacAs/M7k57raqVkUx/dlMwYflHGgQGVtkfAMAVkjE9TWVMqbjjtxbnhg==

"@peculiar/fortify-client-core@^4.0.7":
version "4.0.7"
resolved "https://registry.yarnpkg.com/@peculiar/fortify-client-core/-/fortify-client-core-4.0.7.tgz#7ac0e01d055d7258f92a1f6e93e5b3a5f222661e"
integrity sha512-lkp8X7Ps7uct0ht/ibAEr25deF1xVBiC1SuQL1GKcZBQS4Ity66Q5W0z1O/fdytLWQ+FagqCDvdOXYAdL1KCxQ==
"@peculiar/fortify-client-core@^4.0.8":
version "4.0.8"
resolved "https://registry.yarnpkg.com/@peculiar/fortify-client-core/-/fortify-client-core-4.0.8.tgz#c077ff42bb38c7130073803761279937575e4f8b"
integrity sha512-KjswgC50KUbvXraKYO9qnMGjTwM+C44Y2GelquWilZMvrsXiWG8vv7OqWYGtgLPgYuhbxwPM5f4x92HKt3eCUQ==
dependencies:
"@peculiar/asn1-schema" "^2.3.8"
"@peculiar/asn1-x509" "^2.3.8"
Expand All @@ -1716,21 +1716,21 @@
pvtsutils "^1.3.5"
tslib "^2.4.0"

"@peculiar/fortify-webcomponents-react@^4.0.7":
version "4.0.7"
resolved "https://registry.yarnpkg.com/@peculiar/fortify-webcomponents-react/-/fortify-webcomponents-react-4.0.7.tgz#fa88795cc56b89ab4d4ff5c3df79fd0a3ba2d10c"
integrity sha512-TO16VG7WridGgzRmCbnFW/AGb3s/gcIxffC9dn+dm0qqgpZ+uLfY/mXYas0d4sV/+C4t/i23mbISOYKUwlnCVQ==
"@peculiar/fortify-webcomponents-react@^4.0.8":
version "4.0.8"
resolved "https://registry.yarnpkg.com/@peculiar/fortify-webcomponents-react/-/fortify-webcomponents-react-4.0.8.tgz#79f809b57c8c22b494a1115b54fa59a96fc4d174"
integrity sha512-kJ14fdQWNqF1Ps30H3b4SuHlZXf/rWSMm0F4uVFxPKQG7lfJt/RDPJdAd06sEX+TpSqunrQZGlGudj//fFNmqA==
dependencies:
"@peculiar/fortify-webcomponents" "^4.0.7"
"@peculiar/fortify-webcomponents" "^4.0.8"
tslib "^2.4.0"

"@peculiar/fortify-webcomponents@^4.0.7":
version "4.0.7"
resolved "https://registry.yarnpkg.com/@peculiar/fortify-webcomponents/-/fortify-webcomponents-4.0.7.tgz#05285e6fc26acf73aac206e532f205d325e777aa"
integrity sha512-3PKD29GjhxExpHy13z42g3XCHjASSOy7W+hbvArapalb5r2nBChBZ9VwXbZh5+ZFEukVBOwuVGxtXXXArQ42mg==
"@peculiar/fortify-webcomponents@^4.0.8":
version "4.0.8"
resolved "https://registry.yarnpkg.com/@peculiar/fortify-webcomponents/-/fortify-webcomponents-4.0.8.tgz#3596a6a1fda9df23095d3de2ce9c54c5ba8a2049"
integrity sha512-Q/j8oDqgyVatFTUV4/V49NGh7RJ7N2DYXuPLtIYACi6rLU3r7i9JGyLHXIwCvNdemACNmbY7RgCSj0wT0ZF4Yw==
dependencies:
"@peculiar/certificates-viewer" "^4.2.0"
"@peculiar/fortify-client-core" "^4.0.7"
"@peculiar/fortify-client-core" "^4.0.8"
"@stencil/core" "^4.3.0"
pvtsutils "^1.3.5"

Expand Down

0 comments on commit a029086

Please sign in to comment.