You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/02/02 08:45:30 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps-dev): bump sass from 1.57.1 to 1.58.0 in /tobago-theme

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 98042e0bfc build(deps-dev): bump sass from 1.57.1 to 1.58.0 in /tobago-theme
98042e0bfc is described below

commit 98042e0bfc2ee8851258a62078dcf41863e28a5d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 1 16:02:23 2023 +0000

    build(deps-dev): bump sass from 1.57.1 to 1.58.0 in /tobago-theme
    
    Bumps [sass](https://github.com/sass/dart-sass) from 1.57.1 to 1.58.0.
    - [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.57.1...1.58.0)
    
    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/package-lock.json | 14 +++++++-------
 tobago-theme/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 96f3aa6338..f7a95dbbed 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -33,7 +33,7 @@
         "npm-run-all": "^4.1.5",
         "postcss-cli": "^10.1.0",
         "rollup": "^3.9.1",
-        "sass": "^1.57.1",
+        "sass": "^1.58.0",
         "ts-jest": "^29.0.3",
         "typescript": "^4.9.4"
       }
@@ -5776,9 +5776,9 @@
       }
     },
     "node_modules/sass": {
-      "version": "1.57.1",
-      "resolved": "https://registry.npmjs.org/sass/-/sass-1.57.1.tgz",
-      "integrity": "sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==",
+      "version": "1.58.0",
+      "resolved": "https://registry.npmjs.org/sass/-/sass-1.58.0.tgz",
+      "integrity": "sha512-PiMJcP33DdKtZ/1jSjjqVIKihoDc6yWmYr9K/4r3fVVIEDAluD0q7XZiRKrNJcPK3qkLRF/79DND1H5q1LBjgg==",
       "dev": true,
       "dependencies": {
         "chokidar": ">=3.0.0 <4.0.0",
@@ -10730,9 +10730,9 @@
       }
     },
     "sass": {
-      "version": "1.57.1",
-      "resolved": "https://registry.npmjs.org/sass/-/sass-1.57.1.tgz",
-      "integrity": "sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==",
+      "version": "1.58.0",
+      "resolved": "https://registry.npmjs.org/sass/-/sass-1.58.0.tgz",
+      "integrity": "sha512-PiMJcP33DdKtZ/1jSjjqVIKihoDc6yWmYr9K/4r3fVVIEDAluD0q7XZiRKrNJcPK3qkLRF/79DND1H5q1LBjgg==",
       "dev": true,
       "requires": {
         "chokidar": ">=3.0.0 <4.0.0",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 3a534f31dc..ed8b29ac8b 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -91,7 +91,7 @@
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^10.1.0",
     "rollup": "^3.9.1",
-    "sass": "^1.57.1",
+    "sass": "^1.58.0",
     "ts-jest": "^29.0.3",
     "typescript": "^4.9.4"
   }