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 2023/11/13 10:51:44 UTC

(myfaces-tobago) branch main updated: build(deps-dev): bump @types/prismjs

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

hnoeth 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 ac4f2794e2 build(deps-dev): bump @types/prismjs
ac4f2794e2 is described below

commit ac4f2794e2b3e0b551fbed569930e5cb93803fbc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 13 10:37:23 2023 +0000

    build(deps-dev): bump @types/prismjs
    
    Bumps [@types/prismjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prismjs) from 1.26.2 to 1.26.3.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prismjs)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/prismjs"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-demo/package-lock.json | 14 +++++++-------
 tobago-example/tobago-example-demo/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index 29b6489b7e..235a622221 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -16,7 +16,7 @@
       "devDependencies": {
         "@rollup/plugin-node-resolve": "^15.2.3",
         "@rollup/plugin-replace": "^5.0.5",
-        "@types/prismjs": "^1.26.2",
+        "@types/prismjs": "^1.26.3",
         "clean-css-cli": "^5.6.2",
         "ncp": "^2.0.0",
         "npm-run-all": "^4.1.5",
@@ -334,9 +334,9 @@
       "dev": true
     },
     "node_modules/@types/prismjs": {
-      "version": "1.26.2",
-      "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.2.tgz",
-      "integrity": "sha512-/r7Cp7iUIk7gts26mHXD66geUC+2Fo26TZYjQK6Nr4LDfi6lmdRmMqM0oPwfiMhUwoBAOFe8GstKi2pf6hZvwA==",
+      "version": "1.26.3",
+      "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.3.tgz",
+      "integrity": "sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw==",
       "dev": true
     },
     "node_modules/@types/resolve": {
@@ -2732,9 +2732,9 @@
       "dev": true
     },
     "@types/prismjs": {
-      "version": "1.26.2",
-      "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.2.tgz",
-      "integrity": "sha512-/r7Cp7iUIk7gts26mHXD66geUC+2Fo26TZYjQK6Nr4LDfi6lmdRmMqM0oPwfiMhUwoBAOFe8GstKi2pf6hZvwA==",
+      "version": "1.26.3",
+      "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.3.tgz",
+      "integrity": "sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw==",
       "dev": true
     },
     "@types/resolve": {
diff --git a/tobago-example/tobago-example-demo/package.json b/tobago-example/tobago-example-demo/package.json
index 93cd90683b..cc1a82db7e 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -43,7 +43,7 @@
   "devDependencies": {
     "@rollup/plugin-node-resolve": "^15.2.3",
     "@rollup/plugin-replace": "^5.0.5",
-    "@types/prismjs": "^1.26.2",
+    "@types/prismjs": "^1.26.3",
     "clean-css-cli": "^5.6.2",
     "ncp": "^2.0.0",
     "npm-run-all": "^4.1.5",