diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bf242dce0f5..a1edf2ee7ea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1316,8 +1316,8 @@ importers: specifier: 3.5.27 version: 3.5.27 '@types/lodash-es': - specifier: 4.17.11 - version: 4.17.11 + specifier: 4.17.12 + version: 4.17.12 babel-loader: specifier: 8.3.0 version: 8.3.0(@babel/core@7.23.7)(webpack@5.89.0) @@ -10848,10 +10848,10 @@ packages: '@types/react': 16.14.51 dev: true - /@types/lodash-es@4.17.11: - resolution: {integrity: sha512-eCw8FYAWHt2DDl77s+AMLLzPn310LKohruumpucZI4oOFJkIgnlaJcy23OKMJxx4r9PeTF13Gv6w+jqjWQaYUg==} + /@types/lodash-es@4.17.12: + resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==} dependencies: - '@types/lodash': 4.14.200 + '@types/lodash': 4.14.202 dev: true /@types/lodash-es@4.17.9: @@ -10864,10 +10864,6 @@ packages: resolution: {integrity: sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg==} dev: true - /@types/lodash@4.14.200: - resolution: {integrity: sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==} - dev: true - /@types/lodash@4.14.202: resolution: {integrity: sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==} diff --git a/tools/client-plugins/browser-scripts/package.json b/tools/client-plugins/browser-scripts/package.json index e45db158ec3..446b5a1a967 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.16", "@types/enzyme-adapter-react-16": "1.0.9", "@types/jquery": "3.5.27", - "@types/lodash-es": "4.17.11", + "@types/lodash-es": "4.17.12", "babel-loader": "8.3.0", "buffer": "6.0.3", "chai": "4.3.10",