Skip to content

Commit d2b52f9

Browse files
committed
fix: examples/pause-proposal/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-7361793
1 parent 9eea3f7 commit d2b52f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pause-proposal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "node index.js"
1010
},
1111
"dependencies": {
12-
"@openzeppelin/defender-admin-client": "1.54.2",
12+
"@openzeppelin/defender-admin-client": "1.54.6",
1313
"dotenv": "^16.3.1"
1414
}
1515
}

0 commit comments

Comments
 (0)