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 2023/04/03 07:32:15 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps-dev): bump typescript from 5.0.2 to 5.0.3 in /tobago-theme (#3942)

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

lofwyr 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 677b1a9bd4 build(deps-dev): bump typescript from 5.0.2 to 5.0.3 in /tobago-theme (#3942)
677b1a9bd4 is described below

commit 677b1a9bd478357c09418dce1374d6f757796767
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 3 09:32:09 2023 +0200

    build(deps-dev): bump typescript from 5.0.2 to 5.0.3 in /tobago-theme (#3942)
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.2 to 5.0.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](https://github.com/Microsoft/TypeScript/commits)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    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 30c5a78698..0632ab98e5 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -36,7 +36,7 @@
         "rollup": "^3.20.2",
         "sass": "^1.60.0",
         "ts-jest": "^29.0.5",
-        "typescript": "^5.0.2"
+        "typescript": "^5.0.3"
       }
     },
     "node_modules/@ampproject/remapping": {
@@ -6302,9 +6302,9 @@
       }
     },
     "node_modules/typescript": {
-      "version": "5.0.2",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
-      "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
+      "version": "5.0.3",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz",
+      "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==",
       "dev": true,
       "bin": {
         "tsc": "bin/tsc",
@@ -11122,9 +11122,9 @@
       "dev": true
     },
     "typescript": {
-      "version": "5.0.2",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz",
-      "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==",
+      "version": "5.0.3",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz",
+      "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==",
       "dev": true
     },
     "unbox-primitive": {
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 84a398db1e..d4493119c9 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -94,6 +94,6 @@
     "rollup": "^3.20.2",
     "sass": "^1.60.0",
     "ts-jest": "^29.0.5",
-    "typescript": "^5.0.2"
+    "typescript": "^5.0.3"
   }
 }