diff --git a/examples/v1/CustomDataframe/custom_dataframe/frontend/package-lock.json b/examples/v1/CustomDataframe/custom_dataframe/frontend/package-lock.json index 24a5ba1d..aafcd046 100644 --- a/examples/v1/CustomDataframe/custom_dataframe/frontend/package-lock.json +++ b/examples/v1/CustomDataframe/custom_dataframe/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "custom-dataframe-example", "version": "0.1.0", "dependencies": { - "lodash": "4.17.23", + "lodash": "4.18.1", "react": "^18.3.1", "react-dom": "^18.3.1", "streamlit-component-lib": "^2.0.0" @@ -1301,9 +1301,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" }, "node_modules/lodash.camelcase": { "version": "4.3.0", @@ -2466,9 +2466,9 @@ "integrity": "sha512-2WHyXj3OfHSgNyuzDbSxI1w2jgw5gkWSWhS7Qg4bWXx1nLk3jnbwfUeS0PSba3IzpTUWdHxBieELUzXRjQB2zg==" }, "lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" }, "lodash.camelcase": { "version": "4.3.0", diff --git a/examples/v1/CustomDataframe/custom_dataframe/frontend/package.json b/examples/v1/CustomDataframe/custom_dataframe/frontend/package.json index 88c57ac3..8b4961c7 100644 --- a/examples/v1/CustomDataframe/custom_dataframe/frontend/package.json +++ b/examples/v1/CustomDataframe/custom_dataframe/frontend/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "dependencies": { - "lodash": "4.17.23", + "lodash": "4.18.1", "react": "^18.3.1", "react-dom": "^18.3.1", "streamlit-component-lib": "^2.0.0"