diff --git a/docs/package.json b/docs/package.json index 72bae23..11af62a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "uglify-js": "3.17.0" + "uglify-js": "3.17.4" }, "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 aa7f970..57599a9 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -2,7 +2,7 @@ # yarn lockfile v1 -uglify-js@3.17.0: - version "3.17.0" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.0.tgz#55bd6e9d19ce5eef0d5ad17cd1f587d85b180a85" - integrity sha512-aTeNPVmgIMPpm1cxXr2Q/nEbvkmV8yq66F3om7X3P/cvOXQ0TMQ64Wk63iyT1gPlmdmGzjGpyLh1f3y8MZWXGg== +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== diff --git a/e2e-tests/pom.xml b/e2e-tests/pom.xml index 0e99628..97bf52a 100644 --- a/e2e-tests/pom.xml +++ b/e2e-tests/pom.xml @@ -56,7 +56,7 @@ org.postgresql postgresql - 42.4.3 + 42.5.4 test @@ -74,7 +74,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M7 + 3.0.0-M9 true @@ -82,7 +82,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.0.0-M7 + 3.0.0-M9 e2e-tests diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 9c5d2fb..f93f40e 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -41,7 +41,7 @@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.6.4 + 3.8.1 provided @@ -64,7 +64,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.6.4 + 3.8.1 true diff --git a/pom.xml b/pom.xml index 686b996..8dfb098 100644 --- a/pom.xml +++ b/pom.xml @@ -64,8 +64,8 @@ UTF-8 - 3.8.6 - 2.13.3 + 3.9.0 + 2.14.2 @@ -73,7 +73,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.11.0 1.8 1.8 @@ -97,7 +97,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.7.1.1 + 4.7.3.2 Max Low @@ -123,7 +123,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.1.2 + 3.2.1 false true @@ -149,7 +149,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.4.1 + 3.5.0 attach-javadocs @@ -193,13 +193,13 @@ com.github.spotbugs spotbugs-annotations - 4.7.1 + 4.7.3 provided org.projectlombok lombok - 1.18.24 + 1.18.26 provided