From 9391a820b3b42e8a7e2d720e365cc0967190ab5a Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Tue, 23 Jun 2020 12:49:52 +0200 Subject: [PATCH] Bumped package.json and lockfile --- panel/package-lock.json | 14 +++++++------- panel/package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/panel/package-lock.json b/panel/package-lock.json index 365f9de41d..8c18858a65 100644 --- a/panel/package-lock.json +++ b/panel/package-lock.json @@ -1,13 +1,13 @@ { "name": "@holoviz/panel", - "version": "0.9.6", + "version": "0.9.7", "lockfileVersion": 1, "requires": true, "dependencies": { "@bokeh/bokehjs": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-2.1.0.tgz", - "integrity": "sha512-oBADp1JbhxYzDmQSSYm99UHZ5IM07b3AYbVWC+7qhG9C8Bq9uUgUh9Hisy8UjtPLKb3JLHRIFaCr+xVsAG8RMw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-2.1.1.tgz", + "integrity": "sha512-1VoFV9+5KW1zG0pXprSGvvWff11v5+HklVyQtzqNbxEKg6Hs6FTtrp97I/OcYT48XflhUQbI7QwuE0nRq2EBWQ==", "requires": { "@bokeh/gloo2": "^0.0.1", "@bokeh/numbro": "^1.6.2", @@ -66,9 +66,9 @@ "integrity": "sha512-0L8Mq1+oaIW0oVzGUDbSW+HnTjCNb4CmoIQE5BkoHt/A7x20z0MJ1PnwfH3atty/vbWLGgvJwVu2Mz3SKFiEFw==" }, "@types/jquery": { - "version": "3.3.38", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.3.38.tgz", - "integrity": "sha512-nkDvmx7x/6kDM5guu/YpXkGZ/Xj/IwGiLDdKM99YA5Vag7pjGyTJ8BNUh/6hxEn/sEu5DKtyRgnONJ7EmOoKrA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-C7qQUjpMWDUNYQRTXsP5nbYYwCwwgy84yPgoTT7fPN69NH92wLeCtFaMsWeolJD1AF/6uQw3pYt62rzv83sMmw==", "requires": { "@types/sizzle": "*" } diff --git a/panel/package.json b/panel/package.json index 705a6a8b6f..64178ce22a 100644 --- a/panel/package.json +++ b/panel/package.json @@ -1,6 +1,6 @@ { "name": "@holoviz/panel", - "version": "0.9.6", + "version": "0.9.7", "description": "A high level dashboarding library for python visualization libraries.", "license": "BSD-3-Clause", "repository": { @@ -8,7 +8,7 @@ "url": "https://github.com/holoviz/panel.git" }, "dependencies": { - "@bokeh/bokehjs": "^2.1.0", + "@bokeh/bokehjs": "^2.1.1", "@types/gl-matrix": "^2.4.5", "gl-matrix": "^3.1.0", "json-formatter-js": "^2.2.1",