From c89731103d2aa4570f911d04394ac626449e5bca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:45:16 +0000 Subject: [PATCH] Bump webpack from 5.90.1 to 5.90.3 Bumps [webpack](https://github.com/webpack/webpack) from 5.90.1 to 5.90.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.90.1...v5.90.3) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- .../package.json" | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c118f8..ddeb65e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17259,9 +17259,9 @@ } }, "node_modules/webpack": { - "version": "5.90.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.1.tgz", - "integrity": "sha512-SstPdlAC5IvgFnhiRok8hqJo/+ArAbNv7rhU4fnWGHNVfN59HSQFaxZDSAL3IFG2YmqxuRs+IU33milSxbPlog==", + "version": "5.90.3", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.3.tgz", + "integrity": "sha512-h6uDYlWCctQRuXBs1oYpVe6sFcWedl0dpcVaTf/YF67J9bKvwJajFulMVSYKHrksMB3I/pIagRzDxwxkebuzKA==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -17602,7 +17602,7 @@ "postcss": "^8.4.33", "postcss-cli": "^10.1.0", "postcss-loader": "^8.1.0", - "webpack": "^5.90.1", + "webpack": "^5.90.3", "webpack-cli": "^5.1.4" } }, diff --git "a/src/\347\254\2543\347\253\240_Tailwind_CSS\343\202\222\345\260\216\345\205\245\343\201\231\343\202\213/package.json" "b/src/\347\254\2543\347\253\240_Tailwind_CSS\343\202\222\345\260\216\345\205\245\343\201\231\343\202\213/package.json" index c8ca238..36f7706 100644 --- "a/src/\347\254\2543\347\253\240_Tailwind_CSS\343\202\222\345\260\216\345\205\245\343\201\231\343\202\213/package.json" +++ "b/src/\347\254\2543\347\253\240_Tailwind_CSS\343\202\222\345\260\216\345\205\245\343\201\231\343\202\213/package.json" @@ -20,7 +20,7 @@ "postcss": "^8.4.33", "postcss-cli": "^10.1.0", "postcss-loader": "^8.1.0", - "webpack": "^5.90.1", + "webpack": "^5.90.3", "webpack-cli": "^5.1.4" } }