diff --git a/package-lock.json b/package-lock.json index d287fbbf4..a01e25a2c 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.23.1", + "@tacc/core-styles": "^2.25.1", "minimist": "^1.2.6" }, "engines": { @@ -481,9 +481,9 @@ } }, "node_modules/@tacc/core-styles": { - "version": "2.23.1", - "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.23.1.tgz", - "integrity": "sha512-Hu3T1/wfdbuQBZ//DBz2FwxAg+3/x9P1skS6sVldnq7yy3EZZpuOO7Tgu4OZbMlWHJG6IebWQnfniyRTOl9mVA==", + "version": "2.25.1", + "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.25.1.tgz", + "integrity": "sha512-A4c5sMwKjTe1XLxnc3EWstf1f3L3EgFq5ISGr4e81t8ClPmfXIRqpl+YZMCO4/oo+8ngxV4OMsvzRw7e0mvSpQ==", "bin": { "core-styles": "src/cli.js" }, @@ -8750,9 +8750,9 @@ } }, "@tacc/core-styles": { - "version": "2.23.1", - "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.23.1.tgz", - "integrity": "sha512-Hu3T1/wfdbuQBZ//DBz2FwxAg+3/x9P1skS6sVldnq7yy3EZZpuOO7Tgu4OZbMlWHJG6IebWQnfniyRTOl9mVA==", + "version": "2.25.1", + "resolved": "https://registry.npmjs.org/@tacc/core-styles/-/core-styles-2.25.1.tgz", + "integrity": "sha512-A4c5sMwKjTe1XLxnc3EWstf1f3L3EgFq5ISGr4e81t8ClPmfXIRqpl+YZMCO4/oo+8ngxV4OMsvzRw7e0mvSpQ==", "requires": {} }, "@trysound/sax": { diff --git a/package.json b/package.json index a5b0deafb..711cfc94a 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.23.1", + "@tacc/core-styles": "^2.25.1", "minimist": "^1.2.6" }, "repository": "git@github.com:TACC/Core-CMS.git",