Skip to content

Commit 6f16094

Browse files
committed
fix: fix bug
1 parent 5c9c3e8 commit 6f16094

4 files changed

Lines changed: 46 additions & 47 deletions

File tree

apps/demos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"gulp-replace": "1.1.4",
138138
"jest": "29.7.0",
139139
"jest-environment-node": "29.7.0",
140-
"lodash": "4.18.0",
140+
"lodash": "4.18.1",
141141
"looks-same": "7.3.0",
142142
"minimist": "1.2.8",
143143
"mockdate": "3.0.5",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"flatted@<3.4.0": "^3.4.0",
9999
"undici@<7.24.0": "^7.24.0",
100100
"socket.io-parser@>=4.0.0 <4.2.6": "^4.2.6",
101-
"lodash@<4.18.0": "4.18.0"
101+
"lodash@<4.18.1": "4.18.1"
102102
}
103103
},
104104
"packageManager": "pnpm@9.15.9"

packages/nx-infra-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"fs-extra": "11.2.0",
1616
"glob": "11.1.0",
1717
"minimatch": "10.2.4",
18-
"lodash": "4.18.0",
18+
"lodash": "4.18.1",
1919
"normalize-path": "3.0.0",
2020
"rimraf": "3.0.2",
2121
"tsc-alias": "1.8.16"

pnpm-lock.yaml

Lines changed: 43 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)