You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gi...@apache.org on 2022/12/14 13:18:45 UTC

[myfaces-tobago] 01/01: build(deps-dev): bump sass in /tobago-example/tobago-example-demo

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

github-bot pushed a commit to branch dependabot/npm_and_yarn/tobago-example/tobago-example-demo/tobago-5.x/sass-1.56.2
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 87864e46e2228b68f5554ae27adeea31e7e04824
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 14 13:18:39 2022 +0000

    build(deps-dev): bump sass in /tobago-example/tobago-example-demo
    
    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>
---
 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 418844d1e2..9f48f67d64 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.4",
         "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 6873ea98d7..6731c210db 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.4",
     "y18n": "^5.0.8"