From f54eabd5db0b99ea9c7b8aae77c62d1cef654220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 00:24:45 +0000 Subject: [PATCH] chore(deps): bump @relaycorp/shared-config from 1.8.0 to 1.9.1 (#137) 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.8.0 to 1.9.1.
Release notes

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

v1.9.1

1.9.1 (2022-07-18)

Bug Fixes

v1.9.0

1.9.0 (2022-06-21)

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.8.0&new-version=1.9.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 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac8812f..6cc023a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "pino": "^8.1.0" }, "devDependencies": { - "@relaycorp/shared-config": "^1.8.0", + "@relaycorp/shared-config": "^1.9.1", "@types/jest": "^27.5.0", "del-cli": "^4.0.1", "jest": "^24.9.0", @@ -1198,9 +1198,9 @@ } }, "node_modules/@relaycorp/shared-config": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@relaycorp/shared-config/-/shared-config-1.8.0.tgz", - "integrity": "sha512-F/Srd6NQYxzUyFpEmP8n54Xco5fCCzM0lE4QDHkIJluMu4menvr+9d+EEjCd1FndwNXby3MFJNRjGk9U9FXdpQ==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@relaycorp/shared-config/-/shared-config-1.9.1.tgz", + "integrity": "sha512-LdZWTKwpSq/CtUvw+YQhX/CvZj6m4nb7kaOcpTzKOPdJAlqAwb1+BCLltddN8L/lofMOuyCcIHFd+moMi+R/iQ==", "dev": true, "dependencies": { "tslint": "^5.20.1", @@ -11276,9 +11276,9 @@ } }, "@relaycorp/shared-config": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@relaycorp/shared-config/-/shared-config-1.8.0.tgz", - "integrity": "sha512-F/Srd6NQYxzUyFpEmP8n54Xco5fCCzM0lE4QDHkIJluMu4menvr+9d+EEjCd1FndwNXby3MFJNRjGk9U9FXdpQ==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@relaycorp/shared-config/-/shared-config-1.9.1.tgz", + "integrity": "sha512-LdZWTKwpSq/CtUvw+YQhX/CvZj6m4nb7kaOcpTzKOPdJAlqAwb1+BCLltddN8L/lofMOuyCcIHFd+moMi+R/iQ==", "dev": true, "requires": { "tslint": "^5.20.1", diff --git a/package.json b/package.json index 54f22a4..5c087c7 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "pino": "^8.1.0" }, "devDependencies": { - "@relaycorp/shared-config": "^1.8.0", + "@relaycorp/shared-config": "^1.9.1", "@types/jest": "^27.5.0", "del-cli": "^4.0.1", "jest": "^24.9.0",