Skip to content

Commit 5ee6cfd

Browse files
Bump the frontends-dev group across 1 directory with 2 updates
Bumps the frontends-dev group with 2 updates in the /client directory: [sass](https://github.com/sass/dart-sass) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `sass` from 1.97.1 to 1.97.2 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.97.1...1.97.2) Updates `vite` from 7.3.0 to 7.3.1 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.1/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite) --- updated-dependencies: - dependency-name: sass dependency-version: 1.97.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontends-dev - dependency-name: vite dependency-version: 7.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontends-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db9dcfc commit 5ee6cfd

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"eslint-plugin-react-refresh": "^0.4.25",
4141
"globals": "^16.5.0",
4242
"http-proxy-middleware": "^3.0.5",
43-
"sass": "^1.96.0",
44-
"vite": "^7.3.0",
43+
"sass": "^1.97.2",
44+
"vite": "^7.3.1",
4545
"vite-plugin-svgr": "^4.5.0",
4646
"vitest": "^4.0.15"
4747
}

client/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3089,10 +3089,10 @@ safe-regex-test@^1.1.0:
30893089
es-errors "^1.3.0"
30903090
is-regex "^1.2.1"
30913091

3092-
sass@^1.96.0:
3093-
version "1.97.1"
3094-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.97.1.tgz#f36e492baf8ccdd08d591b58d3d8b53ea35ab905"
3095-
integrity sha512-uf6HoO8fy6ClsrShvMgaKUn14f2EHQLQRtpsZZLeU/Mv0Q1K5P0+x2uvH6Cub39TVVbWNSrraUhDAoFph6vh0A==
3092+
sass@^1.97.2:
3093+
version "1.97.2"
3094+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.97.2.tgz#e515a319092fd2c3b015228e3094b40198bff0da"
3095+
integrity sha512-y5LWb0IlbO4e97Zr7c3mlpabcbBtS+ieiZ9iwDooShpFKWXf62zz5pEPdwrLYm+Bxn1fnbwFGzHuCLSA9tBmrw==
30963096
dependencies:
30973097
chokidar "^4.0.0"
30983098
immutable "^5.0.2"
@@ -3504,10 +3504,10 @@ vite-plugin-svgr@^4.5.0:
35043504
"@svgr/core" "^8.1.0"
35053505
"@svgr/plugin-jsx" "^8.1.0"
35063506

3507-
"vite@^6.0.0 || ^7.0.0", vite@^7.3.0:
3508-
version "7.3.0"
3509-
resolved "https://registry.yarnpkg.com/vite/-/vite-7.3.0.tgz#066c7a835993a66e82004eac3e185d0d157fd658"
3510-
integrity sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==
3507+
"vite@^6.0.0 || ^7.0.0", vite@^7.3.1:
3508+
version "7.3.1"
3509+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.3.1.tgz#7f6cfe8fb9074138605e822a75d9d30b814d6507"
3510+
integrity sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==
35113511
dependencies:
35123512
esbuild "^0.27.0"
35133513
fdir "^6.5.0"

0 commit comments

Comments
 (0)