Skip to content

Commit

Permalink
fix: package.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 2, 2023
1 parent 8f7c894 commit ef38432
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
]
},
"dependencies": {
"autoprefixer": "^9.7.1",
"autoprefixer": "^10.0.0",
"cheerio": "^0.22.0",
"handlebars": "^4.5.1",
"jstransformer-handlebars": "^1.1.0",
Expand All @@ -61,7 +61,7 @@
"node-version-data": "^1.1.0",
"npm-run-all": "^4.1.5",
"octonode": "^0.9.5",
"postcss": "^7.0.21",
"postcss": "^8.4.31",
"request": "^2.88.0",
"semver": "^6.3.0",
"strftime": "^0.10.0"
Expand All @@ -80,8 +80,8 @@
"remark-preset-lint-node": "^1.10.1",
"st": "^1.2.2",
"standard": "^14.3.1",
"stylelint": "^11.1.1",
"stylelint-config-twbs-bootstrap": "^0.9.0",
"stylelint": "^14.0.0",
"stylelint-config-twbs-bootstrap": "^3.0.0",
"tape": "^4.11.0",
"vnu-jar": "19.9.4"
}
Expand Down

0 comments on commit ef38432

Please sign in to comment.