From 1af5f0d179516ca979be671ab3bcd135ca828dc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 12:35:10 +0000 Subject: [PATCH] fix(deps): update dependency classnames to v2.3.2 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95e42e6..83def82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@tensorflow/tfjs-converter": "3.18.0", "@tensorflow/tfjs-core": "3.18.0", "bowser": "2.11.0", - "classnames": "2.3.1", + "classnames": "2.3.2", "core-js": "3.19.3", "font-awesome": "4.7.0", "form-urlencoded": "4.0.1", @@ -7171,9 +7171,9 @@ } }, "node_modules/classnames": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", - "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz", + "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==" }, "node_modules/clean-css": { "version": "5.3.1", @@ -29089,9 +29089,9 @@ } }, "classnames": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", - "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz", + "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==" }, "clean-css": { "version": "5.3.1", diff --git a/package.json b/package.json index 17e0526..33c7c71 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@tensorflow/tfjs-converter": "3.18.0", "@tensorflow/tfjs-core": "3.18.0", "bowser": "2.11.0", - "classnames": "2.3.1", + "classnames": "2.3.2", "core-js": "3.19.3", "font-awesome": "4.7.0", "form-urlencoded": "4.0.1",