Skip to content

Commit d67485e

Browse files
fix(deps): update dependency sass to ^1.63.6 (#38316)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a621c85 commit d67485e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e-tests/development-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"node-fetch": "^3.3.1",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",
25-
"sass": "^1.62.1"
25+
"sass": "^1.63.6"
2626
},
2727
"keywords": [
2828
"gatsby",

e2e-tests/production-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"gatsby-source-filesystem": "next",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0",
21-
"sass": "^1.62.1",
21+
"sass": "^1.63.6",
2222
"typeface-merriweather": "^1.1.13"
2323
},
2424
"keywords": [

0 commit comments

Comments
 (0)