Skip to content

Commit 0f94325

Browse files
Bump lodash from 4.17.15 to 4.17.20 in /javascript
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.20) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0172ef7 commit 0f94325

File tree

3 files changed

+39
-8
lines changed

3 files changed

+39
-8
lines changed

javascript/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"license": "MIT",
66
"dependencies": {
77
"hot-formula-parser": "^3.0.0",
8-
"lodash": "^4.17.10"
8+
"lodash": "^4.17.20"
99
}
1010
}

javascript/yarn.lock

+35-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,38 @@
22
# yarn lockfile v1
33

44

5-
lodash@^4.17.10:
6-
version "4.17.10"
7-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
8-
integrity sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==
5+
"@handsontable/formulajs@^2.0.2":
6+
version "2.0.2"
7+
resolved "https://registry.yarnpkg.com/@handsontable/formulajs/-/formulajs-2.0.2.tgz#5be4b9226cc47811f646ae46b1b985230cd82995"
8+
integrity sha512-maIyMJtYjA5e/R9nyA22Qd7Yw73MBSxClJvle0a8XWAS/5l6shc/OFpQqrmwMy4IXUCmywJ9ER0gOGz/YA720w==
9+
dependencies:
10+
bessel "^1.0.2"
11+
jstat "^1.9.2"
12+
13+
bessel@^1.0.2:
14+
version "1.0.2"
15+
resolved "https://registry.yarnpkg.com/bessel/-/bessel-1.0.2.tgz#828812291e0b62e94959cdea43fac186e8a7202d"
16+
integrity sha512-Al3nHGQGqDYqqinXhQzmwmcRToe/3WyBv4N8aZc5Pef8xw2neZlR9VPi84Sa23JtgWcucu18HxVZrnI0fn2etw==
17+
18+
hot-formula-parser@^3.0.0:
19+
version "3.0.2"
20+
resolved "https://registry.yarnpkg.com/hot-formula-parser/-/hot-formula-parser-3.0.2.tgz#d71f03a4ef43ba3074bde383a0e36202b5b64116"
21+
integrity sha512-W/Dj/UbIyuViMIQOQD6tUEVySl7jd6ei+gfWslTiRqa4yRhkyHnIz8N4oLnqgDRhhVAQIcFF5NfNz49k4X8IxQ==
22+
dependencies:
23+
"@handsontable/formulajs" "^2.0.2"
24+
tiny-emitter "^2.1.0"
25+
26+
jstat@^1.9.2:
27+
version "1.9.3"
28+
resolved "https://registry.yarnpkg.com/jstat/-/jstat-1.9.3.tgz#6a0e60c3b87fd714b61e765b77fc6b035437ee34"
29+
integrity sha512-/2JL4Xv6xfhN2+AEKQGTYr1LZTmBCR/5fHxJVvb9zWNsmKZfKrl3wYYK8SD/Z8kXkf+ZSusfumLZ4wDTHrWujA==
30+
31+
lodash@^4.17.20:
32+
version "4.17.20"
33+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
34+
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
35+
36+
tiny-emitter@^2.1.0:
37+
version "2.1.0"
38+
resolved "https://registry.yarnpkg.com/tiny-emitter/-/tiny-emitter-2.1.0.tgz#1d1a56edfc51c43e863cbb5382a72330e3555423"
39+
integrity sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==

0 commit comments

Comments
 (0)