From 82de9e625ae8e4fca4e4cbb1aa844d4baca1f57f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 06:41:20 -0800 Subject: [PATCH] chore(deps): bump pg-tsquery from 8.4.1 to 8.4.2 (#6560) Bumps [pg-tsquery](https://github.com/caub/pg-tsquery) from 8.4.1 to 8.4.2. - [Commits](https://github.com/caub/pg-tsquery/commits) --- updated-dependencies: - dependency-name: pg-tsquery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 18503790c..0405567d3 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "passport-slack-oauth2": "^1.2.0", "patch-package": "^7.0.2", "pg": "^8.11.1", - "pg-tsquery": "^8.4.1", + "pg-tsquery": "^8.4.2", "pluralize": "^8.0.0", "png-chunks-extract": "^1.0.0", "polished": "^4.2.2", diff --git a/yarn.lock b/yarn.lock index f454f37a4..65557ff60 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10452,10 +10452,10 @@ pg-protocol@^1.6.0: resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.6.0.tgz#4c91613c0315349363af2084608db843502f8833" integrity "sha1-TJFhPAMVNJNjryCEYI24Q1AviDM= sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q==" -pg-tsquery@^8.4.1: - version "8.4.1" - resolved "https://registry.yarnpkg.com/pg-tsquery/-/pg-tsquery-8.4.1.tgz#7346aefd90983f321c59382e1468f192b1b10894" - integrity "sha1-c0au/ZCYPzIcWTguFGjxkrGxCJQ= sha512-GoeRhw6o4Bpt7awdUwHq6ITOw40IWSrb5IC2qR6dF9ZECtHFGdSpnjHOl9Rumd8Rx12kLI2T9TGV0gvxD5pFgA==" +pg-tsquery@^8.4.2: + version "8.4.2" + resolved "https://registry.yarnpkg.com/pg-tsquery/-/pg-tsquery-8.4.2.tgz#f28e6242f15f4d8535ac08a0f9083ce04e42e1e4" + integrity sha512-waJSlBIKE+shDhuDpuQglTH6dG5zakDhnrnxu8XB8V5c7yoDSuy4pOxY6t2dyoxTjaKMcMmlByJN7n9jx9eqMA== pg-types@^2.1.0: version "2.2.0"