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/02 08:23:51 UTC

(myfaces-tobago) branch tobago-5.x 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 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 5bc3916b35 build(deps-dev): bump @types/prismjs
5bc3916b35 is described below

commit 5bc3916b35b4e86150b323b21c27ea88fc137db3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 1 16:56:46 2023 +0000

    build(deps-dev): bump @types/prismjs
    
    Bumps [@types/prismjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prismjs) from 1.26.1 to 1.26.2.
    - [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 8c5d6c89ac..38a307aafc 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.1",
         "@rollup/plugin-replace": "^5.0.2",
-        "@types/prismjs": "^1.26.1",
+        "@types/prismjs": "^1.26.2",
         "clean-css-cli": "^5.6.2",
         "ncp": "^2.0.0",
         "npm-run-all": "^4.1.5",
@@ -178,9 +178,9 @@
       "dev": true
     },
     "node_modules/@types/prismjs": {
-      "version": "1.26.1",
-      "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.1.tgz",
-      "integrity": "sha512-Q7jDsRbzcNHIQje15CS/piKhu6lMLb9jwjxSfEIi4KcFKXW23GoJMkwQiJ8VObyfx+VmUaDcJxXaWN+cTCjVog==",
+      "version": "1.26.2",
+      "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.2.tgz",
+      "integrity": "sha512-/r7Cp7iUIk7gts26mHXD66geUC+2Fo26TZYjQK6Nr4LDfi6lmdRmMqM0oPwfiMhUwoBAOFe8GstKi2pf6hZvwA==",
       "dev": true
     },
     "node_modules/@types/resolve": {
@@ -2480,9 +2480,9 @@
       "dev": true
     },
     "@types/prismjs": {
-      "version": "1.26.1",
-      "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.1.tgz",
-      "integrity": "sha512-Q7jDsRbzcNHIQje15CS/piKhu6lMLb9jwjxSfEIi4KcFKXW23GoJMkwQiJ8VObyfx+VmUaDcJxXaWN+cTCjVog==",
+      "version": "1.26.2",
+      "resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.2.tgz",
+      "integrity": "sha512-/r7Cp7iUIk7gts26mHXD66geUC+2Fo26TZYjQK6Nr4LDfi6lmdRmMqM0oPwfiMhUwoBAOFe8GstKi2pf6hZvwA==",
       "dev": true
     },
     "@types/resolve": {
diff --git a/tobago-example/tobago-example-demo/package.json b/tobago-example/tobago-example-demo/package.json
index c5b4e51fdc..eb6ee2719a 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -44,7 +44,7 @@
   "devDependencies": {
     "@rollup/plugin-node-resolve": "^15.2.1",
     "@rollup/plugin-replace": "^5.0.2",
-    "@types/prismjs": "^1.26.1",
+    "@types/prismjs": "^1.26.2",
     "clean-css-cli": "^5.6.2",
     "ncp": "^2.0.0",
     "npm-run-all": "^4.1.5",