From f3635d4176ee863104c165736beef858f5e6c8cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 02:03:06 +0000 Subject: [PATCH 01/10] chore(deps): update dependency scala to v2.13.12 --- autotest/IntegTester/build.sbt | 2 +- project/CommonSettings.scala | 2 +- project/JPFPlugin.scala | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autotest/IntegTester/build.sbt b/autotest/IntegTester/build.sbt index efc5708bd4..e7cc4aa5cb 100644 --- a/autotest/IntegTester/build.sbt +++ b/autotest/IntegTester/build.sbt @@ -9,7 +9,7 @@ val CirceVersion = "0.12.1" val Http4sVersion = "0.21.8" val jsoupVersion = "1.16.1" -scalaVersion := "2.13.11" +scalaVersion := "2.13.12" excludeDependencies ++= Seq("org.typelevel" % "scala-library") diff --git a/project/CommonSettings.scala b/project/CommonSettings.scala index 8b4e02371a..d7dd6010dd 100644 --- a/project/CommonSettings.scala +++ b/project/CommonSettings.scala @@ -68,7 +68,7 @@ object CommonSettings extends AutoPlugin { override def requires: Plugins = HeaderPlugin && JvmPlugin override def projectSettings = Seq( organization := "com.github.equella", - scalaVersion := "2.13.11", + scalaVersion := "2.13.12", scalacOptions ++= Seq("-Vimplicits"), javacOptions ++= Seq("--release", "11"), compileOrder := CompileOrder.Mixed, diff --git a/project/JPFPlugin.scala b/project/JPFPlugin.scala index f3a96a05c1..c3aba01e43 100644 --- a/project/JPFPlugin.scala +++ b/project/JPFPlugin.scala @@ -21,7 +21,7 @@ object JPFPlugin extends AutoPlugin { import autoImport._ override def projectSettings: Seq[Def.Setting[_]] = Seq( - scalaVersion := "2.13.11", + scalaVersion := "2.13.12", javacOptions ++= Seq("--release", "11"), jpfCodeDirs := Seq((Compile / classDirectory).value), (Compile / resourceDirectory) := baseDirectory.value / "resources", From e49f50870489ad1e7f328b12c053e77918334d71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 09:48:06 +0000 Subject: [PATCH 02/10] chore(deps): update actions/checkout action to v4 --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8b0c316a1..eedc856e0d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: build_and_check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: NPM Cache uses: actions/cache@v3 @@ -133,7 +133,7 @@ jobs: steps: # Using v1 (rather than v2) through-out this workflow due to issue: # https://github.com/actions/checkout/issues/237 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: NPM Cache uses: actions/cache@v3 @@ -182,7 +182,7 @@ jobs: build_import_export_tool: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK 11 uses: actions/setup-java@v3 @@ -250,7 +250,7 @@ jobs: distribution: adopt java-version: 11 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup node uses: actions/setup-node@v3 @@ -360,7 +360,7 @@ jobs: AUTOTEST_CONFIG: autotest/github-actions.conf steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install OS dependencies run: | From 56ae1d82c016e373976e3b8ea29e06c9f2688595 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:01:10 +0000 Subject: [PATCH 03/10] chore(deps): update dependency org.apache.commons:commons-compress to v1.24.0 --- Source/Server/equellaserver/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Server/equellaserver/build.sbt b/Source/Server/equellaserver/build.sbt index cf22561d3f..57955e8c00 100644 --- a/Source/Server/equellaserver/build.sbt +++ b/Source/Server/equellaserver/build.sbt @@ -137,7 +137,7 @@ libraryDependencies ++= Seq( "org.apache.axis2" % "axis2-adb" % axis2Version, "org.apache.axis2" % "axis2-transport-http" % axis2Version, "org.apache.axis2" % "axis2-transport-local" % axis2Version, - "org.apache.commons" % "commons-compress" % "1.23.0", + "org.apache.commons" % "commons-compress" % "1.24.0", "org.apache.curator" % "curator-client" % curatorVersion, "org.apache.curator" % "curator-framework" % curatorVersion, "org.apache.curator" % "curator-recipes" % curatorVersion, From 9afddebd2e150a0db27a78e2cae99d25ad5a2289 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 05:31:04 +0000 Subject: [PATCH 04/10] chore(deps): update dependency rollup to v3.29.1 --- oeq-ts-rest-api/package-lock.json | 14 +++++++------- oeq-ts-rest-api/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/oeq-ts-rest-api/package-lock.json b/oeq-ts-rest-api/package-lock.json index 5f281fdfc5..be885dad7c 100644 --- a/oeq-ts-rest-api/package-lock.json +++ b/oeq-ts-rest-api/package-lock.json @@ -38,7 +38,7 @@ "jest": "29.6.4", "jest-config": "29.6.4", "prettier": "2.8.8", - "rollup": "3.29.0", + "rollup": "3.29.1", "rollup-plugin-typescript2": "0.35.0", "ts-jest": "29.1.1", "tslib": "2.6.2", @@ -4789,9 +4789,9 @@ } }, "node_modules/rollup": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.0.tgz", - "integrity": "sha512-nszM8DINnx1vSS+TpbWKMkxem0CDWk3cSit/WWCBVs9/JZ1I/XLwOsiUglYuYReaeWWSsW9kge5zE5NZtf/a4w==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.1.tgz", + "integrity": "sha512-c+ebvQz0VIH4KhhCpDsI+Bik0eT8ZFEVZEYw0cGMVqIP8zc+gnwl7iXCamTw7vzv2MeuZFZfdx5JJIq+ehzDlg==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -9001,9 +9001,9 @@ } }, "rollup": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.0.tgz", - "integrity": "sha512-nszM8DINnx1vSS+TpbWKMkxem0CDWk3cSit/WWCBVs9/JZ1I/XLwOsiUglYuYReaeWWSsW9kge5zE5NZtf/a4w==", + "version": "3.29.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.1.tgz", + "integrity": "sha512-c+ebvQz0VIH4KhhCpDsI+Bik0eT8ZFEVZEYw0cGMVqIP8zc+gnwl7iXCamTw7vzv2MeuZFZfdx5JJIq+ehzDlg==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/oeq-ts-rest-api/package.json b/oeq-ts-rest-api/package.json index efdb92b7de..53431f0c8c 100644 --- a/oeq-ts-rest-api/package.json +++ b/oeq-ts-rest-api/package.json @@ -58,7 +58,7 @@ "jest": "29.6.4", "jest-config": "29.6.4", "prettier": "2.8.8", - "rollup": "3.29.0", + "rollup": "3.29.1", "rollup-plugin-typescript2": "0.35.0", "ts-jest": "29.1.1", "tslib": "2.6.2", From b49bc6ac08f8a76b5f59ab7009a445ca7d3f0339 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:33:16 +0000 Subject: [PATCH 05/10] chore(deps): update dependency eslint to v8.49.0 --- oeq-ts-rest-api/package-lock.json | 46 +++++++++++++++---------------- oeq-ts-rest-api/package.json | 2 +- package-lock.json | 46 +++++++++++++++---------------- package.json | 2 +- 4 files changed, 48 insertions(+), 48 deletions(-) diff --git a/oeq-ts-rest-api/package-lock.json b/oeq-ts-rest-api/package-lock.json index be885dad7c..6b75664e3b 100644 --- a/oeq-ts-rest-api/package-lock.json +++ b/oeq-ts-rest-api/package-lock.json @@ -29,7 +29,7 @@ "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "core-js": "3.32.2", - "eslint": "8.48.0", + "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-jest": "27.2.3", "eslint-plugin-notice": "0.9.10", @@ -743,18 +743,18 @@ } }, "node_modules/@eslint/js": { - "version": "8.48.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.48.0.tgz", - "integrity": "sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==", + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz", + "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz", - "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==", + "version": "0.11.11", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", + "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", "dev": true, "dependencies": { "@humanwhocodes/object-schema": "^1.2.1", @@ -2366,16 +2366,16 @@ } }, "node_modules/eslint": { - "version": "8.48.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.48.0.tgz", - "integrity": "sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==", + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz", + "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "8.48.0", - "@humanwhocodes/config-array": "^0.11.10", + "@eslint/js": "8.49.0", + "@humanwhocodes/config-array": "^0.11.11", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.12.4", @@ -6027,15 +6027,15 @@ } }, "@eslint/js": { - "version": "8.48.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.48.0.tgz", - "integrity": "sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==", + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz", + "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==", "dev": true }, "@humanwhocodes/config-array": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz", - "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==", + "version": "0.11.11", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", + "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", "dev": true, "requires": { "@humanwhocodes/object-schema": "^1.2.1", @@ -7244,16 +7244,16 @@ "dev": true }, "eslint": { - "version": "8.48.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.48.0.tgz", - "integrity": "sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==", + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz", + "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "8.48.0", - "@humanwhocodes/config-array": "^0.11.10", + "@eslint/js": "8.49.0", + "@humanwhocodes/config-array": "^0.11.11", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.12.4", diff --git a/oeq-ts-rest-api/package.json b/oeq-ts-rest-api/package.json index 53431f0c8c..6fa622ad6d 100644 --- a/oeq-ts-rest-api/package.json +++ b/oeq-ts-rest-api/package.json @@ -49,7 +49,7 @@ "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "core-js": "3.32.2", - "eslint": "8.48.0", + "eslint": "8.49.0", "eslint-plugin-unused-imports": "2.0.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-jest": "27.2.3", diff --git a/package-lock.json b/package-lock.json index 44e5312786..06f49d2885 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "cross-env": "7.0.3", - "eslint": "8.48.0", + "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-config-react-app": "7.0.1", "eslint-plugin-flowtype": "8.0.3", @@ -2525,9 +2525,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.48.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.48.0.tgz", - "integrity": "sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==", + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz", + "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -2540,9 +2540,9 @@ "dev": true }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz", - "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==", + "version": "0.11.11", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", + "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", "dev": true, "dependencies": { "@humanwhocodes/object-schema": "^1.2.1", @@ -5618,16 +5618,16 @@ } }, "node_modules/eslint": { - "version": "8.48.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.48.0.tgz", - "integrity": "sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==", + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz", + "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "8.48.0", - "@humanwhocodes/config-array": "^0.11.10", + "@eslint/js": "8.49.0", + "@humanwhocodes/config-array": "^0.11.11", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.12.4", @@ -15175,9 +15175,9 @@ } }, "@eslint/js": { - "version": "8.48.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.48.0.tgz", - "integrity": "sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==", + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz", + "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==", "dev": true }, "@gar/promisify": { @@ -15187,9 +15187,9 @@ "dev": true }, "@humanwhocodes/config-array": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz", - "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==", + "version": "0.11.11", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", + "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", "dev": true, "requires": { "@humanwhocodes/object-schema": "^1.2.1", @@ -17460,16 +17460,16 @@ "dev": true }, "eslint": { - "version": "8.48.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.48.0.tgz", - "integrity": "sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==", + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz", + "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "8.48.0", - "@humanwhocodes/config-array": "^0.11.10", + "@eslint/js": "8.49.0", + "@humanwhocodes/config-array": "^0.11.11", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.12.4", diff --git a/package.json b/package.json index 5164df237b..e3deb90c41 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@typescript-eslint/parser": "5.62.0", "@babel/eslint-parser": "7.22.15", "cross-env": "7.0.3", - "eslint": "8.48.0", + "eslint": "8.49.0", "eslint-config-prettier": "9.0.0", "eslint-config-react-app": "7.0.1", "eslint-plugin-flowtype": "8.0.3", From 54e0f3c0e49dfdb062d5880e3eb8da62a6b45a7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 02:55:58 +0000 Subject: [PATCH 06/10] chore(deps): update dependency @testing-library/jest-dom to v6.1.3 --- react-front-end/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-front-end/package.json b/react-front-end/package.json index f1c85c0860..e5734095b0 100644 --- a/react-front-end/package.json +++ b/react-front-end/package.json @@ -81,7 +81,7 @@ "@storybook/cli": "7.3.2", "@storybook/react": "7.3.2", "@storybook/react-webpack5": "7.3.2", - "@testing-library/jest-dom": "6.1.2", + "@testing-library/jest-dom": "6.1.3", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", "@types/css-mediaquery": "0.1.2", From 43a86cbf80feec26e7d2711e2224bc92c2dc3d64 Mon Sep 17 00:00:00 2001 From: edalex-yinzi Date: Mon, 11 Sep 2023 15:31:00 +1000 Subject: [PATCH 07/10] chore(deps): update dependency @testing-library/jest-dom to v6.1.3 --- react-front-end/package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/react-front-end/package-lock.json b/react-front-end/package-lock.json index 84828d031a..942f035357 100644 --- a/react-front-end/package-lock.json +++ b/react-front-end/package-lock.json @@ -57,7 +57,7 @@ "@storybook/cli": "7.3.2", "@storybook/react": "7.3.2", "@storybook/react-webpack5": "7.3.2", - "@testing-library/jest-dom": "6.1.2", + "@testing-library/jest-dom": "6.1.3", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", "@types/css-mediaquery": "0.1.2", @@ -12444,9 +12444,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.2.tgz", - "integrity": "sha512-NP9jl1Q2qDDtx+cqogowtQtmgD2OVs37iMSIsTv5eN5ETRkf26Kj6ugVwA93/gZzzFWQAsgkKkcftDe91BJCkQ==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.3.tgz", + "integrity": "sha512-YzpjRHoCBWPzpPNtg6gnhasqtE/5O4qz8WCwDEaxtfnPO6gkaLrnuXusrGSPyhIGPezr1HM7ZH0CFaUTY9PJEQ==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.3.0", @@ -38350,9 +38350,9 @@ } }, "@testing-library/jest-dom": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.2.tgz", - "integrity": "sha512-NP9jl1Q2qDDtx+cqogowtQtmgD2OVs37iMSIsTv5eN5ETRkf26Kj6ugVwA93/gZzzFWQAsgkKkcftDe91BJCkQ==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.3.tgz", + "integrity": "sha512-YzpjRHoCBWPzpPNtg6gnhasqtE/5O4qz8WCwDEaxtfnPO6gkaLrnuXusrGSPyhIGPezr1HM7ZH0CFaUTY9PJEQ==", "dev": true, "requires": { "@adobe/css-tools": "^4.3.0", From 1a16861b7d50338b1c9555de67de376a4d026790 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:09:56 +0000 Subject: [PATCH 08/10] chore(deps): update apache cxf packages to v3.6.2 --- Source/Server/equellaserver/build.sbt | 2 +- autotest/Tests/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Server/equellaserver/build.sbt b/Source/Server/equellaserver/build.sbt index 57955e8c00..9758dadf2d 100644 --- a/Source/Server/equellaserver/build.sbt +++ b/Source/Server/equellaserver/build.sbt @@ -22,7 +22,7 @@ val TomcatVersion = "9.0.80" val axis2Version = "1.8.2" val circeVersion = "0.14.5" val curatorVersion = "5.5.0" -val cxfVersion = "3.6.1" +val cxfVersion = "3.6.2" val fs2Version = "2.5.11" val guiceVersion = "5.1.0" val jsassVersion = "5.10.5" diff --git a/autotest/Tests/build.sbt b/autotest/Tests/build.sbt index e2a5185003..60410fd072 100644 --- a/autotest/Tests/build.sbt +++ b/autotest/Tests/build.sbt @@ -9,7 +9,7 @@ inConfig(Serial)(Defaults.testTasks) val circeVersion = "0.12.1" val http4sVersion = "0.21.8" val catsVersion = "2.10.0" -val cxfVersion = "3.6.1" +val cxfVersion = "3.6.2" addCompilerPlugin("org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full) From 97015b99cead97e2a6b6bfad7abcbba45f964d1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 06:15:54 +0000 Subject: [PATCH 09/10] chore(deps): update dependency com.eed3si9n:sbt-assembly to v2.1.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index cbd2d303da..31e10075e5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") From dcddea534bb833a3ca3b7d19521e0347e3d57698 Mon Sep 17 00:00:00 2001 From: edalex-yinzi <92769668+edalex-yinzi@users.noreply.github.com> Date: Fri, 22 Sep 2023 08:50:07 +1000 Subject: [PATCH 10/10] chore(deps): update dependency @types/node to v18.17.15 (#4903) * chore(deps): update dependency @types/node to v18.17.15 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- oeq-ts-rest-api/gen-io-ts/package-lock.json | 14 +++++++------- oeq-ts-rest-api/gen-io-ts/package.json | 2 +- oeq-ts-rest-api/package-lock.json | 14 +++++++------- oeq-ts-rest-api/package.json | 2 +- react-front-end/package-lock.json | 18 +++++++++--------- react-front-end/package.json | 2 +- 6 files changed, 26 insertions(+), 26 deletions(-) diff --git a/oeq-ts-rest-api/gen-io-ts/package-lock.json b/oeq-ts-rest-api/gen-io-ts/package-lock.json index 7475cc3039..4127f6793c 100644 --- a/oeq-ts-rest-api/gen-io-ts/package-lock.json +++ b/oeq-ts-rest-api/gen-io-ts/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "devDependencies": { - "@types/node": "18.17.14", + "@types/node": "18.17.15", "@types/yargs": "17.0.24", "fp-ts": "2.16.1", "io-ts": "2.2.20", @@ -132,9 +132,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.17.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.14.tgz", - "integrity": "sha512-ZE/5aB73CyGqgQULkLG87N9GnyGe5TcQjv34pwS8tfBs1IkCh0ASM69mydb2znqd6v0eX+9Ytvk6oQRqu8T1Vw==", + "version": "18.17.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.15.tgz", + "integrity": "sha512-2yrWpBk32tvV/JAd3HNHWuZn/VDN1P+72hWirHnvsvTGSqbANi+kSeuQR9yAHnbvaBvHDsoTdXV0Fe+iRtHLKA==", "dev": true }, "node_modules/@types/yargs": { @@ -853,9 +853,9 @@ "dev": true }, "@types/node": { - "version": "18.17.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.14.tgz", - "integrity": "sha512-ZE/5aB73CyGqgQULkLG87N9GnyGe5TcQjv34pwS8tfBs1IkCh0ASM69mydb2znqd6v0eX+9Ytvk6oQRqu8T1Vw==", + "version": "18.17.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.15.tgz", + "integrity": "sha512-2yrWpBk32tvV/JAd3HNHWuZn/VDN1P+72hWirHnvsvTGSqbANi+kSeuQR9yAHnbvaBvHDsoTdXV0Fe+iRtHLKA==", "dev": true }, "@types/yargs": { diff --git a/oeq-ts-rest-api/gen-io-ts/package.json b/oeq-ts-rest-api/gen-io-ts/package.json index 09d7ec3163..8caf60fe90 100644 --- a/oeq-ts-rest-api/gen-io-ts/package.json +++ b/oeq-ts-rest-api/gen-io-ts/package.json @@ -8,7 +8,7 @@ "gen": "ts-node src/index.ts --source ../src --dest ../src/gen && eslint --fix ../src" }, "devDependencies": { - "@types/node": "18.17.14", + "@types/node": "18.17.15", "@types/yargs": "17.0.24", "ts-morph": "19.0.0", "ts-node": "10.9.1", diff --git a/oeq-ts-rest-api/package-lock.json b/oeq-ts-rest-api/package-lock.json index 6b75664e3b..bb74c51d8b 100644 --- a/oeq-ts-rest-api/package-lock.json +++ b/oeq-ts-rest-api/package-lock.json @@ -24,7 +24,7 @@ "devDependencies": { "@types/jest": "29.5.4", "@types/lodash": "4.14.198", - "@types/node": "18.17.14", + "@types/node": "18.17.15", "@types/tough-cookie": "^4.0.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", @@ -1434,9 +1434,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.17.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.14.tgz", - "integrity": "sha512-ZE/5aB73CyGqgQULkLG87N9GnyGe5TcQjv34pwS8tfBs1IkCh0ASM69mydb2znqd6v0eX+9Ytvk6oQRqu8T1Vw==", + "version": "18.17.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.15.tgz", + "integrity": "sha512-2yrWpBk32tvV/JAd3HNHWuZn/VDN1P+72hWirHnvsvTGSqbANi+kSeuQR9yAHnbvaBvHDsoTdXV0Fe+iRtHLKA==", "dev": true }, "node_modules/@types/semver": { @@ -6600,9 +6600,9 @@ "dev": true }, "@types/node": { - "version": "18.17.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.14.tgz", - "integrity": "sha512-ZE/5aB73CyGqgQULkLG87N9GnyGe5TcQjv34pwS8tfBs1IkCh0ASM69mydb2znqd6v0eX+9Ytvk6oQRqu8T1Vw==", + "version": "18.17.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.15.tgz", + "integrity": "sha512-2yrWpBk32tvV/JAd3HNHWuZn/VDN1P+72hWirHnvsvTGSqbANi+kSeuQR9yAHnbvaBvHDsoTdXV0Fe+iRtHLKA==", "dev": true }, "@types/semver": { diff --git a/oeq-ts-rest-api/package.json b/oeq-ts-rest-api/package.json index 6fa622ad6d..e90a37dc45 100644 --- a/oeq-ts-rest-api/package.json +++ b/oeq-ts-rest-api/package.json @@ -44,7 +44,7 @@ "devDependencies": { "@types/jest": "29.5.4", "@types/lodash": "4.14.198", - "@types/node": "18.17.14", + "@types/node": "18.17.15", "@types/tough-cookie": "^4.0.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", diff --git a/react-front-end/package-lock.json b/react-front-end/package-lock.json index 942f035357..3c2bfa36ad 100644 --- a/react-front-end/package-lock.json +++ b/react-front-end/package-lock.json @@ -65,7 +65,7 @@ "@types/jquery": "3.5.18", "@types/lodash": "4.14.198", "@types/luxon": "3.3.2", - "@types/node": "18.17.14", + "@types/node": "18.17.15", "@types/object-hash": "3.0.4", "@types/react": "18.2.21", "@types/react-autosuggest": "10.1.6", @@ -119,7 +119,7 @@ "devDependencies": { "@types/jest": "29.5.4", "@types/lodash": "4.14.198", - "@types/node": "18.17.14", + "@types/node": "18.17.15", "@types/tough-cookie": "^4.0.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", @@ -12916,9 +12916,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.17.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.14.tgz", - "integrity": "sha512-ZE/5aB73CyGqgQULkLG87N9GnyGe5TcQjv34pwS8tfBs1IkCh0ASM69mydb2znqd6v0eX+9Ytvk6oQRqu8T1Vw==", + "version": "18.17.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.15.tgz", + "integrity": "sha512-2yrWpBk32tvV/JAd3HNHWuZn/VDN1P+72hWirHnvsvTGSqbANi+kSeuQR9yAHnbvaBvHDsoTdXV0Fe+iRtHLKA==", "dev": true }, "node_modules/@types/node-fetch": { @@ -33185,7 +33185,7 @@ "requires": { "@types/jest": "29.5.4", "@types/lodash": "4.14.198", - "@types/node": "18.17.14", + "@types/node": "18.17.15", "@types/tough-cookie": "^4.0.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", @@ -38730,9 +38730,9 @@ "dev": true }, "@types/node": { - "version": "18.17.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.14.tgz", - "integrity": "sha512-ZE/5aB73CyGqgQULkLG87N9GnyGe5TcQjv34pwS8tfBs1IkCh0ASM69mydb2znqd6v0eX+9Ytvk6oQRqu8T1Vw==", + "version": "18.17.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.15.tgz", + "integrity": "sha512-2yrWpBk32tvV/JAd3HNHWuZn/VDN1P+72hWirHnvsvTGSqbANi+kSeuQR9yAHnbvaBvHDsoTdXV0Fe+iRtHLKA==", "dev": true }, "@types/node-fetch": { diff --git a/react-front-end/package.json b/react-front-end/package.json index e5734095b0..085c442080 100644 --- a/react-front-end/package.json +++ b/react-front-end/package.json @@ -89,7 +89,7 @@ "@types/jquery": "3.5.18", "@types/lodash": "4.14.198", "@types/luxon": "3.3.2", - "@types/node": "18.17.14", + "@types/node": "18.17.15", "@types/object-hash": "3.0.4", "@types/react": "18.2.21", "@types/react-autosuggest": "10.1.6",