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:33 UTC

[myfaces-tobago] branch main updated: build(deps-dev): bump typescript from 4.9.3 to 4.9.4 in /tobago-theme (#3549)

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 82c2063577 build(deps-dev): bump typescript from 4.9.3 to 4.9.4 in /tobago-theme (#3549)
82c2063577 is described below

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

    build(deps-dev): bump typescript from 4.9.3 to 4.9.4 in /tobago-theme (#3549)
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.4)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      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-theme/package-lock.json | 14 +++++++-------
 tobago-theme/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 8f72efbf1c..104372fe86 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -39,7 +39,7 @@
         "sass": "^1.56.1",
         "ts-jest": "^29.0.3",
         "tslib": "^2.4.1",
-        "typescript": "^4.9.3",
+        "typescript": "^4.9.4",
         "uglify-js": "^3.17.4"
       }
     },
@@ -6430,9 +6430,9 @@
       }
     },
     "node_modules/typescript": {
-      "version": "4.9.3",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz",
-      "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==",
+      "version": "4.9.4",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
+      "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
       "dev": true,
       "bin": {
         "tsc": "bin/tsc",
@@ -11364,9 +11364,9 @@
       "dev": true
     },
     "typescript": {
-      "version": "4.9.3",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz",
-      "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==",
+      "version": "4.9.4",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
+      "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
       "dev": true
     },
     "uglify-js": {
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 1de9a27883..e6d561da07 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -97,7 +97,7 @@
     "sass": "^1.56.1",
     "ts-jest": "^29.0.3",
     "tslib": "^2.4.1",
-    "typescript": "^4.9.3",
+    "typescript": "^4.9.4",
     "uglify-js": "^3.17.4"
   }
 }