Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @parcel/core from 2.10.1 to 2.10.3 #1011

Closed
wants to merge 1 commit into from
Closed
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
56 changes: 55 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3184,7 +3184,7 @@ __metadata:
languageName: node
linkType: hard

"@parcel/core@npm:2.10.1, @parcel/core@npm:^2.10.1":
"@parcel/core@npm:2.10.1":
version: 2.10.1
resolution: "@parcel/core@npm:2.10.1"
dependencies:
Expand Down Expand Up @@ -3217,6 +3217,39 @@ __metadata:
languageName: node
linkType: hard

"@parcel/core@npm:^2.10.1":
version: 2.10.3
resolution: "@parcel/core@npm:2.10.3"
dependencies:
"@mischnic/json-sourcemap": ^0.1.0
"@parcel/cache": 2.10.3
"@parcel/diagnostic": 2.10.3
"@parcel/events": 2.10.3
"@parcel/fs": 2.10.3
"@parcel/graph": 3.0.3
"@parcel/logger": 2.10.3
"@parcel/package-manager": 2.10.3
"@parcel/plugin": 2.10.3
"@parcel/profiler": 2.10.3
"@parcel/rust": 2.10.3
"@parcel/source-map": ^2.1.1
"@parcel/types": 2.10.3
"@parcel/utils": 2.10.3
"@parcel/workers": 2.10.3
abortcontroller-polyfill: ^1.1.9
base-x: ^3.0.8
browserslist: ^4.6.6
clone: ^2.1.1
dotenv: ^7.0.0
dotenv-expand: ^5.1.0
json5: ^2.2.0
msgpackr: ^1.9.9
nullthrows: ^1.1.1
semver: ^7.5.2
checksum: 9d9def613a19b893c56a6fbf09df07a5abd483a545c4643d8584337c828d2da2e32e56b3a1962b81719da7f384160f1383b911383860755951475a59369efa24
languageName: node
linkType: hard

"@parcel/diagnostic@npm:2.10.1":
version: 2.10.1
resolution: "@parcel/diagnostic@npm:2.10.1"
Expand Down Expand Up @@ -3290,6 +3323,15 @@ __metadata:
languageName: node
linkType: hard

"@parcel/graph@npm:3.0.3":
version: 3.0.3
resolution: "@parcel/graph@npm:3.0.3"
dependencies:
nullthrows: ^1.1.1
checksum: f906c7709b37abb5e8fb47919de2a1b763a0ee2851fe42f924d16a27f98435a92f0520c1c9990d31d9c835cbd25e9eeb57447ee4b9e8b56556857ad1fb28495a
languageName: node
linkType: hard

"@parcel/logger@npm:2.10.1":
version: 2.10.1
resolution: "@parcel/logger@npm:2.10.1"
Expand Down Expand Up @@ -17470,6 +17512,18 @@ __metadata:
languageName: node
linkType: hard

"msgpackr@npm:^1.9.9":
version: 1.10.0
resolution: "msgpackr@npm:1.10.0"
dependencies:
msgpackr-extract: ^3.0.2
dependenciesMeta:
msgpackr-extract:
optional: true
checksum: 7637ca153096970743f6b16a567022aede5396a43743f1ab35a1e4794a4bb21e55e9d79f8db33db952d6542e15c43cb566cf6ecce874d976c7fb1b76479306fa
languageName: node
linkType: hard

"multer@npm:^1.4.2":
version: 1.4.4
resolution: "multer@npm:1.4.4"
Expand Down
Loading