diff options
author | marzavec <admin@marzavec.com> | 2019-06-13 06:30:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 06:30:55 +0200 |
commit | 530f57cccbb6c76811492a979ae8935be448f45f (patch) | |
tree | a81be085058403fd5c69e128ad199cc0fced3261 /clientSource | |
parent | Updating pm2 to address axios vulnerability (diff) | |
parent | Bump ecstatic from 3.3.0 to 3.3.2 in /clientSource (diff) | |
download | hackchat-530f57cccbb6c76811492a979ae8935be448f45f.tar.gz hackchat-530f57cccbb6c76811492a979ae8935be448f45f.zip |
Merge pull request #72 from hack-chat/dependabot/npm_and_yarn/clientSource/ecstatic-3.3.2
Updating ecstatic to address vulnerability issue
Diffstat (limited to '')
-rw-r--r-- | clientSource/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clientSource/package-lock.json b/clientSource/package-lock.json index fb10851..ff6ed03 100644 --- a/clientSource/package-lock.json +++ b/clientSource/package-lock.json @@ -28,9 +28,9 @@ } }, "ecstatic": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/ecstatic/-/ecstatic-3.3.0.tgz", - "integrity": "sha512-EblWYTd+wPIAMQ0U4oYJZ7QBypT9ZUIwpqli0bKDjeIIQnXDBK2dXtZ9yzRCOlkW1HkO8gn7/FxLK1yPIW17pw==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/ecstatic/-/ecstatic-3.3.2.tgz", + "integrity": "sha512-fLf9l1hnwrHI2xn9mEDT7KIi22UDqA2jaCwyCbSUJh9a1V+LEUSL/JO/6TIz/QyuBURWUHrFL5Kg2TtO1bkkog==", "requires": { "he": "^1.1.1", "mime": "^1.6.0", |