Skip to content

Commit e9f7949

Browse files
chore(deps): bump lodash from 4.17.21 to 4.17.23
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d616be7 commit e9f7949

File tree

10 files changed

+105
-116
lines changed

10 files changed

+105
-116
lines changed

package-lock.json

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

packages/bruno-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"jsonschema": "^1.5.0",
5656
"know-your-http-well": "^0.5.0",
5757
"linkify-it": "^5.0.0",
58-
"lodash": "^4.17.21",
58+
"lodash": "^4.17.23",
5959
"markdown-it": "^13.0.2",
6060
"markdown-it-replace-link": "^1.2.0",
6161
"mime-types": "^3.0.2",

packages/bruno-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"https-proxy-agent": "^7.0.2",
6666
"iconv-lite": "^0.6.3",
6767
"js-yaml": "^4.1.1",
68-
"lodash": "^4.17.21",
68+
"lodash": "^4.17.23",
6969
"qs": "^6.11.0",
7070
"socks-proxy-agent": "^8.0.2",
7171
"xmlbuilder": "^15.1.1",

packages/bruno-converters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@usebruno/schema": "^0.7.0",
2222
"js-yaml": "^4.1.1",
2323
"jscodeshift": "^17.3.0",
24-
"lodash": "^4.17.21",
24+
"lodash": "^4.17.23",
2525
"nanoid": "3.3.8",
2626
"xml2js": "^0.6.2"
2727
},

packages/bruno-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"iconv-lite": "^0.6.3",
6666
"is-valid-path": "^0.1.1",
6767
"js-yaml": "^4.1.1",
68-
"lodash": "^4.17.21",
68+
"lodash": "^4.17.23",
6969
"mime-types": "^2.1.35",
7070
"nanoid": "3.3.8",
7171
"qs": "^6.11.0",

packages/bruno-filestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/nanoid": "^2.1.0",
4848
"@usebruno/lang": "0.12.0",
4949
"ajv": "^8.17.1",
50-
"lodash": "^4.17.21",
50+
"lodash": "^4.17.23",
5151
"yaml": "^2.3.4"
5252
}
5353
}

packages/bruno-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"crypto-js": "^4.2.0",
2626
"json-query": "^2.2.2",
2727
"jsonwebtoken": "^9.0.3",
28-
"lodash": "^4.17.21",
28+
"lodash": "^4.17.23",
2929
"moment": "^2.29.4",
3030
"nanoid": "3.3.8",
3131
"node-fetch": "^2.7.0",

packages/bruno-lang/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"arcsecond": "^5.0.0",
1717
"dotenv": "^16.3.1",
18-
"lodash": "^4.17.21",
18+
"lodash": "^4.17.23",
1919
"ohm-js": "^16.6.0"
2020
}
2121
}

packages/bruno-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"http-proxy": "^1.18.1",
2929
"js-yaml": "^4.1.1",
3030
"jsonwebtoken": "^9.0.3",
31-
"lodash": "^4.17.21",
31+
"lodash": "^4.17.23",
3232
"multer": "^1.4.5-lts.1",
3333
"ws": "^8.18.3"
3434
}

packages/bruno-toml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"dependencies": {
1515
"@iarna/toml": "^2.2.5",
16-
"lodash": "^4.17.21"
16+
"lodash": "^4.17.23"
1717
}
1818
}

0 commit comments

Comments
 (0)