From dadbdc6436cece64f281c150a1a6acd3e48890f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 00:21:12 +0000 Subject: [PATCH] chore(deps): bump wicg-inert from 3.1.2 to 3.1.3 Bumps [wicg-inert](https://github.com/WICG/inert) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/WICG/inert/releases) - [Commits](https://github.com/WICG/inert/compare/v3.1.2...3.1.3) --- updated-dependencies: - dependency-name: wicg-inert dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 90a1fd10..4632c69d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "modern-css-reset": "1.4.0", "prop-types": "15.8.1", "react": "16.14.0", - "wicg-inert": "3.1.2" + "wicg-inert": "3.1.3" }, "devDependencies": { "@commitlint/cli": "19.3.0", @@ -18224,9 +18224,10 @@ } }, "node_modules/wicg-inert": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/wicg-inert/-/wicg-inert-3.1.2.tgz", - "integrity": "sha512-Ba9tGNYxXwaqKEi9sJJvPMKuo063umUPsHN0JJsjrs2j8KDSzkWLMZGZ+MH1Jf1Fq4OWZ5HsESJID6nRza2ang==" + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/wicg-inert/-/wicg-inert-3.1.3.tgz", + "integrity": "sha512-5L0PKK7iP+0Q/jv2ccgmkz/pfXbumZtlEyWS/xnX+L+Og3f7WjL4+iEs18k4IuldOX3PgGpza3qGndL9xUBjCQ==", + "license": "W3C-20150513" }, "node_modules/window-size": { "version": "0.1.0", @@ -31311,9 +31312,9 @@ } }, "wicg-inert": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/wicg-inert/-/wicg-inert-3.1.2.tgz", - "integrity": "sha512-Ba9tGNYxXwaqKEi9sJJvPMKuo063umUPsHN0JJsjrs2j8KDSzkWLMZGZ+MH1Jf1Fq4OWZ5HsESJID6nRza2ang==" + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/wicg-inert/-/wicg-inert-3.1.3.tgz", + "integrity": "sha512-5L0PKK7iP+0Q/jv2ccgmkz/pfXbumZtlEyWS/xnX+L+Og3f7WjL4+iEs18k4IuldOX3PgGpza3qGndL9xUBjCQ==" }, "window-size": { "version": "0.1.0", diff --git a/package.json b/package.json index 363560c9..2ebfe766 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "modern-css-reset": "1.4.0", "prop-types": "15.8.1", "react": "16.14.0", - "wicg-inert": "3.1.2" + "wicg-inert": "3.1.3" }, "devDependencies": { "@commitlint/cli": "19.3.0",