From 440281801830938256b807423ef7bc7189fa6bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:30:59 +0000 Subject: [PATCH] build(deps): bump sass from 1.80.2 to 1.80.3 in /vue-example Bumps [sass](https://github.com/sass/dart-sass) from 1.80.2 to 1.80.3. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.80.2...1.80.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vue-example/package-lock.json | 14 +++++++------- vue-example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/vue-example/package-lock.json b/vue-example/package-lock.json index b3dbcdb3..7c3353f1 100644 --- a/vue-example/package-lock.json +++ b/vue-example/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@db-ui/v-components": "^0.4.7", - "sass": "^1.80.2", + "sass": "^1.80.3", "vue": "^3.5.12" }, "devDependencies": { @@ -1467,9 +1467,9 @@ } }, "node_modules/sass": { - "version": "1.80.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.2.tgz", - "integrity": "sha512-9wXY8cGBlUmoUoT+vwOZOFCiS+naiWVjqlreN9ar9PudXbGwlMTFwCR5K9kB4dFumJ6ib98wZyAObJKsWf1nAA==", + "version": "1.80.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.3.tgz", + "integrity": "sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA==", "dependencies": { "@parcel/watcher": "^2.4.1", "chokidar": "^4.0.0", @@ -2480,9 +2480,9 @@ } }, "sass": { - "version": "1.80.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.2.tgz", - "integrity": "sha512-9wXY8cGBlUmoUoT+vwOZOFCiS+naiWVjqlreN9ar9PudXbGwlMTFwCR5K9kB4dFumJ6ib98wZyAObJKsWf1nAA==", + "version": "1.80.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.3.tgz", + "integrity": "sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA==", "requires": { "@parcel/watcher": "^2.4.1", "chokidar": "^4.0.0", diff --git a/vue-example/package.json b/vue-example/package.json index ec444f43..56408092 100644 --- a/vue-example/package.json +++ b/vue-example/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@db-ui/v-components": "^0.4.7", - "sass": "^1.80.2", + "sass": "^1.80.3", "vue": "^3.5.12" }, "devDependencies": {