-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(.snyk): bump axios, serialize-javascript and ignore adm-zip vul…
…nerability
- Loading branch information
1 parent
fa4fde0
commit ebbb14d
Showing
5 changed files
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'ptokens-evm-contracts': patch | ||
--- | ||
|
||
update axios package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ ignore: | |
reason: None Given | ||
expires: 2024-01-20T17:55:23.351Z | ||
created: 2023-12-21T17:55:23.354Z | ||
SNYK-JS-AXIOS-6124857: | ||
- hardhat[email protected] > eth-gas-reporter@0.2.27 > [email protected]: | ||
SNYK-JS-ADMZIP-1065796: | ||
- hardhat@2.19.3 > adm-zip@0.4.16: | ||
reason: None Given | ||
expires: 2024-01-20T17:59:30.982Z | ||
created: 2023-12-21T17:59:30.986Z | ||
expires: 2024-02-09T15:13:46.556Z | ||
created: 2024-01-10T15:13:46.571Z | ||
patch: {} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,6 @@ | |
"packages/*" | ||
], | ||
"overrides": { | ||
"axios": "1.6.2" | ||
"serialize-javascript": "6.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,12 +50,5 @@ | |
"solhint-plugin-code-organizer": "https://github.com/allemanfredi/solhint-plugin-code-organizer.git", | ||
"solidity-coverage": "^0.8.4", | ||
"solidity-rlp": "^2.0.8" | ||
}, | ||
"overrides": { | ||
"[email protected]": { | ||
"[email protected]": { | ||
"axios": "1.6.0" | ||
} | ||
} | ||
} | ||
} |