From 8463885c3e86d4e121091018a76d60b3a7bcc5d3 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:07:18 -0500 Subject: [PATCH] deps: core-styles v2.33.1 (#867) --- 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 4b6346f46..2fef5edfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@frctl/fractal": "^1.5.14", "@frctl/mandelbrot": "^1.10.1", - "@tacc/core-styles": "^2.33.0", + "@tacc/core-styles": "^2.33.1", "minimist": "^1.2.6" }, "engines": { @@ -1236,9 +1236,9 @@ } }, "node_modules/@tacc/core-styles": { - "version": "2.33.0", - "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.33.0.tgz", - "integrity": "sha512-4Zo3MOlFiubTxUV1u4YU4A+uXy0dRZ48m6I3EVu451vaxIxsw9oly/HorqXEONQGjQgBGZTnpEktPFyAAeijbQ==", + "version": "2.33.1", + "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.33.1.tgz", + "integrity": "sha512-1YRY9Tj13lqOOrVXVStXtUK7c6/QIfm3UuWfGMkuP96YN0lyBDDaeobMs8LV432p/4cpVydlQHEhPD+JHh3Ycw==", "bin": { "core-styles": "src/cli.js" }, @@ -10048,9 +10048,9 @@ } }, "@tacc/core-styles": { - "version": "2.33.0", - "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.33.0.tgz", - "integrity": "sha512-4Zo3MOlFiubTxUV1u4YU4A+uXy0dRZ48m6I3EVu451vaxIxsw9oly/HorqXEONQGjQgBGZTnpEktPFyAAeijbQ==", + "version": "2.33.1", + "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.33.1.tgz", + "integrity": "sha512-1YRY9Tj13lqOOrVXVStXtUK7c6/QIfm3UuWfGMkuP96YN0lyBDDaeobMs8LV432p/4cpVydlQHEhPD+JHh3Ycw==", "requires": {} }, "@trysound/sax": { diff --git a/package.json b/package.json index 0856f1d4c..dc6959270 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@frctl/fractal": "^1.5.14", "@frctl/mandelbrot": "^1.10.1", - "@tacc/core-styles": "^2.33.0", + "@tacc/core-styles": "^2.33.1", "minimist": "^1.2.6" }, "repository": "git@github.com:TACC/Core-CMS.git",