From f9e55a17cc5decd5250db495ccce709002fa2a32 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sat, 5 Aug 2023 08:17:15 +0530 Subject: [PATCH] chore: pin webpack version to v5.87.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f49bc46bf2..e75fff00c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,7 +95,7 @@ "tcp-port-used": "^1.0.2", "typescript": "^4.9.3", "wait-for-expect": "^3.0.2", - "webpack": "^5.88.1", + "webpack": "5.87.0", "webpack-cli": "^5.0.1", "webpack-merge": "^5.9.0" }, @@ -15475,9 +15475,9 @@ } }, "node_modules/webpack": { - "version": "5.88.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.1.tgz", - "integrity": "sha512-FROX3TxQnC/ox4N+3xQoWZzvGXSuscxR32rbzjpXgEzWudJFEJBpdlkkob2ylrv5yzzufD1zph1OoFsLtm6stQ==", + "version": "5.87.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.87.0.tgz", + "integrity": "sha512-GOu1tNbQ7p1bDEoFRs2YPcfyGs8xq52yyPBZ3m2VGnXGtV9MxjrkABHm4V9Ia280OefsSLzvbVoXcfLxjKY/Iw==", "devOptional": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -27500,9 +27500,9 @@ "dev": true }, "webpack": { - "version": "5.88.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.1.tgz", - "integrity": "sha512-FROX3TxQnC/ox4N+3xQoWZzvGXSuscxR32rbzjpXgEzWudJFEJBpdlkkob2ylrv5yzzufD1zph1OoFsLtm6stQ==", + "version": "5.87.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.87.0.tgz", + "integrity": "sha512-GOu1tNbQ7p1bDEoFRs2YPcfyGs8xq52yyPBZ3m2VGnXGtV9MxjrkABHm4V9Ia280OefsSLzvbVoXcfLxjKY/Iw==", "devOptional": true, "requires": { "@types/eslint-scope": "^3.7.3", diff --git a/package.json b/package.json index 66e958ea19..a526de298d 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "tcp-port-used": "^1.0.2", "typescript": "^4.9.3", "wait-for-expect": "^3.0.2", - "webpack": "^5.88.1", + "webpack": "5.87.0", "webpack-cli": "^5.0.1", "webpack-merge": "^5.9.0" },