From cb0029c4745488524a9fb6f29f9246045312c145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 22:10:23 +0000 Subject: [PATCH] Bump dayjs from 1.11.7 to 1.11.9 Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.7 to 1.11.9. - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.9/CHANGELOG.md) - [Commits](https://github.com/iamkun/dayjs/compare/v1.11.7...v1.11.9) --- updated-dependencies: - dependency-name: dayjs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 887db06..957ebbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "colors": "^1.4.0", - "dayjs": "^1.11.7", + "dayjs": "^1.11.9", "i18next-client": "^1.11.5", "jasmine": "^4.5.0", "jshint": "^2.13.6", @@ -280,9 +280,9 @@ "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.9", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz", + "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==", "dev": true }, "node_modules/delayed-stream": { diff --git a/package.json b/package.json index b69a0db..5125e4d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "devDependencies": { "colors": "^1.4.0", - "dayjs": "^1.11.7", + "dayjs": "^1.11.9", "i18next-client": "^1.11.5", "jasmine": "^4.5.0", "jshint": "^2.13.6",