Skip to content

Commit

Permalink
Bump the all group in /frontend with 2 updates (#150)
Browse files Browse the repository at this point in the history
Bumps the all group in /frontend with 2 updates: [sass](https://github.com/sass/dart-sass) and [webpack](https://github.com/webpack/webpack).


Updates `sass` from 1.77.6 to 1.77.8
- [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.77.6...1.77.8)

Updates `webpack` from 5.92.1 to 5.93.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.92.1...v5.93.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 77a85a5 commit 2475898
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"sass": "^1.77.6",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"webpack": "^5.92.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand Down
20 changes: 10 additions & 10 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1534,13 +1534,13 @@ __metadata:
mini-css-extract-plugin: "npm:^2.9.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
sass: "npm:^1.77.6"
sass: "npm:^1.77.8"
sass-loader: "npm:^14.2.1"
style-loader: "npm:^4.0.0"
ts-loader: "npm:^9.5.1"
tslib: "npm:^2.6.3"
typescript: "npm:^5.5.3"
webpack: "npm:^5.92.1"
webpack: "npm:^5.93.0"
webpack-cli: "npm:^5.1.4"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2242,16 +2242,16 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:^1.77.6":
version: 1.77.6
resolution: "sass@npm:1.77.6"
"sass@npm:^1.77.8":
version: 1.77.8
resolution: "sass@npm:1.77.8"
dependencies:
chokidar: "npm:>=3.0.0 <4.0.0"
immutable: "npm:^4.0.0"
source-map-js: "npm:>=0.6.2 <2.0.0"
bin:
sass: sass.js
checksum: 10c0/fe5a393c0aa29eda9f83c06be9b94788b61fe8bad0616ee6e3a25d21ab504f430d40c0064fdca89b02b8e426411ae6dcd906c91f2e48c263575c3d392b6daeb1
checksum: 10c0/2bfd62794070352c804f949e69bd8bb5b4ec846deeb924251b2c3f7b503170fb1ae186f513f0166907749eb34e0277dee747edcb78c886fb471aac01be1e864c
languageName: node
linkType: hard

Expand Down Expand Up @@ -2719,9 +2719,9 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:^5.92.1":
version: 5.92.1
resolution: "webpack@npm:5.92.1"
"webpack@npm:^5.93.0":
version: 5.93.0
resolution: "webpack@npm:5.93.0"
dependencies:
"@types/eslint-scope": "npm:^3.7.3"
"@types/estree": "npm:^1.0.5"
Expand Down Expand Up @@ -2752,7 +2752,7 @@ __metadata:
optional: true
bin:
webpack: bin/webpack.js
checksum: 10c0/43ca7c76b9c1005bd85f05303d048f918bac10276a209e3ef5e359353fbfef4e5fcee876265e6bc305bf5ef326576e02df63bc7e5af878fb7f06d7e1795b811a
checksum: 10c0/f0c72f1325ff57a4cc461bb978e6e1296f2a7d45c9765965271aa686ccdd448512956f4d7fdcf8c164d073af046c5a0aba17ce85ea98e33e5e2bfbfe13aa5808
languageName: node
linkType: hard

Expand Down

0 comments on commit 2475898

Please sign in to comment.