Skip to content

Commit c1c08ed

Browse files
authored
fix: bump nodemon to 3.1.11 to bump dep minimatch to 10.2.1 for CVE-2026-26996 (#566)
1 parent 5e83577 commit c1c08ed

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

application/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"autoprefixer": "^10.4.21",
1010
"bootstrap": "^5.3.8",
1111
"bootstrap-icons": "^1.11.3",
12-
"nodemon": "^3.1.9",
12+
"nodemon": "^3.1.11",
1313
"postcss": "^8.5.6",
1414
"postcss-cli": "^11.0.1",
1515
"sass": "^1.89.2",

application/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,10 @@ node-releases@^2.0.19:
329329
resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz"
330330
integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==
331331

332-
nodemon@^3.1.9:
333-
version "3.1.9"
334-
resolved "https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz"
335-
integrity sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==
332+
nodemon@^3.1.11:
333+
version "3.1.11"
334+
resolved "https://registry.npmjs.org/nodemon/-/nodemon-3.1.11.tgz"
335+
integrity sha512-is96t8F/1//UHAjNPHpbsNY46ELPpftGUoSVNXwUfMk/qdjSylYrWSu1XavVTBOn526kFiOR733ATgNBCQyH0g==
336336
dependencies:
337337
chokidar "^3.5.2"
338338
debug "^4"

0 commit comments

Comments
 (0)