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/05/25 11:16:10 UTC

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

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

commit 5069fb73bbf6cb8854466bacb97f92eb88d2ef42
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed May 25 11:00:04 2022 +0000

    build(deps-dev): bump sass in /tobago-example/tobago-example-demo
    
    Bumps [sass](https://github.com/sass/dart-sass) from 1.51.0 to 1.52.1.
    - [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.51.0...1.52.1)
    
    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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 bb53ca1619..cd2af99478 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": "^9.1.0",
         "rollup": "^2.74.1",
-        "sass": "^1.51.0",
+        "sass": "^1.52.1",
         "tslint": "^6.1.3",
         "typescript": "^4.7.2",
         "y18n": "^5.0.8"
@@ -1903,9 +1903,9 @@
       }
     },
     "node_modules/sass": {
-      "version": "1.51.0",
-      "resolved": "https://registry.npmjs.org/sass/-/sass-1.51.0.tgz",
-      "integrity": "sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA==",
+      "version": "1.52.1",
+      "resolved": "https://registry.npmjs.org/sass/-/sass-1.52.1.tgz",
+      "integrity": "sha512-fSzYTbr7z8oQnVJ3Acp9hV80dM1fkMN7mSD/25mpcct9F7FPBMOI8krEYALgU1aZoqGhQNhTPsuSmxjnIvAm4Q==",
       "dev": true,
       "dependencies": {
         "chokidar": ">=3.0.0 <4.0.0",
@@ -3729,9 +3729,9 @@
       }
     },
     "sass": {
-      "version": "1.51.0",
-      "resolved": "https://registry.npmjs.org/sass/-/sass-1.51.0.tgz",
-      "integrity": "sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA==",
+      "version": "1.52.1",
+      "resolved": "https://registry.npmjs.org/sass/-/sass-1.52.1.tgz",
+      "integrity": "sha512-fSzYTbr7z8oQnVJ3Acp9hV80dM1fkMN7mSD/25mpcct9F7FPBMOI8krEYALgU1aZoqGhQNhTPsuSmxjnIvAm4Q==",
       "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 d56c7e55cc..8825620bec 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -50,7 +50,7 @@
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^9.1.0",
     "rollup": "^2.74.1",
-    "sass": "^1.51.0",
+    "sass": "^1.52.1",
     "tslint": "^6.1.3",
     "typescript": "^4.7.2",
     "y18n": "^5.0.8"