aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-01 18:03:57 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-01 18:03:57 -0500
commitbc39f976de539ca012ac14e672f7b62ab4fd50d0 (patch)
treec607caa63f5601a9d1932ba412a71d698bd8e6f6 /package.json
parentResurrect the electron-process-manager for Ferdium (#80) (diff)
downloadferdium-app-bc39f976de539ca012ac14e672f7b62ab4fd50d0.tar.gz
ferdium-app-bc39f976de539ca012ac14e672f7b62ab4fd50d0.tar.zst
ferdium-app-bc39f976de539ca012ac14e672f7b62ab4fd50d0.zip
Update node modules
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 012588140..064b90809 100644
--- a/package.json
+++ b/package.json
@@ -109,13 +109,13 @@
109 "react-tooltip": "^4.2.21", 109 "react-tooltip": "^4.2.21",
110 "route-parser": "^0.0.5", 110 "route-parser": "^0.0.5",
111 "semver": "^7.3.7", 111 "semver": "^7.3.7",
112 "sqlite3": "5.0.5", 112 "sqlite3": "5.0.6",
113 "tar": "^6.1.11", 113 "tar": "^6.1.11",
114 "tslib": "^2.4.0", 114 "tslib": "^2.4.0",
115 "useragent-generator": "^1.1.1-amkt-22079-finish.0", 115 "useragent-generator": "^1.1.1-amkt-22079-finish.0",
116 "uuid": "^8.3.2", 116 "uuid": "^8.3.2",
117 "validator": "^13.7.0", 117 "validator": "^13.7.0",
118 "ws": "^8.5.0" 118 "ws": "8.6.0"
119 }, 119 },
120 "devDependencies": { 120 "devDependencies": {
121 "@babel/core": "^7.17.9", 121 "@babel/core": "^7.17.9",
@@ -135,7 +135,7 @@
135 "@types/mime-types": "^2.1.1", 135 "@types/mime-types": "^2.1.1",
136 "@types/mocha": "^9.1.1", 136 "@types/mocha": "^9.1.1",
137 "@types/ms": "^0.7.31", 137 "@types/ms": "^0.7.31",
138 "@types/node": "^16.11.27", 138 "@types/node": "16.11.33",
139 "@types/react": "^17.0.44", 139 "@types/react": "^17.0.44",
140 "@types/react-dom": "^17.0.15", 140 "@types/react-dom": "^17.0.15",
141 "@types/route-parser": "^0.1.4", 141 "@types/route-parser": "^0.1.4",
@@ -161,7 +161,7 @@
161 "eslint-plugin-jsx-a11y": "^6.5.1", 161 "eslint-plugin-jsx-a11y": "^6.5.1",
162 "eslint-plugin-prettier": "^4.0.0", 162 "eslint-plugin-prettier": "^4.0.0",
163 "eslint-plugin-react": "^7.29.4", 163 "eslint-plugin-react": "^7.29.4",
164 "eslint-plugin-react-hooks": "^4.4.0", 164 "eslint-plugin-react-hooks": "4.5.0",
165 "eslint-plugin-unicorn": "^39.0.0", 165 "eslint-plugin-unicorn": "^39.0.0",
166 "expect.js": "^0.3.1", 166 "expect.js": "^0.3.1",
167 "gulp": "^4.0.2", 167 "gulp": "^4.0.2",
@@ -186,12 +186,12 @@
186 "prettier": "^2.6.2", 186 "prettier": "^2.6.2",
187 "preval-build-info": "^1.0.3", 187 "preval-build-info": "^1.0.3",
188 "rimraf": "^3.0.2", 188 "rimraf": "^3.0.2",
189 "sass": "^1.50.1", 189 "sass": "1.51.0",
190 "simple-git": "^3.7.0", 190 "simple-git": "^3.7.0",
191 "ts-loader": "^5.4.5", 191 "ts-loader": "^5.4.5",
192 "ts-mocha": "^8.0.0", 192 "ts-mocha": "^8.0.0",
193 "ts-node": "^10.7.0", 193 "ts-node": "^10.7.0",
194 "typescript": "^4.6.3", 194 "typescript": "4.6.4",
195 "wait-on": "^6.0.1", 195 "wait-on": "^6.0.1",
196 "webpack": "^4.46.0", 196 "webpack": "^4.46.0",
197 "webpack-cli": "^3.3.12", 197 "webpack-cli": "^3.3.12",