From 7375c8f27b200abff08387026ef875816a61ad93 Mon Sep 17 00:00:00 2001 From: Abdullah Waheed Date: Tue, 10 Oct 2023 18:29:42 +0500 Subject: [PATCH] fix: upgraded frontend-build to fix security issue --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 409c05a9..334b3101 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "whatwg-fetch": "^3.6.2" }, "devDependencies": { - "@edx/frontend-build": "13.0.0", + "@edx/frontend-build": "13.0.1", "@edx/reactifex": "^2.1.1", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.0", @@ -2062,9 +2062,9 @@ } }, "node_modules/@edx/frontend-build": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/@edx/frontend-build/-/frontend-build-13.0.0.tgz", - "integrity": "sha512-GXST7EEBGbiLSoBYrec+mu0ZAGnfuy9xLXSZDH9JeQmYZld5JThP8CJ9oSjCQiA+wTqWpFYnugen/C/cCEGt8A==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/@edx/frontend-build/-/frontend-build-13.0.1.tgz", + "integrity": "sha512-XoR2Yt9FUXKfbah0AirS5ckARc+j0jLzTRtvpsaqg4bFhPIbv0HragqoLs8Y8SQfn4sZy2v6EZ3pA09P4OBwDg==", "dependencies": { "@babel/cli": "7.22.5", "@babel/core": "7.22.5", @@ -2105,7 +2105,7 @@ "image-minimizer-webpack-plugin": "3.8.3", "jest": "26.6.3", "mini-css-extract-plugin": "1.6.2", - "postcss": "8.4.30", + "postcss": "8.4.31", "postcss-custom-media": "10.0.1", "postcss-loader": "7.3.3", "postcss-rtlcss": "4.0.8", @@ -21465,9 +21465,9 @@ } }, "node_modules/postcss": { - "version": "8.4.30", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.30.tgz", - "integrity": "sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 8f9a3288..1b8b1190 100755 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "whatwg-fetch": "^3.6.2" }, "devDependencies": { - "@edx/frontend-build": "13.0.0", + "@edx/frontend-build": "13.0.1", "@edx/reactifex": "^2.1.1", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.0",