Skip to content

Commit 7edd696

Browse files
committed
chore(deps): bump lodash from 4.17.21 to 4.17.23 across all packages
Security patch for lodash - covers all workspace packages, website, and examples. Consolidates dependabot PRs #3283, #3284, #3285, #3286, #3287, #3288, #3289 plus additional packages that dependabot missed (actions, layers, table, schemas, get-started-vite).
1 parent 2d2968d commit 7edd696

13 files changed

Lines changed: 32 additions & 25 deletions

File tree

examples/get-started-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@math.gl/web-mercator": "^3.6.2",
3737
"apache-arrow": "17.0.0",
3838
"gl-matrix": "^3.4.3",
39-
"lodash": "4.17.21",
39+
"lodash": "4.17.23",
4040
"react": "^18.2.0",
4141
"react-dom": "^18.2.0",
4242
"react-redux": "^8.0.5",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
"dot-prop": "6.0.0",
267267
"kind-of": "6.0.3",
268268
"jpeg-js": "^0.4.3",
269-
"lodash": "4.17.21",
269+
"lodash": "4.17.23",
270270
"minimist": "1.2.6",
271271
"node-fetch": "2.6.1",
272272
"tough-cookie": "4.0.0"

src/actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/lodash": "4.17.5",
4343
"@types/react-redux": "^7.1.23",
4444
"@types/redux-actions": "^2.6.2",
45-
"lodash": "4.17.21",
45+
"lodash": "4.17.23",
4646
"react-palm": "^3.3.8",
4747
"react-redux": "^8.0.5",
4848
"redux": "^4.2.1",

src/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"exenv": "^1.2.2",
9191
"fuzzy": "^0.1.3",
9292
"global": "^4.3.0",
93-
"lodash": "4.17.21",
93+
"lodash": "4.17.23",
9494
"mapbox-gl": "1.13.1",
9595
"maplibre-gl": "^3.6.2",
9696
"maplibregl-mapbox-request-transformer": "^0.0.2",

src/deckgl-layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/supercluster": "^7.1.0",
5353
"d3-array": "^2.8.0",
5454
"global": "^4.3.0",
55-
"lodash": "4.17.21",
55+
"lodash": "4.17.23",
5656
"pbf": "^3.1.0",
5757
"supercluster": "^7.1.0",
5858
"viewport-mercator-project": "^6.0.0"

src/layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"d3-shape": "^1.2.0",
7474
"global": "^4.3.0",
7575
"keymirror": "^0.1.1",
76-
"lodash": "4.17.21",
76+
"lodash": "4.17.23",
7777
"long": "^4.0.0",
7878
"markdown-to-jsx": "^7.7.6",
7979
"prop-types": "^15.6.0",

src/reducers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"d3-dsv": "^2.0.0",
5959
"deepmerge": "^4.2.2",
6060
"global": "^4.3.0",
61-
"lodash": "4.17.21",
61+
"lodash": "4.17.23",
6262
"react-palm": "^3.3.8",
6363
"redux": "^4.2.1",
6464
"redux-actions": "^2.2.1",

src/schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"apache-arrow": ">=15.0.0",
4343
"global": "^4.3.0",
4444
"keymirror": "^0.1.1",
45-
"lodash": "4.17.21"
45+
"lodash": "4.17.23"
4646
},
4747
"nyc": {
4848
"sourceMap": false,

src/table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/lodash": "4.17.5",
4141
"d3-array": "^2.8.0",
4242
"global": "^4.3.0",
43-
"lodash": "4.17.21",
43+
"lodash": "4.17.23",
4444
"moment": "^2.10.6",
4545
"react-palm": "^3.3.8",
4646
"type-analyzer": "0.4.0"

src/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"global": "^4.3.0",
5353
"h3-js": "^3.1.0",
5454
"keymirror": "^0.1.1",
55-
"lodash": "4.17.21",
55+
"lodash": "4.17.23",
5656
"mapbox-gl": "^1.13.1",
5757
"maplibre-gl": "^3.6.2",
5858
"maplibregl-mapbox-request-transformer": "^0.0.2",

0 commit comments

Comments
 (0)