diff --git a/package-lock.json b/package-lock.json index 0d1ac62..c3bdc0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ukhomeoffice/asl-components", - "version": "13.2.1", + "version": "13.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ukhomeoffice/asl-components", - "version": "13.2.1", + "version": "13.2.2", "license": "MIT", "dependencies": { - "@ukhomeoffice/asl-constants": "^2.1.4", + "@ukhomeoffice/asl-constants": "^2.1.5", "@ukhomeoffice/asl-dictionary": "^2.1.0", "@ukhomeoffice/react-components": "^1.0.0", "accessible-autocomplete": "^2.0.3", @@ -3335,10 +3335,9 @@ "dev": true }, "node_modules/@ukhomeoffice/asl-constants": { - "version": "2.1.4", - "resolved": "https://npm.pkg.github.com/download/@ukhomeoffice/asl-constants/2.1.4/e2ea42d12a3bc30759d85c6915cad38a8a4889d1", - "integrity": "sha512-rfHpSzSqZ4VoyUuNH84Ih8NkA17XwWR5BQeSuPx1/H5/YHTAhaVV7KNOwx3BCFmUehEF9QqCzDf8az5Qqw5FbA==", - "license": "MIT" + "version": "2.1.5", + "resolved": "https://npm.pkg.github.com/download/@ukhomeoffice/asl-constants/2.1.5/6269ae482e979ca930c0f5832a9ccdd77560db9b", + "integrity": "sha512-FcxADZnNedPEPtGH4Yq+v+R1ic7euzqfuZzd3x3KOm8hdxPXnYTkvJgt0WV1J1OlP++/X3gHDmWQEGJAAYNB0w==" }, "node_modules/@ukhomeoffice/asl-dictionary": { "version": "2.1.0", @@ -12335,9 +12334,9 @@ "dev": true }, "@ukhomeoffice/asl-constants": { - "version": "2.1.4", - "resolved": "https://npm.pkg.github.com/download/@ukhomeoffice/asl-constants/2.1.4/e2ea42d12a3bc30759d85c6915cad38a8a4889d1", - "integrity": "sha512-rfHpSzSqZ4VoyUuNH84Ih8NkA17XwWR5BQeSuPx1/H5/YHTAhaVV7KNOwx3BCFmUehEF9QqCzDf8az5Qqw5FbA==" + "version": "2.1.5", + "resolved": "https://npm.pkg.github.com/download/@ukhomeoffice/asl-constants/2.1.5/6269ae482e979ca930c0f5832a9ccdd77560db9b", + "integrity": "sha512-FcxADZnNedPEPtGH4Yq+v+R1ic7euzqfuZzd3x3KOm8hdxPXnYTkvJgt0WV1J1OlP++/X3gHDmWQEGJAAYNB0w==" }, "@ukhomeoffice/asl-dictionary": { "version": "2.1.0", diff --git a/package.json b/package.json index 88f0d94..4750c35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ukhomeoffice/asl-components", - "version": "13.2.1", + "version": "13.3.0", "description": "React components for ASL layouts and elements", "main": "src/index.jsx", "styles": "styles/index.scss", @@ -25,7 +25,7 @@ "@ukhomeoffice:registry": "https://npm.pkg.github.com" }, "dependencies": { - "@ukhomeoffice/asl-constants": "^2.1.4", + "@ukhomeoffice/asl-constants": "^2.1.5", "@ukhomeoffice/asl-dictionary": "^2.1.0", "@ukhomeoffice/react-components": "^1.0.0", "accessible-autocomplete": "^2.0.3",