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 20:15:34 UTC

[myfaces-tobago] branch master 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 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 b1ec93d773 build(deps-dev): bump typescript from 4.6.3 to 4.6.4 in /tobago-theme
b1ec93d773 is described below

commit b1ec93d7735a6deed9abe6b62bb00d45cb03be1a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue May 3 20:10:37 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 d651e6858f..56944f4d56 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"
       }
     },
@@ -6800,9 +6800,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",
@@ -12212,9 +12212,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 86086afe03..6294466e0e 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"
   }
 }