|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@actions/core@^1.9.1": |
6 | | - version "1.9.1" |
7 | | - resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1.tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b" |
8 | | - integrity sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA== |
| 5 | +"@actions/core@^1.10.0": |
| 6 | + version "1.10.0" |
| 7 | + resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f" |
| 8 | + integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug== |
9 | 9 | dependencies: |
10 | 10 | "@actions/http-client" "^2.0.1" |
11 | 11 | uuid "^8.3.2" |
|
32 | 32 | minimatch "^3.1.2" |
33 | 33 | strip-json-comments "^3.1.1" |
34 | 34 |
|
35 | | -"@humanwhocodes/config-array@^0.10.4": |
36 | | - version "0.10.4" |
37 | | - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c" |
38 | | - integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw== |
| 35 | +"@humanwhocodes/config-array@^0.10.5": |
| 36 | + version "0.10.7" |
| 37 | + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.7.tgz#6d53769fd0c222767e6452e8ebda825c22e9f0dc" |
| 38 | + integrity sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w== |
39 | 39 | dependencies: |
40 | 40 | "@humanwhocodes/object-schema" "^1.2.1" |
41 | 41 | debug "^4.1.1" |
@@ -253,13 +253,13 @@ eslint-visitor-keys@^3.3.0: |
253 | 253 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" |
254 | 254 | integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== |
255 | 255 |
|
256 | | -eslint@^8.23.1: |
257 | | - version "8.23.1" |
258 | | - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.1.tgz#cfd7b3f7fdd07db8d16b4ac0516a29c8d8dca5dc" |
259 | | - integrity sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg== |
| 256 | +eslint@^8.24.0: |
| 257 | + version "8.24.0" |
| 258 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.24.0.tgz#489516c927a5da11b3979dbfb2679394523383c8" |
| 259 | + integrity sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ== |
260 | 260 | dependencies: |
261 | 261 | "@eslint/eslintrc" "^1.3.2" |
262 | | - "@humanwhocodes/config-array" "^0.10.4" |
| 262 | + "@humanwhocodes/config-array" "^0.10.5" |
263 | 263 | "@humanwhocodes/gitignore-to-minimatch" "^1.0.2" |
264 | 264 | "@humanwhocodes/module-importer" "^1.0.1" |
265 | 265 | ajv "^6.10.0" |
|
0 commit comments