diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 0b64d6dd06df7c..bbc444e97797c0 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -27,7 +27,7 @@ "bootstrap": "^5.1.3", "bs58": "^4.0.1", "chart.js": "^2.9.4", - "classnames": "^2.3.1", + "classnames": "^2.5.1", "coingecko-api": "^1.0.10", "cross-fetch": "^3.1.4", "humanize-duration-ts": "^2.1.1", @@ -54,7 +54,7 @@ "@types/bs58": "^4.0.1", "@types/chai": "^4.3.1", "@types/chart.js": "^2.9.34", - "@types/classnames": "^2.3.1", + "@types/classnames": "^2.3.4", "@types/jest": "^28.1.4", "@types/node": "^18.0.3", "@types/react": "^18.0.8", @@ -5933,9 +5933,9 @@ } }, "node_modules/@types/classnames": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@types/classnames/-/classnames-2.3.1.tgz", - "integrity": "sha512-zeOWb0JGBoVmlQoznvqXbE0tEC/HONsnoUNH19Hc96NFsTAwTXbTqb8FMYkru1F/iqp7a18Ws3nWJvtA1sHD1A==", + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/@types/classnames/-/classnames-2.3.4.tgz", + "integrity": "sha512-dwmfrMMQb9ujX1uYGvB5ERDlOzBNywnZAZBtOe107/hORWP05ESgU4QyaanZMWYYfd2BzrG78y13/Bju8IQcMQ==", "deprecated": "This is a stub types definition. classnames provides its own type definitions, so you do not need this installed.", "dev": true, "dependencies": { @@ -8852,9 +8852,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.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" }, "node_modules/clean-css": { "version": "4.2.3", @@ -31869,9 +31869,9 @@ } }, "@types/classnames": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@types/classnames/-/classnames-2.3.1.tgz", - "integrity": "sha512-zeOWb0JGBoVmlQoznvqXbE0tEC/HONsnoUNH19Hc96NFsTAwTXbTqb8FMYkru1F/iqp7a18Ws3nWJvtA1sHD1A==", + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/@types/classnames/-/classnames-2.3.4.tgz", + "integrity": "sha512-dwmfrMMQb9ujX1uYGvB5ERDlOzBNywnZAZBtOe107/hORWP05ESgU4QyaanZMWYYfd2BzrG78y13/Bju8IQcMQ==", "dev": true, "requires": { "classnames": "*" @@ -34218,9 +34218,9 @@ } }, "classnames": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", - "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" }, "clean-css": { "version": "4.2.3", diff --git a/explorer/package.json b/explorer/package.json index 9d923838852cfd..fbc866a7529f77 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -29,7 +29,7 @@ "bootstrap": "^5.1.3", "bs58": "^4.0.1", "chart.js": "^2.9.4", - "classnames": "^2.3.1", + "classnames": "^2.5.1", "coingecko-api": "^1.0.10", "cross-fetch": "^3.1.4", "humanize-duration-ts": "^2.1.1", @@ -56,7 +56,7 @@ "@types/bs58": "^4.0.1", "@types/chai": "^4.3.1", "@types/chart.js": "^2.9.34", - "@types/classnames": "^2.3.1", + "@types/classnames": "^2.3.4", "@types/jest": "^28.1.4", "@types/node": "^18.0.3", "@types/react": "^18.0.8",