diff --git a/package-lock.json b/package-lock.json index efd897e0..b2f10aa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.5.5", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "dayjs": "=1.11.7", + "dayjs": "^1.11.11", "dayjs-timezone-iana-plugin": "=0.1.0", "debug": "=4.3.4", "which": "=2.0.2", @@ -238,9 +238,10 @@ "dev": true }, "node_modules/dayjs": { - "version": "1.11.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", - "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==", + "license": "MIT" }, "node_modules/dayjs-timezone-iana-plugin": { "version": "0.1.0", @@ -1186,9 +1187,9 @@ "dev": true }, "dayjs": { - "version": "1.11.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", - "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" }, "dayjs-timezone-iana-plugin": { "version": "0.1.0", diff --git a/package.json b/package.json index e423ec96..f6e6ed7c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag $PACKAGE_VERSION && git push origin $PACKAGE_VERSION && git push github-origin $PACKAGE_VERSION" }, "dependencies": { - "dayjs": "=1.11.7", + "dayjs": "1.11.11", "dayjs-timezone-iana-plugin": "=0.1.0", "debug": "=4.3.4", "which": "=2.0.2",