Skip to content

Commit e66a8c9

Browse files
authored
Merge pull request #2026 from 0xSebin/snyk-fix-7e3e23b4558d98366dabd574b7c563b8
[Snyk] Fix for 27 vulnerabilities
2 parents d1bf25e + 1a5361e commit e66a8c9

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

packages/gatsby/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"@mikaelkristiansson/domready": "^1.0.10",
2121
"@nodelib/fs.walk": "^1.2.4",
2222
"@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2",
23-
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.1",
23+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0",
2424
"@reach/router": "^1.3.4",
2525
"@types/http-proxy": "^1.17.4",
2626
"@typescript-eslint/eslint-plugin": "^2.24.0",
2727
"@typescript-eslint/parser": "^2.24.0",
2828
"address": "1.1.2",
2929
"autoprefixer": "^9.8.4",
30-
"axios": "^0.20.0",
30+
"axios": "^0.21.3",
3131
"babel-core": "7.0.0-bridge.0",
3232
"babel-eslint": "^10.1.0",
3333
"babel-loader": "^8.1.0",
@@ -39,8 +39,8 @@
3939
"better-opn": "^2.0.0",
4040
"better-queue": "^3.8.10",
4141
"bluebird": "^3.7.2",
42-
"body-parser": "^1.19.0",
43-
"browserslist": "^4.12.2",
42+
"body-parser": "^1.19.2",
43+
"browserslist": "^4.16.5",
4444
"cache-manager": "^2.11.1",
4545
"cache-manager-fs-hash": "^0.0.9",
4646
"chalk": "^2.4.2",
@@ -51,12 +51,12 @@
5151
"copyfiles": "^2.3.0",
5252
"core-js": "^3.6.5",
5353
"cors": "^2.8.5",
54-
"css-loader": "^1.0.1",
54+
"css-loader": "^2.0.0",
5555
"date-fns": "^2.14.0",
5656
"debug": "^3.2.6",
5757
"del": "^5.1.0",
5858
"detect-port": "^1.3.0",
59-
"devcert": "^1.1.3",
59+
"devcert": "^1.2.1",
6060
"dotenv": "^8.2.0",
6161
"eslint": "^6.8.0",
6262
"eslint-config-react-app": "^5.2.1",
@@ -69,7 +69,7 @@
6969
"eslint-plugin-react-hooks": "^1.7.0",
7070
"event-source-polyfill": "^1.0.15",
7171
"execa": "^4.0.3",
72-
"express": "^4.17.1",
72+
"express": "^4.17.3",
7373
"express-graphql": "^0.9.0",
7474
"fastest-levenshtein": "^1.0.12",
7575
"file-loader": "^1.1.11",
@@ -87,7 +87,7 @@
8787
"gatsby-react-router-scroll": "^3.0.15",
8888
"gatsby-telemetry": "^1.3.39",
8989
"glob": "^7.1.6",
90-
"got": "8.3.2",
90+
"got": "11.8.5",
9191
"graphql": "^14.6.0",
9292
"graphql-compose": "^6.3.8",
9393
"graphql-playground-middleware-express": "^1.7.18",
@@ -100,32 +100,32 @@
100100
"joi": "^17.2.1",
101101
"json-loader": "^0.5.7",
102102
"json-stringify-safe": "^5.0.1",
103-
"latest-version": "5.1.0",
104-
"lodash": "^4.17.20",
103+
"latest-version": "6.0.0",
104+
"lodash": "^4.17.21",
105105
"md5-file": "^5.0.0",
106106
"meant": "^1.0.1",
107107
"micromatch": "^4.0.2",
108108
"mime": "^2.4.6",
109109
"mini-css-extract-plugin": "^0.11.2",
110110
"mitt": "^1.2.0",
111111
"mkdirp": "^0.5.1",
112-
"moment": "^2.27.0",
112+
"moment": "^2.29.4",
113113
"name-all-modules-plugin": "^1.0.1",
114114
"normalize-path": "^3.0.0",
115115
"null-loader": "^3.0.0",
116116
"opentracing": "^0.14.4",
117-
"optimize-css-assets-webpack-plugin": "^5.0.3",
117+
"optimize-css-assets-webpack-plugin": "^5.0.5",
118118
"p-defer": "^3.0.0",
119119
"parseurl": "^1.3.3",
120120
"physical-cpu-count": "^2.0.0",
121121
"pnp-webpack-plugin": "^1.6.4",
122122
"postcss-flexbugs-fixes": "^4.2.1",
123123
"postcss-loader": "^3.0.0",
124-
"prompts": "^2.3.2",
124+
"prompts": "^2.4.2",
125125
"prop-types": "^15.7.2",
126126
"query-string": "^6.13.1",
127127
"raw-loader": "^0.5.1",
128-
"react-dev-utils": "^4.2.3",
128+
"react-dev-utils": "^12.0.0",
129129
"react-error-overlay": "^6.0.7",
130130
"react-hot-loader": "^4.12.21",
131131
"react-refresh": "^0.8.3",
@@ -135,8 +135,8 @@
135135
"shallow-compare": "^1.2.2",
136136
"signal-exit": "^3.0.3",
137137
"slugify": "^1.4.4",
138-
"socket.io": "^2.3.0",
139-
"socket.io-client": "2.3.0",
138+
"socket.io": "^3.0.0",
139+
"socket.io-client": "2.4.0",
140140
"st": "^2.0.0",
141141
"stack-trace": "^0.0.10",
142142
"string-similarity": "^1.2.2",
@@ -151,8 +151,8 @@
151151
"v8-compile-cache": "^1.1.2",
152152
"webpack": "^4.44.1",
153153
"webpack-dev-middleware": "^3.7.2",
154-
"webpack-dev-server": "^3.11.0",
155-
"webpack-hot-middleware": "^2.25.0",
154+
"webpack-dev-server": "^4.0.0",
155+
"webpack-hot-middleware": "^2.25.1",
156156
"webpack-merge": "^4.2.2",
157157
"webpack-stats-plugin": "^0.3.2",
158158
"webpack-virtual-modules": "^0.2.2",

0 commit comments

Comments
 (0)