From 1b5a6845e2c9d767c32c590ee7b2a0d373c4e786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:54:30 +0000 Subject: [PATCH] [stable-4.6] Bump csstype from 3.1.2 to 3.1.3 (#4727) Bumps [csstype](https://github.com/frenic/csstype) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/frenic/csstype/releases) - [Commits](https://github.com/frenic/csstype/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: csstype dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 246b7d4f4b..ef1bbf9ac0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/react-router-dom": "^5.3.3", "axios": "^1.6.2", "classnames": "^2.3.2", - "csstype": "^3.1.2", + "csstype": "^3.1.3", "detect-browser": "^5.3.0", "file-saver": "^2.0.5", "js-cookie": "^3.0.5", @@ -5591,9 +5591,9 @@ } }, "node_modules/csstype": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", - "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "node_modules/date-fns": { "version": "2.29.3", diff --git a/package.json b/package.json index 70f63b6606..779c435568 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/react-router-dom": "^5.3.3", "axios": "^1.6.2", "classnames": "^2.3.2", - "csstype": "^3.1.2", + "csstype": "^3.1.3", "detect-browser": "^5.3.0", "file-saver": "^2.0.5", "js-cookie": "^3.0.5",