From 1a7eb643f1b4f820cbb596ebc5257f0c2a128693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 22:37:05 +0000 Subject: [PATCH] Bump dot-object from 2.1.2 to 2.1.3 Bumps [dot-object](https://github.com/rhalff/dot-object) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/rhalff/dot-object/releases) - [Changelog](https://github.com/rhalff/dot-object/blob/master/CHANGELOG.md) - [Commits](https://github.com/rhalff/dot-object/commits) --- updated-dependencies: - dependency-name: dot-object dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 257e4be..a37d36d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1371,9 +1371,9 @@ } }, "dot-object": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/dot-object/-/dot-object-2.1.2.tgz", - "integrity": "sha512-Hx7gYDQfb4umAku7VJW0fr3SXXTaghfBhYNbc4eHTjkgPMoY4DAw210j76mSSlV9LiTozVswT462e4xL7w3GZA==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/dot-object/-/dot-object-2.1.3.tgz", + "integrity": "sha512-YihsbZiGU2nEXQs1vjwjBNDJ85BMRHO4ahybAsuHERCxUecFoyt4xM3NO4GskNj8hFLRsgrwE4xBDe8XSOAiYg==", "requires": { "commander": "^4.0.0", "glob": "^7.1.5" diff --git a/package.json b/package.json index 5224588..9f3d82c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "axios": "^0.19.0", "chalk": "^3.0.0", "commander": "^4.0.1", - "dot-object": "^2.1.2", + "dot-object": "^2.1.3", "esm": "^3.2.25", "glob": "^7.1.6", "regenerator-runtime": "^0.13.3"