From dda1b5cf1babb877f771f50ec19f89a01c6ad8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Sadzi=C5=84ski?= Date: Tue, 14 Nov 2023 10:31:29 +0100 Subject: [PATCH] (core) Fixing packages after merge with core Summary: Reconciling package.json between core and hosted version. Test Plan: Existing Reviewers: JakubSerafin Reviewed By: JakubSerafin Subscribers: paulfitz Differential Revision: https://phab.getgrist.com/D4115 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 699009de..8e7dc761 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "multiparty": "4.2.2", "node-abort-controller": "3.0.1", "node-fetch": "2.6.7", - "openid-client": "^5.6.1", + "openid-client": "5.6.1", "pg": "8.6.0", "piscina": "3.2.0", "plotly.js-basic-dist": "2.13.2", diff --git a/yarn.lock b/yarn.lock index 29c07168..a3e0202c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6128,7 +6128,7 @@ once@^1.3.0, once@^1.3.1, once@^1.3.2, once@^1.4.0: dependencies: wrappy "1" -openid-client@^5.6.1: +openid-client@5.6.1: version "5.6.1" resolved "https://registry.yarnpkg.com/openid-client/-/openid-client-5.6.1.tgz#8f7526a50c290a5e28a7fe21b3ece3107511bc73" integrity sha512-PtrWsY+dXg6y8mtMPyL/namZSYVz8pjXz3yJiBNZsEdCnu9miHLB4ELVC85WvneMKo2Rg62Ay7NkuCpM0bgiLQ==