diff --git a/www/package-lock.json b/www/package-lock.json index 0565b34..956ce36 100644 --- a/www/package-lock.json +++ b/www/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@babel/core": "^7.22.20", - "@babel/plugin-transform-runtime": "^7.22.10", + "@babel/plugin-transform-runtime": "^7.22.15", "@babel/preset-env": "^7.22.20", "@istanbuljs/nyc-config-babel": "^3.0.0", "@types/chai": "^4.3.5", @@ -1393,12 +1393,12 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.10.tgz", - "integrity": "sha512-RchI7HePu1eu0CYNKHHHQdfenZcM4nz8rew5B1VWqeRKdcwW5aQ5HeG9eTUbWiAS1UrmHVLmoxTWHt3iLD/NhA==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.15.tgz", + "integrity": "sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==", "dev": true, "dependencies": { - "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-module-imports": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", "babel-plugin-polyfill-corejs2": "^0.4.5", "babel-plugin-polyfill-corejs3": "^0.8.3", @@ -10444,12 +10444,12 @@ } }, "@babel/plugin-transform-runtime": { - "version": "7.22.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.10.tgz", - "integrity": "sha512-RchI7HePu1eu0CYNKHHHQdfenZcM4nz8rew5B1VWqeRKdcwW5aQ5HeG9eTUbWiAS1UrmHVLmoxTWHt3iLD/NhA==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.15.tgz", + "integrity": "sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==", "dev": true, "requires": { - "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-module-imports": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", "babel-plugin-polyfill-corejs2": "^0.4.5", "babel-plugin-polyfill-corejs3": "^0.8.3", diff --git a/www/package.json b/www/package.json index 19a6070..a3e2596 100644 --- a/www/package.json +++ b/www/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@babel/core": "^7.22.20", - "@babel/plugin-transform-runtime": "^7.22.10", + "@babel/plugin-transform-runtime": "^7.22.15", "@babel/preset-env": "^7.22.20", "@istanbuljs/nyc-config-babel": "^3.0.0", "@types/chai": "^4.3.5",