diff --git a/package-lock.json b/package-lock.json index 7c88ac3..1bf049c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "@ukhomeoffice/asl-components", - "version": "13.5.2", + "version": "13.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ukhomeoffice/asl-components", - "version": "13.5.2", + "version": "13.6.0", "license": "MIT", "dependencies": { "@ukhomeoffice/asl-constants": "^2.1.5", "@ukhomeoffice/asl-dictionary": "^2.1.0", "@ukhomeoffice/react-components": "^1.0.0", "accessible-autocomplete": "^2.0.3", - "classnames": "^2.2.6", + "classnames": "^2.5.1", "date-fns": "^3.6.0", "diff": "^4.0.1", "lodash": "^4.17.21", @@ -3814,9 +3814,9 @@ "dev": true }, "node_modules/classnames": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz", - "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==" + "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/cliui": { "version": "8.0.1", @@ -12353,9 +12353,9 @@ "dev": true }, "classnames": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz", - "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==" + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" }, "cliui": { "version": "8.0.1", diff --git a/package.json b/package.json index 2bab429..55737f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ukhomeoffice/asl-components", - "version": "13.6.0", + "version": "13.6.1", "description": "React components for ASL layouts and elements", "main": "src/index.jsx", "styles": "styles/index.scss", @@ -29,7 +29,7 @@ "@ukhomeoffice/asl-dictionary": "^2.1.0", "@ukhomeoffice/react-components": "^1.0.0", "accessible-autocomplete": "^2.0.3", - "classnames": "^2.2.6", + "classnames": "^2.5.1", "date-fns": "^3.6.0", "diff": "^4.0.1", "lodash": "^4.17.21",