|
@@ -23,7 +23,7 @@
|
|
|
"@openzeppelin/upgrades-core": "^1.20.6",
|
|
|
"chai": "^4.2.0",
|
|
|
"eslint": "^9.0.0",
|
|
|
- "eslint-config-prettier": "^9.0.0",
|
|
|
+ "eslint-config-prettier": "^10.0.0",
|
|
|
"ethers": "^6.13.4",
|
|
|
"glob": "^11.0.0",
|
|
|
"globals": "^16.0.0",
|
|
@@ -4285,12 +4285,13 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/eslint-config-prettier": {
|
|
|
- "version": "9.0.0",
|
|
|
- "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz",
|
|
|
- "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==",
|
|
|
+ "version": "10.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz",
|
|
|
+ "integrity": "sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"bin": {
|
|
|
- "eslint-config-prettier": "bin/cli.js"
|
|
|
+ "eslint-config-prettier": "build/bin/cli.js"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
"eslint": ">=7.0.0"
|