diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index dd527a94..97d3b78f 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -22,7 +22,7 @@ "@monaco-editor/react": "4.7.0", "@react-querybuilder/mantine": "8.23.1", "@reduxjs/toolkit": "2.12.0", - "@rolldown/plugin-babel": "0.2.3", + "@rolldown/plugin-babel": "0.2.4", "axios": "1.20.0", "dayjs": "1.11.23", "escape-string-regexp": "5.0.0", @@ -2320,12 +2320,12 @@ } }, "node_modules/@rolldown/plugin-babel": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@rolldown/plugin-babel/-/plugin-babel-0.2.3.tgz", - "integrity": "sha512-+zEk16yGlz1F9STiRr6uG9hmIXb6nprjLczV/htGptYuLoCuxb+itZ03RKCEeOhBpDDd1NU7qF6x1VLMUp62bw==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@rolldown/plugin-babel/-/plugin-babel-0.2.4.tgz", + "integrity": "sha512-ygmm2j/mN+aCvstHo0x3IOu4uc6LqXT9SJ3q4kpfG/+Yhfz0B+E47FITcC0FljZADwUFARP6E2kiE+Lc26D8wg==", "license": "MIT", "dependencies": { - "picomatch": "^4.0.4" + "picomatch": "^4.0.7" }, "engines": { "node": ">=22.12.0 || ^24.0.0" diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 968fd1b2..9cfaaf5a 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -29,7 +29,7 @@ "@monaco-editor/react": "4.7.0", "@react-querybuilder/mantine": "8.23.1", "@reduxjs/toolkit": "2.12.0", - "@rolldown/plugin-babel": "0.2.3", + "@rolldown/plugin-babel": "0.2.4", "axios": "1.20.0", "dayjs": "1.11.23", "escape-string-regexp": "5.0.0",