Skip to content

Commit

Permalink
Merge pull request #58 from moda-gov-tw/fix/fix-dependabot-alerts
Browse files Browse the repository at this point in the history
fix/fix-dependabot-alerts
  • Loading branch information
JHong-Hsu authored Jul 8, 2024
2 parents 8b61b10 + ffefd6c commit 57849fa
Show file tree
Hide file tree
Showing 7 changed files with 6,837 additions and 5,172 deletions.
2 changes: 1 addition & 1 deletion apps/server/jest.e2e.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export default {
...baseConfig,
testMatch: ['**/*.e2e-spec.ts'],
transformIgnorePatterns: [
'/node_modules/(?!(@veramo|uint8arrays|multiformats|did-jwt-vc))',
'/node_modules/(?!(@veramo|uint8arrays|multiformats|did-jwt-vc|@ipld|ipfs-unixfs|@tw-did))',
],
};
556 changes: 257 additions & 299 deletions libs/core/package-lock.json

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,19 @@
"eip-712-types-generation": "^0.1.6",
"tslib": "^2.3.0",
"uint8arrays": "^4.0.6",
"viem": "1.10.14",
"vite": "~4.3.9"
"viem": "^1.10.14",
"vite": "^4.3.9"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"devDependencies": {
"@nx/vite": "^16.6.0",
"vitest": "^0.34.4"
},
"overrides": {
"viem": {
"ws": "^8.17.1"
}
}
}
467 changes: 277 additions & 190 deletions libs/cypress-cucumber-preset/package-lock.json

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion libs/passport-twfido/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@
"files": ["*.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": "error"
"@nx/dependency-checks": [
"error",
{
"ignoredDependencies": ["util"]
}
]
}
}
]
Expand Down
10,952 changes: 6,277 additions & 4,675 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@cypress/webpack-preprocessor": "^5.17.1",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/cypress": "16.6.0",
"@nx/cypress": "^16.6.0",
"@nx/eslint-plugin": "16.6.0",
"@nx/jest": "16.8.1",
"@nx/js": "16.8.1",
Expand All @@ -38,7 +38,7 @@
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "~0.32.0",
"buffer": "^6.0.3",
"cypress": "^12.16.0",
"cypress": "^13.13.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
Expand All @@ -59,7 +59,7 @@
"ts-node": "10.9.1",
"typescript": "~5.1.3",
"verdaccio": "^5.0.4",
"vite": "~4.3.9",
"vite": "^4.3.9",
"vite-plugin-dts": "~2.3.0",
"vitest": "~0.32.0"
},
Expand Down Expand Up @@ -114,7 +114,7 @@
"rxjs": "^7.8.0",
"siwe": "^2.1.4",
"tslib": "^2.3.0",
"viem": "1.10.14",
"viem": "^1.10.14",
"wagmi": "^1.3.10",
"web-did-resolver": "^2.0.27"
},
Expand All @@ -124,6 +124,14 @@
"@nx/nx-linux-x64-gnu": "16.6.0",
"@nx/nx-win32-x64-msvc": "16.6.0"
},
"overrides": {
"@ethersproject/providers": {
"ws": "^7.5.10"
},
"viem": {
"ws": "^8.17.1"
}
},
"nx": {
"includedScripts": []
}
Expand Down

0 comments on commit 57849fa

Please sign in to comment.