Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692
  • Loading branch information
snyk-bot committed Oct 1, 2023
1 parent e3ba21e commit 8a979d6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 16 deletions.
40 changes: 25 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"nodemon": "^2.0.15",
"npm-watch": "^0.11.0",
"popper.js": "^1.16.1",
"postcss": "^8.4.12",
"postcss": "^8.4.31",
"postcss-loader": "^6.2.1",
"process": "^0.11.10",
"sanitize-html": "^2.7.0",
Expand Down

2 comments on commit 8a979d6

@Correia-jpv
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Device URL
desktop https://bucketlisty.com/

Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead

@Correia-jpv
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Device URL
mobile https://bucketlisty.com/

Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead

Please sign in to comment.