Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade tailwindcss from 3.2.7 to 3.4.15 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,242 changes: 912 additions & 330 deletions docs/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tailwindcss": "^3.2.7"
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.3.1"

Unchanged files with check annotations Beta

//#nosec G204 -- Bypass linter warning for spawning subprocess with cmd arguments.
bz, err = exec.Command("docker", "exec", tr.containerConfig.instanceName,
"/bin/bash", "-c", fmt.Sprintf(`echo '%s' > %s`, jsonStr, "/temp-proposal.json")).CombinedOutput()

Check failure on line 248 in tests/e2e/actions.go

GitHub Actions / lint

File is not `gofumpt`-ed (gofumpt)
if err != nil {
log.Fatal(err, "\n", string(bz))
}
`-b`, `block`,
`-y`,
).CombinedOutput()

Check failure on line 268 in tests/e2e/actions.go

GitHub Actions / lint

File is not `gofumpt`-ed (gofumpt)
if err != nil {
log.Fatal(err, "\n", string(bz))
}
//#nosec G204 -- Bypass linter warning for spawning subprocess with cmd arguments.
bz, err = exec.Command("docker", "exec", tr.containerConfig.instanceName,
"/bin/bash", "-c", fmt.Sprintf(`echo '%s' > %s`, jsonStr, "/temp-proposal.json")).CombinedOutput()

Check failure on line 308 in tests/e2e/actions.go

GitHub Actions / lint

File is not `gofumpt`-ed (gofumpt)
if err != nil {
log.Fatal(err, "\n", string(bz))
}
`-b`, `block`,
`-y`,
).CombinedOutput()

Check failure on line 327 in tests/e2e/actions.go

GitHub Actions / lint

File is not `gofumpt`-ed (gofumpt)
if err != nil {
log.Fatal(err, "\n", string(bz))
}
//#nosec G204 -- Bypass linter warning for spawning subprocess with cmd arguments.
bz, err = exec.Command("docker", "exec", tr.containerConfig.instanceName,
"/bin/bash", "-c", fmt.Sprintf(`echo '%s' > %s`, jsonStr, "/params-proposal.json")).CombinedOutput()

Check failure on line 379 in tests/e2e/actions.go

GitHub Actions / lint

File is not `gofumpt`-ed (gofumpt)
if err != nil {
log.Fatal(err, "\n", string(bz))
}
`-b`, `block`,
`-y`,
).CombinedOutput()

Check failure on line 399 in tests/e2e/actions.go

GitHub Actions / lint

File is not `gofumpt`-ed (gofumpt)
if err != nil {
log.Fatal(err, "\n", string(bz))
}
//#nosec G204 -- Bypass linter warning for spawning subprocess with cmd arguments.
bz, err = exec.Command("docker", "exec", tr.containerConfig.instanceName,
"/bin/bash", "-c", fmt.Sprintf(`echo '%s' > %s`, jsonStr, "/equivocation-proposal.json")).CombinedOutput()

Check failure on line 448 in tests/e2e/actions.go

GitHub Actions / lint

File is not `gofumpt`-ed (gofumpt)
if err != nil {
log.Fatal(err, "\n", string(bz))
}
`-b`, `block`,
`-y`,
).CombinedOutput()

Check failure on line 468 in tests/e2e/actions.go

GitHub Actions / lint

File is not `gofumpt`-ed (gofumpt)
if err != nil {
log.Fatal(err, "\n", string(bz))
}
"--chain", string(tr.chainConfigs[action.chain].chainId),
"--mnemonic-file", "/root/.hermes/mnemonic.txt",
).CombinedOutput()

Check failure on line 634 in tests/e2e/actions.go

GitHub Actions / lint

File is not `gofumpt`-ed (gofumpt)
if err != nil {
log.Fatal(err, "\n", string(bz))
}
// NOTE: this function MAY be used independently of the rest of simibc.
func UpdateReceiverClient(sender *ibctesting.Endpoint, receiver *ibctesting.Endpoint, header *ibctmtypes.Header) (err error) {
err = augmentHeader(sender.Chain, receiver.Chain, receiver.ClientID, header)

Check failure on line 25 in testutil/simibc/relay_util.go

GitHub Actions / lint

File is not `gofumpt`-ed (gofumpt)
if err != nil {
return err
}