From 50677e0360946bc274d5090061229b293e81220a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 09:16:13 +0000 Subject: [PATCH] build(deps): bump strftime from 0.10.0 to 0.10.1 Bumps [strftime](https://github.com/samsonjs/strftime) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/samsonjs/strftime/releases) - [Changelog](https://github.com/samsonjs/strftime/blob/master/Changelog.md) - [Commits](https://github.com/samsonjs/strftime/compare/v0.10.0...v0.10.1) --- 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 5e0b0003536d3..367c86fb7abaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "postcss": "^8.3.11", "sass": "^1.43.4", "semver": "^7.3.5", - "strftime": "^0.10.0" + "strftime": "^0.10.1" }, "devDependencies": { "chokidar": "^3.5.2", @@ -9207,9 +9207,9 @@ "integrity": "sha1-5sgLYjEj19gM8TLOU480YokHJQI=" }, "node_modules/strftime": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/strftime/-/strftime-0.10.0.tgz", - "integrity": "sha1-s/D6QZKVICpaKJ9ta+n0kJphcZM=", + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/strftime/-/strftime-0.10.1.tgz", + "integrity": "sha512-nVvH6JG8KlXFPC0f8lojLgEsPA18lRpLZ+RrJh/NkQV2tqOgZfbas8gcU8SFgnnqR3rWzZPYu6N2A3xzs/8rQg==", "engines": { "node": ">=0.2.0" } @@ -18171,9 +18171,9 @@ "integrity": "sha1-5sgLYjEj19gM8TLOU480YokHJQI=" }, "strftime": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/strftime/-/strftime-0.10.0.tgz", - "integrity": "sha1-s/D6QZKVICpaKJ9ta+n0kJphcZM=" + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/strftime/-/strftime-0.10.1.tgz", + "integrity": "sha512-nVvH6JG8KlXFPC0f8lojLgEsPA18lRpLZ+RrJh/NkQV2tqOgZfbas8gcU8SFgnnqR3rWzZPYu6N2A3xzs/8rQg==" }, "string_decoder": { "version": "1.3.0", diff --git a/package.json b/package.json index 9867ad11f8a10..dcbd2767a5896 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "postcss": "^8.3.11", "sass": "^1.43.4", "semver": "^7.3.5", - "strftime": "^0.10.0" + "strftime": "^0.10.1" }, "devDependencies": { "chokidar": "^3.5.2",