Skip to content

Commit

Permalink
feat(core): update deps (#8713)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Jan 27, 2022
1 parent 0661620 commit 0959194
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@
"next-sitemap": "^1.6.108",
"ng-packagr": "~13.1.0",
"ngrx-store-freeze": "0.2.4",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"open": "^7.4.2",
"parse-markdown-links": "^1.0.4",
"parse5": "4.0.0",
"postcss": "8.3.0",
"postcss": "^8.2.13",
"postcss-import": "14.0.2",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^10.1.1",
Expand Down Expand Up @@ -301,4 +301,4 @@
"**/xmlhttprequest-ssl": "~1.6.2",
"immer": "~9.0.6"
}
}
}
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"fs-extra": "^9.1.0",
"ignore": "^5.0.4",
"metro-resolver": "^0.66.2",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"tsconfig-paths": "^3.9.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"parse5": "4.0.0",
"parse5-html-rewriting-stream": "6.0.1",
"open": "^7.4.2",
"postcss": "8.3.0",
"postcss": "^8.2.13",
"postcss-import": "14.0.2",
"postcss-loader": "^6.1.1",
"raw-loader": "^4.0.2",
Expand Down
16 changes: 16 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16697,6 +16697,13 @@ node-fetch@^2.6.1:
dependencies:
whatwg-url "^5.0.0"

node-fetch@^2.6.7:
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
dependencies:
whatwg-url "^5.0.0"

node-forge@^0.10.0:
version "0.10.0"
resolved "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz"
Expand Down Expand Up @@ -18621,6 +18628,15 @@ postcss@^8.1.10, postcss@^8.2.15, postcss@^8.2.4, postcss@^8.2.9, postcss@^8.3.5
picocolors "^1.0.0"
source-map-js "^0.6.2"

postcss@^8.2.13:
version "8.4.5"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.5.tgz#bae665764dfd4c6fcc24dc0fdf7e7aa00cc77f95"
integrity sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==
dependencies:
nanoid "^3.1.30"
picocolors "^1.0.0"
source-map-js "^1.0.1"

preact@10.6.4:
version "10.6.4"
resolved "https://registry.npmjs.org/preact/-/preact-10.6.4.tgz"
Expand Down

1 comment on commit 0959194

@vercel
Copy link

@vercel vercel bot commented on 0959194 Jan 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.