From 8272be552f2ab7710b46f1b9aa10c8eca0ee10e9 Mon Sep 17 00:00:00 2001 From: farhan Date: Mon, 6 Jul 2026 12:37:57 +0500 Subject: [PATCH] Pin @unlayer/types instead of using latest tag Using the "latest" tag makes builds unreproducible: the resolved version can change at any time without notice, and a bad upstream publish breaks consumers' installs. Fixes unlayer/react-email-editor#469 --- 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 01bbafb1..5587e180 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.7.11", "license": "MIT", "dependencies": { - "@unlayer/types": "latest" + "@unlayer/types": "^1.448.0" }, "devDependencies": { "@rollup/plugin-replace": "^5.0.2", @@ -2890,9 +2890,9 @@ "license": "ISC" }, "node_modules/@unlayer/types": { - "version": "1.389.0", - "resolved": "https://registry.npmjs.org/@unlayer/types/-/types-1.389.0.tgz", - "integrity": "sha512-wf46pNwwrSG0CDPsIoGYEKpmJb3aj/KFq4JOFEZK9/MfWKJFoFN2DX3s2eqiDgpG4gFrwaADjgjsmq4SHb6V5w==", + "version": "1.448.0", + "resolved": "https://registry.npmjs.org/@unlayer/types/-/types-1.448.0.tgz", + "integrity": "sha512-k7NhJEdp5d40pWRAp9hSpTsyjD/vCrWrinNJaZkkXRU4YK7nsa9EYvnXHmVa/TcuevmPz0JRxzi8rJ1qSfvFDw==", "license": "MIT" }, "node_modules/abab": { @@ -14537,9 +14537,9 @@ } }, "@unlayer/types": { - "version": "1.389.0", - "resolved": "https://registry.npmjs.org/@unlayer/types/-/types-1.389.0.tgz", - "integrity": "sha512-wf46pNwwrSG0CDPsIoGYEKpmJb3aj/KFq4JOFEZK9/MfWKJFoFN2DX3s2eqiDgpG4gFrwaADjgjsmq4SHb6V5w==" + "version": "1.448.0", + "resolved": "https://registry.npmjs.org/@unlayer/types/-/types-1.448.0.tgz", + "integrity": "sha512-k7NhJEdp5d40pWRAp9hSpTsyjD/vCrWrinNJaZkkXRU4YK7nsa9EYvnXHmVa/TcuevmPz0JRxzi8rJ1qSfvFDw==" }, "abab": { "version": "2.0.6", diff --git a/package.json b/package.json index 75731e84..d68cda03 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ } }, "dependencies": { - "@unlayer/types": "latest" + "@unlayer/types": "^1.448.0" }, "devDependencies": { "@rollup/plugin-replace": "^5.0.2",