Skip to content

Commit

Permalink
Update dependencies minor versions and webpack-cli/generators major (#…
Browse files Browse the repository at this point in the history
…165)

To get rid of vulnerable ejs version
  • Loading branch information
sbihel authored Mar 8, 2024
1 parent 8b761c6 commit e8a44bf
Show file tree
Hide file tree
Showing 13 changed files with 5,571 additions and 2,826 deletions.
546 changes: 546 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
20 changes: 10 additions & 10 deletions examples/ssx-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,30 @@
},
"dependencies": {
"@spruceid/ssx": "*",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.16.0",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@wagmi/core": "^1.3.3",
"@web3modal/ethereum": "^2.6.2",
"@web3modal/react": "^2.6.2",
"@types/node": "^18.19.22",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@wagmi/core": "^1.4.13",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"buffer": "^6.0.3",
"ethers": "^5.7.2",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.0",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^4.9.5",
"viem": "^1.2.6",
"wagmi": "^1.3.3",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"web-vitals": "^2.1.4"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions examples/ssx-test-express-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"@spruceid/ssx-server": "*",
"connect-redis": "^6.1.3",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"dotenv": "^16.4.5",
"ethers": "^5.7.2",
"express": "^4.18.1",
"redis": "^4.3.1"
"express": "^4.18.3",
"redis": "^4.6.13"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/node": "^18.16.0",
"concurrently": "^7.3.0",
"nodemon": "^2.0.19",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^18.19.22",
"concurrently": "^7.6.0",
"nodemon": "^2.0.22",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
}
}
26 changes: 13 additions & 13 deletions examples/ssx-test-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"dependencies": {
"@spruceid/ssx": "*",
"@spruceid/ssx-server": "*",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"next": "13.4.4",
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"eslint": "8.57.0",
"eslint-config-next": "13.5.6",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.3"
"typescript": "5.4.2"
},
"devDependencies": {
"@types/node": "^18.16.0",
"@types/react": "^18.0.9",
"dotenv": "16.0.3",
"eslint": "^8.15.0",
"eslint-config-next": "^12.1.6",
"typescript": "^4.7.2"
"@types/node": "^18.19.22",
"@types/react": "^18.2.64",
"dotenv": "16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "^12.3.4",
"typescript": "^4.9.5"
}
}
18 changes: 9 additions & 9 deletions examples/ssx-test-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"dependencies": {
"@spruceid/ssx": "*",
"@spruceid/ssx-react": "*",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.16.0",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@wagmi/core": "^1.3.3",
"@web3modal/ethereum": "^2.6.2",
"@web3modal/react": "^2.6.2",
"@types/node": "^18.19.22",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@wagmi/core": "^1.4.13",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"buffer": "^6.0.3",
"ethers": "^5.7.2",
"https-browserify": "^1.0.0",
Expand All @@ -29,8 +29,8 @@
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^4.9.5",
"viem": "^1.2.6",
"wagmi": "^1.3.3",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"web-vitals": "^2.1.4"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions examples/ssx-test-sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.15.2",
"svelte": "^3.55.0",
"svelte-check": "^2.10.2",
"typescript": "^4.9.4",
"vite": "^4.0.1"
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.30.4",
"svelte": "^3.59.2",
"svelte-check": "^2.10.3",
"typescript": "^4.9.5",
"vite": "^4.5.2"
},
"dependencies": {
"@spruceid/ssx": "*",
"@spruceid/ssx-server": "*",
"siwe": "^2.1.3"
"siwe": "^2.1.4"
},
"type": "module"
}
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,28 @@
"test:e2e": "start-test 'yarn start:test-app' 3000 'SSX_SIGNING_KEY=test_key yarn start:test-api' 3001 'SECRET_WORDS=\"test test test test test test test test test test test junk\" synpress run'"
},
"devDependencies": {
"@changesets/cli": "^2.25.0",
"@synthetixio/synpress": "^3.7.1",
"@types/jest": "^29.2.3",
"concurrently": "^8.2.0",
"cypress": "^12.14.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"@changesets/cli": "^2.27.1",
"@synthetixio/synpress": "^3.7.2-beta.10",
"@types/jest": "^29.5.12",
"concurrently": "^8.2.2",
"cypress": "^12.17.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"eth-testing": "^1.14.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lerna": "^7.1.1",
"nx": "^16.5.0",
"rimraf": "^5.0.1",
"start-server-and-test": "^2.0.0",
"supertest": "^6.3.2",
"ts-jest": "^29.0.3",
"ts-loader": "^9.3.0",
"ts-node": "^10.8.0",
"typescript": "^5.1.6",
"yarn": "^1.22.19"
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^7.4.2",
"nx": "^16.10.0",
"rimraf": "^5.0.5",
"start-server-and-test": "^2.0.3",
"supertest": "^6.3.4",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"yarn": "^1.22.21"
},
"resolutions": {
"html-webpack-plugin": "^5.0.0"
Expand Down
24 changes: 12 additions & 12 deletions packages/ssx-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,23 @@
},
"dependencies": {
"@spruceid/ssx-sdk-wasm": "0.3.0",
"axios": "^1.6.0",
"axios": "^1.6.7",
"ethers": "^5.7.2",
"events": "^3.3.0",
"express": "^4.18.1",
"express-session": "^1.17.3",
"siwe": "^2.1.2"
"express": "^4.18.3",
"express-session": "^1.18.0",
"siwe": "^2.1.4"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.19.4",
"@microsoft/api-extractor": "^7.33.7",
"@types/node": "^18.16.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"@microsoft/api-documenter": "^7.23.37",
"@microsoft/api-extractor": "^7.42.3",
"@types/node": "^18.19.22",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"ethers": "^5.7.2",
"prettier": "^2.6.2"
"prettier": "^2.8.8"
},
"peerDependencies": {
"ethers": "^5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/ssx-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"wagmi": ">=0.5.0"
},
"devDependencies": {
"@types/react": "^18.0.21",
"@types/react": "^18.2.64",
"react": "^18.2.0",
"typescript": "^4.8.4"
"typescript": "^4.9.5"
},
"files": [
"tsconfig.json",
Expand Down
48 changes: 24 additions & 24 deletions packages/ssx-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,48 +27,48 @@
"@metamask/detect-provider": "^1.2.0",
"@spruceid/ssx-core": "2.0.0",
"@spruceid/ssx-sdk-wasm": "0.3.0",
"assert": "^2.0.0",
"axios": "^1.6.0",
"assert": "^2.1.0",
"axios": "^1.6.7",
"browser": "^0.2.6",
"buffer": "^6.0.3",
"cross-env": "5.0.5",
"cross-env": "5.2.1",
"ethers": "^5.7.2",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"lodash.merge": "^4.6.2",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"siwe": "^2.1.2",
"siwe": "^2.1.4",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0"
"url": "^0.11.3"
},
"devDependencies": {
"@babel/preset-env": "^7.18.2",
"@microsoft/api-documenter": "^7.19.4",
"@microsoft/api-extractor": "^7.33.7",
"@types/jest": "^27.5.1",
"@types/lodash.merge": "^4.6.7",
"@types/node": "^18.16.0",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@webpack-cli/generators": "^2.4.2",
"babel-jest": "^28.1.0",
"@babel/preset-env": "^7.24.0",
"@microsoft/api-documenter": "^7.23.37",
"@microsoft/api-extractor": "^7.42.3",
"@types/jest": "^27.5.2",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^18.19.22",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@webpack-cli/generators": "^3.0.7",
"babel-jest": "^28.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"declaration-bundler-webpack-plugin": "^1.0.3",
"eslint": "^8.20.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.29.1",
"gh-pages": "^4.0.0",
"typedoc": "^0.23.0",
"typedoc-plugin-markdown": "^3.12.1",
"typescript": "^4.7.2",
"util": "^0.12.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
"typedoc": "^0.23.28",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^4.9.5",
"util": "^0.12.5",
"webpack": "^5.90.3",
"webpack-cli": "^4.10.0"
},
"files": [
"dist"
Expand Down
36 changes: 18 additions & 18 deletions packages/ssx-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,33 @@
"bin": "bin/ssx-server.js",
"dependencies": {
"@spruceid/ssx-core": "2.0.0",
"axios": "^1.6.0",
"body-parser": "^1.20.0",
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"ethers": "^5.7.2",
"express": "^4.18.1",
"express-session": "^1.17.3",
"express": "^4.18.3",
"express-session": "^1.18.0",
"rc": "^1.2.8",
"siwe": "^2.1.2"
"siwe": "^2.1.4"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.19.4",
"@microsoft/api-extractor": "^7.33.7",
"@types/cookie": "^0.5.1",
"@types/express-session": "^1.17.5",
"@types/node": "^18.16.0",
"@types/on-headers": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"@microsoft/api-documenter": "^7.23.37",
"@microsoft/api-extractor": "^7.42.3",
"@types/cookie": "^0.5.4",
"@types/express-session": "^1.18.0",
"@types/node": "^18.19.22",
"@types/on-headers": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"redis": "^4.3.1",
"prettier": "^2.8.8",
"redis": "^4.6.13",
"ts-jest": "^28.0.8",
"typescript": "^4.8.4"
"typescript": "^4.9.5"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit e8a44bf

Please sign in to comment.