From bbdfc54a5912f68a952c5a0f321e8529014e6d75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 04:16:29 +0000 Subject: [PATCH] build(deps): bump strftime from 0.10.1 to 0.10.3 Bumps [strftime](https://github.com/samsonjs/strftime) from 0.10.1 to 0.10.3. - [Release notes](https://github.com/samsonjs/strftime/releases) - [Changelog](https://github.com/samsonjs/strftime/blob/main/Changelog.md) - [Commits](https://github.com/samsonjs/strftime/compare/v0.10.1...v0.10.3) --- updated-dependencies: - dependency-name: strftime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8e882f9aadf3..ab6c3aab052e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "postcss": "^8.4.12", "sass": "^1.50.0", "semver": "^7.3.7", - "strftime": "^0.10.1" + "strftime": "^0.10.3" }, "devDependencies": { "chokidar": "^3.5.3", @@ -7014,9 +7014,9 @@ } }, "node_modules/strftime": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/strftime/-/strftime-0.10.1.tgz", - "integrity": "sha512-nVvH6JG8KlXFPC0f8lojLgEsPA18lRpLZ+RrJh/NkQV2tqOgZfbas8gcU8SFgnnqR3rWzZPYu6N2A3xzs/8rQg==", + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/strftime/-/strftime-0.10.3.tgz", + "integrity": "sha512-DZrDUeIF73eKJ4/GgGuv8UHWcUQPYDYfDeQFj3jrx+JZl6GQE656MbHIpvbo4mEG9a5DgS8GRCc5DxJXD2udDQ==", "engines": { "node": ">=0.2.0" } @@ -13563,9 +13563,9 @@ "integrity": "sha512-jH9EhtKIjuXZ2cWxmXS8ZP80XyC3iasQxMDV8jzhNJpfDb7VbQLVW4Wvsxz9QZvzV+G4YoSfBUVKDOyxLzi/sg==" }, "strftime": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/strftime/-/strftime-0.10.1.tgz", - "integrity": "sha512-nVvH6JG8KlXFPC0f8lojLgEsPA18lRpLZ+RrJh/NkQV2tqOgZfbas8gcU8SFgnnqR3rWzZPYu6N2A3xzs/8rQg==" + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/strftime/-/strftime-0.10.3.tgz", + "integrity": "sha512-DZrDUeIF73eKJ4/GgGuv8UHWcUQPYDYfDeQFj3jrx+JZl6GQE656MbHIpvbo4mEG9a5DgS8GRCc5DxJXD2udDQ==" }, "string_decoder": { "version": "1.3.0", diff --git a/package.json b/package.json index 2fcdfcb37e192..541a43ce53be2 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "postcss": "^8.4.12", "sass": "^1.50.0", "semver": "^7.3.7", - "strftime": "^0.10.1" + "strftime": "^0.10.3" }, "devDependencies": { "chokidar": "^3.5.3",