fix(deps): update dependency @edx/frontend-platform to v8.1.3 (#1392)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-09 15:21:14 +00:00
committed by GitHub
parent 5304085cd8
commit 6c12b3b034

12
package-lock.json generated
View File

@@ -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": {