summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-14 14:40:46 +0000
committerneobooru <50623835+neobooru@users.noreply.github.com>2021-05-14 19:10:19 +0000
commit027e83a7e74d227f9552a52ea7a4b8ee6de989f4 (patch)
tree88748233f644a4ff4c24543ed5d0b2f34f378117 /client
parentdc46ed7929889623de88acf3d375a7584b5e1b8c (diff)
build(deps-dev): bump underscore from 1.9.1 to 1.12.1 in /client
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.9.1...1.12.1) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'client')
-rw-r--r--client/package-lock.json16
-rw-r--r--client/package.json2
2 files changed, 9 insertions, 9 deletions
diff --git a/client/package-lock.json b/client/package-lock.json
index 4c72ec4..f6c561f 100644
--- a/client/package-lock.json
+++ b/client/package-lock.json
@@ -29,9 +29,9 @@
"pretty-error": "^3.0.3",
"stylus": "^0.54.5",
"terser": "^3.7.7",
- "underscore": "^1.9.1",
+ "underscore": "^1.12.1",
"watchify": "^4.0.0",
- "ws": "^7.4.5 "
+ "ws": "^7.4.5"
}
},
"node_modules/@babel/runtime": {
@@ -4151,9 +4151,9 @@
}
},
"node_modules/underscore": {
- "version": "1.9.1",
- "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz",
- "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==",
+ "version": "1.12.1",
+ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
+ "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
"dev": true
},
"node_modules/upper-case": {
@@ -8186,9 +8186,9 @@
}
},
"underscore": {
- "version": "1.9.1",
- "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz",
- "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==",
+ "version": "1.12.1",
+ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
+ "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
"dev": true
},
"upper-case": {
diff --git a/client/package.json b/client/package.json
index 1df649a..3347229 100644
--- a/client/package.json
+++ b/client/package.json
@@ -29,7 +29,7 @@
"pretty-error": "^3.0.3",
"stylus": "^0.54.5",
"terser": "^3.7.7",
- "underscore": "^1.9.1",
+ "underscore": "^1.12.1",
"watchify": "^4.0.0",
"ws": "^7.4.5"
}