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

This commit is contained in:
renovate[bot]
2024-07-09 06:57:05 +00:00
parent f52129a11e
commit 3bd6e454d0

35
package-lock.json generated
View File

@@ -2364,16 +2364,16 @@
}
},
"node_modules/@edx/frontend-platform": {
"version": "8.0.4",
"resolved": "https://registry.npmjs.org/@edx/frontend-platform/-/frontend-platform-8.0.4.tgz",
"integrity": "sha512-syZNHXo3sP2TZ4/a3tPN1n6cQC6HP+vesIExvkG8uwFE9SMFc+YDvYXgqpb+pRLG/gT23r1jHU8GRl5eLLD4CQ==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-platform/-/frontend-platform-8.1.0.tgz",
"integrity": "sha512-6YU3wbxmWi2a3jFsh5G3DA1DAeIXDNK/O98Qhx0x1rE+aOEi0s9GQKV/WVxgd0tP59pcuvDjEm6ptj9v9UVO+Q==",
"license": "AGPL-3.0",
"dependencies": {
"@cospired/i18n-iso-languages": "4.2.0",
"@formatjs/intl-pluralrules": "4.3.3",
"@formatjs/intl-relativetimeformat": "10.0.1",
"axios": "0.28.1",
"axios-cache-interceptor": "0.10.7",
"axios": "1.6.7",
"axios-cache-interceptor": "1.3.2",
"form-urlencoded": "4.1.4",
"glob": "7.2.3",
"history": "4.10.1",
@@ -6034,27 +6034,34 @@
}
},
"node_modules/axios": {
"version": "0.28.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.28.1.tgz",
"integrity": "sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==",
"version": "1.6.7",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz",
"integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.0",
"follow-redirects": "^1.15.4",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}
},
"node_modules/axios-cache-interceptor": {
"version": "0.10.7",
"resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-0.10.7.tgz",
"integrity": "sha512-UjpxChG5DpF6Kf1IPGMLOzRDNL8ZNS6TOn1jTaVvCE7cWFU904jJwi0T1s+IbijpnLEjK2iq5uLIuR8Sj+RsFQ==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/axios-cache-interceptor/-/axios-cache-interceptor-1.3.2.tgz",
"integrity": "sha512-FNy4/IKvFYVswpPS09j3H9OUzcXSuxQ93wYxCKnogHbjCRE9nDQ/lukgjyuJqMIk3Yao51qQI/zPbMRNQu4JJw==",
"license": "MIT",
"dependencies": {
"cache-parser": "^1.2.4",
"fast-defer": "^1.1.7",
"object-code": "^1.2.4"
"object-code": "^1.3.0"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/ArthurFiorette/axios-cache-interceptor?sponsor=1"
"url": "https://github.com/arthurfiorette/axios-cache-interceptor?sponsor=1"
},
"peerDependencies": {
"axios": "^1"
}
},
"node_modules/axobject-query": {