Chore(deps-dev): Bump @relative-ci/agent from 4.2.6 to 4.2.7

Bumps [@relative-ci/agent](https://github.com/relative-ci/agent) from 4.2.6 to 4.2.7.
- [Release notes](https://github.com/relative-ci/agent/releases)
- [Commits](https://github.com/relative-ci/agent/compare/v4.2.6...v4.2.7)

---
updated-dependencies:
- dependency-name: "@relative-ci/agent"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-05-09 12:37:21 +00:00
committed by GitHub
parent 609665c8f9
commit 1416c668af
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -52,7 +52,7 @@
"@nextcloud/eslint-config": "^8.3.0",
"@nextcloud/stylelint-config": "^2.4.0",
"@nextcloud/webpack-vue-config": "^6.0.0",
"@relative-ci/agent": "^4.2.6",
"@relative-ci/agent": "^4.2.7",
"@vue/test-utils": "^2.4.6",
"@vue/vue2-jest": "^29.2.6",
"cypress": "^13.9.0",
@@ -4157,14 +4157,14 @@
}
},
"node_modules/@relative-ci/agent": {
"version": "4.2.6",
"resolved": "https://registry.npmjs.org/@relative-ci/agent/-/agent-4.2.6.tgz",
"integrity": "sha512-eN0PvIsoOup4GklpFz6mJVIlYxW4Gs4JHVm1fgwLEMWlY9pdGkCzJ9AqEYYH92812yewtEorFmAA3KJoGOm4ZA==",
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/@relative-ci/agent/-/agent-4.2.7.tgz",
"integrity": "sha512-alt3cmjxNK/8Ih37pQK85C8mfBQLgORTmXyq2vPVabXtc5ogDP+aeVlBN6GVoalFkKcXTvM3JUDKBX0+ijNEaQ==",
"dev": true,
"dependencies": {
"@bundle-stats/plugin-webpack-filter": "4.12.2",
"@bundle-stats/plugin-webpack-validate": "4.12.2",
"core-js": "3.36.1",
"core-js": "3.37.0",
"cosmiconfig": "9.0.0",
"debug": "4.3.4",
"dotenv": "16.4.5",
@@ -4208,9 +4208,9 @@
"dev": true
},
"node_modules/@relative-ci/agent/node_modules/core-js": {
"version": "3.36.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.1.tgz",
"integrity": "sha512-BTvUrwxVBezj5SZ3f10ImnX2oRByMxql3EimVqMysepbC9EeMUOpLwdy6Eoili2x6E4kf+ZUB5k/+Jv55alPfA==",
"version": "3.37.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz",
"integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==",
"dev": true,
"hasInstallScript": true,
"funding": {
@@ -24599,14 +24599,14 @@
"optional": true
},
"@relative-ci/agent": {
"version": "4.2.6",
"resolved": "https://registry.npmjs.org/@relative-ci/agent/-/agent-4.2.6.tgz",
"integrity": "sha512-eN0PvIsoOup4GklpFz6mJVIlYxW4Gs4JHVm1fgwLEMWlY9pdGkCzJ9AqEYYH92812yewtEorFmAA3KJoGOm4ZA==",
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/@relative-ci/agent/-/agent-4.2.7.tgz",
"integrity": "sha512-alt3cmjxNK/8Ih37pQK85C8mfBQLgORTmXyq2vPVabXtc5ogDP+aeVlBN6GVoalFkKcXTvM3JUDKBX0+ijNEaQ==",
"dev": true,
"requires": {
"@bundle-stats/plugin-webpack-filter": "4.12.2",
"@bundle-stats/plugin-webpack-validate": "4.12.2",
"core-js": "3.36.1",
"core-js": "3.37.0",
"cosmiconfig": "9.0.0",
"debug": "4.3.4",
"dotenv": "16.4.5",
@@ -24631,9 +24631,9 @@
"dev": true
},
"core-js": {
"version": "3.36.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.1.tgz",
"integrity": "sha512-BTvUrwxVBezj5SZ3f10ImnX2oRByMxql3EimVqMysepbC9EeMUOpLwdy6Eoili2x6E4kf+ZUB5k/+Jv55alPfA==",
"version": "3.37.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz",
"integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==",
"dev": true
},
"cosmiconfig": {

View File

@@ -80,7 +80,7 @@
"@nextcloud/eslint-config": "^8.3.0",
"@nextcloud/stylelint-config": "^2.4.0",
"@nextcloud/webpack-vue-config": "^6.0.0",
"@relative-ci/agent": "^4.2.6",
"@relative-ci/agent": "^4.2.7",
"@vue/test-utils": "^2.4.6",
"@vue/vue2-jest": "^29.2.6",
"cypress": "^13.9.0",