From 7bc3bc16a3587cfec7e7346c6430fde324a3fb7d Mon Sep 17 00:00:00 2001 From: Jon Uhlmann Date: Mon, 3 Jun 2024 13:20:26 +0200 Subject: [PATCH] Upgrade: Packages --- RootFiles/Global/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RootFiles/Global/package.json b/RootFiles/Global/package.json index 97ae878..6860ef2 100644 --- a/RootFiles/Global/package.json +++ b/RootFiles/Global/package.json @@ -17,9 +17,9 @@ "autoprefixer": "^10.4.19", "carbon-pipeline": "^0.1.6", "concurrently": "^8.2.2", - "cssnano": "^6.1.2", - "esbuild": "^0.20.2", - "eslint": "^9.1.0", + "cssnano": "^7.0.1", + "esbuild": "^0.21.4", + "eslint": "^9.4.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "postcss": "^8.4.38", @@ -28,8 +28,8 @@ "postcss-import": "^16.1.0", "postcss-reporter": "^7.1.0", "postcss-sort-media-queries": "^5.2.0", - "prettier": "^3.2.5", - "stylelint": "^16.3.1", + "prettier": "^3.3.0", + "stylelint": "^16.6.1", "stylelint-config-standard": "^36.0.0" } }