feat: update flcc to 1.150.1 (#500)

This commit is contained in:
Raymond Zhou
2023-05-17 12:43:48 -07:00
committed by GitHub
parent db6c3172de
commit a46a34412c
2 changed files with 18 additions and 14 deletions

30
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
"@edx/frontend-component-footer": "12.0.0",
"@edx/frontend-enterprise-hotjar": "^1.2.1",
"@edx/frontend-lib-content-components": "^1.149.0",
"@edx/frontend-lib-content-components": "^1.150.1",
"@edx/frontend-platform": "4.2.0",
"@edx/paragon": "^20.32.0",
"@fortawesome/fontawesome-svg-core": "1.2.28",
@@ -2249,9 +2249,9 @@
}
},
"node_modules/@edx/frontend-lib-content-components": {
"version": "1.149.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.149.0.tgz",
"integrity": "sha512-upol3qbBZPgdf026ptxh0tDUYwU+pfTkdVn7UrhDWP2VTroZbbY/5yOEXN0A67kZVKnZ3EXvkvi4ZNEF2/ry4w==",
"version": "1.150.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.150.1.tgz",
"integrity": "sha512-nvava4IS4jkWtq/n1yFrB5vEx27UoBFp08y8oaa6FHKTJTM489MKXwipApoNF+6hnFnHSON9zSochZR/qyKfIg==",
"dependencies": {
"@codemirror/lang-html": "^6.0.0",
"@codemirror/lang-xml": "^6.0.0",
@@ -7465,9 +7465,9 @@
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001425",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001425.tgz",
"integrity": "sha512-/pzFv0OmNG6W0ym80P3NtapU0QEiDS3VuYAZMGoLLqiC7f6FJFe1MjpQDREGApeenD9wloeytmVDj+JLXPC6qw==",
"version": "1.0.30001486",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001486.tgz",
"integrity": "sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg==",
"dev": true,
"funding": [
{
@@ -7477,6 +7477,10 @@
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
]
},
@@ -26983,9 +26987,9 @@
"requires": {}
},
"@edx/frontend-lib-content-components": {
"version": "1.149.0",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.149.0.tgz",
"integrity": "sha512-upol3qbBZPgdf026ptxh0tDUYwU+pfTkdVn7UrhDWP2VTroZbbY/5yOEXN0A67kZVKnZ3EXvkvi4ZNEF2/ry4w==",
"version": "1.150.1",
"resolved": "https://registry.npmjs.org/@edx/frontend-lib-content-components/-/frontend-lib-content-components-1.150.1.tgz",
"integrity": "sha512-nvava4IS4jkWtq/n1yFrB5vEx27UoBFp08y8oaa6FHKTJTM489MKXwipApoNF+6hnFnHSON9zSochZR/qyKfIg==",
"requires": {
"@codemirror/lang-html": "^6.0.0",
"@codemirror/lang-xml": "^6.0.0",
@@ -31076,9 +31080,9 @@
}
},
"caniuse-lite": {
"version": "1.0.30001425",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001425.tgz",
"integrity": "sha512-/pzFv0OmNG6W0ym80P3NtapU0QEiDS3VuYAZMGoLLqiC7f6FJFe1MjpQDREGApeenD9wloeytmVDj+JLXPC6qw==",
"version": "1.0.30001486",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001486.tgz",
"integrity": "sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg==",
"dev": true
},
"canvas": {

View File

@@ -36,7 +36,7 @@
"@edx/brand": "npm:@edx/brand-openedx@1.1.0",
"@edx/frontend-component-footer": "12.0.0",
"@edx/frontend-enterprise-hotjar": "^1.2.1",
"@edx/frontend-lib-content-components": "^1.149.0",
"@edx/frontend-lib-content-components": "^1.150.1",
"@edx/frontend-platform": "4.2.0",
"@edx/paragon": "^20.32.0",
"@fortawesome/fontawesome-svg-core": "1.2.28",