chore(deps): bump underscore from 1.8.3 to 1.12.1

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.12.1.
- [Release notes](https://github.com/jashkenas/underscore/releases)
- [Commits](https://github.com/jashkenas/underscore/compare/1.8.3...1.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-06 17:23:22 +00:00 коммит произвёл GitHub
Родитель 86ce7d5b71
Коммит 1ad5cb7f61
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 5 удалений

8
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{ {
"name": "Kitematic", "name": "Kitematic",
"version": "0.17.12", "version": "0.17.13",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -12024,9 +12024,9 @@
"dev": true "dev": true
}, },
"underscore": { "underscore": {
"version": "1.8.3", "version": "1.12.1",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz", "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
"integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=" "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw=="
}, },
"underscore.string": { "underscore.string": {
"version": "3.3.5", "version": "3.3.5",

Просмотреть файл

@ -60,7 +60,7 @@
"request": "^2.88.0", "request": "^2.88.0",
"request-progress": "0.3.1", "request-progress": "0.3.1",
"rimraf": "2.6.2", "rimraf": "2.6.2",
"underscore": "1.8.3", "underscore": "1.12.1",
"validator": "4.9.0", "validator": "4.9.0",
"which": "1.3.0" "which": "1.3.0"
}, },