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 2021/09/15 07:34:25 UTC

[myfaces-tobago] 01/01: build(deps-dev): bump typescript 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/typescript-4.4.3
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 452f69c9bff6b95685c64076b306b4006ef14e30
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 15 07:34:22 2021 +0000

    build(deps-dev): bump typescript in /tobago-example/tobago-example-demo
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.2 to 4.4.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.2...v4.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      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 b86e212..4d94601 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -1692,9 +1692,9 @@
       }
     },
     "typescript": {
-      "version": "4.4.2",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz",
-      "integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==",
+      "version": "4.4.3",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
+      "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==",
       "dev": true
     },
     "unbox-primitive": {
diff --git a/tobago-example/tobago-example-demo/package.json b/tobago-example/tobago-example-demo/package.json
index b4309fd..0a61264 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -47,7 +47,7 @@
     "rollup": "^2.56.3",
     "sass": "^1.39.2",
     "tslint": "^6.1.3",
-    "typescript": "^4.4.2",
+    "typescript": "^4.4.3",
     "y18n": "^5.0.8"
   }
 }