Skip to content

Commit b3597f2

Browse files
Bump sass from 1.69.5 to 1.70.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.69.5 to 1.70.0. - [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.69.5...1.70.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4de250 commit b3597f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"esbuild": "^0.19.6",
1212
"govuk-frontend": "4.7.0",
13-
"sass": "^1.69.5"
13+
"sass": "^1.70.0"
1414
},
1515
"scripts": {
1616
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2066,10 +2066,10 @@ safe-regex-test@^1.0.0:
20662066
get-intrinsic "^1.1.3"
20672067
is-regex "^1.1.4"
20682068

2069-
sass@^1.69.5:
2070-
version "1.69.5"
2071-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.5.tgz#23e18d1c757a35f2e52cc81871060b9ad653dfde"
2072-
integrity sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==
2069+
sass@^1.70.0:
2070+
version "1.70.0"
2071+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.70.0.tgz#761197419d97b5358cb25f9dd38c176a8a270a75"
2072+
integrity sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==
20732073
dependencies:
20742074
chokidar ">=3.0.0 <4.0.0"
20752075
immutable "^4.0.0"

0 commit comments

Comments
 (0)