diff --git a/.github/actions/bump-and-tag/package-lock.json b/.github/actions/bump-and-tag/package-lock.json index e7caf3d629..3ef0c6ba11 100644 --- a/.github/actions/bump-and-tag/package-lock.json +++ b/.github/actions/bump-and-tag/package-lock.json @@ -2174,9 +2174,9 @@ } }, "node_modules/dotenv": { - "version": "16.4.5", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", - "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", + "version": "16.4.6", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.6.tgz", + "integrity": "sha512-JhcR/+KIjkkjiU8yEpaB/USlzVi3i5whwOjpIRNGi9svKEXZSe+Qp6IWAjFjv+2GViAoDRCUv/QLNziQxsLqDg==", "dev": true, "license": "BSD-2-Clause", "engines": { diff --git a/frontend/bun.lockb b/frontend/bun.lockb index 548da354d8..1ac1a5302a 100755 Binary files a/frontend/bun.lockb and b/frontend/bun.lockb differ diff --git a/frontend/package.json b/frontend/package.json index af92706287..4dabc67092 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -46,7 +46,7 @@ "react-router-dom": "6.28.0", "react-select": "5.8.3", "react-slider": "2.0.6", - "sass": "1.81.0", + "sass": "1.81.1", "sass-loader": "16.0.3", "styled-components": "6.1.13", "vest": "5.4.5",