diff --git a/package-lock.json b/package-lock.json index 7c9eccc..3765456 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "express": "^5.1.0", "express-session": "^1.18.1", "gulp": "^5.0.1", - "gulp-babel": "^8.0.0", + "gulp-babel": "^8.1.0", "gulp-clean": "^0.4.0", "gulp-clean-css": "^4.3.0", "gulp-nodemon": "^2.5.0", @@ -13267,21 +13267,21 @@ } }, "node_modules/gulp-babel": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/gulp-babel/-/gulp-babel-8.0.0.tgz", - "integrity": "sha512-oomaIqDXxFkg7lbpBou/gnUkX51/Y/M2ZfSjL2hdqXTAlSWZcgZtd2o0cOH0r/eE8LWD0+Q/PsLsr2DKOoqToQ==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/gulp-babel/-/gulp-babel-8.1.0.tgz", + "integrity": "sha512-QtFF9+h3xrVjfo79h7HCY4S8k4qNEcOz7ffpfavlscv0F0glfTQyv4kEYvX+YykTm4qllMF4aZfjeqLjzddTYA==", "license": "MIT", "dependencies": { "plugin-error": "^1.0.1", "replace-ext": "^1.0.0", - "through2": "^2.0.0", + "through2": "^3.0.0", "vinyl-sourcemaps-apply": "^0.2.0" }, "engines": { "node": ">=6" }, "peerDependencies": { - "@babel/core": "^7.0.0" + "@babel/core": "^7.0.0 || ^8.0.0" } }, "node_modules/gulp-babel/node_modules/plugin-error": { @@ -13299,6 +13299,16 @@ "node": ">= 0.10" } }, + "node_modules/gulp-babel/node_modules/through2": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.2.tgz", + "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.4", + "readable-stream": "2 || 3" + } + }, "node_modules/gulp-clean": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/gulp-clean/-/gulp-clean-0.4.0.tgz", diff --git a/package.json b/package.json index 022f354..d85d89c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "express": "^5.1.0", "express-session": "^1.18.1", "gulp": "^5.0.1", - "gulp-babel": "^8.0.0", + "gulp-babel": "^8.1.0", "gulp-clean": "^0.4.0", "gulp-clean-css": "^4.3.0", "gulp-nodemon": "^2.5.0",