diff --git a/geoviews/package-lock.json b/geoviews/package-lock.json index 23c3d3d0..288d1337 100644 --- a/geoviews/package-lock.json +++ b/geoviews/package-lock.json @@ -9,7 +9,7 @@ "version": "1.12.0", "license": "BSD-3-Clause", "dependencies": { - "@bokeh/bokehjs": "~3.4.0", + "@bokeh/bokehjs": "~3.5.0", "@stylistic/eslint-plugin": "^1.6.3", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", @@ -37,9 +37,10 @@ } }, "node_modules/@bokeh/bokehjs": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-3.4.0.tgz", - "integrity": "sha512-gLqkj0RWuiGpgShqEgOHCPw0VtgAtPTCMldJA7AGdsamxFJsIyEnnybBtMcTYpDqjgMjQ/+1Kk7MOREY72gKRA==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-3.5.1.tgz", + "integrity": "sha512-mxtmZxRppVUydble18UsFcff5HYUTsqhZMqGLVjE09eTak7cqRQXfF4v94EqwSaCwwkad6vg0kl0lF+rY9BiXw==", + "license": "BSD-3-Clause", "workspaces": [ "./make", "./src/compiler", @@ -51,7 +52,7 @@ "@bokeh/numbro": "^1.6.2", "@bokeh/slickgrid": "~2.4.4103", "@types/geojson": "^7946.0.13", - "@types/google.maps": "^3.54.10", + "@types/google.maps": "^3.55.5", "@types/proj4": "^2.5.5", "@types/sprintf-js": "^1.1.4", "choices.js": "^10.2.0", @@ -59,7 +60,7 @@ "flatpickr": "^4.6.13", "mathjax-full": "^3.2.2", "nouislider": "^15.7.1", - "proj4": "^2.9.2", + "proj4": "^2.11.0", "regl": "^2.1.0", "sprintf-js": "^1.1.3", "timezone": "^1.0.23", @@ -2054,14 +2055,14 @@ } }, "@bokeh/bokehjs": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-3.4.0.tgz", - "integrity": "sha512-gLqkj0RWuiGpgShqEgOHCPw0VtgAtPTCMldJA7AGdsamxFJsIyEnnybBtMcTYpDqjgMjQ/+1Kk7MOREY72gKRA==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/@bokeh/bokehjs/-/bokehjs-3.5.1.tgz", + "integrity": "sha512-mxtmZxRppVUydble18UsFcff5HYUTsqhZMqGLVjE09eTak7cqRQXfF4v94EqwSaCwwkad6vg0kl0lF+rY9BiXw==", "requires": { "@bokeh/numbro": "^1.6.2", "@bokeh/slickgrid": "~2.4.4103", "@types/geojson": "^7946.0.13", - "@types/google.maps": "^3.54.10", + "@types/google.maps": "^3.55.5", "@types/proj4": "^2.5.5", "@types/sprintf-js": "^1.1.4", "choices.js": "^10.2.0", @@ -2069,7 +2070,7 @@ "flatpickr": "^4.6.13", "mathjax-full": "^3.2.2", "nouislider": "^15.7.1", - "proj4": "^2.9.2", + "proj4": "^2.11.0", "regl": "^2.1.0", "sprintf-js": "^1.1.3", "timezone": "^1.0.23", diff --git a/geoviews/package.json b/geoviews/package.json index 61ca47b5..025742c4 100644 --- a/geoviews/package.json +++ b/geoviews/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/holoviz/geoviews.git" }, "dependencies": { - "@bokeh/bokehjs": "~3.4.0", + "@bokeh/bokehjs": "~3.5.0", "@stylistic/eslint-plugin": "^1.6.3", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0",