diff --git a/action-src/package.json b/action-src/package.json index a3e50b07..89d01694 100644 --- a/action-src/package.json +++ b/action-src/package.json @@ -29,7 +29,7 @@ "@cspell/cspell-bundled-dicts": "^8.12.1", "@cspell/cspell-types": "^8.12.1", "@octokit/webhooks-types": "^7.5.1", - "@types/node": "^20.14.12", + "@types/node": "^20.14.13", "cspell": "^8.12.1", "cspell-glob": "^8.12.1", "vscode-uri": "^3.0.8" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2a77a39b..ca4f4245 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,7 +16,7 @@ importers: version: 20.1.4 '@vitest/coverage-istanbul': specifier: ^2.0.4 - version: 2.0.4(vitest@2.0.4(@types/node@20.14.12)) + version: 2.0.4(vitest@2.0.4(@types/node@20.14.13)) env-cmd: specifier: ^10.1.0 version: 10.1.0 @@ -43,7 +43,7 @@ importers: version: 7.17.0(eslint@9.8.0)(typescript@5.5.4) vitest: specifier: ^2.0.4 - version: 2.0.4(@types/node@20.14.12) + version: 2.0.4(@types/node@20.14.13) action-src: dependencies: @@ -63,8 +63,8 @@ importers: specifier: ^7.5.1 version: 7.5.1 '@types/node': - specifier: ^20.14.12 - version: 20.14.12 + specifier: ^20.14.13 + version: 20.14.13 cspell: specifier: ^8.12.1 version: 8.12.1 @@ -157,8 +157,8 @@ packages: resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.25.0': - resolution: {integrity: sha512-ubALThHQy4GCf6mbb+5ZRNmLLCI7bJ3f8Q6LHBSRlSKSWj5a7dSUzJBLv3VuIhFrFPgjF4IzPF567YG/HSCdZA==} + '@babel/traverse@7.25.1': + resolution: {integrity: sha512-LrHHoWq08ZpmmFqBAzN+hUdWwy5zt7FGa/hVwMcOqW6OVtwqaoD5utfuGYU87JYxdZgLUvktAsn37j/sYR9siA==} engines: {node: '>=6.9.0'} '@babel/types@7.25.0': @@ -859,8 +859,8 @@ packages: '@types/estree@1.0.5': resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - '@types/node@20.14.12': - resolution: {integrity: sha512-r7wNXakLeSsGT0H1AU863vS2wa5wBOK4bWMjZz2wj+8nBx+m5PeIn0k8AloSLpRuiwdRQZwarZqHE4FNArPuJQ==} + '@types/node@20.14.13': + resolution: {integrity: sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==} '@typescript-eslint/eslint-plugin@7.17.0': resolution: {integrity: sha512-pyiDhEuLM3PuANxH7uNYan1AaFs5XE0zw1hq69JBvGvE7gSuEoQl1ydtEe/XQeoC3GQxLXyOVa5kNOATgM638A==} @@ -2054,7 +2054,7 @@ snapshots: '@babel/helpers': 7.25.0 '@babel/parser': 7.25.0 '@babel/template': 7.25.0 - '@babel/traverse': 7.25.0 + '@babel/traverse': 7.25.1 '@babel/types': 7.25.0 convert-source-map: 2.0.0 debug: 4.3.6 @@ -2081,7 +2081,7 @@ snapshots: '@babel/helper-module-imports@7.24.7': dependencies: - '@babel/traverse': 7.25.0 + '@babel/traverse': 7.25.1 '@babel/types': 7.25.0 transitivePeerDependencies: - supports-color @@ -2092,13 +2092,13 @@ snapshots: '@babel/helper-module-imports': 7.24.7 '@babel/helper-simple-access': 7.24.7 '@babel/helper-validator-identifier': 7.24.7 - '@babel/traverse': 7.25.0 + '@babel/traverse': 7.25.1 transitivePeerDependencies: - supports-color '@babel/helper-simple-access@7.24.7': dependencies: - '@babel/traverse': 7.25.0 + '@babel/traverse': 7.25.1 '@babel/types': 7.25.0 transitivePeerDependencies: - supports-color @@ -2131,7 +2131,7 @@ snapshots: '@babel/parser': 7.25.0 '@babel/types': 7.25.0 - '@babel/traverse@7.25.0': + '@babel/traverse@7.25.1': dependencies: '@babel/code-frame': 7.24.7 '@babel/generator': 7.25.0 @@ -2669,7 +2669,7 @@ snapshots: '@types/estree@1.0.5': {} - '@types/node@20.14.12': + '@types/node@20.14.13': dependencies: undici-types: 5.26.5 @@ -2754,7 +2754,7 @@ snapshots: '@typescript-eslint/types': 7.17.0 eslint-visitor-keys: 3.4.3 - '@vitest/coverage-istanbul@2.0.4(vitest@2.0.4(@types/node@20.14.12))': + '@vitest/coverage-istanbul@2.0.4(vitest@2.0.4(@types/node@20.14.13))': dependencies: '@istanbuljs/schema': 0.1.3 debug: 4.3.6 @@ -2766,7 +2766,7 @@ snapshots: magicast: 0.3.4 test-exclude: 7.0.1 tinyrainbow: 1.2.0 - vitest: 2.0.4(@types/node@20.14.12) + vitest: 2.0.4(@types/node@20.14.13) transitivePeerDependencies: - supports-color @@ -3793,13 +3793,13 @@ snapshots: uuid@8.3.2: {} - vite-node@2.0.4(@types/node@20.14.12): + vite-node@2.0.4(@types/node@20.14.13): dependencies: cac: 6.7.14 debug: 4.3.6 pathe: 1.1.2 tinyrainbow: 1.2.0 - vite: 5.3.5(@types/node@20.14.12) + vite: 5.3.5(@types/node@20.14.13) transitivePeerDependencies: - '@types/node' - less @@ -3810,16 +3810,16 @@ snapshots: - supports-color - terser - vite@5.3.5(@types/node@20.14.12): + vite@5.3.5(@types/node@20.14.13): dependencies: esbuild: 0.21.5 postcss: 8.4.40 rollup: 4.19.1 optionalDependencies: - '@types/node': 20.14.12 + '@types/node': 20.14.13 fsevents: 2.3.3 - vitest@2.0.4(@types/node@20.14.12): + vitest@2.0.4(@types/node@20.14.13): dependencies: '@ampproject/remapping': 2.3.0 '@vitest/expect': 2.0.4 @@ -3837,11 +3837,11 @@ snapshots: tinybench: 2.8.0 tinypool: 1.0.0 tinyrainbow: 1.2.0 - vite: 5.3.5(@types/node@20.14.12) - vite-node: 2.0.4(@types/node@20.14.12) + vite: 5.3.5(@types/node@20.14.13) + vite-node: 2.0.4(@types/node@20.14.13) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 20.14.12 + '@types/node': 20.14.13 transitivePeerDependencies: - less - lightningcss