diff --git a/package-lock.json b/package-lock.json index 5d9074a49..878b43487 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/webpack-vue-config": "^6.0.0", - "@relative-ci/agent": "^4.2.8", + "@relative-ci/agent": "^4.2.9", "@vue/test-utils": "^2.4.6", "@vue/vue2-jest": "^29.2.6", "cypress": "^13.12.0", @@ -1994,9 +1994,9 @@ "dev": true }, "node_modules/@bundle-stats/plugin-webpack-validate": { - "version": "4.13.2", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.13.2.tgz", - "integrity": "sha512-Rfdipz+uBsAIIDUo1D+ylD0RxXLCcznaxpodz9QCcd0/P5tkD8gnWh1MZcfZmLFaCnxvTyJMdKJHyjIJ7xyCbA==", + "version": "4.13.3", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.13.3.tgz", + "integrity": "sha512-R7qGmWsWq5rhv/Zu6pS+d1S29gV1rxogl/udmbH/L4LysX+TxcotFENsCKn9J7nNBlmLyqDVZpynfGm14ywXjg==", "dev": true, "dependencies": { "lodash": "4.17.21", @@ -4187,16 +4187,16 @@ } }, "node_modules/@relative-ci/agent": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/@relative-ci/agent/-/agent-4.2.8.tgz", - "integrity": "sha512-GbmBZ1LlMkLGkypOakINfSfsrI5l0USom7EFqv9EPHmcKhxWu0TIrnTBhIGPO29A8m9yLKIz9ZTzHCA1ROKF1Q==", + "version": "4.2.9", + "resolved": "https://registry.npmjs.org/@relative-ci/agent/-/agent-4.2.9.tgz", + "integrity": "sha512-VrpE0eHi6DMVnfS5epTzo6Z9aGC3l7QuwqP/h2NQrpKMyXfLjqBrYNVzttHueIqxvLP9FzBXmpYm7OxjcTYJuQ==", "dev": true, "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.13.2", - "@bundle-stats/plugin-webpack-validate": "4.13.2", + "@bundle-stats/plugin-webpack-filter": "4.13.3", + "@bundle-stats/plugin-webpack-validate": "4.13.3", "core-js": "3.37.1", "cosmiconfig": "9.0.0", - "debug": "4.3.4", + "debug": "4.3.5", "dotenv": "16.4.5", "env-ci": "7.3.0", "fs-extra": "11.2.0", @@ -4220,9 +4220,9 @@ } }, "node_modules/@relative-ci/agent/node_modules/@bundle-stats/plugin-webpack-filter": { - "version": "4.13.2", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.13.2.tgz", - "integrity": "sha512-FU1i0DYBhIzY2hElvKSSEdazka4lpc9zP2zAYGmOmYkF6g4Omz+1DWH6a7MZv0cZhee8yIxaRNGkGy1R/llmtQ==", + "version": "4.13.3", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.13.3.tgz", + "integrity": "sha512-jMMt2Hz5FgHMBT+52L2zsB14RJBLVjV9UxnFhpd8iH1JWgxTvQFmUG/FpubMdzhIXZx6QAHFslrtCSExgMYgtQ==", "dev": true, "engines": { "node": ">= 14.0" @@ -7994,9 +7994,9 @@ } }, "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", "dependencies": { "ms": "2.1.2" }, diff --git a/package.json b/package.json index 38a514bcb..4e273e14f 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/webpack-vue-config": "^6.0.0", - "@relative-ci/agent": "^4.2.8", + "@relative-ci/agent": "^4.2.9", "@vue/test-utils": "^2.4.6", "@vue/vue2-jest": "^29.2.6", "cypress": "^13.12.0",