Skip to content

Commit 384b180

Browse files
Bump underscore from 1.12.0 to 1.12.1
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](jashkenas/underscore@1.12.0...1.12.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 256d047 commit 384b180

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.1",
55
"dependencies": {
66
"express": "4.x",
7-
"underscore": "^1.12.0"
7+
"underscore": "^1.12.1"
88
},
99
"scripts": {
1010
"test": "nyc --reporter=html mocha --exit",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1776,10 +1776,10 @@ typedarray-to-buffer@^3.1.5:
17761776
dependencies:
17771777
is-typedarray "^1.0.0"
17781778

1779-
underscore@^1.12.0:
1780-
version "1.12.0"
1781-
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.0.tgz#4814940551fc80587cef7840d1ebb0f16453be97"
1782-
integrity sha512-21rQzss/XPMjolTiIezSu3JAjgagXKROtNrYFEOWK109qY1Uv2tVjPTZ1ci2HgvQDA16gHYSthQIJfB+XId/rQ==
1779+
underscore@^1.12.1:
1780+
version "1.12.1"
1781+
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
1782+
integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
17831783

17841784
[email protected], unpipe@~1.0.0:
17851785
version "1.0.0"

0 commit comments

Comments
 (0)