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/13 14:14:30 UTC

[myfaces-tobago] branch master updated: build(deps-dev): bump typescript from 4.4.3 to 4.4.4 in /tobago-theme

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

hnoeth 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 017ab29  build(deps-dev): bump typescript from 4.4.3 to 4.4.4 in /tobago-theme
017ab29 is described below

commit 017ab294ae9199b75cd55c537feae9f09c609ca2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 13 13:49:44 2021 +0000

    build(deps-dev): bump typescript from 4.4.3 to 4.4.4 in /tobago-theme
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 4.4.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.3...v4.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/package-lock.json | 6 +++---
 tobago-theme/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 29217c2..5fce3f7 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -5899,9 +5899,9 @@
       }
     },
     "typescript": {
-      "version": "4.4.3",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
-      "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==",
+      "version": "4.4.4",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
+      "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==",
       "dev": true
     },
     "uglify-js": {
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index a6a178b..49441ca 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -89,7 +89,7 @@
     "sass": "^1.42.1",
     "ts-jest": "^27.0.5",
     "tslib": "^2.3.1",
-    "typescript": "^4.4.3",
+    "typescript": "^4.4.4",
     "uglify-js": "^3.14.2"
   }
 }