diff --git a/.github/actions/bump-and-tag/package-lock.json b/.github/actions/bump-and-tag/package-lock.json index bffd4826f7..4df187fd66 100644 --- a/.github/actions/bump-and-tag/package-lock.json +++ b/.github/actions/bump-and-tag/package-lock.json @@ -5860,9 +5860,9 @@ } }, "node_modules/prettier": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", - "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", + "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", "dev": true, "license": "MIT", "bin": { diff --git a/frontend/bun.lockb b/frontend/bun.lockb index 311526d279..93bdfaa122 100755 Binary files a/frontend/bun.lockb and b/frontend/bun.lockb differ diff --git a/frontend/package.json b/frontend/package.json index a6958eca09..e0cba1dab7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "@reduxjs/toolkit": "2.4.0", "@uswds/uswds": "3.10.0", "@vitejs/plugin-react": "4.3.4", - "axios": "1.7.8", + "axios": "1.7.9", "clsx": "2.1.1", "crypto-random-string": "5.0.0", "eslint": "9.16.0", @@ -47,7 +47,7 @@ "react-select": "5.8.3", "react-slider": "2.0.6", "sass": "1.81.1", - "sass-loader": "16.0.3", + "sass-loader": "16.0.4", "styled-components": "6.1.13", "vest": "5.4.5", "vite": "5.4.11", @@ -75,7 +75,7 @@ "globals": "15.12.0", "history": "5.3.0", "msw": "2.6.6", - "prettier": "3.4.1", + "prettier": "3.4.2", "redux-mock-store": "1.5.5", "semantic-release": "24.2.0", "vitest": "2.1.8"