aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-02 08:44:12 +0200
committerGitHub <[email protected]>2024-02-02 08:44:12 +0200
commit518b4d2c53240a7e2a083fd3a89725a7c67867f7 (patch)
treee9e43883132f7d73b06db88eff3694db18df6a66
parent11272eca59e426906f1ee105371fe8477266c24b (diff)
downloadbootstrap-518b4d2c53240a7e2a083fd3a89725a7c67867f7.tar.xz
bootstrap-518b4d2c53240a7e2a083fd3a89725a7c67867f7.zip
Build(deps-dev): Bump nodemon from 3.0.2 to 3.0.3 (#39602)
Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 28169fd0f..97af4ba3b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -54,7 +54,7 @@
"karma-jasmine-html-reporter": "^2.1.0",
"karma-rollup-preprocessor": "7.0.7",
"lockfile-lint": "^4.12.1",
- "nodemon": "^3.0.2",
+ "nodemon": "^3.0.3",
"npm-run-all2": "^6.1.1",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
@@ -7986,9 +7986,9 @@
"dev": true
},
"node_modules/nodemon": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.2.tgz",
- "integrity": "sha512-9qIN2LNTrEzpOPBaWHTm4Asy1LxXLSickZStAQ4IZe7zsoIpD/A7LWxhZV3t4Zu352uBcqVnRsDXSMR2Sc3lTA==",
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.3.tgz",
+ "integrity": "sha512-7jH/NXbFPxVaMwmBCC2B9F/V6X1VkEdNgx3iu9jji8WxWcvhMWkmhNWhI5077zknOnZnBzba9hZP6bCPJLSReQ==",
"dev": true,
"dependencies": {
"chokidar": "^3.5.2",
@@ -17459,9 +17459,9 @@
"dev": true
},
"nodemon": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.2.tgz",
- "integrity": "sha512-9qIN2LNTrEzpOPBaWHTm4Asy1LxXLSickZStAQ4IZe7zsoIpD/A7LWxhZV3t4Zu352uBcqVnRsDXSMR2Sc3lTA==",
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.3.tgz",
+ "integrity": "sha512-7jH/NXbFPxVaMwmBCC2B9F/V6X1VkEdNgx3iu9jji8WxWcvhMWkmhNWhI5077zknOnZnBzba9hZP6bCPJLSReQ==",
"dev": true,
"requires": {
"chokidar": "^3.5.2",
diff --git a/package.json b/package.json
index d174be59d..32adcf96d 100644
--- a/package.json
+++ b/package.json
@@ -138,7 +138,7 @@
"karma-jasmine-html-reporter": "^2.1.0",
"karma-rollup-preprocessor": "7.0.7",
"lockfile-lint": "^4.12.1",
- "nodemon": "^3.0.2",
+ "nodemon": "^3.0.3",
"npm-run-all2": "^6.1.1",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",