Browse Source

fix: upgrade mustache-express from 1.2.8 to 1.3.2

Snyk has created this PR to upgrade mustache-express from 1.2.8 to 1.3.2.

See this package in npm:
mustache-express

See this project in Snyk:
https://app.eu.snyk.io/org/tiny/project/885dd2e9-3bb6-46ae-8a13-9c1ca4c791be?utm_source=github&utm_medium=referral&page=upgrade-pr
snyk-upgrade-7597fd7cbebd22601fe892b73cecdd44
snyk-bot 3 weeks ago
parent
commit
028937b335
No known key found for this signature in database GPG Key ID: D2A42812CD5C2138
  1. 99
      package-lock.json
  2. 2
      package.json

99
package-lock.json

@ -5,13 +5,14 @@
"requires": true,
"packages": {
"": {
"name": "tinydrive-nodejs-starter",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"express": "^4.16.4",
"express-session": "^1.15.6",
"jsonwebtoken": "^8.5.0",
"mustache-express": "^1.2.8",
"mustache-express": "^1.3.2",
"portfinder": "^1.0.20"
}
},
@ -378,12 +379,12 @@
"integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w="
},
"node_modules/lru-cache": {
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
"integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
"license": "ISC",
"dependencies": {
"pseudomap": "^1.0.2",
"yallist": "^2.1.2"
"yallist": "^3.0.2"
}
},
"node_modules/media-typer": {
@ -456,29 +457,34 @@
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"node_modules/mustache": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-2.3.2.tgz",
"integrity": "sha512-KpMNwdQsYz3O/SBS1qJ/o3sqUJ5wSb8gb0pul8CO0S56b9Y2ALm8zCfsjPXsqGFfoNBkDwZuZIAjhsZI03gYVQ==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
"integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
"license": "MIT",
"bin": {
"mustache": "bin/mustache"
},
"engines": {
"npm": ">=1.4.0"
}
},
"node_modules/mustache-express": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/mustache-express/-/mustache-express-1.2.8.tgz",
"integrity": "sha512-QUwqtyi7ctV+LZCTVjz/A6XXhsGsSy9p1V3RzrYDIMfXsloLsGI62mVqNXnJ0pRHiiXZoEuV1O4NfT7+UDGZgg==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/mustache-express/-/mustache-express-1.3.2.tgz",
"integrity": "sha512-yAdGHctEq9ubUH7h9O6Z6kW35fwfE+7LpW/TBrcfVibZuiVRHDcK8DEydgiU5nlJmJUY5VC3jv2lzaPUL+Arkw==",
"license": "MIT",
"dependencies": {
"async": "~2.6.0",
"lru-cache": "~4.1.3",
"mustache": "~2.3.0"
"async": "~3.2.0",
"lru-cache": "~5.1.1",
"mustache": "^4.2.0"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/mustache-express/node_modules/async": {
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
"integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
"license": "MIT"
},
"node_modules/negotiator": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz",
@ -557,11 +563,6 @@
"node": ">= 0.10"
}
},
"node_modules/pseudomap": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
"integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
},
"node_modules/qs": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
@ -716,9 +717,10 @@
}
},
"node_modules/yallist": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
"integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
"license": "ISC"
}
},
"dependencies": {
@ -1032,12 +1034,11 @@
"integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w="
},
"lru-cache": {
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
"integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
"requires": {
"pseudomap": "^1.0.2",
"yallist": "^2.1.2"
"yallist": "^3.0.2"
}
},
"media-typer": {
@ -1092,18 +1093,25 @@
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"mustache": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-2.3.2.tgz",
"integrity": "sha512-KpMNwdQsYz3O/SBS1qJ/o3sqUJ5wSb8gb0pul8CO0S56b9Y2ALm8zCfsjPXsqGFfoNBkDwZuZIAjhsZI03gYVQ=="
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
"integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ=="
},
"mustache-express": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/mustache-express/-/mustache-express-1.2.8.tgz",
"integrity": "sha512-QUwqtyi7ctV+LZCTVjz/A6XXhsGsSy9p1V3RzrYDIMfXsloLsGI62mVqNXnJ0pRHiiXZoEuV1O4NfT7+UDGZgg==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/mustache-express/-/mustache-express-1.3.2.tgz",
"integrity": "sha512-yAdGHctEq9ubUH7h9O6Z6kW35fwfE+7LpW/TBrcfVibZuiVRHDcK8DEydgiU5nlJmJUY5VC3jv2lzaPUL+Arkw==",
"requires": {
"async": "~2.6.0",
"lru-cache": "~4.1.3",
"mustache": "~2.3.0"
"async": "~3.2.0",
"lru-cache": "~5.1.1",
"mustache": "^4.2.0"
},
"dependencies": {
"async": {
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
"integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA=="
}
}
},
"negotiator": {
@ -1168,11 +1176,6 @@
"ipaddr.js": "1.8.0"
}
},
"pseudomap": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
"integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
},
"qs": {
"version": "6.5.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
@ -1288,9 +1291,9 @@
"integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
},
"yallist": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
"integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI="
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
}
}
}

2
package.json

@ -14,7 +14,7 @@
"express": "^4.16.4",
"express-session": "^1.15.6",
"jsonwebtoken": "^8.5.0",
"mustache-express": "^1.2.8",
"mustache-express": "^1.3.2",
"portfinder": "^1.0.20"
}
}
Loading…
Cancel
Save