diff --git a/package.json b/package.json index 22979cb..7f969c1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@biomejs/biome": "1.8.3", "npm-run-all2": "^5.0.0", - "regenerator-runtime": "^0.13.11", + "regenerator-runtime": "^0.14.0", "rimraf": "^5.0.0" }, "packageManager": "pnpm@8.6.7" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 555130c..ebe576e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^5.0.0 version: 5.0.0 regenerator-runtime: - specifier: ^0.13.11 - version: 0.13.11 + specifier: ^0.14.0 + version: 0.14.0 rimraf: specifier: ^5.0.0 version: 5.0.0 @@ -1227,7 +1227,7 @@ packages: resolution: {integrity: sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==} engines: {node: '>=18'} dependencies: - '@babel/code-frame': 7.21.4 + '@babel/code-frame': 7.24.7 '@babel/runtime': 7.21.0 '@types/aria-query': 5.0.1 aria-query: 5.3.0 @@ -3619,6 +3619,10 @@ packages: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} dev: true + /regenerator-runtime@0.14.0: + resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} + dev: true + /require-directory@2.1.1: resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} engines: {node: '>=0.10.0'}