generated from cheqd/.github
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(deps): Security upgrade @cheqd/sdk from 3.7.4 to 3.7.8 [Snyk] (
#267) * fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 * workflow updates * npm run format * npm run format * Update .prettierignore * Update deps --------- Co-authored-by: snyk-bot <[email protected]>
- Loading branch information
Showing
9 changed files
with
10,164 additions
and
10,152 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
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
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
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 |
---|---|---|
@@ -1,11 +1,19 @@ | ||
# Ignore folders | ||
.DS_Store | ||
.github | ||
node_modules | ||
/dist | ||
dist | ||
playwright | ||
playwright-report | ||
|
||
# Ignore files for PNPM, NPM and YARN | ||
# Ignore files | ||
pnpm-lock.yaml | ||
package-lock.json | ||
yarn.lock | ||
*.md | ||
*.yaml | ||
*.yml | ||
**/tsconfig.json | ||
|
||
# Ignore generated files | ||
src/static/swagger.json |
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 |
---|---|---|
|
@@ -56,4 +56,4 @@ | |
], | ||
"@semantic-release/github" | ||
] | ||
} | ||
} |
Oops, something went wrong.