From 9f5bfbf8ff39f79c3163c0b9d3d73c0b827198d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 03:27:15 +0000 Subject: [PATCH] Chore(deps-dev): Bump @relative-ci/agent from 4.2.12 to 4.2.13 Bumps [@relative-ci/agent](https://github.com/relative-ci/agent) from 4.2.12 to 4.2.13. - [Release notes](https://github.com/relative-ci/agent/releases) - [Commits](https://github.com/relative-ci/agent/compare/v4.2.12...v4.2.13) --- updated-dependencies: - dependency-name: "@relative-ci/agent" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 768172e20..3b4edee9b 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.2.0", - "@relative-ci/agent": "^4.2.12", + "@relative-ci/agent": "^4.2.13", "@vue/test-utils": "^2.4.6", "@vue/vue2-jest": "^29.2.6", "cypress": "^13.15.1", @@ -1994,9 +1994,9 @@ "dev": true }, "node_modules/@bundle-stats/plugin-webpack-validate": { - "version": "4.15.1", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.15.1.tgz", - "integrity": "sha512-VycwooUWK3yCAWK2fKN7Qr2ies+Ujzvq0LmAs7zYUUkCKfQgBeyY/vLfq8WrsS17poVJ+05XCJQavQm6IQEldg==", + "version": "4.16.0", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-4.16.0.tgz", + "integrity": "sha512-2i+iGMOBS1uPy7nZR9apHbdx8x+FBO9iW69J3IOvAoliwE/KHl2mBpXAUhg8U4f/Sv3ujfue2VFaVlP1gIqyLQ==", "dev": true, "dependencies": { "lodash": "4.17.21", @@ -4502,13 +4502,13 @@ } }, "node_modules/@relative-ci/agent": { - "version": "4.2.12", - "resolved": "https://registry.npmjs.org/@relative-ci/agent/-/agent-4.2.12.tgz", - "integrity": "sha512-391B0ABbQYexBe0CHTd8QiQuW5o/qKZRdhdR+rHe0MJpmYSXFEI54pU/EJgZByAjm5c1TYKXafyn0mMAMZ0iKQ==", + "version": "4.2.13", + "resolved": "https://registry.npmjs.org/@relative-ci/agent/-/agent-4.2.13.tgz", + "integrity": "sha512-vDNtYz38vScbK6NZ2FD8QxvjgQGKtY104wyassL3qMLYrYTdWUDqDiAJC7lHsh/LlUZOakv9M9lIPGVU99ue8Q==", "dev": true, "dependencies": { - "@bundle-stats/plugin-webpack-filter": "4.15.1", - "@bundle-stats/plugin-webpack-validate": "4.15.1", + "@bundle-stats/plugin-webpack-filter": "4.16.0", + "@bundle-stats/plugin-webpack-validate": "4.16.0", "core-js": "3.38.1", "cosmiconfig": "9.0.0", "debug": "4.3.7", @@ -4535,9 +4535,9 @@ } }, "node_modules/@relative-ci/agent/node_modules/@bundle-stats/plugin-webpack-filter": { - "version": "4.15.1", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.15.1.tgz", - "integrity": "sha512-NCQy/KvCeGNyRfcB4IoMFIfCmA4U448rHCnVIV5l4xr1QAaeVR2fQqdhoNZEzwKvsmbpfEk3fTwNuB7ZPIGBhw==", + "version": "4.16.0", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-4.16.0.tgz", + "integrity": "sha512-+U5l8GSIvARjfPOrp+Nxjw0dGkr9rQVGtof5dqmamt7RmYUBnVsjZy85N4LJypivjEzSFOlRl79i/oqSCCT1/A==", "dev": true, "engines": { "node": ">= 14.0" diff --git a/package.json b/package.json index ccc8c49bc..b7df86eec 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.2.0", - "@relative-ci/agent": "^4.2.12", + "@relative-ci/agent": "^4.2.13", "@vue/test-utils": "^2.4.6", "@vue/vue2-jest": "^29.2.6", "cypress": "^13.15.1",