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-WS-7266574
  • Loading branch information
snyk-bot committed Jun 18, 2024
1 parent 61cc329 commit d434f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"license": "SEE LICENSE IN https://tc39.es/ecma262/#sec-copyright-and-software-license",
"homepage": "https://tc39.es/ecma262/",
"dependencies": {
"ecmarkup": "^7.1.0"
"ecmarkup": "^10.0.1"
},
"devDependencies": {
"@alrra/travis-scripts": "^2.1.0",
"glob": "^7.1.6",
"jsdom": "^15.0.0",
"jsdom": "^17.0.0",
"tar-stream": "^2.2.0",
"tiny-json-http": "^7.1.2"
}
Expand Down

0 comments on commit d434f83

Please sign in to comment.