Skip to content

Commit dc69e88

Browse files
authored
Fix vulnerabilities remaining (#163)
* fix remaining vulenrabilities * v1.2.3
1 parent bb495df commit dc69e88

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hsl-routemap-server",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "HSL Routemap server",
55
"main": "index.js",
66
"scripts": {
@@ -113,6 +113,6 @@
113113
"nconf": "0.13.0",
114114
"minimist": "1.2.8",
115115
"braces": "3.0.3",
116-
"basic-ftp": "5.2.1"
116+
"basic-ftp": "5.3.0"
117117
}
118118
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2523,10 +2523,10 @@ baseline-browser-mapping@^2.10.12:
25232523
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.10.13.tgz#5a154cc4589193015a274e3d18319b0d76b9224e"
25242524
integrity sha512-BL2sTuHOdy0YT1lYieUxTw/QMtPBC3pmlJC6xk8BBYVv6vcw3SGdKemQ+Xsx9ik2F/lYDO9tqsFQH1r9PFuHKw==
25252525

2526-
basic-ftp@5.2.1, basic-ftp@^5.0.2:
2527-
version "5.2.1"
2528-
resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.2.1.tgz#818ba176e0e52a9e746e8576331f7e9474b94668"
2529-
integrity sha512-0yaL8JdxTknKDILitVpfYfV2Ob6yb3udX/hK97M7I3jOeznBNxQPtVvTUtnhUkyHlxFWyr5Lvknmgzoc7jf+1Q==
2526+
basic-ftp@5.3.0, basic-ftp@^5.0.2:
2527+
version "5.3.0"
2528+
resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.3.0.tgz#88f057d1ba8442643c505c4c83bbaa4442b15cfd"
2529+
integrity sha512-5K9eNNn7ywHPsYnFwjKgYH8Hf8B5emh7JKcPaVjjrMJFQQwGpwowEnZNEtHs7DfR7hCZsmaK3VA4HUK0YarT+w==
25302530

25312531
batch@0.6.1:
25322532
version "0.6.1"
@@ -5331,7 +5331,7 @@ hsl-map-style@hsldevcom/hsl-map-style#zone_e_map_styles:
53315331
version "1.2.3"
53325332
resolved "https://codeload.github.com/hsldevcom/hsl-map-style/tar.gz/15c993d80e1af9d80bb07566b75a48c9bef15001"
53335333
dependencies:
5334-
lodash "^4.18.1"
5334+
lodash "^4.17.4"
53355335

53365336
html-minifier-terser@^5.0.1:
53375337
version "5.1.1"

0 commit comments

Comments
 (0)