From 66be68fd95f60bead91ac0ce6ef5ca64ef426742 Mon Sep 17 00:00:00 2001 From: arbrandes <759355+arbrandes@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:10:22 +0000 Subject: [PATCH] chore: update browserslist DB --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac30728..e630d13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6785,9 +6785,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001655", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001655.tgz", - "integrity": "sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg==", + "version": "1.0.30001687", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001687.tgz", + "integrity": "sha512-0S/FDhf4ZiqrTUiQ39dKeUjYRjkv7lOZU1Dgif2rIqrTzX/1wV2hfKu9TOm1IHkdSijfLswxTFzl/cvir+SLSQ==", "funding": [ { "type": "opencollective", @@ -6801,8 +6801,7 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ], - "license": "CC-BY-4.0" + ] }, "node_modules/cast-array": { "version": "1.0.1", diff --git a/package.json b/package.json index 1e5746e..30bfb2d 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ }, "devDependencies": { "@edx/browserslist-config": "^1.2.0", - "@openedx/frontend-build": "14.0.3", "@edx/reactifex": "^2.1.1", + "@openedx/frontend-build": "14.0.3", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "12.1.5", "axios-mock-adapter": "1.21.2",