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/09/15 10:51:45 UTC

[myfaces-tobago] branch master updated: build(deps-dev): bump sass from 1.39.2 to 1.41.0 in /tobago-theme

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 ec4be63  build(deps-dev): bump sass from 1.39.2 to 1.41.0 in /tobago-theme
ec4be63 is described below

commit ec4be63799474315a4cc264226d4544b11c4c949
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 15 10:20:49 2021 +0000

    build(deps-dev): bump sass from 1.39.2 to 1.41.0 in /tobago-theme
    
    Bumps [sass](https://github.com/sass/dart-sass) from 1.39.2 to 1.41.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.39.2...1.41.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 | 6 +++---
 tobago-theme/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 33525c8..b104718 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -5942,9 +5942,9 @@
       "dev": true
     },
     "sass": {
-      "version": "1.39.2",
-      "resolved": "https://registry.npmjs.org/sass/-/sass-1.39.2.tgz",
-      "integrity": "sha512-4/6Vn2RPc+qNwSclUSKvssh7dqK1Ih3FfHBW16I/GfH47b3scbYeOw65UIrYG7PkweFiKbpJjgkf5CV8EMmvzw==",
+      "version": "1.41.0",
+      "resolved": "https://registry.npmjs.org/sass/-/sass-1.41.0.tgz",
+      "integrity": "sha512-wb8nT60cjo9ZZMcHzG7TzdbFtCAmHEKWrH+zAdScPb4ZxL64WQBnGdbp5nwlenW5wJPcHva1JWmVa0h6iqA5eg==",
       "dev": true,
       "requires": {
         "chokidar": ">=3.0.0 <4.0.0"
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 52b74cf..5015981 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -87,7 +87,7 @@
     "rollup": "^2.56.3",
     "rollup-plugin-terser": "^7.0.2",
     "rollup-plugin-typescript2": "^0.30.0",
-    "sass": "^1.39.2",
+    "sass": "^1.41.0",
     "ts-jest": "^27.0.5",
     "tslib": "^2.3.1",
     "typescript": "^4.4.3",