diff --git a/playground/optimize-deps/dep-linked/package.json b/playground/optimize-deps/dep-linked/package.json index 1dcbe4e42860b3..85f9ce1f592b6f 100644 --- a/playground/optimize-deps/dep-linked/package.json +++ b/playground/optimize-deps/dep-linked/package.json @@ -5,6 +5,6 @@ "type": "module", "main": "index.js", "dependencies": { - "lodash-es": "^4.17.21" + "lodash-es": "^4.17.23" } }