diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 60ce2f9055c..e2cbdea2a8a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1301,8 +1301,8 @@ importers: specifier: 3.5.25 version: 3.5.25 '@types/lodash-es': - specifier: 4.17.9 - version: 4.17.9 + specifier: 4.17.10 + version: 4.17.10 babel-loader: specifier: 8.3.0 version: 8.3.0(@babel/core@7.23.2)(webpack@5.88.2) @@ -10628,6 +10628,12 @@ packages: '@types/react': 16.14.48 dev: true + /@types/lodash-es@4.17.10: + resolution: {integrity: sha512-YJP+w/2khSBwbUSFdGsSqmDvmnN3cCKoPOL7Zjle6s30ZtemkkqhjVfFqGwPN7ASil5VyjE2GtyU/yqYY6mC0A==} + dependencies: + '@types/lodash': 4.14.200 + dev: true + /@types/lodash-es@4.17.9: resolution: {integrity: sha512-ZTcmhiI3NNU7dEvWLZJkzG6ao49zOIjEgIE0RgV7wbPxU0f2xT3VSAHw2gmst8swH6V0YkLRGp4qPlX/6I90MQ==} dependencies: diff --git a/tools/client-plugins/browser-scripts/package.json b/tools/client-plugins/browser-scripts/package.json index acd3d7d5cc7..fbdab8d4244 100644 --- a/tools/client-plugins/browser-scripts/package.json +++ b/tools/client-plugins/browser-scripts/package.json @@ -34,7 +34,7 @@ "@types/enzyme": "3.10.15", "@types/enzyme-adapter-react-16": "1.0.8", "@types/jquery": "3.5.25", - "@types/lodash-es": "4.17.9", + "@types/lodash-es": "4.17.10", "babel-loader": "8.3.0", "buffer": "6.0.3", "chai": "4.3.10",