aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-09-29 08:33:01 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-29 08:33:01 +0200
commit20574717c4b54635a8b757fccce64f2a98614997 (patch)
tree0f671af98b8253b13149c7bf5262d0b137881ecf /package.json
parent5.6.3-nightly.17 [skip ci] (diff)
downloadferdium-app-20574717c4b54635a8b757fccce64f2a98614997.tar.gz
ferdium-app-20574717c4b54635a8b757fccce64f2a98614997.tar.zst
ferdium-app-20574717c4b54635a8b757fccce64f2a98614997.zip
chore: update various outdated node_modules (#1969)
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 9 insertions, 13 deletions
diff --git a/package.json b/package.json
index bcbad8c79..fa4be8274 100644
--- a/package.json
+++ b/package.json
@@ -70,13 +70,11 @@
70 "@meetfranz/theme": "file:packages/theme", 70 "@meetfranz/theme": "file:packages/theme",
71 "@meetfranz/ui": "file:packages/ui", 71 "@meetfranz/ui": "file:packages/ui",
72 "@sentry/electron": "2.5.3", 72 "@sentry/electron": "2.5.3",
73 "atob": "2.1.2",
74 "auto-launch": "5.0.5", 73 "auto-launch": "5.0.5",
75 "btoa": "1.2.1", 74 "btoa": "1.2.1",
76 "classnames": "2.3.1", 75 "classnames": "2.3.1",
77 "cld": "2.7.0", 76 "cld": "2.7.0",
78 "color": "4.0.1", 77 "color": "4.0.1",
79 "css": "2.2.4",
80 "csstype": "3.0.8", 78 "csstype": "3.0.8",
81 "darkreader": "4.9.34", 79 "darkreader": "4.9.34",
82 "dbus-next": "0.9.2", 80 "dbus-next": "0.9.2",
@@ -95,7 +93,6 @@
95 "lodash": "4.17.21", 93 "lodash": "4.17.21",
96 "macos-notification-state": "1.3.6", 94 "macos-notification-state": "1.3.6",
97 "macos-version": "5.2.1", 95 "macos-version": "5.2.1",
98 "marked": "0.7.0",
99 "mime-types": "2.1.32", 96 "mime-types": "2.1.32",
100 "minimist": "1.2.5", 97 "minimist": "1.2.5",
101 "mobx": "5.15.0", 98 "mobx": "5.15.0",
@@ -127,12 +124,12 @@
127 "route-parser": "0.0.5", 124 "route-parser": "0.0.5",
128 "semver": "7.3.5", 125 "semver": "7.3.5",
129 "sqlite3": "5.0.0", 126 "sqlite3": "5.0.0",
130 "tar": "4.4.18", 127 "tar": "6.1.11",
131 "tslib": "2.3.1", 128 "tslib": "2.3.1",
132 "useragent-generator": "1.1.1-amkt-22079-finish.0", 129 "useragent-generator": "1.1.1-amkt-22079-finish.0",
133 "uuid": "3.3.3", 130 "uuid": "8.3.2",
134 "validator": "11.0.0", 131 "validator": "13.6.0",
135 "ws": "7.4.6" 132 "ws": "8.2.2"
136 }, 133 },
137 "devDependencies": { 134 "devDependencies": {
138 "@babel/cli": "7.14.8", 135 "@babel/cli": "7.14.8",
@@ -163,10 +160,10 @@
163 "@types/react-dom": "16.9.13", 160 "@types/react-dom": "16.9.13",
164 "@types/route-parser": "0.1.3", 161 "@types/route-parser": "0.1.3",
165 "@types/tar": "4.0.5", 162 "@types/tar": "4.0.5",
166 "@types/uuid": "3.4.9", 163 "@types/uuid": "8.3.1",
167 "@types/validator": "13.6.3", 164 "@types/validator": "13.6.3",
168 "@typescript-eslint/eslint-plugin": "4.30.0", 165 "@typescript-eslint/eslint-plugin": "4.31.2",
169 "@typescript-eslint/parser": "4.29.1", 166 "@typescript-eslint/parser": "4.31.2",
170 "all-contributors-cli": "6.20.0", 167 "all-contributors-cli": "6.20.0",
171 "babel-plugin-formatjs": "10.3.8", 168 "babel-plugin-formatjs": "10.3.8",
172 "commitizen": "4.2.4", 169 "commitizen": "4.2.4",
@@ -180,12 +177,12 @@
180 "electron-notarize": "1.1.0", 177 "electron-notarize": "1.1.0",
181 "eslint": "7.32.0", 178 "eslint": "7.32.0",
182 "eslint-config-airbnb": "18.2.1", 179 "eslint-config-airbnb": "18.2.1",
183 "eslint-config-airbnb-typescript": "12.3.1", 180 "eslint-config-airbnb-typescript": "14.0.0",
184 "eslint-config-prettier": "8.3.0", 181 "eslint-config-prettier": "8.3.0",
185 "eslint-plugin-import": "2.24.2", 182 "eslint-plugin-import": "2.24.2",
186 "eslint-plugin-jest": "24.4.0", 183 "eslint-plugin-jest": "24.4.0",
187 "eslint-plugin-jsx-a11y": "6.4.1", 184 "eslint-plugin-jsx-a11y": "6.4.1",
188 "eslint-plugin-prettier": "3.4.0", 185 "eslint-plugin-prettier": "4.0.0",
189 "eslint-plugin-react": "7.25.1", 186 "eslint-plugin-react": "7.25.1",
190 "eslint-plugin-react-hooks": "4.2.0", 187 "eslint-plugin-react-hooks": "4.2.0",
191 "eslint-plugin-unicorn": "36.0.0", 188 "eslint-plugin-unicorn": "36.0.0",
@@ -208,7 +205,6 @@
208 "kebab-case": "1.0.1", 205 "kebab-case": "1.0.1",
209 "lerna": "4.0.0", 206 "lerna": "4.0.0",
210 "mocha": "9.1.1", 207 "mocha": "9.1.1",
211 "node-abi": "2.30.0",
212 "prettier": "2.3.2", 208 "prettier": "2.3.2",
213 "preval-build-info": "1.0.3", 209 "preval-build-info": "1.0.3",
214 "rimraf": "3.0.2", 210 "rimraf": "3.0.2",