update deps

This commit is contained in:
Alex Kalyvitis 2020-06-18 18:43:30 +02:00
parent 3ff198f23b
commit f9768ac4ba
384 changed files with 13733 additions and 26207 deletions

View file

@ -1,58 +1,24 @@
{
"_args": [
[
"md5-hex@2.0.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "md5-hex@2.0.0",
"_id": "md5-hex@2.0.0",
"_inBundle": false,
"_integrity": "sha1-0FiOnxx0lUSS7NJKwKxs6ZfZLjM=",
"_location": "/concordance/md5-hex",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "md5-hex@2.0.0",
"name": "md5-hex",
"escapedName": "md5-hex",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/concordance"
],
"_resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"name": "md5-hex",
"version": "2.0.0",
"description": "Create a MD5 hash with hex encoding",
"license": "MIT",
"repository": "sindresorhus/md5-hex",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/sindresorhus/md5-hex/issues"
},
"dependencies": {
"md5-o-matic": "^0.1.1"
},
"description": "Create a MD5 hash with hex encoding",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"browser.js"
],
"homepage": "https://github.com/sindresorhus/md5-hex#readme",
"keywords": [
"hash",
"crypto",
@ -62,14 +28,16 @@
"browser",
"browserify"
],
"license": "MIT",
"name": "md5-hex",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/md5-hex.git"
"dependencies": {
"md5-o-matic": "^0.1.1"
},
"scripts": {
"test": "xo && ava"
"devDependencies": {
"ava": "*",
"xo": "*"
},
"version": "2.0.0"
}
"browser": "browser.js"
,"_resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-2.0.0.tgz"
,"_integrity": "sha1-0FiOnxx0lUSS7NJKwKxs6ZfZLjM="
,"_from": "md5-hex@2.0.0"
}

View file

@ -1,60 +1,32 @@
{
"_from": "semver@^5.5.1",
"_id": "semver@5.7.1",
"_inBundle": false,
"_integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
"_location": "/concordance/semver",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "semver@^5.5.1",
"name": "semver",
"escapedName": "semver",
"rawSpec": "^5.5.1",
"saveSpec": null,
"fetchSpec": "^5.5.1"
},
"_requiredBy": [
"/concordance"
],
"_resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
"_shasum": "a954f931aeba508d307bbf069eff0c01c96116f7",
"_spec": "semver@^5.5.1",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action/node_modules/concordance",
"bin": {
"semver": "bin/semver"
},
"bugs": {
"url": "https://github.com/npm/node-semver/issues"
},
"bundleDependencies": false,
"deprecated": false,
"name": "semver",
"version": "5.7.1",
"description": "The semantic version parser used by npm.",
"main": "semver.js",
"scripts": {
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"devDependencies": {
"tap": "^13.0.0-rc.18"
},
"license": "ISC",
"repository": "https://github.com/npm/node-semver",
"bin": {
"semver": "./bin/semver"
},
"files": [
"bin",
"range.bnf",
"semver.js"
],
"homepage": "https://github.com/npm/node-semver#readme",
"license": "ISC",
"main": "semver.js",
"name": "semver",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/node-semver.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap"
},
"tap": {
"check-coverage": true
},
"version": "5.7.1"
}
}
,"_resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz"
,"_integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
,"_from": "semver@5.7.1"
}