@lazy-sol/access-control-upgradeable 1.1.4 → 1.1.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +12 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ v1.1.5: npm packages update
2
+ - Resolved 12 vulnerabilities (7 low, 1 high, 4 critical)
3
+ - Improved .gitignore rules
4
+
5
+ v1.1.4: npm packages update
6
+
1
7
  v1.1.3: Prem's audit and its resolution
2
8
  - See the list of issues found and resolved in [the audit resolution doc](./audits/1.1_Prem_resolution.md)
3
9
  - See the audit methodology and issues found in [the original audit report](./audits/1.1_final_Prem.pdf)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lazy-sol/access-control-upgradeable",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Enable the modular plug and play (PnP) architecture for your dapp by incorporating the role-based access control (RBAC) into the smart contracts",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -25,21 +25,25 @@
25
25
  "@openzeppelin/contracts-upgradeable": "4.9.6"
26
26
  },
27
27
  "devDependencies": {
28
- "@lazy-sol/a-missing-gem": "^1.0.12",
29
- "@lazy-sol/zeppelin-test-helpers": "^1.0.5",
30
- "@nomiclabs/hardhat-truffle5": "^2.0.7",
28
+ "@lazy-sol/a-missing-gem": "^1.0.14",
29
+ "@lazy-sol/zeppelin-test-helpers": "^1.0.6",
30
+ "@nomiclabs/hardhat-truffle5": "^2.1.0",
31
31
  "@openzeppelin/contracts": "4.9.6",
32
- "hardhat": "^2.25.0",
33
- "hardhat-dependency-injector": "^1.0.1",
32
+ "hardhat": "^2.26.3",
33
+ "hardhat-dependency-injector": "^1.0.3",
34
34
  "hardhat-gas-reporter": "^1.0.10",
35
35
  "solidity-coverage": "^0.8.16"
36
36
  },
37
37
  "overrides": {
38
- "axios": ">=1.7.5",
39
- "cookie": ">=0.7.0",
38
+ "axios": "^1.12.0",
39
+ "cipher-base": "^1.0.5",
40
+ "cookie": "^0.7.0",
40
41
  "elliptic": "^6.6.0",
42
+ "form-data": "^2.5.4",
41
43
  "micromatch": "^4.0.8",
44
+ "sha.js": "^2.4.12",
42
45
  "tar": "^6.2.1",
46
+ "tmp": "^0.2.4",
43
47
  "tough-cookie": "^4.1.3",
44
48
  "yargs-parser": "^5.0.1",
45
49
  "ws": "^8.0.0"