浏览代码

chore(deps): Bump underscore from 1.10.2 to 1.12.1 in /backend

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3 年之前
父节点
当前提交
2db1a5da75
共有 2 个文件被更改,包括 8 次插入8 次删除
  1. 7 7
      backend/package-lock.json
  2. 1 1
      backend/package.json

+ 7 - 7
backend/package-lock.json

@@ -25,7 +25,7 @@
         "redis": "^3.1.1",
         "retry-axios": "^2.4.0",
         "sha256": "^0.2.0",
-        "underscore": "^1.10.2",
+        "underscore": "^1.12.1",
         "ws": "^7.4.3"
       },
       "devDependencies": {
@@ -3384,9 +3384,9 @@
       }
     },
     "node_modules/underscore": {
-      "version": "1.10.2",
-      "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz",
-      "integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg=="
+      "version": "1.12.1",
+      "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
+      "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw=="
     },
     "node_modules/unpipe": {
       "version": "1.0.0",
@@ -6238,9 +6238,9 @@
       }
     },
     "underscore": {
-      "version": "1.10.2",
-      "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz",
-      "integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg=="
+      "version": "1.12.1",
+      "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
+      "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw=="
     },
     "unpipe": {
       "version": "1.0.0",

+ 1 - 1
backend/package.json

@@ -31,7 +31,7 @@
     "redis": "^3.1.1",
     "retry-axios": "^2.4.0",
     "sha256": "^0.2.0",
-    "underscore": "^1.10.2",
+    "underscore": "^1.12.1",
     "ws": "^7.4.3"
   },
   "devDependencies": {