Skip to content

Commit 3b5eb09

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
1 parent e43e90a commit 3b5eb09

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-router-dom": "^6.4.3",
1616
"react-sizeme": "^3.0.2",
1717
"sass": "^1.52.1",
18-
"semver": "^7.3.8",
18+
"semver": "^7.5.2",
1919
"video.js": "^7.21.1",
2020
"videojs-seek-buttons": "^3.0.1"
2121
},

0 commit comments

Comments
 (0)