diff --git a/panel/package-lock.json b/panel/package-lock.json index 9f5c4601c6..a3ed7de314 100644 --- a/panel/package-lock.json +++ b/panel/package-lock.json @@ -1,12 +1,12 @@ { "name": "@holoviz/panel", - "version": "1.6.0-rc.1", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@holoviz/panel", - "version": "1.6.0-rc.1", + "version": "1.6.0", "license": "BSD-3-Clause", "dependencies": { "@bokeh/bokehjs": "3.6.2", @@ -42,9 +42,9 @@ } }, "node_modules/@bokeh/bokehjs": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-3.6.0.tgz", - "integrity": "sha512-cP3AlbosWdQ7KpW8Xko0W7amb8gx7Laq+gipqGc+BqAkX9Px8D0EmPMSjFdj7cJAkx1Ud6FbjaQIMEsJ44GvSg==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-3.6.2.tgz", + "integrity": "sha512-nFJfH6A2U+y8szyLR5xTZALF8+PdbczduiViPGFPGkXdZ2Epr9f/+RzcVMF0A4ktvZELew6xzRnyUTT2Zud3Sg==", "workspaces": [ "./make", "./src/compiler", diff --git a/panel/package.json b/panel/package.json index f6e603e159..ea38ab4a11 100644 --- a/panel/package.json +++ b/panel/package.json @@ -1,6 +1,6 @@ { "name": "@holoviz/panel", - "version": "1.6.0-rc.1", + "version": "1.6.0", "description": "The powerful data exploration & web app framework for Python.", "license": "BSD-3-Clause", "repository": {