From 0cf4ee416fad690d7d7eb8b257e49fa67dfa676a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:47:57 +0000 Subject: [PATCH] chore(deps): Bump @relaycorp/shared-config from 1.14.1 to 1.15.1 (#390) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@relaycorp/shared-config](https://github.com/relaycorp/shared-config) from 1.14.1 to 1.15.1.
Release notes

Sourced from @​relaycorp/shared-config's releases.

v1.15.1

1.15.1 (2024-10-16)

Bug Fixes

v1.15.0

1.15.0 (2024-09-13)

Features

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@relaycorp/shared-config&package-manager=npm_and_yarn&previous-version=1.14.1&new-version=1.15.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61db4cc..a4e1b4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "webcrypto-core": "< 2.0" }, "devDependencies": { - "@relaycorp/shared-config": "^1.14.1", + "@relaycorp/shared-config": "^1.15.1", "@types/jest": "^29.5.13", "del-cli": "^6.0.0", "jest": "^29.7.0", @@ -2162,9 +2162,9 @@ } }, "node_modules/@relaycorp/shared-config": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@relaycorp/shared-config/-/shared-config-1.14.1.tgz", - "integrity": "sha512-AvgKtrTrXOXlbhDikw9muCz77xSUrQ0M+badw2e8+ySIT/VqkEfeeNHuVfTpg/PDUAtQDjyNMqdbqO8DBj68LQ==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/@relaycorp/shared-config/-/shared-config-1.15.1.tgz", + "integrity": "sha512-mntaCduFB2Vx6/eq4SoW+FZHvOTuMJAZJ2fAw6bOCQpRKhPmL4mfL2KfMbQd0pPZLQEkbEDFMHV+hZhu6cdRtw==", "dev": true, "dependencies": { "tslint": "^5.20.1", diff --git a/package.json b/package.json index 8ffc079..987f649 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "webcrypto-core": "< 2.0" }, "devDependencies": { - "@relaycorp/shared-config": "^1.14.1", + "@relaycorp/shared-config": "^1.15.1", "@types/jest": "^29.5.13", "del-cli": "^6.0.0", "jest": "^29.7.0",