zola-check-manager.meta

Issues/PRs archive for MTRNord/zola-check-manager
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.meta.git
Log | Files | Refs

39.diff (2142B)


      1 diff --git a/package-lock.json b/package-lock.json
      2 index c7cf867..ed5f176 100644
      3 --- a/package-lock.json
      4 +++ b/package-lock.json
      5 @@ -14,7 +14,7 @@
      6          "@actions/github": "^5.1.1",
      7          "@actions/io": "^1.1.3",
      8          "@actions/tool-cache": "^2.0.1",
      9 -        "got": "^12.6.0",
     10 +        "got": "^13.0.0",
     11          "moo": "^0.5.2",
     12          "nearley": "^2.20.1"
     13        },
     14 @@ -4232,9 +4232,9 @@
     15        }
     16      },
     17      "node_modules/got": {
     18 -      "version": "12.6.0",
     19 -      "resolved": "https://registry.npmjs.org/got/-/got-12.6.0.tgz",
     20 -      "integrity": "sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==",
     21 +      "version": "13.0.0",
     22 +      "resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
     23 +      "integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
     24        "dependencies": {
     25          "@sindresorhus/is": "^5.2.0",
     26          "@szmarczak/http-timer": "^5.0.1",
     27 @@ -4249,7 +4249,7 @@
     28          "responselike": "^3.0.0"
     29        },
     30        "engines": {
     31 -        "node": ">=14.16"
     32 +        "node": ">=16"
     33        },
     34        "funding": {
     35          "url": "https://github.com/sindresorhus/got?sponsor=1"
     36 @@ -10602,9 +10602,9 @@
     37        }
     38      },
     39      "got": {
     40 -      "version": "12.6.0",
     41 -      "resolved": "https://registry.npmjs.org/got/-/got-12.6.0.tgz",
     42 -      "integrity": "sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==",
     43 +      "version": "13.0.0",
     44 +      "resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
     45 +      "integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
     46        "requires": {
     47          "@sindresorhus/is": "^5.2.0",
     48          "@szmarczak/http-timer": "^5.0.1",
     49 diff --git a/package.json b/package.json
     50 index 6d0150e..88b4cf2 100644
     51 --- a/package.json
     52 +++ b/package.json
     53 @@ -33,7 +33,7 @@
     54      "@actions/github": "^5.1.1",
     55      "@actions/io": "^1.1.3",
     56      "@actions/tool-cache": "^2.0.1",
     57 -    "got": "^12.6.0",
     58 +    "got": "^13.0.0",
     59      "moo": "^0.5.2",
     60      "nearley": "^2.20.1"
     61    },