From 71ed9659b71c9845b9df44899ccdf41c15870ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:56:30 +0000 Subject: [PATCH] chore(deps): bump @material/layout-grid in /gcp/appengine/frontend3 Bumps [@material/layout-grid](https://github.com/material-components/material-components-web/tree/HEAD/packages/mdc-layout-grid) from 13.0.0 to 14.0.0. - [Release notes](https://github.com/material-components/material-components-web/releases) - [Changelog](https://github.com/material-components/material-components-web/blob/master/CHANGELOG.md) - [Commits](https://github.com/material-components/material-components-web/commits/v14.0.0/packages/mdc-layout-grid) --- updated-dependencies: - dependency-name: "@material/layout-grid" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gcp/appengine/frontend3/package-lock.json | 9 ++++----- gcp/appengine/frontend3/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/gcp/appengine/frontend3/package-lock.json b/gcp/appengine/frontend3/package-lock.json index e9e6dd95f9e..145c49eae15 100644 --- a/gcp/appengine/frontend3/package-lock.json +++ b/gcp/appengine/frontend3/package-lock.json @@ -11,7 +11,7 @@ "@github/clipboard-copy-element": "1.3.0", "@hotwired/turbo": "7.3.0", "@material/data-table": "13.0.0", - "@material/layout-grid": "13.0.0", + "@material/layout-grid": "14.0.0", "@material/theme": "13.0.0", "@material/web": "^1.5.0", "lit": "2.8.0", @@ -280,10 +280,9 @@ } }, "node_modules/@material/layout-grid": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/@material/layout-grid/-/layout-grid-13.0.0.tgz", - "integrity": "sha512-9L1BVLRIyetm/AOC+59+yca6R0OO2AJKHiUMdZrxgUVjqVblqWXEMeONZqslFRGHBiSIaYdrDIhn4ZTYY6tKUA==", - "license": "MIT", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@material/layout-grid/-/layout-grid-14.0.0.tgz", + "integrity": "sha512-tAce0PR/c85VI2gf1HUdM0Y15ZWpfZWAFIwaCRW1+jnOLWnG1/aOJYLlzqtVEv2m0TS1R1WRRGN3Or+CWvpDRA==", "dependencies": { "tslib": "^2.1.0" } diff --git a/gcp/appengine/frontend3/package.json b/gcp/appengine/frontend3/package.json index 37f1a84aa33..1fdc9b90c5c 100644 --- a/gcp/appengine/frontend3/package.json +++ b/gcp/appengine/frontend3/package.json @@ -12,7 +12,7 @@ "@github/clipboard-copy-element": "1.3.0", "@hotwired/turbo": "7.3.0", "@material/data-table": "13.0.0", - "@material/layout-grid": "13.0.0", + "@material/layout-grid": "14.0.0", "@material/theme": "13.0.0", "@material/web": "^1.5.0", "lit": "2.8.0",