update node_modules

This commit is contained in:
Slawomir Jaranowski
2019-11-25 19:19:07 +01:00
parent c16c7e68b1
commit 24fd865d62
7 changed files with 101 additions and 34 deletions

View File

@ -1,33 +1,33 @@
{
"_args": [
[
"@actions/core@1.1.2",
"/Users/slawomir.jaranowski/dev/x_my/s4u/maven-settings-action"
"@actions/core@1.2.0",
"."
]
],
"_from": "@actions/core@1.1.2",
"_id": "@actions/core@1.1.2",
"_from": "@actions/core@1.2.0",
"_id": "@actions/core@1.2.0",
"_inBundle": false,
"_integrity": "sha512-l8Ol2wEzFeuhV1v7LbGB2x8ghXSnmUiSVKVSjsNwgqAU4i5LvGRXpM+kli9gNMkGVudwZYHET4qZ5DTep5Sssw==",
"_integrity": "sha512-ZKdyhlSlyz38S6YFfPnyNgCDZuAF2T0Qv5eHflNWytPS8Qjvz39bZFMry9Bb/dpSnqWcNeav5yM2CTYpJeY+Dw==",
"_location": "/@actions/core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@actions/core@1.1.2",
"raw": "@actions/core@1.2.0",
"name": "@actions/core",
"escapedName": "@actions%2fcore",
"scope": "@actions",
"rawSpec": "1.1.2",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.1.2"
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.1.2.tgz",
"_spec": "1.1.2",
"_where": "/Users/slawomir.jaranowski/dev/x_my/s4u/maven-settings-action",
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.0.tgz",
"_spec": "1.2.0",
"_where": ".",
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
@ -63,5 +63,5 @@
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
"version": "1.1.2"
"version": "1.2.0"
}