Skip to content

Commit b1ad3f5

Browse files
Fixed npm security vulnerability
1 parent 80f2479 commit b1ad3f5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+593
-293
lines changed

apps/airQuality/.meteor/packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ pwix:blaze-layout
2626
ostrio:flow-router-extra
2727
fetch@0.1.6
2828
aldeed:simple-schema
29-
randyp:mats-common@6.2.5
29+
randyp:mats-common@6.2.6

apps/airQuality/.meteor/versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ostrio:flow-router-extra@3.12.1
6565
promise@1.0.0
6666
pwix:blaze-layout@2.3.3
6767
random@1.2.2
68-
randyp:mats-common@6.2.5
68+
randyp:mats-common@6.2.6
6969
rate-limit@1.1.2
7070
react-fast-refresh@0.3.0
7171
reactive-dict@1.3.2

apps/airQuality/package-lock.json

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

apps/airQuality/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bootstrap": "^5.3.8",
1313
"jquery": "^3.7.1",
1414
"moment": "^2.30.1",
15-
"mysql2": "^3.17.4"
15+
"mysql2": "^3.18.2"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.29.0",

apps/cb-metar/.meteor/packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ pwix:blaze-layout
2626
ostrio:flow-router-extra
2727
fetch@0.1.6
2828
aldeed:simple-schema
29-
randyp:mats-common@6.2.5
29+
randyp:mats-common@6.2.6

apps/cb-metar/.meteor/versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ostrio:flow-router-extra@3.12.1
6565
promise@1.0.0
6666
pwix:blaze-layout@2.3.3
6767
random@1.2.2
68-
randyp:mats-common@6.2.5
68+
randyp:mats-common@6.2.6
6969
rate-limit@1.1.2
7070
react-fast-refresh@0.3.0
7171
reactive-dict@1.3.2

apps/cb-metar/package-lock.json

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

apps/cb-metar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"couchbase": "^4.6.1",
1414
"jquery": "^3.7.1",
1515
"moment": "^2.30.1",
16-
"mysql2": "^3.17.4"
16+
"mysql2": "^3.18.2"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.29.0",

0 commit comments

Comments
 (0)