Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Nov 30, 2023
commit d1f21a2b14ee1beb25fcca107f51a16d989f1297
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"compression": "^1.7.4",
"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.0.0",
Expand Down Expand Up @@ -61,7 +61,7 @@
"querystring": "^0.2.0",
"readline-sync": "^1.4.10",
"resolve-url-loader": "^3.1.2",
"rimraf": "^3.0.0",
"rimraf": "^4.0.0",
"sass": "^1.26.3",
"sass-loader": "^9.0.2",
"search-with-your-keyboard": "1.1.0",
Expand All @@ -70,7 +70,7 @@
"style-loader": "^1.2.1",
"uuid": "^8.3.0",
"walk-sync": "^1.1.4",
"webpack": "^5.0.0",
"webpack": "^5.1.1",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
Expand All @@ -87,7 +87,7 @@
"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",
"event-to-promise": "^0.8.0",
Expand All @@ -96,7 +96,7 @@
"husky": "^4.2.1",
"image-size": "^0.7.4",
"japanese-characters": "^1.1.0",
"jest": "^26.0.1",
"jest": "^29.0.0",
"jest-expect-message": "^1.0.2",
"jest-github-actions-reporter": "^1.0.2",
"jest-puppeteer": "^4.4.0",
Expand All @@ -110,11 +110,11 @@
"npm-merge-driver-install": "^2.0.0",
"object-hash": "^2.0.1",
"pa11y-ci": "^2.4.0",
"puppeteer": "^2.1.1",
"puppeteer": "^18.2.0",
"replace": "^1.2.0",
"revalidator": "^0.3.1",
"robots-parser": "^2.1.1",
"standard": "^14.3.1",
"standard": "^16.0.0",
"start-server-and-test": "^1.11.3",
"supertest": "^4.0.2",
"webpack-dev-middleware": "^3.7.2",
Expand Down