From eec08c75113dea25b3735aac324654e0f8d581f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 14:48:39 +0000 Subject: [PATCH] Bump node-notifier from 7.0.0 to 8.0.1 in /projetInstall Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/mikaelbr/node-notifier/releases) - [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md) - [Commits](https://github.com/mikaelbr/node-notifier/compare/v7.0.0...v8.0.1) --- updated-dependencies: - dependency-name: node-notifier dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- projetInstall/package-lock.json | 18 +++++++++--------- projetInstall/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/projetInstall/package-lock.json b/projetInstall/package-lock.json index b3407de..ae291ca 100644 --- a/projetInstall/package-lock.json +++ b/projetInstall/package-lock.json @@ -15116,16 +15116,16 @@ "dev": true }, "node-notifier": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-7.0.0.tgz", - "integrity": "sha512-y8ThJESxsHcak81PGpzWwQKxzk+5YtP3IxR8AYdpXQ1IB6FmcVzFdZXrkPin49F/DKUCfeeiziB8ptY9npzGuA==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-8.0.1.tgz", + "integrity": "sha512-BvEXF+UmsnAfYfoapKM9nGxnP+Wn7P91YfXmrKnfcYCx6VBeoN5Ez5Ogck6I8Bi5k4RlpqRYaw75pAwzX9OphA==", "dev": true, "requires": { "growly": "^1.3.0", - "is-wsl": "^2.1.1", - "semver": "^7.2.1", + "is-wsl": "^2.2.0", + "semver": "^7.3.2", "shellwords": "^0.1.1", - "uuid": "^7.0.3", + "uuid": "^8.3.0", "which": "^2.0.2" }, "dependencies": { @@ -15157,9 +15157,9 @@ } }, "uuid": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", - "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "dev": true }, "which": { diff --git a/projetInstall/package.json b/projetInstall/package.json index 4cf5f44..826f4bc 100644 --- a/projetInstall/package.json +++ b/projetInstall/package.json @@ -66,7 +66,7 @@ "merge-jsons-webpack-plugin": "1.0.21", "mocha": "7.1.2", "mini-css-extract-plugin": "0.9.0", - "node-notifier": "7.0.0", + "node-notifier": "8.0.1", "numeral": "2.0.6", "optimize-css-assets-webpack-plugin": "5.0.3", "portfinder": "1.0.26",