From a38b1612ff0f6bf6b2df81e6c6467eb4db1a9349 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:13:25 -0500 Subject: [PATCH] chore(deps): update all non-major dependencies (#807) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .nvmrc | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.nvmrc b/.nvmrc index 48b14e6b2..907565957 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.14.0 +20.15.0 diff --git a/package-lock.json b/package-lock.json index 28083471c..b5e605a6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "stylelint-declaration-strict-value": "1.10.4", "stylelint-high-performance-animation": "1.10.0", "stylelint-order": "6.0.4", - "stylelint-scss": "6.3.1" + "stylelint-scss": "6.3.2" }, "engines": { "node": ">=18.12.0" @@ -8291,9 +8291,9 @@ } }, "node_modules/stylelint-scss": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.3.1.tgz", - "integrity": "sha512-w/czBoWUZxJNk5fBRPODcXSN4qcPv3WHjTSSpFovVY+TE3MZTMR0yRlbmaDYrm8tTWHvpwQAuEBZ0lk2wwkboQ==", + "version": "6.3.2", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.3.2.tgz", + "integrity": "sha512-pNk9mXOVKkQtd+SROPC9io8ISSgX+tOVPhFdBE+LaKQnJMLdWPbGKAGYv4Wmf/RrnOjkutunNTN9kKMhkdE5qA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8079f3941..1f55b5359 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "stylelint-declaration-strict-value": "1.10.4", "stylelint-high-performance-animation": "1.10.0", "stylelint-order": "6.0.4", - "stylelint-scss": "6.3.1" + "stylelint-scss": "6.3.2" }, "scripts": { "predev": "npm run clean",