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",