Skip to content

Commit 7b6874e

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - lodash from 4.17.20 to 4.17.21. See this package in npm: https://www.npmjs.com/package/lodash - graphql from 14.5.8 to 14.7.0. See this package in npm: https://www.npmjs.com/package/graphql - redux-devtools-extension from 2.13.8 to 2.13.9. See this package in npm: https://www.npmjs.com/package/redux-devtools-extension See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/98eb423b-ce12-47fd-82db-57d7beac2c9a?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 778cef6 commit 7b6874e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/with-apollo-and-redux/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"dependencies": {
99
"@apollo/client": "^3.0.0",
1010
"deepmerge": "^4.2.2",
11-
"graphql": "14.5.8",
12-
"lodash": "4.17.20",
11+
"graphql": "14.7.0",
12+
"lodash": "4.17.21",
1313
"next": "latest",
1414
"prop-types": "^15.6.0",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",
1717
"react-redux": "^7.1.1",
1818
"redux": "^4.0.1",
19-
"redux-devtools-extension": "2.13.8"
19+
"redux-devtools-extension": "2.13.9"
2020
}
2121
}

0 commit comments

Comments
 (0)