update got dependency

This commit is contained in:
Alexandra Dunn 2023-03-20 22:09:43 +00:00
parent acbcb7c999
commit 8c8c4b6ed9
2 changed files with 19 additions and 19 deletions

26
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "0.1.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"got": "11.8.3"
"got": "^11.8.6"
}
},
"node_modules/@sindresorhus/is": {
@ -163,9 +163,9 @@
}
},
"node_modules/got": {
"version": "11.8.3",
"resolved": "https://registry.npmjs.org/got/-/got-11.8.3.tgz",
"integrity": "sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==",
"version": "11.8.6",
"resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
"integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==",
"dependencies": {
"@sindresorhus/is": "^4.0.0",
"@szmarczak/http-timer": "^4.0.5",
@ -187,9 +187,9 @@
}
},
"node_modules/http-cache-semantics": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
"integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ=="
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
"integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ=="
},
"node_modules/http2-wrapper": {
"version": "1.0.3",
@ -416,9 +416,9 @@
}
},
"got": {
"version": "11.8.3",
"resolved": "https://registry.npmjs.org/got/-/got-11.8.3.tgz",
"integrity": "sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==",
"version": "11.8.6",
"resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
"integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==",
"requires": {
"@sindresorhus/is": "^4.0.0",
"@szmarczak/http-timer": "^4.0.5",
@ -434,9 +434,9 @@
}
},
"http-cache-semantics": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
"integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ=="
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
"integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ=="
},
"http2-wrapper": {
"version": "1.0.3",

View file

@ -1,10 +1,10 @@
{
"name": "comics-archiver",
"version": "0.1.0",
"description": "this is a script for creating personal archives of comics purchased from lezhin.",
"version": "0.2.0",
"description": "this is a script for creating personal archives of comics purchased from various sites.",
"main": "index.js",
"dependencies": {
"got": "11.8.3"
"got": "^11.8.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@ -13,12 +13,12 @@
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://computer.crimes.consulting/cat/comics-archiver.git"
"url": "git+https://gitlab.com/welp/comics-archiver.git"
},
"bugs": {
"url": "https://computer.crimes.consulting/cat/comics-archiver/-/issues"
"url": "https://gitlab.com/welp/comics-archiver/-/issues"
},
"homepage": "https://computer.crimes.consulting/cat/comics-archiver.git#readme",
"homepage": "https://gitlab.com/welp/comics-archiver.git#readme",
"jshintConfig": {
"asi": true,
"esversion": 8