Skip to content

Commit 44fef67

Browse files
chore(deps): Bump lodash from 4.17.23 to 4.18.1 (#2326)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6219330 commit 44fef67

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

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

packages/faustwp-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"fs-extra": "^11.1.1",
3333
"glob": "^11.1.0",
3434
"isomorphic-fetch": "^3.0.0",
35-
"lodash": "^4.17.23",
35+
"lodash": "^4.18.1",
3636
"webpack-cli": "5.1.4"
3737
},
3838
"scripts": {

packages/faustwp-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"isomorphic-fetch": "^3.0.0",
6363
"js-cookie": "^3.0.5",
6464
"js-sha256": "^0.9.0",
65-
"lodash": "^4.17.23"
65+
"lodash": "^4.18.1"
6666
},
6767
"scripts": {
6868
"dev": "concurrently \"npm:watch-*\" --prefix-colors \"auto\"",

0 commit comments

Comments
 (0)