diff --git a/package-lock.json b/package-lock.json index af6ab19..3e2436e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/core": "^7.28.5", "@babel/plugin-transform-destructuring": "^7.28.5", "@babel/preset-env": "^7.28.5", - "@zakodium/babel-plugin-transform-modules-amd": "^1.0.2", + "@zakodium/babel-plugin-transform-modules-amd": "^1.1.0", "cors": "^2.8.5", "express": "^5.2.1", "http-proxy-middleware": "^3.0.5", @@ -1985,9 +1985,9 @@ } }, "node_modules/@zakodium/babel-plugin-transform-modules-amd": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@zakodium/babel-plugin-transform-modules-amd/-/babel-plugin-transform-modules-amd-1.0.2.tgz", - "integrity": "sha512-7cB+BIrGsWOyu7GHU+3iyhUQwCEVsKrUrMR0RXvZhjEAxi6WChdQDI3HpsCMs+UnqYc6UA/1rJ76YIFmNvGx1Q==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@zakodium/babel-plugin-transform-modules-amd/-/babel-plugin-transform-modules-amd-1.1.0.tgz", + "integrity": "sha512-/wnoWJpkhy1SbeDm/UOGNYVwSaZGPyS6mEazyrTuwhLzVQNIBrTmD8D0u/C+SxUNfz1iuzFHyYERrCMUw7X2Jw==", "license": "MIT", "dependencies": { "@babel/plugin-transform-modules-commonjs": "^7.27.1", diff --git a/package.json b/package.json index 7a28e53..e3a3cad 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@babel/core": "^7.28.5", "@babel/plugin-transform-destructuring": "^7.28.5", "@babel/preset-env": "^7.28.5", - "@zakodium/babel-plugin-transform-modules-amd": "^1.0.2", + "@zakodium/babel-plugin-transform-modules-amd": "^1.1.0", "cors": "^2.8.5", "express": "^5.2.1", "http-proxy-middleware": "^3.0.5",