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-04 03:47:59 +00:00
committed by GitHub
parent c1ce0aaabe
commit b0ee7ffa26

28
package-lock.json generated
View File

@@ -4161,14 +4161,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",
@@ -4212,9 +4212,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": {
@@ -23518,14 +23518,14 @@
}
},
"@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",
@@ -23550,9 +23550,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": {