From 2f99352d7e0371f8b902c7d015c3eef6c353a693 Mon Sep 17 00:00:00 2001 From: GrzegorzZajac000 Date: Tue, 25 Jun 2024 09:45:06 +0200 Subject: [PATCH] #1570 Packages updates --- package.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index c2b6545..c9db531 100644 --- a/package.json +++ b/package.json @@ -51,32 +51,32 @@ "url": "https://2fas.com/donate/" }, "devDependencies": { - "@babel/core": "^7.24.5", - "@babel/eslint-parser": "^7.24.5", - "@babel/plugin-transform-runtime": "^7.24.3", - "@babel/preset-env": "^7.24.5", - "@babel/register": "^7.23.7", + "@babel/core": "^7.24.7", + "@babel/eslint-parser": "^7.24.7", + "@babel/plugin-transform-runtime": "^7.24.7", + "@babel/preset-env": "^7.24.7", + "@babel/register": "^7.24.6", "autoprefixer": "^10.4.19", "babel-loader": "^9.1.3", "babel-plugin-transform-minify-booleans": "^6.9.4", "babel-plugin-transform-remove-debugger": "^6.9.4", "babel-preset-minify": "^0.5.2", - "browserslist": "^4.23.0", + "browserslist": "^4.23.1", "copy-webpack-plugin": "^12.0.2", "cross-env": "^7.0.3", "crypto-browserify": "^3.12.0", - "css-loader": "^7.1.1", - "css-minimizer-webpack-plugin": "^6.0.0", + "css-loader": "^7.1.2", + "css-minimizer-webpack-plugin": "^7.0.0", "dotenv": "^16.4.5", "dotenv-webpack": "^8.1.0", - "eslint": "8.57.0", + "eslint": "9.5.0", "eslint-config-standard": "^17.1.0", "eslint-friendly-formatter": "^4.0.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-n": "^16.6.2", - "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-n": "^17.9.0", + "eslint-plugin-promise": "^6.2.0", "eslint-plugin-standard": "^5.0.0", - "eslint-webpack-plugin": "^4.1.0", + "eslint-webpack-plugin": "^4.2.0", "exports-loader": "^5.0.0", "file-loader": "^6.0.0", "html-loader": "^5.0.0", @@ -90,28 +90,28 @@ "precss": "^4.0.0", "require-dir": "^1.2.0", "rimraf": "^5.0.5", - "sass": "^1.76.0", + "sass": "^1.77.6", "sass-loader": "^14.2.1", "source-map-loader": "^5.0.0", "stream-browserify": "^3.0.0", "streamify": "^1.0.0", "style-loader": "^4.0.0", - "stylelint": "^16.5.0", + "stylelint": "^16.6.1", "stylelint-config-recommended-scss": "^14.0.0", - "stylelint-webpack-plugin": "^5.0.0", + "stylelint-webpack-plugin": "^5.0.1", "svg-inline-loader": "^0.8.2", "terser-webpack-plugin": "^5.3.10", "url-loader": "^4.1.0", - "webextension-polyfill": "^0.11.0", - "webpack": "^5.91.0", + "webextension-polyfill": "^0.12.0", + "webpack": "^5.92.1", "webpack-cli": "^5.1.4", "webpack-node-externals": "^3.0.0", - "ws": "^8.17.0", + "ws": "^8.17.1", "yarn-or-npm": "^3.0.1" }, "dependencies": { - "@babel/runtime": "^7.24.5", + "@babel/runtime": "^7.24.7", "qrcode": "^1.5.3", - "uuid": "^9.0.1" + "uuid": "^10.0.0" } }