From 57d4fb24a3678a33ca70bc5d1fc008b576caae09 Mon Sep 17 00:00:00 2001 From: "zax-assistant[bot]" <103364958+zax-assistant[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:43:40 +0000 Subject: [PATCH 1/2] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 28631ec6..6cb1c661 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@manuscripts/api", - "version": "1.13.22", + "version": "1.13.23-LEAN-4183.0", "description": "Manuscripts API server", "license": "Apache-2.0", "main": "dist/index", @@ -29,7 +29,7 @@ ], "dependencies": { "@manuscripts/json-schema": "2.2.11", - "@manuscripts/transform": "3.0.22", + "@manuscripts/transform": "3.0.23", "@prisma/client": "^5.13.0", "bcrypt": "^5.1.0", "celebrate": "^15.0.1", From 34742d0e6532439d5992eb00c513366db6d76588 Mon Sep 17 00:00:00 2001 From: atyponci Date: Tue, 10 Dec 2024 14:44:26 -0800 Subject: [PATCH 2/2] Install dependencies --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 31e3419a..09ecb029 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1320,10 +1320,10 @@ "@manuscripts/json-schema" "2.2.10" citeproc "^2.4.62" -"@manuscripts/transform@3.0.22": - version "3.0.22" - resolved "https://registry.yarnpkg.com/@manuscripts/transform/-/transform-3.0.22.tgz#ab261294555fc775c90048611ff5f3ba2639a98d" - integrity sha512-EKvdmIysniq/wB+JSc71i49DjvmHaQruq8uv6oFmhrMbjTbJdS6zs8fBRBy1ytq5bI9yysUfH9qsX7TIwHjkJQ== +"@manuscripts/transform@3.0.23": + version "3.0.23" + resolved "https://registry.yarnpkg.com/@manuscripts/transform/-/transform-3.0.23.tgz#b59af6e91aba4f2ae8272041e423a296cdb058ac" + integrity sha512-IrChQW65UuuQE+h6/6ncU40oio9vX5R5PYZ/QFCWYMbbMhKdGB+JViYSr3Z6Vh4hvQSxC7TRFCwI4Yt5ieLCXQ== dependencies: "@manuscripts/json-schema" "2.2.11" "@manuscripts/library" "1.3.11"