Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818
  • Loading branch information
snyk-bot committed May 26, 2024
1 parent 2713c3d commit 4d6f70f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"connect-datadog": "0.0.9",
"connect-slashes": "^1.4.0",
"cookie-parser": "^1.4.5",
"copy-webpack-plugin": "^6.0.3",
"copy-webpack-plugin": "^7.0.0",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"css-loader": "^4.3.0",
Expand All @@ -62,7 +62,7 @@
"is-url": "^1.2.4",
"js-cookie": "^2.2.1",
"js-yaml": "^3.14.0",
"linkinator": "^2.13.6",
"linkinator": "^4.1.3",
"liquidjs": "^9.22.1",
"lodash": "^4.17.20",
"lunr": "^2.3.9",
Expand Down Expand Up @@ -90,7 +90,7 @@
"remark-rehype": "^5.0.0",
"resolve-url-loader": "^3.1.2",
"revalidator": "^0.3.1",
"rimraf": "^3.0.0",
"rimraf": "^4.3.1",
"rss-parser": "^3.12.0",
"sass": "^1.26.3",
"sass-loader": "^9.0.2",
Expand Down Expand Up @@ -122,24 +122,24 @@
"csv-parse": "^4.8.8",
"csv-parser": "^2.3.3",
"dedent": "^0.7.0",
"del": "^4.1.1",
"del": "^6.0.0",
"dependency-check": "^4.1.0",
"domwaiter": "^1.1.0",
"eslint": "^7.13.0",
"eslint": "^9.0.0",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"event-to-promise": "^0.8.0",
"glob": "^7.1.6",
"glob": "^9.0.0",
"graphql": "^14.5.8",
"heroku-client": "^3.1.0",
"http-status-code": "^2.1.0",
"husky": "^4.2.1",
"image-size": "^0.7.4",
"japanese-characters": "^1.1.0",
"javascript-stringify": "^2.0.1",
"jest": "^26.6.3",
"jest": "^29.0.0",
"jest-expect-message": "^1.0.2",
"jest-github-actions-reporter": "^1.0.2",
"jest-puppeteer": "^4.4.0",
Expand Down

0 comments on commit 4d6f70f

Please sign in to comment.