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 2021/10/23 18:36:21 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps-dev): bump sass in /tobago-example/tobago-example-demo

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 c220070  build(deps-dev): bump sass in /tobago-example/tobago-example-demo
c220070 is described below

commit c220070fc177bc171a34126f5ff91347c3a43cf7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Oct 23 18:36:05 2021 +0000

    build(deps-dev): bump sass in /tobago-example/tobago-example-demo
    
    Bumps [sass](https://github.com/sass/dart-sass) from 1.43.2 to 1.43.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.43.2...1.43.3)
    
    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-demo/package-lock.json | 6 +++---
 tobago-example/tobago-example-demo/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index 458b60d..54f78c1 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -1306,9 +1306,9 @@
       }
     },
     "sass": {
-      "version": "1.43.2",
-      "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.2.tgz",
-      "integrity": "sha512-DncYhjl3wBaPMMJR0kIUaH3sF536rVrOcqqVGmTZHQRRzj7LQlyGV7Mb8aCKFyILMr5VsPHwRYtyKpnKYlmQSQ==",
+      "version": "1.43.3",
+      "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.3.tgz",
+      "integrity": "sha512-BJnLngqWpMeS65UvlYYEuCb3/fLxDxhHtOB/gWPxs6NKrslTxGt3ZxwIvOe/0Jm4tWwM/+tIpE3wj4dLEhPDeQ==",
       "dev": true,
       "requires": {
         "chokidar": ">=3.0.0 <4.0.0"
diff --git a/tobago-example/tobago-example-demo/package.json b/tobago-example/tobago-example-demo/package.json
index 3b3ed3b..f8a3c33 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -45,7 +45,7 @@
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^9.0.1",
     "rollup": "^2.58.0",
-    "sass": "^1.43.2",
+    "sass": "^1.43.3",
     "tslint": "^6.1.3",
     "typescript": "^4.4.4",
     "y18n": "^5.0.8"