Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 9d573b2

Browse files
committed
🔒 Update deps to remove moderate security issue
(in build system, packaged and installed apps not affected)
1 parent 1b05efc commit 9d573b2

File tree

5 files changed

+40
-40
lines changed

5 files changed

+40
-40
lines changed

.snyk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2-
version: v1.13.3
2+
version: v1.13.4
33
ignore: {}
44
# patches apply the minimum changes required to fix a vulnerability
55
patch:

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
},
105105
"dependencies": {
106106
"clean-css": "4.2.1",
107-
"electron": "4.1.3",
108-
"electron-builder": "20.39.0",
107+
"electron": "4.1.4",
108+
"electron-builder": "^20.39.0",
109109
"electron-rebuild": "1.8.4",
110110
"node-abi": "2.7.1",
111111
"node-json-minify": "1.0.0",
@@ -114,4 +114,4 @@
114114
"optionalDependencies": {
115115
"cson-parser": "4.0.2"
116116
}
117-
}
117+
}

src/package-lock.json

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

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"nanoid": "2.0.1",
3030
"node-pty": "0.8.1",
3131
"pretty-bytes": "5.1.0",
32-
"shell-env": "2.2.0",
32+
"shell-env": "3.0.0",
3333
"signale": "1.4.0",
3434
"smoothie": "1.35.0",
3535
"systeminformation": "4.1.4",

0 commit comments

Comments
 (0)