Skip to content

Commit

Permalink
Merge pull request #2026 from 0xSebin/snyk-fix-7e3e23b4558d98366dabd5…
Browse files Browse the repository at this point in the history
…74b7c563b8

[Snyk] Fix for 27 vulnerabilities
  • Loading branch information
0xSebin committed Feb 16, 2023
2 parents d1bf25e + 1a5361e commit e66a8c9
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions packages/gatsby/package.json
Expand Up @@ -20,14 +20,14 @@
"@mikaelkristiansson/domready": "^1.0.10",
"@nodelib/fs.walk": "^1.2.4",
"@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0",
"@reach/router": "^1.3.4",
"@types/http-proxy": "^1.17.4",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"address": "1.1.2",
"autoprefixer": "^9.8.4",
"axios": "^0.20.0",
"axios": "^0.21.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
Expand All @@ -39,8 +39,8 @@
"better-opn": "^2.0.0",
"better-queue": "^3.8.10",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"browserslist": "^4.12.2",
"body-parser": "^1.19.2",
"browserslist": "^4.16.5",
"cache-manager": "^2.11.1",
"cache-manager-fs-hash": "^0.0.9",
"chalk": "^2.4.2",
Expand All @@ -51,12 +51,12 @@
"copyfiles": "^2.3.0",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"css-loader": "^1.0.1",
"css-loader": "^2.0.0",
"date-fns": "^2.14.0",
"debug": "^3.2.6",
"del": "^5.1.0",
"detect-port": "^1.3.0",
"devcert": "^1.1.3",
"devcert": "^1.2.1",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.2.1",
Expand All @@ -69,7 +69,7 @@
"eslint-plugin-react-hooks": "^1.7.0",
"event-source-polyfill": "^1.0.15",
"execa": "^4.0.3",
"express": "^4.17.1",
"express": "^4.17.3",
"express-graphql": "^0.9.0",
"fastest-levenshtein": "^1.0.12",
"file-loader": "^1.1.11",
Expand All @@ -87,7 +87,7 @@
"gatsby-react-router-scroll": "^3.0.15",
"gatsby-telemetry": "^1.3.39",
"glob": "^7.1.6",
"got": "8.3.2",
"got": "11.8.5",
"graphql": "^14.6.0",
"graphql-compose": "^6.3.8",
"graphql-playground-middleware-express": "^1.7.18",
Expand All @@ -100,32 +100,32 @@
"joi": "^17.2.1",
"json-loader": "^0.5.7",
"json-stringify-safe": "^5.0.1",
"latest-version": "5.1.0",
"lodash": "^4.17.20",
"latest-version": "6.0.0",
"lodash": "^4.17.21",
"md5-file": "^5.0.0",
"meant": "^1.0.1",
"micromatch": "^4.0.2",
"mime": "^2.4.6",
"mini-css-extract-plugin": "^0.11.2",
"mitt": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.27.0",
"moment": "^2.29.4",
"name-all-modules-plugin": "^1.0.1",
"normalize-path": "^3.0.0",
"null-loader": "^3.0.0",
"opentracing": "^0.14.4",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"optimize-css-assets-webpack-plugin": "^5.0.5",
"p-defer": "^3.0.0",
"parseurl": "^1.3.3",
"physical-cpu-count": "^2.0.0",
"pnp-webpack-plugin": "^1.6.4",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^3.0.0",
"prompts": "^2.3.2",
"prompts": "^2.4.2",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"raw-loader": "^0.5.1",
"react-dev-utils": "^4.2.3",
"react-dev-utils": "^12.0.0",
"react-error-overlay": "^6.0.7",
"react-hot-loader": "^4.12.21",
"react-refresh": "^0.8.3",
Expand All @@ -135,8 +135,8 @@
"shallow-compare": "^1.2.2",
"signal-exit": "^3.0.3",
"slugify": "^1.4.4",
"socket.io": "^2.3.0",
"socket.io-client": "2.3.0",
"socket.io": "^3.0.0",
"socket.io-client": "2.4.0",
"st": "^2.0.0",
"stack-trace": "^0.0.10",
"string-similarity": "^1.2.2",
Expand All @@ -151,8 +151,8 @@
"v8-compile-cache": "^1.1.2",
"webpack": "^4.44.1",
"webpack-dev-middleware": "^3.7.2",
"webpack-dev-server": "^3.11.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-dev-server": "^4.0.0",
"webpack-hot-middleware": "^2.25.1",
"webpack-merge": "^4.2.2",
"webpack-stats-plugin": "^0.3.2",
"webpack-virtual-modules": "^0.2.2",
Expand Down

0 comments on commit e66a8c9

Please sign in to comment.