Skip to content

Commit 6a7df45

Browse files
authored
fix: bump nodemon to 3.1.13 to bump dep minimatch to 10.2.1 for CVE-2026-26996 (#568)
1 parent c1c08ed commit 6a7df45

3 files changed

Lines changed: 48 additions & 52 deletions

File tree

application/package-lock.json

Lines changed: 28 additions & 26 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.11",
12+
"nodemon": "^3.1.13",
1313
"postcss": "^8.5.6",
1414
"postcss-cli": "^11.0.1",
1515
"sass": "^1.89.2",

application/yarn.lock

Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ autoprefixer@^10.4.21:
6363
picocolors "^1.1.1"
6464
postcss-value-parser "^4.2.0"
6565

66-
balanced-match@^1.0.0:
67-
version "1.0.2"
68-
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
69-
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
66+
balanced-match@^4.0.2:
67+
version "4.0.3"
68+
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.3.tgz"
69+
integrity sha512-1pHv8LX9CpKut1Zp4EXey7Z8OfH11ONNH6Dhi2WDUt31VVZFXZzKwXcysBgqSumFCmR+0dqjMK5v5JiFHzi0+g==
7070

7171
binary-extensions@^2.0.0:
7272
version "2.3.0"
@@ -83,13 +83,12 @@ bootstrap@^5.3.8:
8383
resolved "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.8.tgz"
8484
integrity sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==
8585

86-
brace-expansion@^1.1.7:
87-
version "1.1.12"
88-
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz"
89-
integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==
86+
brace-expansion@^5.0.2:
87+
version "5.0.2"
88+
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.2.tgz"
89+
integrity sha512-Pdk8c9poy+YhOgVWw1JNN22/HcivgKWwpxKq04M/jTmHyCZn12WPJebZxdjSa5TmBqISrUSgNYU3eRORljfCCw==
9090
dependencies:
91-
balanced-match "^1.0.0"
92-
concat-map "0.0.1"
91+
balanced-match "^4.0.2"
9392

9493
braces@^3.0.3, braces@~3.0.2:
9594
version "3.0.3"
@@ -156,11 +155,6 @@ color-name@~1.1.4:
156155
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
157156
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
158157

159-
concat-map@0.0.1:
160-
version "0.0.1"
161-
resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
162-
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
163-
164158
debug@^4:
165159
version "4.4.0"
166160
resolved "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz"
@@ -302,12 +296,12 @@ micromatch@^4.0.5:
302296
braces "^3.0.3"
303297
picomatch "^2.3.1"
304298

305-
minimatch@^3.1.2:
306-
version "3.1.2"
307-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
308-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
299+
minimatch@^10.2.1:
300+
version "10.2.2"
301+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz"
302+
integrity sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==
309303
dependencies:
310-
brace-expansion "^1.1.7"
304+
brace-expansion "^5.0.2"
311305

312306
ms@^2.1.3:
313307
version "2.1.3"
@@ -329,15 +323,15 @@ node-releases@^2.0.19:
329323
resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz"
330324
integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==
331325

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==
326+
nodemon@^3.1.13:
327+
version "3.1.13"
328+
resolved "https://registry.npmjs.org/nodemon/-/nodemon-3.1.13.tgz"
329+
integrity sha512-nPN6L7A9cTA3BnJ3zZIibH5FiDh3GbmibeS17bl5YEU1IRO2mcfvR0ZJXH3ndoeKItjUcaX81FSKc/Kq/IiG6g==
336330
dependencies:
337331
chokidar "^3.5.2"
338332
debug "^4"
339333
ignore-by-default "^1.0.1"
340-
minimatch "^3.1.2"
334+
minimatch "^10.2.1"
341335
pstree.remy "^1.1.8"
342336
semver "^7.5.3"
343337
simple-update-notifier "^2.0.0"

0 commit comments

Comments
 (0)