Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Mar 20, 2024
1 parent ad0f7ad commit 2d1b0a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"fix": "run-s fix:*",
"fix:prettier": "prettier \"{src,test}/**/*.ts\" --write",
"fix:lint": "eslint . --ext .ts --fix",
"test": "run-s build test:*",
"test": "run-s test:*",
"test:lint": "eslint . --ext .ts",
"test:prettier": "prettier \"{src,test}/**/*.ts\" --list-different",
"test:cov": "jest --ci --coverage && codecov",
Expand All @@ -32,7 +32,7 @@
"@sphereon/did-uni-client": "^0.6.1",
"@sphereon/pex": "^3.3.1",
"@sphereon/pex-models": "^2.2.2",
"@sphereon/ssi-types": "0.19.0",
"@sphereon/ssi-types": "0.21.0",
"@sphereon/wellknown-dids-client": "^0.1.3",
"cross-fetch": "^4.0.0",
"did-jwt": "6.11.6",
Expand Down
2 changes: 1 addition & 1 deletion test/IT.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
VPTokenLocation,
} from '../src';
import { checkSIOPSpecVersionSupported } from '../src/helpers/SIOPSpecVersion';
import { InMemoryRPSessionManager } from '../src/rp/InMemoryRPSessionManager';
import { InMemoryRPSessionManager } from '../src';

Check failure on line 31 in test/IT.spec.ts

View workflow job for this annotation

GitHub Actions / build

`../src` import should occur before import of `../src/helpers/SIOPSpecVersion`

import { mockedGetEnterpriseAuthToken, WELL_KNOWN_OPENID_FEDERATION } from './TestUtils';
import {
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2628,6 +2628,14 @@
"@sd-jwt/decode" "^0.2.0"
jwt-decode "^3.1.2"

"@sphereon/ssi-types@0.21.0":
version "0.21.0"
resolved "https://registry.yarnpkg.com/@sphereon/ssi-types/-/ssi-types-0.21.0.tgz#2ff0e9e0dc3881aa5014af2eb2c69856dbe07cb9"
integrity sha512-gYZVib6KkJ1+SF06ajvjgafrIalKLKuR1afdyigq3tFzWxPJ2mWUEl56EtqPsx0keW0AHfMaQAFebRE4fyDskg==
dependencies:
"@sd-jwt/decode" "^0.6.1"
jwt-decode "^3.1.2"

"@sphereon/ssi-types@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@sphereon/ssi-types/-/ssi-types-0.9.0.tgz#d140eb6abd77381926d0da7ac51b3c4b96a31b4b"
Expand Down

0 comments on commit 2d1b0a4

Please sign in to comment.