From 504187dd5ef18f681cd46ce13a8030a054f74b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:51:58 +0000 Subject: [PATCH] build(deps): bump @boxyhq/react-ui from 3.3.36 to 3.3.37 Bumps [@boxyhq/react-ui](https://github.com/boxyhq/ui/tree/HEAD/react) from 3.3.36 to 3.3.37. - [Release notes](https://github.com/boxyhq/ui/releases) - [Commits](https://github.com/boxyhq/ui/commits/v3.3.37/react) --- updated-dependencies: - dependency-name: "@boxyhq/react-ui" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36b191fd0..6ba95c7cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@boxyhq/metrics": "0.2.6", - "@boxyhq/react-ui": "3.3.36", + "@boxyhq/react-ui": "3.3.37", "@boxyhq/saml-jackson": "1.18.9", "@heroicons/react": "2.1.1", "@next-auth/prisma-adapter": "1.0.7", @@ -2039,13 +2039,13 @@ } }, "node_modules/@boxyhq/react-ui": { - "version": "3.3.36", - "resolved": "https://registry.npmjs.org/@boxyhq/react-ui/-/react-ui-3.3.36.tgz", - "integrity": "sha512-5OXQA2KMMSQWVQGvmfPYmqAggUvWTPIytetdmKI5nu6ZRZOcV9d7em+kRvhQiuR9Uf4vTQa5xvTF9L5CngY8Ag==", + "version": "3.3.37", + "resolved": "https://registry.npmjs.org/@boxyhq/react-ui/-/react-ui-3.3.37.tgz", + "integrity": "sha512-3OReRYmEkKGQBsfEGW7bIIeazWg95roF/FCVf1KoQTwaWFKNYx9vNaXYbFu17/q9AcGBVDImm1uy5tIwdZeKDA==", "dependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-router-dom": "6.22.0" + "react-router-dom": "6.22.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", @@ -5178,9 +5178,9 @@ } }, "node_modules/@remix-run/router": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.15.0.tgz", - "integrity": "sha512-HOil5aFtme37dVQTB6M34G95kPM3MMuqSmIRVCC52eKV+Y/tGSqw9P3rWhlAx6A+mz+MoX+XxsGsNJbaI5qCgQ==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.15.1.tgz", + "integrity": "sha512-zcU0gM3z+3iqj8UX45AmWY810l3oUmXM7uH4dt5xtzvMhRtYVhKGOmgOd1877dOPPepfCjUv57w+syamWIYe7w==", "engines": { "node": ">=14.0.0" } @@ -18166,11 +18166,11 @@ } }, "node_modules/react-router": { - "version": "6.22.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.22.0.tgz", - "integrity": "sha512-q2yemJeg6gw/YixRlRnVx6IRJWZD6fonnfZhN1JIOhV2iJCPeRNSH3V1ISwHf+JWcESzLC3BOLD1T07tmO5dmg==", + "version": "6.22.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.22.1.tgz", + "integrity": "sha512-0pdoRGwLtemnJqn1K0XHUbnKiX0S4X8CgvVVmHGOWmofESj31msHo/1YiqcJWK7Wxfq2a4uvvtS01KAQyWK/CQ==", "dependencies": { - "@remix-run/router": "1.15.0" + "@remix-run/router": "1.15.1" }, "engines": { "node": ">=14.0.0" @@ -18180,12 +18180,12 @@ } }, "node_modules/react-router-dom": { - "version": "6.22.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.22.0.tgz", - "integrity": "sha512-z2w+M4tH5wlcLmH3BMMOMdrtrJ9T3oJJNsAlBJbwk+8Syxd5WFJ7J5dxMEW0/GEXD1BBis4uXRrNIz3mORr0ag==", + "version": "6.22.1", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.22.1.tgz", + "integrity": "sha512-iwMyyyrbL7zkKY7MRjOVRy+TMnS/OPusaFVxM2P11x9dzSzGmLsebkCvYirGq0DWB9K9hOspHYYtDz33gE5Duw==", "dependencies": { - "@remix-run/router": "1.15.0", - "react-router": "6.22.0" + "@remix-run/router": "1.15.1", + "react-router": "6.22.1" }, "engines": { "node": ">=14.0.0" diff --git a/package.json b/package.json index 6a68c1945..6b32eaa7b 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@boxyhq/metrics": "0.2.6", - "@boxyhq/react-ui": "3.3.36", + "@boxyhq/react-ui": "3.3.37", "@boxyhq/saml-jackson": "1.18.9", "@heroicons/react": "2.1.1", "@next-auth/prisma-adapter": "1.0.7",