Skip to content

Commit c7fa3b9

Browse files
authored
fix: Security upgrade semver from 7.5.1 to 7.5.2 (#8704)
1 parent 9c0abe0 commit c7fa3b9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
],
2020
"license": "BSD-3-Clause",
2121
"dependencies": {
22-
"@graphql-yoga/node": "2.6.0",
23-
"@graphql-tools/utils": "8.12.0",
2422
"@graphql-tools/merge": "8.4.1",
2523
"@graphql-tools/schema": "9.0.4",
24+
"@graphql-tools/utils": "8.12.0",
25+
"@graphql-yoga/node": "2.6.0",
2626
"@parse/fs-files-adapter": "1.2.2",
2727
"@parse/push-adapter": "4.1.3",
2828
"bcryptjs": "2.4.3",
@@ -34,8 +34,8 @@
3434
"follow-redirects": "1.15.2",
3535
"graphql": "16.6.0",
3636
"graphql-list-fields": "2.0.2",
37-
"graphql-tag": "2.12.6",
3837
"graphql-relay": "0.10.0",
38+
"graphql-tag": "2.12.6",
3939
"intersect": "1.0.1",
4040
"jsonwebtoken": "9.0.0",
4141
"jwks-rsa": "2.1.4",
@@ -50,7 +50,7 @@
5050
"pg-promise": "10.12.0",
5151
"pluralize": "8.0.0",
5252
"redis": "3.1.2",
53-
"semver": "7.5.1",
53+
"semver": "7.5.2",
5454
"subscriptions-transport-ws": "0.11.0",
5555
"tv4": "1.3.0",
5656
"uuid": "9.0.0",

0 commit comments

Comments
 (0)