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/02/24 08:46:48 UTC

[myfaces-tobago] branch master updated: chore(deps-dev): bump typescript (#553)

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

github-bot 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 6bd689b  chore(deps-dev): bump typescript (#553)
6bd689b is described below

commit 6bd689b97f2ab4da653e1cb1f73e8c064014d261
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 24 08:46:03 2021 +0000

    chore(deps-dev): bump typescript (#553)
---
 tobago-theme/tobago-theme-scarborough/npm/package-lock.json | 6 +++---
 tobago-theme/tobago-theme-scarborough/npm/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-theme/tobago-theme-scarborough/npm/package-lock.json b/tobago-theme/tobago-theme-scarborough/npm/package-lock.json
index 7494fe1..02a2822 100644
--- a/tobago-theme/tobago-theme-scarborough/npm/package-lock.json
+++ b/tobago-theme/tobago-theme-scarborough/npm/package-lock.json
@@ -2240,9 +2240,9 @@
       "dev": true
     },
     "typescript": {
-      "version": "4.1.5",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz",
-      "integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==",
+      "version": "4.2.2",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.2.tgz",
+      "integrity": "sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==",
       "dev": true
     },
     "universalify": {
diff --git a/tobago-theme/tobago-theme-scarborough/npm/package.json b/tobago-theme/tobago-theme-scarborough/npm/package.json
index d5be674..a4988d4 100644
--- a/tobago-theme/tobago-theme-scarborough/npm/package.json
+++ b/tobago-theme/tobago-theme-scarborough/npm/package.json
@@ -61,6 +61,6 @@
     "rollup": "^2.39.1",
     "sass": "^1.32.8",
     "tslint": "^6.1.3",
-    "typescript": "^4.1.5"
+    "typescript": "^4.2.2"
   }
 }