Skip to content

Commit 449582d

Browse files
docs: Bump lodash from 4.17.4 to 4.17.21 in /example (#249)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.4...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31394f7 commit 449582d

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Diff for: example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"main": "handler.js",
33
"dependencies": {
4-
"lodash": "^4.17.4"
4+
"lodash": "^4.17.21"
55
},
66
"devDependencies": {
77
"@types/lodash": "4.14.91",

Diff for: example/yarn.lock

+3-7
Original file line numberDiff line numberDiff line change
@@ -481,13 +481,9 @@ kind-of@^6.0.0, kind-of@^6.0.2:
481481
version "6.0.2"
482482
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
483483

484-
lodash@^4.17.11:
485-
version "4.17.11"
486-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
487-
488-
lodash@^4.17.4:
489-
version "4.17.4"
490-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
484+
lodash@^4.17.11, lodash@^4.17.21:
485+
version "4.17.21"
486+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
491487

492488
map-cache@^0.2.2:
493489
version "0.2.2"

0 commit comments

Comments
 (0)