From fc4b617487e629459c689b5368af8b97d2fea25d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:55:33 +0000 Subject: [PATCH] chore(deps): update dependency @openedx/frontend-build to v14.2.0 (#444) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf24c66b..4f5bfb2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@edx/browserslist-config": "^1.1.1", "@edx/frontend-platform": "8.1.2", "@edx/reactifex": "2.2.0", - "@openedx/frontend-build": "14.1.5", + "@openedx/frontend-build": "14.2.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.1", "husky": "9.1.7", @@ -2157,10 +2157,11 @@ "dev": true }, "node_modules/@edx/eslint-config": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@edx/eslint-config/-/eslint-config-4.2.0.tgz", - "integrity": "sha512-2wuIw49uyj6gRwS74qJ8WhBU+X2FOP4uot40sthIC4YU9qCM7WJOcOuAhkRPP1FvZKd3UQH3gZM7eJ85xzDBqA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@edx/eslint-config/-/eslint-config-4.3.0.tgz", + "integrity": "sha512-4W9wFG4ALr3xocakCsncgJbK67RHfSmDwHDXKHReFtjxl/FRkxhS6qayz189oChqfANieeV3zRCLaq44bLf+/A==", "dev": true, + "license": "MIT", "peerDependencies": { "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", @@ -3367,10 +3368,11 @@ } }, "node_modules/@openedx/frontend-build": { - "version": "14.1.5", - "resolved": "https://registry.npmjs.org/@openedx/frontend-build/-/frontend-build-14.1.5.tgz", - "integrity": "sha512-QEdl55jNitdQL7RDAuX/EgfxsyBeEZfW3fc9Df4Py5KY6NKjRE7wNLeBMxYCFagEgXwaR1Btiw5NxzByAdlnfg==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/@openedx/frontend-build/-/frontend-build-14.2.0.tgz", + "integrity": "sha512-yeBanEnfpYY3gci9vBmPlFZLzTIhbUVjM8DxldPeaHzG7IZzMVR14KNkS470siCpikNxarordg3fGXSDU+QYHA==", "dev": true, + "license": "AGPL-3.0", "dependencies": { "@babel/cli": "7.24.8", "@babel/core": "7.24.9", @@ -3380,7 +3382,7 @@ "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/preset-env": "7.24.8", "@babel/preset-react": "7.24.7", - "@edx/eslint-config": "4.2.0", + "@edx/eslint-config": "^4.3.0", "@edx/new-relic-source-map-webpack-plugin": "2.1.0", "@edx/typescript-config": "1.1.0", "@formatjs/cli": "^6.0.3", diff --git a/package.json b/package.json index a949eb54..091df12e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@edx/browserslist-config": "^1.1.1", "@edx/frontend-platform": "8.1.2", "@edx/reactifex": "2.2.0", - "@openedx/frontend-build": "14.1.5", + "@openedx/frontend-build": "14.2.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.1", "husky": "9.1.7",