|
55 | 55 | "./public/**" |
56 | 56 | ], |
57 | 57 | "dependencies": { |
58 | | - "@fastify/busboy": "^1.0.0", |
59 | | - "bcryptjs": "^2.4.3", |
| 58 | + "@fastify/busboy": "^1.2.1", |
| 59 | + "bcryptjs": "^3.0.3", |
60 | 60 | "chalk": "^4.1.2", |
61 | 61 | "cheerio": "~1.0.0", |
62 | | - "commander": "^9.0.0", |
| 62 | + "commander": "^13.1.0", |
63 | 63 | "content-disposition": "^0.5.4", |
64 | | - "express": "^4.20.0", |
| 64 | + "express": "^4.21.2", |
65 | 65 | "file-type": "^16.5.4", |
66 | 66 | "filenamify": "^4.3.0", |
67 | 67 | "got": "^11.8.6", |
|
70 | 70 | "ldapjs": "^2.3.3", |
71 | 71 | "linkify-it": "^3.0.3", |
72 | 72 | "lodash": "^4.17.21", |
73 | | - "mime-types": "^2.1.35", |
| 73 | + "mime-types": "^3.0.1", |
74 | 74 | "node-forge": "^1.3.1", |
75 | | - "package-json": "^7.0.0", |
| 75 | + "package-json": "^9.0.0", |
76 | 76 | "read": "^1.0.7", |
77 | 77 | "read-chunk": "^3.2.0", |
78 | | - "semver": "^7.5.2", |
79 | | - "socket.io": "^4.6.2", |
80 | | - "tlds": "^1.228.0", |
81 | | - "ua-parser-js": "^1.0.39", |
82 | | - "uuid": "^8.3.2", |
83 | | - "web-push": "^3.4.5", |
| 78 | + "semver": "^7.7.3", |
| 79 | + "socket.io": "^4.8.1", |
| 80 | + "tlds": "^1.261.0", |
| 81 | + "ua-parser-js": "^1.0.41", |
| 82 | + "uuid": "^11.1.0", |
| 83 | + "web-push": "^3.6.7", |
84 | 84 | "yarn": "^1.22.22" |
85 | 85 | }, |
86 | 86 | "optionalDependencies": { |
87 | 87 | "sqlite3": "^5.1.7" |
88 | 88 | }, |
89 | 89 | "devDependencies": { |
90 | | - "@babel/core": "^7.17.10", |
91 | | - "@babel/plugin-transform-runtime": "^7.18.2", |
92 | | - "@babel/preset-env": "^7.17.10", |
| 90 | + "@babel/core": "^7.28.5", |
| 91 | + "@babel/plugin-transform-runtime": "^7.28.5", |
| 92 | + "@babel/preset-env": "^7.28.5", |
93 | 93 | "@fortawesome/fontawesome-free": "^5.15.4", |
94 | 94 | "@istanbuljs/nyc-config-typescript": "^1.0.2", |
95 | | - "@textcomplete/core": "^0.1.10", |
| 95 | + "@textcomplete/core": "^0.1.13", |
96 | 96 | "@textcomplete/textarea": "^0.1.13", |
97 | | - "@types/bcryptjs": "^2.4.6", |
98 | | - "@types/chai": "^4.3.5", |
| 97 | + "@types/chai": "^4.3.20", |
99 | 98 | "@types/cheerio": "^0.22.35", |
100 | | - "@types/content-disposition": "^0.5.8", |
101 | | - "@types/express": "^4.17.21", |
| 99 | + "@types/content-disposition": "^0.5.9", |
| 100 | + "@types/express": "^4.17.25", |
102 | 101 | "@types/is-utf8": "^0.2.3", |
103 | 102 | "@types/ldapjs": "^2.2.5", |
104 | 103 | "@types/linkify-it": "^3.0.5", |
105 | | - "@types/lodash": "^4.14.202", |
106 | | - "@types/mime-types": "^2.1.4", |
107 | | - "@types/mocha": "^9.1.1", |
| 104 | + "@types/lodash": "^4.17.20", |
| 105 | + "@types/mime-types": "^3.0.1", |
| 106 | + "@types/mocha": "^10.0.10", |
108 | 107 | "@types/mousetrap": "^1.6.15", |
109 | 108 | "@types/node": "^17.0.45", |
| 109 | + "@types/node-forge": "^1.3.14", |
110 | 110 | "@types/read": "^0.0.32", |
111 | | - "@types/semver": "^7.3.9", |
112 | | - "@types/sortablejs": "^1.15.8", |
113 | | - "@types/sqlite3": "^3.1.11", |
| 111 | + "@types/semver": "^7.7.1", |
| 112 | + "@types/sortablejs": "^1.15.9", |
114 | 113 | "@types/ua-parser-js": "^0.7.39", |
115 | | - "@types/uuid": "^8.3.4", |
116 | | - "@types/web-push": "^3.3.2", |
117 | | - "@types/webpack-env": "^1.16.4", |
118 | | - "@types/webpack-hot-middleware": "^2.25.6", |
119 | | - "@types/ws": "^8.5.12", |
120 | | - "@typescript-eslint/eslint-plugin": "^7.8.0", |
121 | | - "@typescript-eslint/parser": "^7.8.0", |
122 | | - "@vue/runtime-dom": "3.2.33", |
| 114 | + "@types/web-push": "^3.6.4", |
| 115 | + "@types/webpack-env": "^1.18.8", |
| 116 | + "@types/webpack-hot-middleware": "^2.25.12", |
| 117 | + "@types/ws": "^8.18.1", |
| 118 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 119 | + "@typescript-eslint/parser": "^7.18.0", |
| 120 | + "@vue/runtime-dom": "3.2.37", |
123 | 121 | "@vue/test-utils": "^2.4.6", |
124 | | - "babel-loader": "^8.2.5", |
125 | | - "babel-plugin-istanbul": "^6.1.1", |
| 122 | + "babel-loader": "^9.2.1", |
| 123 | + "babel-plugin-istanbul": "^7.0.1", |
126 | 124 | "babel-preset-typescript-vue3": "~2.0.17", |
127 | | - "chai": "^4.3.7", |
128 | | - "copy-webpack-plugin": "^10.2.4", |
| 125 | + "chai": "^4.5.0", |
| 126 | + "copy-webpack-plugin": "^13.0.1", |
129 | 127 | "cross-env": "^7.0.3", |
130 | | - "css-loader": "^6.5.1", |
131 | | - "cssnano": "^5.0.17", |
132 | | - "dayjs": "^1.10.8", |
133 | | - "emoji-regex": "^10.2.1", |
134 | | - "eslint": "^8.57.0", |
135 | | - "eslint-config-prettier": "^9.1.0", |
| 128 | + "css-loader": "^7.1.2", |
| 129 | + "cssnano": "^6.1.2", |
| 130 | + "dayjs": "^1.11.19", |
| 131 | + "emoji-regex": "^10.6.0", |
| 132 | + "eslint": "^8.57.1", |
| 133 | + "eslint-config-prettier": "^10.1.8", |
136 | 134 | "eslint-define-config": "^2.1.0", |
137 | | - "eslint-plugin-vue": "^9.25.0", |
138 | | - "fork-ts-checker-webpack-plugin": "^7.2.13", |
| 135 | + "eslint-plugin-vue": "^9.33.0", |
| 136 | + "fork-ts-checker-webpack-plugin": "^9.1.0", |
139 | 137 | "fuzzy": "^0.1.3", |
140 | | - "mini-css-extract-plugin": "^2.5.3", |
141 | | - "mocha": "^9.2.2", |
| 138 | + "mini-css-extract-plugin": "^2.9.4", |
| 139 | + "mocha": "^11.7.4", |
142 | 140 | "mousetrap": "^1.6.5", |
143 | 141 | "normalize.css": "^8.0.1", |
144 | | - "npm-run-all": "^4.1.5", |
145 | | - "nyc": "^15.1.0", |
146 | | - "postcss": "^8.4.47", |
147 | | - "postcss-import": "^14.0.2", |
148 | | - "postcss-loader": "^6.2.1", |
149 | | - "postcss-preset-env": "^7.3.0", |
150 | | - "prettier": "~2.5.1", |
151 | | - "pretty-quick": "^3.1.3", |
| 142 | + "npm-run-all2": "^7.0.2", |
| 143 | + "nyc": "^17.1.0", |
| 144 | + "postcss": "^8.5.6", |
| 145 | + "postcss-import": "^16.1.1", |
| 146 | + "postcss-loader": "^8.2.0", |
| 147 | + "postcss-preset-env": "^10.4.0", |
| 148 | + "prettier": "~2.7.1", |
| 149 | + "pretty-quick": "^3.3.1", |
152 | 150 | "primer-tooltips": "^2.0.0", |
153 | | - "sinon": "^13.0.2", |
154 | | - "socket.io-client": "^4.5.0", |
155 | | - "sortablejs": "^1.15.2", |
156 | | - "stylelint": "^14.3.0", |
157 | | - "stylelint-config-standard": "^24.0.0", |
158 | | - "ts-loader": "^9.3.0", |
159 | | - "ts-node": "^10.7.0", |
| 151 | + "sinon": "^21.0.0", |
| 152 | + "socket.io-client": "^4.8.1", |
| 153 | + "sortablejs": "^1.15.6", |
| 154 | + "stylelint": "^14.16.1", |
| 155 | + "stylelint-config-standard": "^25.0.0", |
| 156 | + "ts-loader": "^9.5.4", |
| 157 | + "ts-node": "^10.9.2", |
160 | 158 | "ts-sinon": "^2.0.2", |
161 | 159 | "typescript": "~5.4.5", |
162 | 160 | "undate": "^0.3.0", |
163 | | - "vue": "3.2.35", |
164 | | - "vue-eslint-parser": "^9.4.3", |
165 | | - "vue-loader": "~17.0.1", |
166 | | - "vue-router": "~4.0.15", |
167 | | - "vuex": "^4.0.2", |
168 | | - "webpack": "~5.94.0", |
169 | | - "webpack-cli": "^4.9.2", |
170 | | - "webpack-dev-middleware": "^5.3.4", |
171 | | - "webpack-hot-middleware": "^2.25.4" |
| 161 | + "vue": "3.2.37", |
| 162 | + "vue-eslint-parser": "^10.2.0", |
| 163 | + "vue-loader": "~17.1.2", |
| 164 | + "vue-router": "~4.5.1", |
| 165 | + "vuex": "^4.1.0", |
| 166 | + "webpack": "~5.100.2", |
| 167 | + "webpack-cli": "^6.0.1", |
| 168 | + "webpack-dev-middleware": "^7.4.5", |
| 169 | + "webpack-hot-middleware": "^2.26.1" |
172 | 170 | } |
173 | 171 | } |
0 commit comments