You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/02/19 08:56:00 UTC

[myfaces-tobago] branch master updated: chore(deps-dev): bump sass in /tobago-theme/tobago-theme-standard/npm

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7bbd3c0  chore(deps-dev): bump sass in /tobago-theme/tobago-theme-standard/npm
7bbd3c0 is described below

commit 7bbd3c0468f7992e9d8f9c808c2d4c7d2e363420
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 19 07:12:04 2021 +0000

    chore(deps-dev): bump sass in /tobago-theme/tobago-theme-standard/npm
    
    Bumps [sass](https://github.com/sass/dart-sass) from 1.32.7 to 1.32.8.
    - [Release notes](https://github.com/sass/dart-sass/releases)
    - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/sass/dart-sass/compare/1.32.7...1.32.8)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/tobago-theme-standard/npm/package-lock.json | 6 +++---
 tobago-theme/tobago-theme-standard/npm/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-theme/tobago-theme-standard/npm/package-lock.json b/tobago-theme/tobago-theme-standard/npm/package-lock.json
index ca9f74d..f664153 100644
--- a/tobago-theme/tobago-theme-standard/npm/package-lock.json
+++ b/tobago-theme/tobago-theme-standard/npm/package-lock.json
@@ -5467,9 +5467,9 @@
       }
     },
     "sass": {
-      "version": "1.32.7",
-      "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.7.tgz",
-      "integrity": "sha512-C8Z4bjqGWnsYa11o8hpKAuoyFdRhrSHcYjCr+XAWVPSIQqC8mp2f5Dx4em0dKYehPzg5XSekmCjqJnEZbIls9A==",
+      "version": "1.32.8",
+      "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.8.tgz",
+      "integrity": "sha512-Sl6mIeGpzjIUZqvKnKETfMf0iDAswD9TNlv13A7aAF3XZlRPMq4VvJWBC2N2DXbp94MQVdNSFG6LfF/iOXrPHQ==",
       "dev": true,
       "requires": {
         "chokidar": ">=2.0.0 <4.0.0"
diff --git a/tobago-theme/tobago-theme-standard/npm/package.json b/tobago-theme/tobago-theme-standard/npm/package.json
index 9cb60c1..2858fc9 100644
--- a/tobago-theme/tobago-theme-standard/npm/package.json
+++ b/tobago-theme/tobago-theme-standard/npm/package.json
@@ -73,7 +73,7 @@
     "rollup": "^2.39.0",
     "@rollup/plugin-node-resolve": "^11.2.0",
     "@rollup/plugin-replace": "^2.3.4",
-    "sass": "^1.32.7",
+    "sass": "^1.32.8",
     "ts-jest": "^26.5.1",
     "tslint": "^6.1.3",
     "typescript": "^4.1.5",