Skip to content

Commit

Permalink
fix(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Nov 29, 2022
1 parent 49a10ec commit 701b8ed
Show file tree
Hide file tree
Showing 30 changed files with 194 additions and 227 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:browser": "cd packages/test-react-app && yarn test:browser",
"veramo": "cross-env ./packages/cli/bin/veramo.js",
"prettier": "prettier --write \"{packages,docs,__tests__,!build}/**/*.{ts,js,json,md,yml}\"",
"build-clean": "rimraf ./packages/*/build ./packages/*/api ./packages/*/node_modules ./packages/*/tsconfig.tsbuildinfo && jest --clearCache",
"build-clean": "rimraf ./packages/*/build ./packages/*/api ./packages/*/node_modules ./packages/*/tsconfig.tsbuildinfo ./temp ./tmp && jest --clearCache",
"publish:latest": "lerna publish --conventional-commits --include-merged-tags --create-release github --yes --dist-tag latest --registry https://registry.npmjs.org/:_authToken=${NPM_TOKEN}",
"publish:next": "lerna publish --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid next --pre-dist-tag next --yes --registry https://registry.npmjs.org/:_authToken=${NPM_TOKEN}",
"publish:unstable": "lerna publish --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid unstable --pre-dist-tag unstable --yes --registry https://registry.npmjs.org/:_authToken=${NPM_TOKEN}",
Expand All @@ -32,12 +32,12 @@
"__browser_tests__/*"
],
"devDependencies": {
"@microsoft/api-documenter": "7.17.17",
"@microsoft/api-extractor": "7.25.0",
"@microsoft/api-extractor-model": "7.18.0",
"@microsoft/api-documenter": "7.19.24",
"@microsoft/api-extractor": "7.33.6",
"@microsoft/api-extractor-model": "7.25.2",
"@types/fs-extra": "9.0.13",
"@types/jest": "28.1.1",
"@types/node": "17.0.35",
"@types/node": "18.11.9",
"codecov": "3.8.3",
"cross-env": "7.0.3",
"ethr-did-registry": "0.0.3",
Expand All @@ -56,9 +56,9 @@
"rimraf": "3.0.2",
"semantic-release": "19.0.3",
"ts-jest": "28.0.4",
"ts-json-schema-generator": "1.0.0",
"ts-node": "10.8.1",
"typescript": "4.8.4"
"ts-json-schema-generator": "1.1.2",
"ts-node": "10.9.1",
"typescript": "4.9.3"
},
"repository": {
"type": "git",
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"update-veramo-latest": "yarn add @veramo/core@latest @veramo/discovery@latest @veramo/remote-client@latest @veramo/remote-server@latest @veramo/did-provider-key@latest @veramo/did-resolver@latest @veramo/did-jwt@latest @veramo/credential-w3c@latest @veramo/did-provider-ethr@latest @veramo/did-provider-web@latest @veramo/did-comm@latest @veramo/kms-local@latest @veramo/selective-disclosure@latest @veramo/data-store@latest @veramo/key-manager@latest @veramo/message-handler@latest @veramo/did-manager@latest @veramo/url-handler@latest @veramo/credential-eip712@latest"
},
"dependencies": {
"@microsoft/api-extractor": "7.25.0",
"@microsoft/api-extractor-model": "7.18.0",
"@types/blessed": "^0.1.17",
"@microsoft/api-extractor": "^7.33.6",
"@microsoft/api-extractor-model": "^7.25.2",
"@types/blessed": "^0.1.19",
"@types/swagger-ui-express": "^4.1.3",
"@veramo/core": "^4.1.1",
"@veramo/credential-eip712": "^4.1.1",
Expand Down Expand Up @@ -64,21 +64,21 @@
"pg": "^8.7.1",
"qrcode-terminal": "^0.12.0",
"sqlite3": "^5.0.8",
"swagger-ui-express": "^4.3.0",
"ts-json-schema-generator": "^1.0.0",
"swagger-ui-express": "^4.6.0",
"ts-json-schema-generator": "^1.1.2",
"typeorm": "^0.3.10",
"url-parse": "^1.5.4",
"web-did-resolver": "^2.0.21",
"ws": "^8.4.0",
"yaml": "^2.0.0"
"ws": "^8.11.0",
"yaml": "^2.1.3"
},
"devDependencies": {
"@types/debug": "4.1.7",
"@types/inquirer": "8.2.1",
"@types/node-fetch": "3.0.3",
"@types/passport-http-bearer": "1.0.37",
"@types/ws": "8.5.3",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"bin/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-eip712/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-ld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/debug": "4.1.7",
"borc": "3.0.0",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-w3c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-store-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@types/debug": "4.1.7",
"@types/ungap__structured-clone": "0.3.0",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@types/debug": "4.1.7",
"sqlite3": "5.0.8",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-comm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/debug": "4.1.7",
"@types/uuid": "8.3.4",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-discovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@veramo/did-discovery": "^4.1.1"
},
"devDependencies": {
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-ethr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-ion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"peerDependencies": {
"@sphereon/react-native-argon2": "^2.0.7"
Expand Down
13 changes: 4 additions & 9 deletions packages/did-provider-ion/src/ion-did-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,7 @@ export class IonDIDProvider extends AbstractIdentifierProvider {
*
* @param identifier - The Identifier (DID) to use
* @param didForm - Use short or long form (the default) for resolution
* @return - A DID Document promise
* @private
* @returns - A DID Document promise
*/
private async getAssertedDidDocument(identifier: IIdentifier, didForm: IonDidForm = IonDidForm.LONG): Promise<DIDResolutionResult> {
const didDocument = await resolveDidIonFromIdentifier(identifier, didForm)
Expand All @@ -284,7 +283,6 @@ export class IonDIDProvider extends AbstractIdentifierProvider {
* @param options - Allows to set a kid for the new key or to import a key for the new update/recovery key
* @param actionTimestamp - The action Timestamp. These are used to order keys in chronological order. Normally you will want to use Date.now() for these
* @param context - The Veramo Agent context
* @private
*/
private async rotateUpdateOrRecoveryKey(
{
Expand Down Expand Up @@ -334,7 +332,6 @@ export class IonDIDProvider extends AbstractIdentifierProvider {
* @param context - The Veramo agent context
* @param options - options Allows to set a kid for the new key or to import a key for the new update/recovery key
* @param identifier - The identifier (DID) for which to update the recovery/update key
* @private
*/
private async rotateVeramoKey({
kms,
Expand Down Expand Up @@ -376,7 +373,6 @@ export class IonDIDProvider extends AbstractIdentifierProvider {
* @param relation - Whether it is a DID Verification Method key, an update key or a recovery key
* @param options - Allows to set a kid for the new key or to import a key for the new update/recovery key
* @param context - The Veramo agent context
* @private
*/
private async importProvidedOrGeneratedKey(
{
Expand Down Expand Up @@ -438,8 +434,7 @@ export class IonDIDProvider extends AbstractIdentifierProvider {
*
* @param request - The ION request
* @param anchor - Whether to anchor or not (defaults to true)
* @return - The anchor request
* @private
* @returns - The anchor request
*/
private async anchorRequest(request: IonRequest, anchor?: boolean) {
if (anchor !== false) {
Expand All @@ -452,8 +447,8 @@ export class IonDIDProvider extends AbstractIdentifierProvider {
/**
* Deletes a key (typically a rotation key) on error. As this happens in an exception flow, any issues with deletion are only debug logged.
*
* @param kid
* @private
* @param kid - the internal ID of the key being deleted
* @param context - the Veramo instance calling this method
*/
private async deleteKeyOnError(kid: string, context: IAgentContext<IKeyManager>) {
try {
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"resolutions": {
"*/**/jsonld": "npm:@digitalcredentials/jsonld@^5.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/did-provider-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/debug": "4.1.7",
"ethr-did-resolver": "^7.0.2",
"typescript": "4.8.4",
"typescript": "4.9.3",
"web-did-resolver": "^2.0.21"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/key-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@ethersproject/abstract-signer": "5.7.0",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/kms-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/kms-web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/message-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@veramo/core": "^4.1.1"
},
"devDependencies": {
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@types/debug": "4.1.7",
"@types/express": "4.17.13",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"peerDependencies": {
"express": "^4.18.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/selective-disclosure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/debug": "4.1.7",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/expect-puppeteer": "4.4.7",
"@types/jest": "28.1.1",
"@types/jest-environment-puppeteer": "5.0.2",
"@types/node": "17.0.35",
"@types/node": "18.11.9",
"@types/puppeteer": "5.4.6",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
Expand All @@ -80,6 +80,6 @@
"puppeteer": "14.3.0",
"react-scripts": "5.0.1",
"ts-jest": "28.0.4",
"typescript": "4.8.4"
"typescript": "4.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"did-resolver": "^4.0.1"
},
"devDependencies": {
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/url-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/debug": "4.1.7",
"@types/url-parse": "1.4.8",
"typescript": "4.8.4"
"typescript": "4.9.3"
},
"files": [
"build/**/*",
Expand Down
Loading

0 comments on commit 701b8ed

Please sign in to comment.