Bump deps
This commit is contained in:
		
							parent
							
								
									7e467024cd
								
							
						
					
					
						commit
						7d4e20c14b
					
				@ -3,6 +3,7 @@
 | 
			
		||||
## Unreleased
 | 
			
		||||
- Add `make_latest` input parameter. Can be set to `false` to prevent the created release from being marked as the latest release for the repository [#100](https://github.com/svenstaro/upload-release-action/pull/100) (thanks @brandonkelly)
 | 
			
		||||
- Don't try to upload empty files [#102](https://github.com/svenstaro/upload-release-action/pull/102) (thanks @Loyalsoldier)
 | 
			
		||||
- Bump all deps [#105](https://github.com/svenstaro/upload-release-action/pull/105)
 | 
			
		||||
 | 
			
		||||
## [2.5.0] - 2023-02-21
 | 
			
		||||
- Add retry to upload release [#96](https://github.com/svenstaro/upload-release-action/pull/96) (thanks @sonphantrung)
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										192
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										192
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -21,16 +21,16 @@
 | 
			
		||||
        "@types/jest": "^29",
 | 
			
		||||
        "@types/node": "^16",
 | 
			
		||||
        "@typescript-eslint/parser": "^5",
 | 
			
		||||
        "@vercel/ncc": "^0.36.0",
 | 
			
		||||
        "@vercel/ncc": "^0.36.1",
 | 
			
		||||
        "eslint": "^8",
 | 
			
		||||
        "eslint-plugin-github": "^4.6",
 | 
			
		||||
        "eslint-plugin-github": "^4.7",
 | 
			
		||||
        "eslint-plugin-jest": "^27",
 | 
			
		||||
        "jest": "^29",
 | 
			
		||||
        "jest-circus": "^29",
 | 
			
		||||
        "js-yaml": "^4",
 | 
			
		||||
        "prettier": "^2.8",
 | 
			
		||||
        "ts-jest": "^29",
 | 
			
		||||
        "typescript": "^4"
 | 
			
		||||
        "typescript": "^5"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/@actions/core": {
 | 
			
		||||
@ -1646,15 +1646,15 @@
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/@typescript-eslint/eslint-plugin": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-sXtOgJNEuRU5RLwPUb1jxtToZbgvq3M6FPpY4QENxoOggK+UpTxUBpj6tD8+Qh2g46Pi9We87E+eHnUw8YcGsw==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@eslint-community/regexpp": "^4.4.0",
 | 
			
		||||
        "@typescript-eslint/scope-manager": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/type-utils": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/utils": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/scope-manager": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/type-utils": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/utils": "5.59.7",
 | 
			
		||||
        "debug": "^4.3.4",
 | 
			
		||||
        "grapheme-splitter": "^1.0.4",
 | 
			
		||||
        "ignore": "^5.2.0",
 | 
			
		||||
@ -1680,14 +1680,14 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/@typescript-eslint/parser": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-7pCa6al03Pv1yf/dUg/s1pXz/yGMUBAw5EeWqNTFiSueKvRNonze3hma3lhdsOrQcaOXhbk5gKu2Fludiho9VA==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@typescript-eslint/scope-manager": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/types": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/typescript-estree": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/scope-manager": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/types": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/typescript-estree": "5.59.7",
 | 
			
		||||
        "debug": "^4.3.4"
 | 
			
		||||
      },
 | 
			
		||||
      "engines": {
 | 
			
		||||
@ -1707,13 +1707,13 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/@typescript-eslint/scope-manager": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-gLbY3Le9Dxcb8KdpF0+SJr6EQ+hFGYFl6tVY8VxLPFDfUZC7BHFw+Vq7bM5lE9DwWPfx4vMWWTLGXgpc0mAYyQ==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@typescript-eslint/types": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/visitor-keys": "5.59.6"
 | 
			
		||||
        "@typescript-eslint/types": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/visitor-keys": "5.59.7"
 | 
			
		||||
      },
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
 | 
			
		||||
@ -1724,13 +1724,13 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/@typescript-eslint/type-utils": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-A4tms2Mp5yNvLDlySF+kAThV9VTBPCvGf0Rp8nl/eoDX9Okun8byTKoj3fJ52IJitjWOk0fKPNQhXEB++eNozQ==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@typescript-eslint/typescript-estree": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/utils": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/typescript-estree": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/utils": "5.59.7",
 | 
			
		||||
        "debug": "^4.3.4",
 | 
			
		||||
        "tsutils": "^3.21.0"
 | 
			
		||||
      },
 | 
			
		||||
@ -1751,9 +1751,9 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/@typescript-eslint/types": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
 | 
			
		||||
@ -1764,13 +1764,13 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/@typescript-eslint/typescript-estree": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-vW6JP3lMAs/Tq4KjdI/RiHaaJSO7IUsbkz17it/Rl9Q+WkQ77EOuOnlbaU8kKfVIOJxMhnRiBG+olE7f3M16DA==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@typescript-eslint/types": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/visitor-keys": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/types": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/visitor-keys": "5.59.7",
 | 
			
		||||
        "debug": "^4.3.4",
 | 
			
		||||
        "globby": "^11.1.0",
 | 
			
		||||
        "is-glob": "^4.0.3",
 | 
			
		||||
@ -1791,17 +1791,17 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/@typescript-eslint/utils": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-vzaaD6EXbTS29cVH0JjXBdzMt6VBlv+hE31XktDRMX1j3462wZCJa7VzO2AxXEXcIl8GQqZPcOPuW/Z1tZVogg==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@eslint-community/eslint-utils": "^4.2.0",
 | 
			
		||||
        "@types/json-schema": "^7.0.9",
 | 
			
		||||
        "@types/semver": "^7.3.12",
 | 
			
		||||
        "@typescript-eslint/scope-manager": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/types": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/typescript-estree": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/scope-manager": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/types": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/typescript-estree": "5.59.7",
 | 
			
		||||
        "eslint-scope": "^5.1.1",
 | 
			
		||||
        "semver": "^7.3.7"
 | 
			
		||||
      },
 | 
			
		||||
@ -1839,12 +1839,12 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/@typescript-eslint/visitor-keys": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-zEfbFLzB9ETcEJ4HZEEsCR9HHeNku5/Qw1jSS5McYJv5BR+ftYXwFFAH5Al+xkGaZEqowMwl7uoJjQb1YSPF8Q==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@typescript-eslint/types": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/types": "5.59.7",
 | 
			
		||||
        "eslint-visitor-keys": "^3.3.0"
 | 
			
		||||
      },
 | 
			
		||||
      "engines": {
 | 
			
		||||
@ -2577,9 +2577,9 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/electron-to-chromium": {
 | 
			
		||||
      "version": "1.4.402",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.402.tgz",
 | 
			
		||||
      "integrity": "sha512-gWYvJSkohOiBE6ecVYXkrDgNaUjo47QEKK0kQzmWyhkH+yoYiG44bwuicTGNSIQRG3WDMsWVZJLRnJnLNkbWvA==",
 | 
			
		||||
      "version": "1.4.403",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.403.tgz",
 | 
			
		||||
      "integrity": "sha512-evCMqXJWmbQHdlh307peXNguqVIMmcLGrQwXiR+Qc98js8jPDeT9rse1+EF2YRjWgueuzj1r4WWLAe4/U+xjMg==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/emittery": {
 | 
			
		||||
@ -6259,16 +6259,16 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/typescript": {
 | 
			
		||||
      "version": "4.9.5",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
 | 
			
		||||
      "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
 | 
			
		||||
      "version": "5.0.4",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
 | 
			
		||||
      "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "bin": {
 | 
			
		||||
        "tsc": "bin/tsc",
 | 
			
		||||
        "tsserver": "bin/tsserver"
 | 
			
		||||
      },
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=4.2.0"
 | 
			
		||||
        "node": ">=12.20"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/unbox-primitive": {
 | 
			
		||||
@ -7866,15 +7866,15 @@
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "@typescript-eslint/eslint-plugin": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-sXtOgJNEuRU5RLwPUb1jxtToZbgvq3M6FPpY4QENxoOggK+UpTxUBpj6tD8+Qh2g46Pi9We87E+eHnUw8YcGsw==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "@eslint-community/regexpp": "^4.4.0",
 | 
			
		||||
        "@typescript-eslint/scope-manager": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/type-utils": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/utils": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/scope-manager": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/type-utils": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/utils": "5.59.7",
 | 
			
		||||
        "debug": "^4.3.4",
 | 
			
		||||
        "grapheme-splitter": "^1.0.4",
 | 
			
		||||
        "ignore": "^5.2.0",
 | 
			
		||||
@ -7884,53 +7884,53 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "@typescript-eslint/parser": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-7pCa6al03Pv1yf/dUg/s1pXz/yGMUBAw5EeWqNTFiSueKvRNonze3hma3lhdsOrQcaOXhbk5gKu2Fludiho9VA==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "@typescript-eslint/scope-manager": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/types": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/typescript-estree": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/scope-manager": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/types": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/typescript-estree": "5.59.7",
 | 
			
		||||
        "debug": "^4.3.4"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "@typescript-eslint/scope-manager": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-gLbY3Le9Dxcb8KdpF0+SJr6EQ+hFGYFl6tVY8VxLPFDfUZC7BHFw+Vq7bM5lE9DwWPfx4vMWWTLGXgpc0mAYyQ==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "@typescript-eslint/types": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/visitor-keys": "5.59.6"
 | 
			
		||||
        "@typescript-eslint/types": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/visitor-keys": "5.59.7"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "@typescript-eslint/type-utils": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-A4tms2Mp5yNvLDlySF+kAThV9VTBPCvGf0Rp8nl/eoDX9Okun8byTKoj3fJ52IJitjWOk0fKPNQhXEB++eNozQ==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "@typescript-eslint/typescript-estree": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/utils": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/typescript-estree": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/utils": "5.59.7",
 | 
			
		||||
        "debug": "^4.3.4",
 | 
			
		||||
        "tsutils": "^3.21.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "@typescript-eslint/types": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "@typescript-eslint/typescript-estree": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-vW6JP3lMAs/Tq4KjdI/RiHaaJSO7IUsbkz17it/Rl9Q+WkQ77EOuOnlbaU8kKfVIOJxMhnRiBG+olE7f3M16DA==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "@typescript-eslint/types": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/visitor-keys": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/types": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/visitor-keys": "5.59.7",
 | 
			
		||||
        "debug": "^4.3.4",
 | 
			
		||||
        "globby": "^11.1.0",
 | 
			
		||||
        "is-glob": "^4.0.3",
 | 
			
		||||
@ -7939,17 +7939,17 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "@typescript-eslint/utils": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-vzaaD6EXbTS29cVH0JjXBdzMt6VBlv+hE31XktDRMX1j3462wZCJa7VzO2AxXEXcIl8GQqZPcOPuW/Z1tZVogg==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "@eslint-community/eslint-utils": "^4.2.0",
 | 
			
		||||
        "@types/json-schema": "^7.0.9",
 | 
			
		||||
        "@types/semver": "^7.3.12",
 | 
			
		||||
        "@typescript-eslint/scope-manager": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/types": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/typescript-estree": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/scope-manager": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/types": "5.59.7",
 | 
			
		||||
        "@typescript-eslint/typescript-estree": "5.59.7",
 | 
			
		||||
        "eslint-scope": "^5.1.1",
 | 
			
		||||
        "semver": "^7.3.7"
 | 
			
		||||
      },
 | 
			
		||||
@ -7973,12 +7973,12 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "@typescript-eslint/visitor-keys": {
 | 
			
		||||
      "version": "5.59.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.6.tgz",
 | 
			
		||||
      "integrity": "sha512-zEfbFLzB9ETcEJ4HZEEsCR9HHeNku5/Qw1jSS5McYJv5BR+ftYXwFFAH5Al+xkGaZEqowMwl7uoJjQb1YSPF8Q==",
 | 
			
		||||
      "version": "5.59.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz",
 | 
			
		||||
      "integrity": "sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "@typescript-eslint/types": "5.59.6",
 | 
			
		||||
        "@typescript-eslint/types": "5.59.7",
 | 
			
		||||
        "eslint-visitor-keys": "^3.3.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
@ -8505,9 +8505,9 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "electron-to-chromium": {
 | 
			
		||||
      "version": "1.4.402",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.402.tgz",
 | 
			
		||||
      "integrity": "sha512-gWYvJSkohOiBE6ecVYXkrDgNaUjo47QEKK0kQzmWyhkH+yoYiG44bwuicTGNSIQRG3WDMsWVZJLRnJnLNkbWvA==",
 | 
			
		||||
      "version": "1.4.403",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.403.tgz",
 | 
			
		||||
      "integrity": "sha512-evCMqXJWmbQHdlh307peXNguqVIMmcLGrQwXiR+Qc98js8jPDeT9rse1+EF2YRjWgueuzj1r4WWLAe4/U+xjMg==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "emittery": {
 | 
			
		||||
@ -11192,9 +11192,9 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "typescript": {
 | 
			
		||||
      "version": "4.9.5",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
 | 
			
		||||
      "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
 | 
			
		||||
      "version": "5.0.4",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
 | 
			
		||||
      "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "unbox-primitive": {
 | 
			
		||||
 | 
			
		||||
@ -39,15 +39,15 @@
 | 
			
		||||
    "@types/jest": "^29",
 | 
			
		||||
    "@types/node": "^16",
 | 
			
		||||
    "@typescript-eslint/parser": "^5",
 | 
			
		||||
    "@vercel/ncc": "^0.36.0",
 | 
			
		||||
    "@vercel/ncc": "^0.36.1",
 | 
			
		||||
    "eslint": "^8",
 | 
			
		||||
    "eslint-plugin-github": "^4.6",
 | 
			
		||||
    "eslint-plugin-github": "^4.7",
 | 
			
		||||
    "eslint-plugin-jest": "^27",
 | 
			
		||||
    "jest": "^29",
 | 
			
		||||
    "jest-circus": "^29",
 | 
			
		||||
    "js-yaml": "^4",
 | 
			
		||||
    "prettier": "^2.8",
 | 
			
		||||
    "ts-jest": "^29",
 | 
			
		||||
    "typescript": "^4"
 | 
			
		||||
    "typescript": "^5"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user