Skip to content

Commit 87630a1

Browse files
fix(deps): update dependency sass to ^1.62.1 (#38022)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fbf5ad1 commit 87630a1

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": "^2.6.9",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",
25-
"sass": "^1.60.0"
25+
"sass": "^1.62.1"
2626
},
2727
"keywords": [
2828
"gatsby",

e2e-tests/production-runtime/package.json

+1-1
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.60.0",
22+
"sass": "^1.62.1",
2323
"typeface-merriweather": "^1.1.13"
2424
},
2525
"keywords": [

0 commit comments

Comments
 (0)