Skip to content

Commit ae916b3

Browse files
committed
Bump qs lib for CVE fix
1 parent 0b7540d commit ae916b3

5 files changed

Lines changed: 13 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ worldmap/ml3d.html
77
worldmap/unitgenerator.html
88
*.pmtiles
99
worldmap/images/world-110m-flat.json
10+
node*.tgz

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### Change Log for Node-RED Worldmap
22

3+
- v5.5.8 - Bump qs dep for CVE
34
- v5.5.7 - Fix COG handling for built in icons, bump various libs for CVEs
45
- v5.5.4 - slight tweak to geojson property display as table
56
- v5.5.3 - ensure SOG gets picked up earlier in chain

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ A <a href="https://nodered.org" target="mapinfo">Node-RED</a> node to provide a
1010

1111
### Updates
1212

13+
- v5.5.8 - Bump qs dep for CVE
1314
- v5.5.7 - Fix COG handling for built in icons, bump various libs for CVEs
1415
- v5.5.4 - slight tweak to geojson property display as table
1516
- v5.5.3 - ensure SOG gets picked up earlier in chain
@@ -133,7 +134,7 @@ To do this you need to supply a `msg.payload.SIDC` 2525 code instead of an icon,
133134

134135
SIDC codes can be generated using the built-in unitgenerator tool.
135136

136-
There are lots of extra options you can specify as `msg.payload.options` - see the <a href="https://spatialillusions.com/milsymbol/documentation.html" target="mapinfo">milsymbol docs here</a>.
137+
There are lots of extra options you can specify as `msg.payload.options` - see the <a href="https://github.com/spatialillusions/milsymbol/blob/master/docs/README.md" target="mapinfo">milsymbol docs here</a>.
137138

138139
Note: If the SIDC code is a 2525C 15 characters long, where chars 13 and 14 are a country code - then the country flag emoji is added to the staffComments field of the icon. If it's a 20 char 2525D code then the options:country property will be used to create the flag.
139140

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-web-worldmap",
3-
"version": "5.5.7",
3+
"version": "5.5.8",
44
"description": "A Node-RED node to provide a web page of a world map for plotting things on.",
55
"dependencies": {
66
"@turf/bezier-spline": "~7.3.4",
@@ -11,7 +11,9 @@
1111
},
1212
"overrides": {
1313
"express": {
14-
"qs": "^6.14.1"
14+
"body-parser": {
15+
"qs": "^6.14.2"
16+
}
1517
}
1618
},
1719
"bundledDependencies": [

0 commit comments

Comments
 (0)