node_modules: update

This commit is contained in:
Dawid Dziurla 2020-11-12 16:37:43 +01:00
parent 4a21c51f2f
commit b91baffed3
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B
107 changed files with 3886 additions and 2943 deletions

21
node_modules/luxon/package.json generated vendored
View file

@ -1,26 +1,26 @@
{
"_from": "luxon@1.24.1",
"_id": "luxon@1.24.1",
"_from": "luxon@1.25.0",
"_id": "luxon@1.25.0",
"_inBundle": false,
"_integrity": "sha512-CgnIMKAWT0ghcuWFfCWBnWGOddM0zu6c4wZAWmD0NN7MZTnro0+833DF6tJep+xlxRPg4KtsYEHYLfTMBQKwYg==",
"_integrity": "sha512-hEgLurSH8kQRjY6i4YLey+mcKVAWXbDNlZRmM6AgWDJ1cY3atl8Ztf5wEY7VBReFbmGnwQPz7KYJblL8B2k0jQ==",
"_location": "/luxon",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "luxon@1.24.1",
"raw": "luxon@1.25.0",
"name": "luxon",
"escapedName": "luxon",
"rawSpec": "1.24.1",
"rawSpec": "1.25.0",
"saveSpec": null,
"fetchSpec": "1.24.1"
"fetchSpec": "1.25.0"
},
"_requiredBy": [
"/docker-hub-utils"
],
"_resolved": "https://registry.npmjs.org/luxon/-/luxon-1.24.1.tgz",
"_shasum": "a8383266131ed4eaed4b5f430f96f3695403a52a",
"_spec": "luxon@1.24.1",
"_resolved": "https://registry.npmjs.org/luxon/-/luxon-1.25.0.tgz",
"_shasum": "d86219e90bc0102c0eb299d65b2f5e95efe1fe72",
"_spec": "luxon@1.25.0",
"_where": "/home/dawidd6/github/dawidd6/action-debian-package/node_modules/docker-hub-utils",
"author": {
"name": "Isaac Cambron"
@ -124,6 +124,7 @@
"site": "cp -r site/** build/",
"test": "jest --coverage"
},
"sideEffects": false,
"unpkg": "build/global/luxon.min.js",
"version": "1.24.1"
"version": "1.25.0"
}