Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit a0f0a62

Browse files
authored
Merge pull request #579 from usc-isi-i2/security-alerts-april
Security alerts april
2 parents 2af1f6d + 76f90d2 commit a0f0a62

File tree

7 files changed

+12
-10
lines changed

7 files changed

+12
-10
lines changed

karma-app/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ unzip master.zip
4848
mv karma-app-deps-master/*.tar.gz .
4949
rm -rf karma-app-deps-master master.zip
5050
# download tomcat binary
51-
wget https://dlcdn.apache.org/tomcat/tomcat-8/v8.5.84/bin/apache-tomcat-8.5.84.zip
51+
wget https://dlcdn.apache.org/tomcat/tomcat-8/v8.5.88/bin/apache-tomcat-8.5.88.zip
5252
unzip apache-tomcat-*.zip
5353
rm apache-tomcat-*.zip
5454
mv apache-tomcat* tomcat

karma-app/desktop/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"main": "background.js",
1010
"dependencies": {
1111
"fs-jetpack": "^0.9.0",
12-
"open": "latest",
12+
"open": "7.0.2",
1313
"tail": "latest",
1414
"dialog-polyfill": "latest"
1515
}

karma-app/desktop/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"background": "resources/osx/dmg-background.png"
2020
}
2121
},
22+
2223
"directories": {
2324
"buildResources": "resources"
2425
},
@@ -43,7 +44,7 @@
4344
"mocha": "^3.0.2",
4445
"rollup": "^0.34.7",
4546
"source-map-support": "^0.4.2",
46-
"spectron": "^3.3.0",
47+
"spectron": "^13.0.0",
4748
"yargs": "^4.2.0",
4849
"electron-packager": "latest"
4950
}

karma-common/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
<dependency>
104104
<groupId>commons-fileupload</groupId>
105105
<artifactId>commons-fileupload</artifactId>
106+
<version>1.5</version>
106107
</dependency>
107108

108109
<dependency>

karma-jsonld/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.json</groupId>
2121
<artifactId>json</artifactId>
22-
<version>20141113</version>
22+
<version>20230227</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.apache.commons</groupId>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.fasterxml.jackson.core</groupId>
5151
<artifactId>jackson-databind</artifactId>
52-
<version>2.13.4.1</version>
52+
<version>2.13.4.2</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.fasterxml.jackson.core</groupId>
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.apache.httpcomponents</groupId>
9090
<artifactId>httpclient-osgi</artifactId>
91-
<version>4.5.2</version>
91+
<version>4.5.13</version>
9292
<exclusions>
9393
<exclusion>
9494
<artifactId>commons-logging</artifactId>

karma-offline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.apache.tika</groupId>
5858
<artifactId>tika-parsers</artifactId>
59-
<version>1.5</version>
59+
<version>1.18</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>jaxen</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<gson.version>2.8.9</gson.version>
7575
<httpcomponents.version>4.5.13</httpcomponents.version>
7676
<guava.version>29.0-jre</guava.version>
77-
<spring.version>5.3.20</spring.version>
77+
<spring.version>5.3.27</spring.version>
7878

7979
</properties>
8080

@@ -235,12 +235,12 @@
235235
<dependency>
236236
<groupId>org.json</groupId>
237237
<artifactId>json</artifactId>
238-
<version>20131018</version>
238+
<version>20230227</version>
239239
</dependency>
240240
<dependency>
241241
<groupId>commons-fileupload</groupId>
242242
<artifactId>commons-fileupload</artifactId>
243-
<version>1.4</version>
243+
<version>1.5</version>
244244
</dependency>
245245
<dependency>
246246
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)