From bd843018311bf1d955629e6386d3a25862d8ec8c Mon Sep 17 00:00:00 2001 From: Mackenzie Grimes - NOAA Affiliate Date: Thu, 7 Nov 2024 17:49:41 -0700 Subject: [PATCH] pin thumbmark to specific version 0.14.8 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f24ed9f..fd7c0ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,10 +6,10 @@ "packages": { "": { "name": "@noaa-gsl/idsse-muppet", - "version": "0.0.8", + "version": "0.0.9", "license": "Apache-2.0", "dependencies": { - "@thumbmarkjs/thumbmarkjs": "^0.14.8", + "@thumbmarkjs/thumbmarkjs": "0.14.8", "react": "^18.3.1", "socket.io-client": "^4.8.0" }, @@ -1102,4 +1102,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 73f3d01..288aec3 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "author": "NOAA Global Systems Laboratory", "license": "Apache-2.0", "dependencies": { - "@thumbmarkjs/thumbmarkjs": "^0.14.8", + "@thumbmarkjs/thumbmarkjs": "0.14.8", "react": "^18.3.1", "socket.io-client": "^4.8.0" },