diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 04743eef2..10b37cf7b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -84,7 +84,7 @@ jobs: distribution: adopt java-version: ${{ env.JAVA_VERSION }} - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v4.0.3 with: node-version: ${{ env.NODE_VERSION }} - name: Cache web dependencies @@ -134,7 +134,7 @@ jobs: - name: Git checkout uses: actions/checkout@v4 - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v4.0.3 with: node-version: ${{ env.NODE_VERSION }} - name: Cache web dependencies @@ -181,7 +181,7 @@ jobs: distribution: adopt java-version: ${{ env.JAVA_VERSION }} - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v4.0.3 with: node-version: ${{ env.NODE_VERSION }} - name: Cache web dependencies diff --git a/pom.xml b/pom.xml index fd0ecb520..3f5be8859 100644 --- a/pom.xml +++ b/pom.xml @@ -46,17 +46,17 @@ 10.14.0 1.20.0 - 3.3.1 + 3.4.0 3.4.2 3.4.0 3.13.0 3.3.1 3.7.0 3.3.1 - 3.3.0 + 3.3.1 3.0.0 3.2.0 - 3.6.1 + 3.7.1 3.11.0.3922 @@ -86,7 +86,7 @@ 1.3.0 3.16.1 0.9.1 - 0.8.11 + 0.8.12 3.0.1 2.0.11 1.19.8 diff --git a/web/yarn.lock b/web/yarn.lock index 1e0f2967f..b6a44df88 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -9616,14 +9616,14 @@ write-file-atomic@^3.0.0: typedarray-to-buffer "^3.1.5" ws@^7.4.6: - version "7.5.9" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" - integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== + version "7.5.10" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9" + integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ== ws@^8.1.0: - version "8.16.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4" - integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ== + version "8.17.1" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b" + integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ== xml-name-validator@^3.0.0: version "3.0.0"