Skip to content

Commit

Permalink
Fix audit and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kullJul committed Apr 3, 2024
1 parent d5f81c2 commit fc5bfd2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 41 deletions.
64 changes: 28 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"snyk-protect": "snyk-protect"
},
"devDependencies": {
"@snyk/protect": "^1.1280.1",
"@snyk/protect": "^1.1286.2",
"@types/d3-timer": "3.0.2",
"@types/jasmine": "5.1.4",
"@types/jquery": "^3.5.29",
"@types/karma": "^6.3.8",
"@types/node": "^20.11.20",
"@types/node": "^20.12.3",
"@types/webpack": "5.28.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
Expand All @@ -55,7 +55,7 @@
"karma-typescript": "5.5.4",
"karma-typescript-preprocessor": "0.4.0",
"karma-webpack": "5.0.1",
"playwright-chromium": "^1.41.2",
"playwright-chromium": "^1.42.1",
"ts-loader": "9.5.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
Expand All @@ -67,8 +67,8 @@
"d3-timer": "3.0.1",
"lodash-es": "4.17.21",
"powerbi-visuals-api": "^5.9.0",
"powerbi-visuals-utils-formattingmodel": "^6.0.1",
"powerbi-visuals-utils-typeutils": "^6.0.2"
"powerbi-visuals-utils-formattingmodel": "^6.0.2",
"powerbi-visuals-utils-typeutils": "^6.0.3"
},
"optionalDependencies": {
"fsevents": "*"
Expand Down

0 comments on commit fc5bfd2

Please sign in to comment.