From 6c12b3b034464b3d809d367ceef9a983bea7b0c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:21:14 +0000 Subject: [PATCH] fix(deps): update dependency @edx/frontend-platform to v8.1.3 (#1392) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1cc791ba1..bf6a052d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1998,9 +1998,9 @@ } }, "node_modules/@edx/frontend-platform": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/@edx/frontend-platform/-/frontend-platform-8.1.2.tgz", - "integrity": "sha512-xkSpzoxSp3bC4rrOHkHb/tj5bZQjZrOe5t3/kNzJVqqvziFGRU0fTAhh+Pv0aHboDAS8mAEhqZrJFpdeAFe1Tg==", + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/@edx/frontend-platform/-/frontend-platform-8.1.3.tgz", + "integrity": "sha512-veYGlABo7WQPYY61oqpvxKu2KiajIEVjZGmoWJaT0JzKbMYCIJ6Zv0tBTtFJ35M3irvY+MMG7NIUZx2T5qcLzA==", "license": "AGPL-3.0", "dependencies": { "@cospired/i18n-iso-languages": "4.2.0", @@ -2019,7 +2019,7 @@ "lodash.memoize": "4.1.2", "lodash.merge": "4.6.2", "lodash.snakecase": "4.1.1", - "pubsub-js": "1.9.4", + "pubsub-js": "1.9.5", "react-intl": "6.7.0", "universal-cookie": "4.0.4" }, @@ -13113,7 +13113,9 @@ "license": "MIT" }, "node_modules/pubsub-js": { - "version": "1.9.4", + "version": "1.9.5", + "resolved": "https://registry.npmjs.org/pubsub-js/-/pubsub-js-1.9.5.tgz", + "integrity": "sha512-5MZ0I9i5JWVO7SizvOviKvZU2qaBbl2KQX150FAA+fJBwYpwOUId7aNygURWSdPzlsA/xZ/InUKXqBbzM0czTA==", "license": "MIT" }, "node_modules/pump": {