File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM node:16 -bullseye-slim
1+ FROM node:18 -bullseye-slim
22
33ENV WORK=/opt/hsl-map-server
44ENV DATA_DIR=${WORK}/data
Original file line number Diff line number Diff line change 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" : {
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}
You can’t perform that action at this time.
0 commit comments