From 0654e3011384e5f3b96d8088e2d1e5b79a9cb036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:06:16 +0000 Subject: [PATCH] upgrade(deps): bump nodemon from 3.0.1 to 3.1.4 Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.1 to 3.1.4. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.0.1...v3.1.4) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++++-------------------- packages/sui-ssr/package.json | 2 +- 2 files changed, 10 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 111434710..26bb4c315 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10770,7 +10770,6 @@ "version": "6.2.2", "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.2.2.tgz", "integrity": "sha512-1E94YOTUDnOjSLyvOwmbVDzQi/WkKm3WVrMXu6SmBr6DN95xTGZmI6HJ/eOkSXh/DlheRsxaPsJvZByDBhWLVQ==", - "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.58.0" }, @@ -17389,12 +17388,12 @@ "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" }, "node_modules/nodemon": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.1.tgz", - "integrity": "sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.4.tgz", + "integrity": "sha512-wjPBbFhtpJwmIeY2yP7QF+UKzPfltVGtfce1g/bB15/8vCGZj8uxD62b/b9M9/WVgme0NZudpownKN+c0plXlQ==", "dependencies": { "chokidar": "^3.5.2", - "debug": "^3.2.7", + "debug": "^4", "ignore-by-default": "^1.0.1", "minimatch": "^3.1.2", "pstree.remy": "^1.1.8", @@ -17415,14 +17414,6 @@ "url": "https://opencollective.com/nodemon" } }, - "node_modules/nodemon/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" - } - }, "node_modules/nodemon/node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", @@ -23611,7 +23602,7 @@ } }, "packages/eslint-plugin-sui": { - "version": "1.6.0", + "version": "1.8.0", "license": "ISC", "dependencies": { "fast-glob": "3.3.2", @@ -24424,7 +24415,7 @@ }, "packages/sui-lint": { "name": "@s-ui/lint", - "version": "4.44.0", + "version": "4.45.0", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -24453,6 +24444,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-simple-import-sort": "7.0.0", "eslint-plugin-sui": "1", + "eslint-plugin-testing-library": "6.2.2", "fast-glob": "3.3.2", "js-yaml": "4.1.0", "lint-repository-sui": "1", @@ -24465,9 +24457,6 @@ }, "bin": { "sui-lint": "bin/sui-lint.js" - }, - "devDependencies": { - "eslint-plugin-testing-library": "^6.2.2" } }, "packages/sui-lint/node_modules/@babel/core": { @@ -24667,7 +24656,7 @@ }, "packages/sui-pde": { "name": "@s-ui/pde", - "version": "2.24.0", + "version": "2.25.0", "license": "MIT", "dependencies": { "@optimizely/optimizely-sdk": "4.9.4", @@ -25175,7 +25164,7 @@ "git-url-parse": "13.1.0", "jsesc": "3.0.2", "mime": "1.6.0", - "nodemon": "3.0.1", + "nodemon": "3.1.4", "noop-console": "0.8.0", "parse5": "6.0.1", "ua-parser-js": "0.7.33", diff --git a/packages/sui-ssr/package.json b/packages/sui-ssr/package.json index 55293419e..6fac469ea 100644 --- a/packages/sui-ssr/package.json +++ b/packages/sui-ssr/package.json @@ -40,6 +40,6 @@ "ua-parser-js": "0.7.33", "webpack-dev-middleware": "6.1.2", "webpack-hot-middleware": "2.25.4", - "nodemon": "3.0.1" + "nodemon": "3.1.4" } }