You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2023/10/18 17:23:23 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/types/cookie-0.5.3 updated (9fc6339395 -> fe1a903759)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/superset-websocket/types/cookie-0.5.3
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 9fc6339395 build(deps-dev): bump @types/cookie in /superset-websocket
     add 8b32b2abd3 build(deps-dev): bump @types/jsonwebtoken from 9.0.3 to 9.0.4 in /superset-websocket (#25688)
     new fe1a903759 build(deps-dev): bump @types/cookie in /superset-websocket

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9fc6339395)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/types/cookie-0.5.3 (fe1a903759)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 superset-websocket/package-lock.json | 14 +++++++-------
 superset-websocket/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)


[superset] 01/01: build(deps-dev): bump @types/cookie in /superset-websocket

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/npm_and_yarn/superset-websocket/types/cookie-0.5.3
in repository https://gitbox.apache.org/repos/asf/superset.git

commit fe1a9037598b0bbccb7f7fcd3fdc0592964be983
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 18 17:23:18 2023 +0000

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

diff --git a/superset-websocket/package-lock.json b/superset-websocket/package-lock.json
index 4788e510f0..6fd0415459 100644
--- a/superset-websocket/package-lock.json
+++ b/superset-websocket/package-lock.json
@@ -18,7 +18,7 @@
         "ws": "^8.14.2"
       },
       "devDependencies": {
-        "@types/cookie": "^0.5.1",
+        "@types/cookie": "^0.5.3",
         "@types/ioredis": "^4.27.8",
         "@types/jest": "^27.0.2",
         "@types/jsonwebtoken": "^9.0.4",
@@ -1349,9 +1349,9 @@
       }
     },
     "node_modules/@types/cookie": {
-      "version": "0.5.1",
-      "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.1.tgz",
-      "integrity": "sha512-COUnqfB2+ckwXXSFInsFdOAWQzCCx+a5hq2ruyj+Vjund94RJQd4LG2u9hnvJrTgunKAaax7ancBYlDrNYxA0g==",
+      "version": "0.5.3",
+      "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.3.tgz",
+      "integrity": "sha512-SLg07AS9z1Ab2LU+QxzU8RCmzsja80ywjf/t5oqw+4NSH20gIGlhLOrBDm1L3PBWzPa4+wkgFQVZAjE6Ioj2ug==",
       "dev": true
     },
     "node_modules/@types/graceful-fs": {
@@ -7192,9 +7192,9 @@
       }
     },
     "@types/cookie": {
-      "version": "0.5.1",
-      "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.1.tgz",
-      "integrity": "sha512-COUnqfB2+ckwXXSFInsFdOAWQzCCx+a5hq2ruyj+Vjund94RJQd4LG2u9hnvJrTgunKAaax7ancBYlDrNYxA0g==",
+      "version": "0.5.3",
+      "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.3.tgz",
+      "integrity": "sha512-SLg07AS9z1Ab2LU+QxzU8RCmzsja80ywjf/t5oqw+4NSH20gIGlhLOrBDm1L3PBWzPa4+wkgFQVZAjE6Ioj2ug==",
       "dev": true
     },
     "@types/graceful-fs": {
diff --git a/superset-websocket/package.json b/superset-websocket/package.json
index 64f34364e0..0b8050389b 100644
--- a/superset-websocket/package.json
+++ b/superset-websocket/package.json
@@ -25,7 +25,7 @@
     "ws": "^8.14.2"
   },
   "devDependencies": {
-    "@types/cookie": "^0.5.1",
+    "@types/cookie": "^0.5.3",
     "@types/ioredis": "^4.27.8",
     "@types/jest": "^27.0.2",
     "@types/jsonwebtoken": "^9.0.4",