[Groonga-commit] groonga/groonga-admin at 77e9d2f [master] Fix vulnerabilities with breaking changes

Zurück zum Archiv-Index
Kentaro Hayashi null+****@clear*****
Sun Feb 24 11:25:01 JST 2019


Kentaro Hayashi	2019-02-24 11:25:01 +0900 (Sun, 24 Feb 2019)

  Revision: 77e9d2f66001dfdded4488f5b277a9d3b8fcd016
  https://github.com/groonga/groonga-admin/commit/77e9d2f66001dfdded4488f5b277a9d3b8fcd016

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

  Message:
    Fix vulnerabilities with breaking changes
    
    % npm audit fix --force
    
    Before: npm audito fix --force
      found 121 vulnerabilities (36 low, 35 moderate, 49 high, 1 critical) in 5330 scanned packages
    
    After:
      found 6 vulnerabilities (3 low, 3 moderate) in 4029 scanned packages

  Modified files:
    package.json

  Modified: package.json (+9 -9)
===================================================================
--- package.json    2019-02-24 11:14:22 +0900 (15d4976)
+++ package.json    2019-02-24 11:25:01 +0900 (868917f)
@@ -21,27 +21,27 @@
   },
   "dependencies": {},
   "devDependencies": {
-    "grunt": "^0.4.1",
+    "grunt": "^1.0.3",
     "grunt-autoprefixer": "^0.7.3",
     "grunt-concurrent": "^0.5.0",
     "grunt-connect-proxy": "^0.2.0",
     "grunt-contrib-clean": "^0.5.0",
     "grunt-contrib-compass": "^0.7.2",
     "grunt-contrib-concat": "^0.4.0",
-    "grunt-contrib-connect": "^0.7.1",
+    "grunt-contrib-connect": "^2.0.0",
     "grunt-contrib-copy": "^0.5.0",
-    "grunt-contrib-imagemin": "^0.8.1",
-    "grunt-contrib-jshint": "^0.10.0",
-    "grunt-contrib-watch": "^0.6.1",
+    "grunt-contrib-imagemin": "^3.1.0",
+    "grunt-contrib-jshint": "^2.0.0",
+    "grunt-contrib-watch": "^1.1.0",
     "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-svgmin": "^5.0.0",
+    "grunt-usemin": "^3.1.1",
+    "grunt-wiredep": "^3.0.1",
     "jshint-stylish": "^0.2.0",
-    "load-grunt-tasks": "^0.4.0",
+    "load-grunt-tasks": "^4.0.0",
     "shelljs": "^0.3.0",
     "time-grunt": "^0.3.1"
   },
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190224/22cebeca/attachment-0003.html>


More information about the Groonga-commit mailing list
Zurück zum Archiv-Index