Skip to content

Commit a705163

Browse files
authored
Update NPM dependencies for moment.js vuln (#61)
* Update NPM dependencies for moment.js vuln * fix codestyle violation
1 parent 17ec0dc commit a705163

File tree

7 files changed

+17
-14
lines changed

7 files changed

+17
-14
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/)
33
and this project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 1.0.4 (unreleased)
6+
- Update NPM dependencies for [CVE-2017-18214](https://nvd.nist.gov/vuln/detail/CVE-2017-18214).
7+
58
## 1.0.3 (02/11/2018)
69
- Fix 500 error unable to find templates when running under windows.
710
- Add start.bat script for running under windows.

kafka-webview-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sourcelab</groupId>
77
<artifactId>kafka-webview</artifactId>
8-
<version>1.0.3</version>
8+
<version>1.0.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>kafka-webview-plugin</artifactId>

kafka-webview-ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>kafka-webview</artifactId>
77
<groupId>org.sourcelab</groupId>
8-
<version>1.0.3</version>
8+
<version>1.0.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>kafka-webview-ui</artifactId>
12-
<version>1.0.3</version>
12+
<version>1.0.4</version>
1313

1414
<!-- Module Description and Ownership -->
1515
<name>Kafka WebView UI</name>

kafka-webview-ui/src/main/frontend/package-lock.json

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

kafka-webview-ui/src/main/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.html",
66
"dependencies": {
77
"bootstrap": "^4.0.0-beta",
8-
"chart.js": "^2.7.0",
8+
"chart.js": "^2.7.2",
99
"font-awesome": "^4.7.0",
1010
"handlebars": "^4.0.10",
1111
"jquery": "^3.2.1",

kafka-webview-ui/src/main/java/org/sourcelab/kafka/webview/ui/model/User.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* User model.
3636
*/
3737
@Entity(name = "user")
38-
public class User implements Serializable{
38+
public class User implements Serializable {
3939
@Id
4040
@GeneratedValue(strategy = GenerationType.AUTO)
4141
private long id;

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.sourcelab</groupId>
88
<artifactId>kafka-webview</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.0.3</version>
10+
<version>1.0.4</version>
1111

1212
<!-- Define submodules -->
1313
<modules>
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-checkstyle-plugin</artifactId>
110-
<version>2.17</version>
110+
<version>3.0.0</version>
111111
<executions>
112112
<execution>
113113
<id>checkstyle-validate</id>

0 commit comments

Comments
 (0)