diff --git a/package-lock.json b/package-lock.json index 7c88ac3..c867282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "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", @@ -20,7 +20,7 @@ "moment": "^2.29.4", "mustache": "^3.0.1", "qs": "^6.6.1", - "react": "^16.9.0", + "react": "^16.14.0", "react-markdown": "^6.0.2", "react-redux": "^7.1.0", "redux": "^4.0.1", @@ -8303,9 +8303,9 @@ } }, "node_modules/react": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/react/-/react-16.9.0.tgz", - "integrity": "sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==", + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", + "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", "dependencies": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", @@ -15667,9 +15667,9 @@ } }, "react": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/react/-/react-16.9.0.tgz", - "integrity": "sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==", + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", + "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", "requires": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", diff --git a/package.json b/package.json index 2bab429..a3bde4e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "moment": "^2.29.4", "mustache": "^3.0.1", "qs": "^6.6.1", - "react": "^16.9.0", + "react": "^16.14.0", "react-markdown": "^6.0.2", "remark-breaks": "^2.0.2", "react-redux": "^7.1.0",