Skip to content

Commit

Permalink
[FLINK-23114][runtime-web] Fix dependency vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
子扬 committed Aug 25, 2021
1 parent b884919 commit d488a96
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 599 deletions.
5 changes: 3 additions & 2 deletions flink-runtime-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -260,7 +260,7 @@ under the License.
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.6</version>
<version>1.9.1</version>
<executions>
<execution>
<id>install node and npm</id>
Expand All @@ -269,6 +269,7 @@ under the License.
</goals>
<configuration>
<nodeVersion>v12.14.1</nodeVersion>
<npmVersion>6.13.4</npmVersion>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit d488a96

Please sign in to comment.