[Groonga-commit] groonga/groonga-admin at 7881dbc [master] Fix vulnerabilities without breaking changes

Back to archive index
Kentaro Hayashi null+****@clear*****
Sun Feb 24 11:14:22 JST 2019


Kentaro Hayashi	2019-02-24 11:14:22 +0900 (Sun, 24 Feb 2019)

  Revision: 7881dbc8f33b3fb8da84d4c6a92547e2cdf005c8
  https://github.com/groonga/groonga-admin/commit/7881dbc8f33b3fb8da84d4c6a92547e2cdf005c8

  Merged 349c722: Merge pull request #15 from groonga/fix-vulnerabilities

  Message:
    Fix vulnerabilities without breaking changes
    
    % npm audit fix
    
    Before: npm audit
      found 125 vulnerabilities (37 low, 36 moderate, 51 high, 1 critical)
    
    After: npm audit
      found 121 vulnerabilities (36 low, 35 moderate, 49 high, 1 critical) in 5330 scanned packages

  Modified files:
    package.json

  Modified: package.json (+4 -5)
===================================================================
--- package.json    2017-05-16 14:04:09 +0900 (16d9127)
+++ package.json    2019-02-24 11:14:22 +0900 (15d4976)
@@ -14,8 +14,7 @@
     "name": "Kouhei Sutou",
     "email": "kou****@clear*****"
   },
-  "contributors": [
-  ],
+  "contributors": [],
   "repository": {
     "type": "git",
     "url": "https://github.com/groonga/groonga-admin.git"
@@ -37,14 +36,14 @@
     "grunt-filerev": "^0.2.1",
     "grunt-newer": "^0.7.0",
     "grunt-ng-annotate": "^0.3.0",
+    "grunt-release": "^0.14.0",
     "grunt-svgmin": "^0.4.0",
     "grunt-usemin": "^2.1.1",
     "grunt-wiredep": "^1.7.0",
-    "grunt-release": "^0.7.0",
     "jshint-stylish": "^0.2.0",
     "load-grunt-tasks": "^0.4.0",
-    "time-grunt": "^0.3.1",
-    "shelljs": "^0.3.0"
+    "shelljs": "^0.3.0",
+    "time-grunt": "^0.3.1"
   },
   "engines": {
     "node": ">=0.10.0"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190224/8be87eeb/attachment-0002.html>


More information about the Groonga-commit mailing list
Back to archive index