diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7e72204..937ebbd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -491,8 +491,8 @@ importers: specifier: ^4.8.5 version: 4.8.5 sass: - specifier: ^1.69.7 - version: 1.70.0 + specifier: ^1.71.0 + version: 1.71.0 stylelint: specifier: ^16.2.1 version: 16.2.1(typescript@5.3.3) @@ -12655,8 +12655,8 @@ packages: walker: 1.0.8 dev: true - /sass@1.70.0: - resolution: {integrity: sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==} + /sass@1.71.0: + resolution: {integrity: sha512-HKKIKf49Vkxlrav3F/w6qRuPcmImGVbIXJ2I3Kg0VMA+3Bav+8yE9G5XmP5lMj6nl4OlqbPftGAscNaNu28b8w==} engines: {node: '>=14.0.0'} hasBin: true dependencies: diff --git a/test-app/package.json b/test-app/package.json index 4db92c2..ef96d98 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -111,7 +111,7 @@ "qunit": "^2.20.0", "qunit-dom": "^3.0.0", "rsvp": "^4.8.5", - "sass": "^1.69.7", + "sass": "^1.71.0", "stylelint": "^16.2.1", "stylelint-config-standard": "^36.0.0", "stylelint-config-standard-scss": "^13.0.0",