Skip to content

Commit

Permalink
chore: upgrade spa dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Jul 5, 2023
1 parent 52b22d4 commit 118b714
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"homepage": "https://github.com/fingerprintjs/fingerprintjs-pro-react#readme",
"dependencies": {
"@fingerprintjs/fingerprintjs-pro-spa": "^1.0.2",
"@fingerprintjs/fingerprintjs-pro-spa": "^1.1.0",
"fast-deep-equal": "3.1.3"
},
"devDependencies": {
Expand Down
23 changes: 14 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -828,17 +828,17 @@
strip-json-comments "^3.1.1"

"@fingerprintjs/fingerprintjs-pro-spa@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro-spa/-/fingerprintjs-pro-spa-1.0.2.tgz#6179ea58cd60a23d113d93ee363ac3ecfa46a15e"
integrity sha512-Lo95+PDzezG6FYuILKWl77hB7CfCKOai+GNm/IRbDhhVaATIyYPEPbFArsdv9aRiJD6rZKBEr56thC6CXGZNiQ==
version "1.1.0"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro-spa/-/fingerprintjs-pro-spa-1.1.0.tgz#3a1924c4bdc91599ecc41971d01b9e38ec1b18d5"
integrity sha512-mj+8zl70lwtibQYdZUN5yUO6Bhw8/MxhbzNolBOp8asCdsXCEEx5DYzRADijQ73vJgimb+ys5zrQ9sZ8O7W0iw==
dependencies:
"@fingerprintjs/fingerprintjs-pro" "^3.8.2"
"@fingerprintjs/fingerprintjs-pro" "^3.8.4"
tslib "^2.5.0"

"@fingerprintjs/fingerprintjs-pro@^3.8.2":
version "3.8.2"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro/-/fingerprintjs-pro-3.8.2.tgz#91a642c7a8555157acdf7e30ed085e754d8879b2"
integrity sha512-cccPaHhzt2AnXbUEdpMW4/19eous5/WJhNlawq5BJKmmGSHJzjjb0kkNXgC0QlFll1YsoqLAxmGLOYRVVfmTBA==
"@fingerprintjs/fingerprintjs-pro@^3.8.4":
version "3.8.4"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro/-/fingerprintjs-pro-3.8.4.tgz#d73f7d4da986bf0c10226464e87092e3b50ac0b8"
integrity sha512-6m2fTydRjuiM8y02AoUJcOXZuXblHCLmKH3Huu7sgmxDhogTAm1JO0QsF4rigM6hedlFRAejcozBEteqWRZWew==
dependencies:
tslib "^2.4.1"

Expand Down Expand Up @@ -8550,7 +8550,7 @@ tsconfig-paths@^3.14.1:
minimist "^1.2.6"
strip-bom "^3.0.0"

tslib@2.5.0, tslib@^2.4.0, tslib@^2.4.1, tslib@^2.5.0:
tslib@2.5.0, tslib@^2.4.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
Expand All @@ -8565,6 +8565,11 @@ tslib@^2.1.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

tslib@^2.4.1, tslib@^2.5.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.0.tgz#b295854684dbda164e181d259a22cd779dcd7bc3"
integrity sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==

tsutils@^3.21.0:
version "3.21.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
Expand Down

0 comments on commit 118b714

Please sign in to comment.