Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
fix: package.json & yarn.lock 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-EJS-6689533
  • Loading branch information
snyk-bot committed Apr 29, 2024
1 parent b1b828d commit 3148a26
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"castv2-client": "^1.2.0",
"chokidar": "^3.5.3",
"discord-auto-rpc": "^1.0.17",
"ejs": "^3.1.9",
"ejs": "^3.1.10",
"electron-fetch": "^1.9.1",
"electron-log": "^4.4.8",
"electron-notarize": "^1.2.2",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4152,7 +4152,7 @@ __metadata:
castv2-client: ^1.2.0
chokidar: ^3.5.3
discord-auto-rpc: ^1.0.17
ejs: ^3.1.9
ejs: ^3.1.10
electron: "github:castlabs/electron-releases"
electron-builder: ^23.6.0
electron-builder-notarize-pkg: ^1.2.0
Expand Down Expand Up @@ -5238,7 +5238,18 @@ __metadata:
languageName: node
linkType: hard

"ejs@npm:^3.1.7, ejs@npm:^3.1.9":
"ejs@npm:^3.1.10":
version: 3.1.10
resolution: "ejs@npm:3.1.10"
dependencies:
jake: ^10.8.5
bin:
ejs: bin/cli.js
checksum: ce90637e9c7538663ae023b8a7a380b2ef7cc4096de70be85abf5a3b9641912dde65353211d05e24d56b1f242d71185c6d00e02cb8860701d571786d92c71f05
languageName: node
linkType: hard

"ejs@npm:^3.1.7":
version: 3.1.9
resolution: "ejs@npm:3.1.9"
dependencies:
Expand Down

0 comments on commit 3148a26

Please sign in to comment.