Pin dependencies (#3212)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-05-15 07:00:45 -07:00 committed by GitHub
parent 5941e8245f
commit ad3a4f6863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 37 deletions

View File

@ -14,7 +14,7 @@
"node": ">=0.4.0"
},
"devDependencies": {
"connect": "^3.3.4",
"serve-static": "^1.9.1"
"connect": "3.7.0",
"serve-static": "1.14.1"
}
}

6
package-lock.json generated
View File

@ -486,7 +486,8 @@
},
"kind-of": {
"version": "6.0.2",
"resolved": "",
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
"integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
"dev": true
}
}
@ -7238,7 +7239,8 @@
},
"kind-of": {
"version": "6.0.2",
"resolved": "",
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
"integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
"dev": true
}
}

View File

@ -9,40 +9,40 @@
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compass": "~1.1.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~1.0.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-requirejs": "^0.3.4",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.2",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-compass": "1.1.1",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-connect": "0.5.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-cssmin": "1.0.2",
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-nodeunit": "0.2.2",
"grunt-contrib-requirejs": "0.3.4",
"grunt-contrib-uglify": "0.2.7",
"grunt-contrib-watch": "0.5.3",
"grunt-devcode": "0.0.4-c",
"grunt-gh-pages": "^2.0.0",
"grunt-hashres": "~0.3.4",
"grunt-html-validation": "~0.1.13",
"grunt-karma": "^2.0.0",
"grunt-replace": "~0.5.1",
"grunt-string-replace": "~0.2.7",
"grunt-text-replace": "~0.3.10",
"jshint-stylish": "~0.1.5",
"karma": "^0.13.22",
"karma-chrome-launcher": "~0.1.1",
"karma-coffee-preprocessor": "~0.1.1",
"karma-coverage": "~0.2.1",
"karma-firefox-launcher": "~0.1.2",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.4",
"karma-junit-reporter": "~0.2.1",
"karma-phantomjs2-launcher": "~0.1.1",
"karma-requirejs": "~0.2.0",
"karma-script-launcher": "~0.1.0",
"load-grunt-tasks": "~0.4.0",
"requirejs": "~2.1.9"
"grunt-gh-pages": "2.1.0",
"grunt-hashres": "0.3.4",
"grunt-html-validation": "0.1.18",
"grunt-karma": "2.0.0",
"grunt-replace": "0.5.1",
"grunt-string-replace": "0.2.8",
"grunt-text-replace": "0.3.12",
"jshint-stylish": "0.1.5",
"karma": "0.13.22",
"karma-chrome-launcher": "0.1.12",
"karma-coffee-preprocessor": "0.1.3",
"karma-coverage": "0.2.7",
"karma-firefox-launcher": "0.1.7",
"karma-html2js-preprocessor": "0.1.0",
"karma-jasmine": "0.1.6",
"karma-junit-reporter": "0.2.2",
"karma-phantomjs2-launcher": "0.1.6",
"karma-requirejs": "0.2.6",
"karma-script-launcher": "0.1.0",
"load-grunt-tasks": "0.4.0",
"requirejs": "2.1.22"
},
"scripts": {
"test": "grunt test --verbose"