Skip to content

Commit

Permalink
Bump patch versions for transitive deps cross-fetch, ansi-html, node-…
Browse files Browse the repository at this point in the history
…fetch, and ws
  • Loading branch information
jerboa88 committed May 18, 2022
1 parent 9f62d08 commit f41c78d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 46 deletions.
26 changes: 21 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,25 @@
"description": "Mergist is an online tool to combine multiple PDF files into one",
"author": "John Goodliff",
"keywords": [
"pdf",
"pdf-merger",
"mergist",
"react",
"pdf",
"website",
"typescript",
"reactjs",
"gatsby",
"tailwindcss",
"daisyui",
"font-awesome",
"webapp",
"pdf-generation",
"gatsbyjs",
"pdf-merge",
"pdf-merger",
"tailwindcss",
"gatsby-site",
"pdf-lib",
"framer-motion",
"pdf-lib"
"pdf-combiner",
"daisyui"
],
"scripts": {
"develop": "yarn gatsby develop",
Expand Down Expand Up @@ -55,5 +65,11 @@
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4"
},
"resolutions": {
"@graphql-tools/url-loader/cross-fetch": "3.1.5",
"@pmmmwh/react-refresh-webpack-plugin/ansi-html": "0.0.8",
"@gatsby/node-fetch": "2.6.7",
"@graphql-tools/url-loader/ws": "7.4.6"
}
}
51 changes: 10 additions & 41 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4197,12 +4197,12 @@ __metadata:
languageName: node
linkType: hard

"ansi-html@npm:^0.0.7":
version: 0.0.7
resolution: "ansi-html@npm:0.0.7"
"ansi-html@npm:0.0.8":
version: 0.0.8
resolution: "ansi-html@npm:0.0.8"
bin:
ansi-html: ./bin/ansi-html
checksum: 9b839ce99650b4c2d83621d67d68622d27e7948b54f7a4386f2218a3997ee4e684e5a6e8d290880c3f3260e8d90c2613c59c7028f04992ad5c8d99d3a0fcc02c
ansi-html: bin/ansi-html
checksum: aee57b90d7c0b2e661446b7c3cacc70511518ea434aaf299280ab3aa943757fd101ef5e7351850c64f55b8a3692b6df32b965f2645435a83cf4a82cbceb8b69e
languageName: node
linkType: hard

Expand Down Expand Up @@ -5711,16 +5711,7 @@ __metadata:
languageName: node
linkType: hard

"cross-fetch@npm:3.1.4":
version: 3.1.4
resolution: "cross-fetch@npm:3.1.4"
dependencies:
node-fetch: 2.6.1
checksum: 2107e5e633aa327bdacab036b1907c7ddd28651ede0c1d4fd14db04510944d56849a8255e2f5b8f9a1da0e061b6cee943f6819fe29ed9a130195e7fadd82a4ff
languageName: node
linkType: hard

"cross-fetch@npm:^3.1.5":
"cross-fetch@npm:3.1.5, cross-fetch@npm:^3.1.5":
version: 3.1.5
resolution: "cross-fetch@npm:3.1.5"
dependencies:
Expand Down Expand Up @@ -10926,13 +10917,6 @@ __metadata:
languageName: node
linkType: hard

"node-fetch@npm:2.6.1":
version: 2.6.1
resolution: "node-fetch@npm:2.6.1"
checksum: 91075bedd57879117e310fbcc36983ad5d699e522edb1ebcdc4ee5294c982843982652925c3532729fdc86b2d64a8a827797a745f332040d91823c8752ee4d7c
languageName: node
linkType: hard

"node-fetch@npm:2.6.7, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.6, node-fetch@npm:^2.6.7":
version: 2.6.7
resolution: "node-fetch@npm:2.6.7"
Expand Down Expand Up @@ -15085,9 +15069,9 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:7.4.5":
version: 7.4.5
resolution: "ws@npm:7.4.5"
"ws@npm:7.4.6, ws@npm:~7.4.2":
version: 7.4.6
resolution: "ws@npm:7.4.6"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
Expand All @@ -15096,7 +15080,7 @@ __metadata:
optional: true
utf-8-validate:
optional: true
checksum: 5c7d1527f93ef27f9306aaf52db76315e8ff84174d1df717196527c50334c80bc10307dcaf6674a9aca4bb73aac3f77c23d3d9b1800e8aa810a5ee7f52d67cfb
checksum: 3a990b32ed08c72070d5e8913e14dfcd831919205be52a3ff0b4cdd998c8d554f167c9df3841605cde8b11d607768cacab3e823c58c96a5c08c987e093eb767a
languageName: node
linkType: hard

Expand All @@ -15115,21 +15099,6 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:~7.4.2":
version: 7.4.6
resolution: "ws@npm:7.4.6"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 3a990b32ed08c72070d5e8913e14dfcd831919205be52a3ff0b4cdd998c8d554f167c9df3841605cde8b11d607768cacab3e823c58c96a5c08c987e093eb767a
languageName: node
linkType: hard

"xdg-basedir@npm:^4.0.0":
version: 4.0.0
resolution: "xdg-basedir@npm:4.0.0"
Expand Down

0 comments on commit f41c78d

Please sign in to comment.