diff --git a/package-lock.json b/package-lock.json index 63845a03..ddff25f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@opencollective/frontend-components": "0.5.0", "@styled-icons/feather": "10.47.0", "babel-plugin-formatjs": "10.5.14", - "dayjs": "1.11.10", + "dayjs": "1.11.11", "dotenv": "16.4.5", "graphql": "16.8.1", "html-pdf": "^3.0.1", @@ -2847,6 +2847,11 @@ "tslib": "^2.4.0" } }, + "node_modules/@opencollective/frontend-components/node_modules/dayjs": { + "version": "1.11.10", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", + "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + }, "node_modules/@opencollective/frontend-components/node_modules/next": { "version": "13.4.10", "resolved": "https://registry.npmjs.org/next/-/next-13.4.10.tgz", @@ -6305,9 +6310,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" }, "node_modules/debug": { "version": "4.3.4", diff --git a/package.json b/package.json index db3dbb63..2fa9d59a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@opencollective/frontend-components": "0.5.0", "@styled-icons/feather": "10.47.0", "babel-plugin-formatjs": "10.5.14", - "dayjs": "1.11.10", + "dayjs": "1.11.11", "dotenv": "16.4.5", "graphql": "16.8.1", "html-pdf": "^3.0.1",