Skip to content

Commit 6399bd0

Browse files
fix(deps): update dependency sass to ^1.60.0 (#37867)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f364450 commit 6399bd0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

e2e-tests/development-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"prop-types": "^15.6.2",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0",
26-
"sass": "^1.32.8"
26+
"sass": "^1.60.0"
2727
},
2828
"keywords": [
2929
"gatsby",

e2e-tests/production-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"glob": "^8.1.0",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0",
22-
"sass": "^1.32.8",
22+
"sass": "^1.60.0",
2323
"typeface-merriweather": "^1.1.13"
2424
},
2525
"keywords": [

0 commit comments

Comments
 (0)