From 5820aae9cf89afeff8562fe2eeddbc096d4db0c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:50:26 +0000 Subject: [PATCH] chore(deps): bump update-notifier from 7.3.0 to 7.3.1 Bumps [update-notifier](https://github.com/yeoman/update-notifier) from 7.3.0 to 7.3.1. - [Release notes](https://github.com/yeoman/update-notifier/releases) - [Commits](https://github.com/yeoman/update-notifier/compare/v7.3.0...v7.3.1) --- updated-dependencies: - dependency-name: update-notifier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 203096573c..8bd76ff4e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "strip-bom": "5.0.0", "strip-json-comments": "5.0.1", "tmp": "0.2.3", - "update-notifier": "7.3.0", + "update-notifier": "7.3.1", "watchpack": "2.4.2", "ws": "8.18.0", "yargs": "17.7.2", @@ -10900,11 +10900,11 @@ } }, "node_modules/update-notifier": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-7.3.0.tgz", - "integrity": "sha512-nA5Zoy3rahYd/Lx1s6jZYHfrKKYOgw0kThkLdwgJtXEFsXqEbMnwdVNPT9D+HELlEXqTR7Iq8rjg/NjenGLIvg==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-7.3.1.tgz", + "integrity": "sha512-+dwUY4L35XFYEzE+OAL3sarJdUioVovq+8f7lcIJ7wnmnYQV5UD1Y/lcwaMSyaQ6Bj3JMj1XSTjZbNLHn/19yA==", "dependencies": { - "boxen": "^8.0.0", + "boxen": "^8.0.1", "chalk": "^5.3.0", "configstore": "^7.0.0", "is-in-ci": "^1.0.0", @@ -19227,11 +19227,11 @@ } }, "update-notifier": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-7.3.0.tgz", - "integrity": "sha512-nA5Zoy3rahYd/Lx1s6jZYHfrKKYOgw0kThkLdwgJtXEFsXqEbMnwdVNPT9D+HELlEXqTR7Iq8rjg/NjenGLIvg==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-7.3.1.tgz", + "integrity": "sha512-+dwUY4L35XFYEzE+OAL3sarJdUioVovq+8f7lcIJ7wnmnYQV5UD1Y/lcwaMSyaQ6Bj3JMj1XSTjZbNLHn/19yA==", "requires": { - "boxen": "^8.0.0", + "boxen": "^8.0.1", "chalk": "^5.3.0", "configstore": "^7.0.0", "is-in-ci": "^1.0.0", diff --git a/package.json b/package.json index 35fe283439..0eec345f20 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "strip-bom": "5.0.0", "strip-json-comments": "5.0.1", "tmp": "0.2.3", - "update-notifier": "7.3.0", + "update-notifier": "7.3.1", "watchpack": "2.4.2", "ws": "8.18.0", "yargs": "17.7.2",