diff --git a/docs/package.json b/docs/package.json index 11af62a..f61c11a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "uglify-js": "3.17.4" + "uglify-js": "3.19.0" }, "scripts": { "uglify": "uglifyjs assets/js/_main.js -c -m -o assets/js/main.min.js", diff --git a/docs/yarn.lock b/docs/yarn.lock index 57599a9..598dea2 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -2,7 +2,7 @@ # yarn lockfile v1 -uglify-js@3.17.4: - version "3.17.4" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c" - integrity sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g== +uglify-js@3.19.0: + version "3.19.0" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.0.tgz#6d45f1cad2c54117fa2fabd87fc2713a83e3bf7b" + integrity sha512-wNKHUY2hYYkf6oSFfhwwiHo4WCHzHmzcXsqXYTN9ja3iApYIFbb2U6ics9hBcYLHcYGQoAlwnZlTrf3oF+BL/Q== diff --git a/e2e-tests/pom.xml b/e2e-tests/pom.xml index 69e952d..d29c242 100644 --- a/e2e-tests/pom.xml +++ b/e2e-tests/pom.xml @@ -67,7 +67,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.3.1 true @@ -75,7 +75,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.2.5 + 3.3.1 e2e-tests diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index e03f045..69b79c0 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -38,7 +38,7 @@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.11.0 + 3.13.1 provided @@ -61,7 +61,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.11.0 + 3.13.1 true zet diff --git a/pom.xml b/pom.xml index b007a46..305b61f 100644 --- a/pom.xml +++ b/pom.xml @@ -64,11 +64,11 @@ UTF-8 - 3.9.6 - 3.12.1 - 3.3.0 - 3.3.0 - 2.16.1 + 3.9.8 + 3.13.0 + 3.3.1 + 3.4.2 + 2.17.2 @@ -100,7 +100,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.3.0 + 4.8.6.2 Max Low @@ -126,7 +126,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.3.1 + 3.4.0 false true @@ -152,7 +152,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.7.0 attach-javadocs @@ -201,13 +201,13 @@ com.github.spotbugs spotbugs-annotations - 4.8.3 + 4.8.6 provided org.projectlombok lombok - 1.18.30 + 1.18.34 provided