Skip to content

Commit 0f1c957

Browse files
authored
Merge pull request #57 from docknetwork/chore/audit-fixes
Remove yarn lock, apply npm audit, fix missing package versions
2 parents 760ab08 + c66431f commit 0f1c957

File tree

14 files changed

+63370
-56287
lines changed

14 files changed

+63370
-56287
lines changed

developer-documentation/wallet-sdk/examples/flutter-webview/package-lock.json

Lines changed: 832 additions & 2422 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

developer-documentation/wallet-sdk/examples/flutter-webview/package.json

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@
1515
"@emotion/react": "^11.13.3",
1616
"@emotion/styled": "^11.13.0",
1717
"@mui/material": "^6.1.1",
18-
"@polkadot/api": "9.7.1",
19-
"@polkadot/keyring": "10.1.11",
20-
"@polkadot/rpc-core": "9.7.1",
21-
"@polkadot/rpc-provider": "9.7.1",
22-
"@polkadot/types": "9.7.1",
23-
"@polkadot/types-known": "9.7.1",
24-
"@polkadot/ui-shared": "3.4.1",
25-
"@polkadot/util": "10.1.11",
26-
"@polkadot/util-crypto": "10.1.11",
27-
"@polkadot/wasm-crypto": "6.3.1",
2818
"@sphereon/oid4vci-client": "^0.16.0",
2919
"@sphereon/oid4vci-common": "^0.16.0",
3020
"@testing-library/jest-dom": "^5.16.5",
@@ -40,25 +30,16 @@
4030
"process": "^0.11.10",
4131
"react": "^18.2.0",
4232
"react-dom": "^18.2.0",
43-
"react-scripts": "5.0.1",
33+
"react-scripts": "^5.0.1",
4434
"ts-loader": "^9.5.1",
4535
"typeorm": "^0.3.17",
46-
"typescript": "^5.6.2",
36+
"typescript": "^4.9.5",
4737
"wasm-loader": "^1.3.0",
4838
"web-vitals": "^2.1.4",
4939
"winston": "^3.14.2"
5040
},
5141
"resolutions": {
52-
"@polkadot/wasm-crypto": "6.3.1",
53-
"@polkadot/rpc-core": "9.7.1",
5442
"@docknetwork/sdk": "8.6.0",
55-
"@polkadot/api": "9.7.1",
56-
"@polkadot/keyring": "10.1.11",
57-
"@polkadot/rpc-provider": "9.7.1",
58-
"@polkadot/types": "9.7.1",
59-
"@polkadot/types-known": "9.7.1",
60-
"@polkadot/util": "10.1.11",
61-
"@polkadot/util-crypto": "10.1.11",
6243
"commander": "11.0.0",
6344
"@noble/hashes": "1.3.1"
6445
},

developer-documentation/wallet-sdk/examples/flutter-webview/yarn.lock

Lines changed: 0 additions & 15053 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
dock-wallet
1+
dock-wallet
2+
node_modules

0 commit comments

Comments
 (0)