Skip to content

Commit b9ce8cf

Browse files
committed
Revert "Merge pull request #139 from HSLdevcom/revert-138-fix/vulnerabilities"
This reverts commit f96fb14, reversing changes made to 3f5c9cb.
1 parent f96fb14 commit b9ce8cf

3 files changed

Lines changed: 510 additions & 310 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-bullseye-slim
1+
FROM node:18-bullseye-slim
22

33
ENV WORK=/opt/hsl-map-server
44
ENV DATA_DIR=${WORK}/data

package.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hsl-map-server",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "HSL map server",
55
"main": "config.js",
66
"scripts": {
@@ -29,8 +29,24 @@
2929
"tilelive-gl": "hsldevcom/tilelive-gl"
3030
},
3131
"devDependencies": {
32-
"eslint": "^8.33.0",
32+
"eslint": "^8.57.1",
3333
"eslint-config-airbnb-base": "^15.0.0",
3434
"eslint-plugin-import": "^2.27.5"
35+
},
36+
"resolutions": {
37+
"minimist": "^1.2.8",
38+
"form-data": "^4.0.5",
39+
"cross-spawn": "^7.0.6",
40+
"minimatch": "^9.0.5",
41+
"tar": "^7.5.11",
42+
"tar-fs": "^2.1.4",
43+
"semver": "^7.7.4",
44+
"body-parser": "^1.20.3",
45+
"path-to-regexp": "0.1.12",
46+
"flatted": "^3.4.2",
47+
"nconf": "^0.13.0",
48+
"braces": "^3.0.3",
49+
"sharp": "^0.32.6",
50+
"socks": "^2.8.7"
3551
}
3652
}

0 commit comments

Comments
 (0)