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 2022/05/03 19:44:50 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps-dev): bump typescript from 4.6.3 to 4.6.4 in /tobago-theme

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

hnoeth pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 485daa3cdd build(deps-dev): bump typescript from 4.6.3 to 4.6.4 in /tobago-theme
485daa3cdd is described below

commit 485daa3cddc6d5868374e9de8e0218df6816e95a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 2 16:26:20 2022 +0000

    build(deps-dev): bump typescript from 4.6.3 to 4.6.4 in /tobago-theme
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 to 4.6.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.3...v4.6.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 | 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 903f291457..0ecbccd87d 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -37,7 +37,7 @@
         "sass": "^1.51.0",
         "ts-jest": "^27.1.4",
         "tslib": "^2.4.0",
-        "typescript": "^4.6.3",
+        "typescript": "^4.6.4",
         "uglify-js": "^3.15.4"
       }
     },
@@ -6705,9 +6705,9 @@
       }
     },
     "node_modules/typescript": {
-      "version": "4.6.3",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
-      "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
+      "version": "4.6.4",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
+      "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
       "dev": true,
       "bin": {
         "tsc": "bin/tsc",
@@ -12059,9 +12059,9 @@
       }
     },
     "typescript": {
-      "version": "4.6.3",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
-      "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
+      "version": "4.6.4",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
+      "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
       "dev": true
     },
     "uglify-js": {
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index ba82afd0fd..4048017225 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -92,7 +92,7 @@
     "sass": "^1.51.0",
     "ts-jest": "^27.1.4",
     "tslib": "^2.4.0",
-    "typescript": "^4.6.3",
+    "typescript": "^4.6.4",
     "uglify-js": "^3.15.4"
   }
 }