decentraland-dapps 13.49.0 → 13.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/audit.yml +17 -0
- package/package.json +2 -2
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
name: Audit
|
|
2
|
+
|
|
3
|
+
on: [push, pull_request]
|
|
4
|
+
|
|
5
|
+
jobs:
|
|
6
|
+
audit:
|
|
7
|
+
runs-on: ubuntu-latest
|
|
8
|
+
|
|
9
|
+
steps:
|
|
10
|
+
- name: Checkout repository
|
|
11
|
+
uses: actions/checkout@v3
|
|
12
|
+
|
|
13
|
+
- name: Clean install dependencies
|
|
14
|
+
run: npm ci --legacy-peer-deps #TODO: remove this flag once we get rid of tslint
|
|
15
|
+
|
|
16
|
+
- name: Audit signatures
|
|
17
|
+
run: npm audit signatures
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "decentraland-dapps",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.50.0",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@0xsequence/multicall": "^0.25.1",
|
|
6
6
|
"@0xsequence/relayer": "^0.25.1",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"dcl-catalyst-client": "^14.0.9",
|
|
15
15
|
"decentraland-connect": "^3.5.0",
|
|
16
16
|
"decentraland-crypto-fetch": "^1.0.3",
|
|
17
|
-
"decentraland-transactions": "^1.
|
|
17
|
+
"decentraland-transactions": "^1.44.0",
|
|
18
18
|
"decentraland-ui": "^3.96.0",
|
|
19
19
|
"ethers": "^5.6.8",
|
|
20
20
|
"events": "^3.3.0",
|