Browse Source

fix: frontend/package.json & frontend/package-lock.json to reduce vulnerabilities (#1029)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-GRAPHQL-5905181

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
pull/1034/head
Sebastian Stehle 3 years ago
committed by GitHub
parent
commit
70f7f9bf22
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      frontend/package-lock.json
  2. 2
      frontend/package.json

8
frontend/package-lock.json

@ -37,7 +37,7 @@
"date-fns": "2.30.0",
"font-awesome": "4.7.0",
"graphiql": "3.0.5",
"graphql": "16.7.1",
"graphql": "^16.8.1",
"graphql-ws": "^5.14.0",
"image-focus": "1.2.1",
"keycharm": "0.4.0",
@ -20460,9 +20460,9 @@
}
},
"node_modules/graphql": {
"version": "16.7.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.7.1.tgz",
"integrity": "sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg==",
"version": "16.8.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.1.tgz",
"integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==",
"engines": {
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
}

2
frontend/package.json

@ -44,7 +44,7 @@
"date-fns": "2.30.0",
"font-awesome": "4.7.0",
"graphiql": "3.0.5",
"graphql": "16.7.1",
"graphql": "16.8.1",
"graphql-ws": "^5.14.0",
"image-focus": "1.2.1",
"keycharm": "0.4.0",

Loading…
Cancel
Save