Skip to content

Commit 6deb98e

Browse files
committed
[Chore] consolidate patch dependency updates
* Update js-yaml from 3.14.1 to 3.14.2 (PRs #3244, #3239) * Update brace-expansion from 1.1.11 to 1.1.12 (PRs #3145, #3144) * Update brace-expansion from 2.0.1 to 2.0.2 in demo-app (PR #3140) * Update tar-fs from 2.1.1 to 2.1.4 (PR #3212) * Update sha.js from 2.4.11 to 2.4.12 (PR #3194) * Update cipher-base from 1.0.4 to 1.0.7 in jupyter/js (PR #3235) * Update pbkdf2 from 3.1.2 to 3.1.3 in jupyter/js (PR #3142) * Update mdast-util-to-hast from 13.2.0 to 13.2.1 in demo-app (PR #3258) * Update form-data from 3.0.1 to 3.0.4 in demo-app (PR #3162) * Update node-forge from 1.3.1 to 1.3.3 in website (PR #3257)
1 parent f468e3a commit 6deb98e

8 files changed

Lines changed: 678 additions & 247 deletions

File tree

bindings/kepler.gl-jupyter/js/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@
9999
"@deck.gl/react": "^8.9.27",
100100
"@deck.gl/aggregation-layers": "^8.9.27",
101101
"@deck.gl/geo-layers": "^8.9.27",
102-
"@deck.gl/layers": "^8.9.27"
102+
"@deck.gl/layers": "^8.9.27",
103+
"cipher-base": "1.0.7",
104+
"pbkdf2": "3.1.3"
103105
},
104106
"jupyterlab": {
105107
"extension": "babel/labplugin",

0 commit comments

Comments
 (0)