diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 823a52af..834d67cc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: false + excludeLinksFromLockfile: false + importers: .: @@ -291,8 +295,8 @@ importers: specifier: ^4.8.5 version: 4.8.5 sass: - specifier: ^1.69.7 - version: 1.69.7 + specifier: ^1.70.0 + version: 1.70.0 stylelint: specifier: ^15.11.0 version: 15.11.0(typescript@5.3.3) @@ -1595,7 +1599,7 @@ packages: dependencies: '@csstools/sass-import-resolve': 1.0.0 postcss: 8.4.33 - sass: 1.69.7 + sass: 1.70.0 source-map: 0.7.4 dev: true @@ -15122,8 +15126,8 @@ packages: walker: 1.0.8 dev: true - /sass@1.69.7: - resolution: {integrity: sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==} + /sass@1.70.0: + resolution: {integrity: sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==} engines: {node: '>=14.0.0'} hasBin: true dependencies: @@ -17510,7 +17514,3 @@ packages: transitivePeerDependencies: - supports-color dev: true - -settings: - autoInstallPeers: false - excludeLinksFromLockfile: false diff --git a/test-app/package.json b/test-app/package.json index 52bb211b..fedb8132 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -97,7 +97,7 @@ "qunit": "^2.20.0", "qunit-dom": "^3.0.0", "rsvp": "^4.8.5", - "sass": "^1.69.7", + "sass": "^1.70.0", "stylelint": "^15.11.0", "stylelint-config-standard-scss": "^11.0.0", "stylelint-prettier": "^4.0.2",