Skip to content

Commit 516c1ff

Browse files
authored
chore(deps): update lodash (#454)
1 parent 5b99f5a commit 516c1ff

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v1.0.5](https://github.com/chimurai/http-proxy-middleware/releases/tag/v1.0.5)
4+
5+
- chore(deps): lodash 4.17.19 ([#454](https://github.com/chimurai/http-proxy-middleware/pull/454))
6+
37
## [v1.0.4](https://github.com/chimurai/http-proxy-middleware/releases/tag/v1.0.4)
48

59
- chore(deps): http-proxy 1.18.1 ([#442](https://github.com/chimurai/http-proxy-middleware/pull/442))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@types/http-proxy": "^1.17.4",
7676
"http-proxy": "^1.18.1",
7777
"is-glob": "^4.0.1",
78-
"lodash": "^4.17.15",
78+
"lodash": "^4.17.19",
7979
"micromatch": "^4.0.2"
8080
},
8181
"engines": {

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4114,6 +4114,11 @@ [email protected], lodash@^4.16.4, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.1
41144114
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
41154115
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
41164116

4117+
lodash@^4.17.19:
4118+
version "4.17.19"
4119+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
4120+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
4121+
41174122
log-symbols@^4.0.0:
41184123
version "4.0.0"
41194124
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920"

0 commit comments

Comments
 (0)