Skip to content

Commit 0ca9c70

Browse files
authored
Merge pull request #2747 from telerik/dependabot-alerts
chore: resolve dependabot alerts
2 parents 4f90585 + 33f6e2c commit 0ca9c70

File tree

10 files changed

+18491
-27485
lines changed

10 files changed

+18491
-27485
lines changed

examples/coffee-warehouse-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"cldr-dates-full": "44.0.1",
4141
"cldr-numbers-full": "44.0.1",
4242
"hammerjs": "^2.0.8",
43-
"next": "14.0.4",
43+
"next": "14.2.10",
4444
"react": "^18",
4545
"react-dom": "^18"
4646
},

examples/kendo-react-finance-portfolio/package-lock.json

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

examples/kendo-react-finance-portfolio/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"socks": ">=2.7.3"
103103
},
104104
"overrides": {
105+
"canvas": "3.0.0-rc2",
105106
"nth-check": ">=2.0.1",
106107
"postcss": ">=8.4.31",
107108
"tough-cookie": ">=4.1.3",

examples/kendo-react-homepage-demo/package-lock.json

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

examples/kendo-react-homepage-demo/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"overrides": {
3030
"nth-check": ">=2.0.1",
3131
"postcss": ">=8.4.31",
32-
"tough-cookie": ">=4.1.3"
32+
"tough-cookie": ">=4.1.3",
33+
"typescript": "^5.7.2"
3334
},
3435
"scripts": {
3536
"predeploy": "npm run build",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# misc
2+
.DS_Store
3+
# dependencies
4+
server/node_modules
5+
setup/node_modules
6+
# package-lock file
7+
server/package-lock.json
8+
setup/package-lock.json

0 commit comments

Comments
 (0)