From a46a34412cf74f8d350e0d911661c6a6962011a2 Mon Sep 17 00:00:00 2001 From: Raymond Zhou <56318341+rayzhou-bit@users.noreply.github.com> Date: Wed, 17 May 2023 12:43:48 -0700 Subject: [PATCH] feat: update flcc to 1.150.1 (#500) --- package-lock.json | 30 +++++++++++++++++------------- package.json | 2 +- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1910def6f..fc6ee3e23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 74a011747..4d0881b28 100644 --- a/package.json +++ b/package.json @@ -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",