aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-07-08 09:21:39 +0200
committerLibravatar GitHub <noreply@github.com>2021-07-08 12:51:39 +0530
commit4817b83394bc901c02d619f16d74cfbc3a5d294c (patch)
tree019e83ebaacfb0d15627c3405478be8d683af180 /package.json
parentIncluding the '@meetfranz' node modules in the packed artefact (since its cau... (diff)
downloadferdium-app-4817b83394bc901c02d619f16d74cfbc3a5d294c.tar.gz
ferdium-app-4817b83394bc901c02d619f16d74cfbc3a5d294c.tar.zst
ferdium-app-4817b83394bc901c02d619f16d74cfbc3a5d294c.zip
chore: run security audit on node modules (#1621)
- changed electron target for @babel/preset-env from 4 to 13 - added .prettierrc.js with conforming settings to current code style - upgraded gulp-sass to v5 to fix CVE and adapted code to breaking changes - refreshed package-lock.json of packages/forms and packages/ui - upgraded normalize-url to fix CVE - removed unnecessary @types/color-convert - fixed ToggleComponent breaking tsc compilation
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index 76c513042..15933b927 100644
--- a/package.json
+++ b/package.json
@@ -106,7 +106,7 @@
106 "ms": "2.1.3", 106 "ms": "2.1.3",
107 "node-fetch": "2.6.1", 107 "node-fetch": "2.6.1",
108 "node-mac-permissions": "2.2.0", 108 "node-mac-permissions": "2.2.0",
109 "normalize-url": "5.3.1", 109 "normalize-url": "6.1.0",
110 "os-name": "4.0.0", 110 "os-name": "4.0.0",
111 "pretty-bytes": "^5.6.0", 111 "pretty-bytes": "^5.6.0",
112 "prop-types": "^15.5.10", 112 "prop-types": "^15.5.10",
@@ -150,7 +150,6 @@
150 "@babel/register": "7.14.5", 150 "@babel/register": "7.14.5",
151 "@types/classnames": "2.2.9", 151 "@types/classnames": "2.2.9",
152 "@types/color": "^3.0.1", 152 "@types/color": "^3.0.1",
153 "@types/color-convert": "^1.9.0",
154 "@types/fs-extra": "^7.0.0", 153 "@types/fs-extra": "^7.0.0",
155 "@types/jss": "^9.5.7", 154 "@types/jss": "^9.5.7",
156 "@types/lodash": "4.14.170", 155 "@types/lodash": "4.14.170",
@@ -182,7 +181,7 @@
182 "gulp-babel": "^8.0.0", 181 "gulp-babel": "^8.0.0",
183 "gulp-cli": "2.3.0", 182 "gulp-cli": "2.3.0",
184 "gulp-connect": "^5.7.0", 183 "gulp-connect": "^5.7.0",
185 "gulp-sass": "^4.1.0", 184 "gulp-sass": "^5.0.0",
186 "gulp-sass-variables": "^1.2.0", 185 "gulp-sass-variables": "^1.2.0",
187 "hex-rgb": "^3.0.0", 186 "hex-rgb": "^3.0.0",
188 "html-webpack-plugin": "4.5.2", 187 "html-webpack-plugin": "4.5.2",