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 2022/12/14 13:17:21 UTC

[myfaces-tobago] branch main updated: build(deps-dev): bump sass in /tobago-example/tobago-example-demo (#3544)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 65d8139eef build(deps-dev): bump sass in /tobago-example/tobago-example-demo (#3544)
65d8139eef is described below

commit 65d8139eef2aac737654a977325d92f384f15996
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 14 14:17:16 2022 +0100

    build(deps-dev): bump sass in /tobago-example/tobago-example-demo (#3544)
    
    Bumps [sass](https://github.com/sass/dart-sass) from 1.56.1 to 1.56.2.
    - [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.56.1...1.56.2)
    
    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 tobago-example/tobago-example-demo/package-lock.json | 14 +++++++-------
 tobago-example/tobago-example-demo/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index 12d4b4c38a..71a10dbd01 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -24,7 +24,7 @@
         "npm-run-all": "^4.1.5",
         "postcss-cli": "^10.1.0",
         "rollup": "^2.79.1",
-        "sass": "^1.56.1",
+        "sass": "^1.56.2",
         "tslint": "^6.1.3",
         "typescript": "^4.9.3",
         "y18n": "^5.0.8"
@@ -1964,9 +1964,9 @@
       }
     },
     "node_modules/sass": {
-      "version": "1.56.1",
-      "resolved": "https://registry.npmjs.org/sass/-/sass-1.56.1.tgz",
-      "integrity": "sha512-VpEyKpyBPCxE7qGDtOcdJ6fFbcpOM+Emu7uZLxVrkX8KVU/Dp5UF7WLvzqRuUhB6mqqQt1xffLoG+AndxTZrCQ==",
+      "version": "1.56.2",
+      "resolved": "https://registry.npmjs.org/sass/-/sass-1.56.2.tgz",
+      "integrity": "sha512-ciEJhnyCRwzlBCB+h5cCPM6ie/6f8HrhZMQOf5vlU60Y1bI1rx5Zb0vlDZvaycHsg/MqFfF1Eq2eokAa32iw8w==",
       "dev": true,
       "dependencies": {
         "chokidar": ">=3.0.0 <4.0.0",
@@ -3835,9 +3835,9 @@
       }
     },
     "sass": {
-      "version": "1.56.1",
-      "resolved": "https://registry.npmjs.org/sass/-/sass-1.56.1.tgz",
-      "integrity": "sha512-VpEyKpyBPCxE7qGDtOcdJ6fFbcpOM+Emu7uZLxVrkX8KVU/Dp5UF7WLvzqRuUhB6mqqQt1xffLoG+AndxTZrCQ==",
+      "version": "1.56.2",
+      "resolved": "https://registry.npmjs.org/sass/-/sass-1.56.2.tgz",
+      "integrity": "sha512-ciEJhnyCRwzlBCB+h5cCPM6ie/6f8HrhZMQOf5vlU60Y1bI1rx5Zb0vlDZvaycHsg/MqFfF1Eq2eokAa32iw8w==",
       "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 1dfc8fc044..6954fe73d8 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -52,7 +52,7 @@
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^10.1.0",
     "rollup": "^2.79.1",
-    "sass": "^1.56.1",
+    "sass": "^1.56.2",
     "tslint": "^6.1.3",
     "typescript": "^4.9.3",
     "y18n": "^5.0.8"