Skip to content

Commit

Permalink
Merge pull request #748 from MahjongPantheon/snyk-fix-23285e2d899f02c…
Browse files Browse the repository at this point in the history
…d8f7791a1072bd5c7

[Snyk] Fix for 1 vulnerabilities
  • Loading branch information
ctizen authored Sep 19, 2024
2 parents b519eff + 76618e5 commit c77b960
Show file tree
Hide file tree
Showing 14 changed files with 752 additions and 388 deletions.
1 change: 0 additions & 1 deletion Bragi/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ module.exports = {
objectLiteralTypeAssertions: 'allow',
},
],
'@typescript-eslint/member-delimiter-style': ['error'],
'@typescript-eslint/no-confusing-void-expression': ['error', { ignoreArrowShorthand: true }],
'@typescript-eslint/no-extra-non-null-assertion': ['error'],
'@typescript-eslint/no-extraneous-class': ['error'],
Expand Down
6 changes: 3 additions & 3 deletions Bragi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-istanbul": "^1.0.4",
"@vitest/ui": "^1.0.4",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-unused-imports": "^4.1.4",
"i18n-json-po": "https://github.com/ctizen/i18n-json-po#2.0.3",
"i18n-po-json": "https://github.com/ctizen/i18n-po-json#2.0.8",
"i18n-stex": "https://github.com/ctizen/stex#2.1.1",
Expand Down
1 change: 0 additions & 1 deletion Fenrir/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ module.exports = {
objectLiteralTypeAssertions: 'allow',
},
],
'@typescript-eslint/member-delimiter-style': ['error'],
'@typescript-eslint/no-confusing-void-expression': ['error', { ignoreArrowShorthand: true }],
'@typescript-eslint/no-extra-non-null-assertion': ['error'],
'@typescript-eslint/no-extraneous-class': ['error'],
Expand Down
1 change: 0 additions & 1 deletion Forseti/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ module.exports = {
objectLiteralTypeAssertions: 'allow',
},
],
'@typescript-eslint/member-delimiter-style': ['error'],
'@typescript-eslint/no-confusing-void-expression': ['error', { ignoreArrowShorthand: true }],
'@typescript-eslint/no-extra-non-null-assertion': ['error'],
'@typescript-eslint/no-extraneous-class': ['error'],
Expand Down
1 change: 1 addition & 0 deletions Forseti/app/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ export class ApiService {
let notifications = {};
try {
notifications = JSON.parse(r.notifications);
// eslint-disable-next-line @typescript-eslint/no-unused-vars
} catch (e) {
notifications = {};
}
Expand Down
12 changes: 6 additions & 6 deletions Forseti/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"@types/jest": "^29.5.12",
"@types/lodash.debounce": "^4.0.9",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"chart.js": "^4.4.3",
"classnames": "^2.5.1",
"dotenv": "^16.4.4",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unused-imports": "^3.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-unused-imports": "^4.1.4",
"i18n-json-po": "https://github.com/ctizen/i18n-json-po#2.0.3",
"i18n-po-json": "https://github.com/ctizen/i18n-po-json#2.0.8",
"i18n-stex": "https://github.com/ctizen/stex#2.1.1",
Expand All @@ -54,7 +54,7 @@
"resolve-url-loader": "^5.0.0",
"ts-jest": "^29.1.2",
"uuid": "^9.0.1",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-pwa": "^0.20.1",
"wouter": "^2.12.1"
},
"scripts": {}
Expand Down
459 changes: 252 additions & 207 deletions Forseti/yarn.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Sigrun/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ module.exports = {
objectLiteralTypeAssertions: 'allow',
},
],
'@typescript-eslint/member-delimiter-style': ['error'],
'@typescript-eslint/no-confusing-void-expression': ['error', { ignoreArrowShorthand: true }],
'@typescript-eslint/no-extra-non-null-assertion': ['error'],
'@typescript-eslint/no-extraneous-class': ['error'],
Expand Down
6 changes: 3 additions & 3 deletions Sigrun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-istanbul": "^1.0.4",
"@vitest/ui": "^1.0.4",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-unused-imports": "^4.1.4",
"i18n-json-po": "https://github.com/ctizen/i18n-json-po#2.0.3",
"i18n-po-json": "https://github.com/ctizen/i18n-po-json#2.0.8",
"i18n-stex": "https://github.com/ctizen/stex#2.1.1",
Expand Down
1 change: 0 additions & 1 deletion Skirnir/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ module.exports = {
objectLiteralTypeAssertions: 'allow',
},
],
'@typescript-eslint/member-delimiter-style': ['error'],
'@typescript-eslint/no-confusing-void-expression': ['error', { ignoreArrowShorthand: true }],
'@typescript-eslint/no-extra-non-null-assertion': ['error'],
'@typescript-eslint/no-extraneous-class': ['error'],
Expand Down
6 changes: 3 additions & 3 deletions Skirnir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@types/lodash.debounce": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "^3.1.1",
"typescript": "5.3.3"
},
Expand Down
1 change: 0 additions & 1 deletion Tyr/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ module.exports = {
objectLiteralTypeAssertions: 'allow',
},
],
'@typescript-eslint/member-delimiter-style': ['error'],
'@typescript-eslint/no-confusing-void-expression': ['error', { ignoreArrowShorthand: true }],
'@typescript-eslint/no-extra-non-null-assertion': ['error'],
'@typescript-eslint/no-extraneous-class': ['error'],
Expand Down
8 changes: 4 additions & 4 deletions Tyr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"@vitest/coverage-istanbul": "^1.2.2",
"@vitest/ui": "^1.2.2",
"dotenv": "^16.4.4",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.33.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-unused-imports": "3.1.0",
"eslint-plugin-unused-imports": "^4.1.4",
"i18n-json-po": "https://github.com/ctizen/i18n-json-po#2.0.3",
"i18n-po-json": "https://github.com/ctizen/i18n-po-json#2.0.8",
"i18n-stex": "https://github.com/ctizen/stex#2.1.1",
Expand Down
Loading

0 comments on commit c77b960

Please sign in to comment.