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

chore(deps): bump the npm_and_yarn group with 2 updates #792

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
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
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"lit": "^2.8.0",
"lit-analyzer": "^2.0.3",
"markdown-toc": "^1.2.0",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"postcss-import": "^16.1.0",
"postcss-media-minmax": "^5.0.0",
"postcss-preset-env": "^9.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pharos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"chokidar": "^3.6.0",
"globby": "^14.0.2",
"minify-html-literals": "^1.3.5",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
21 changes: 16 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3559,7 +3559,7 @@ __metadata:
globby: "npm:^14.0.2"
lit: "npm:^2.8.0"
minify-html-literals: "npm:^1.3.5"
postcss: "npm:^8.4.39"
postcss: "npm:^8.4.40"
prettier: "npm:^3.3.3"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
Expand Down Expand Up @@ -12583,13 +12583,13 @@ __metadata:
linkType: hard

"fast-xml-parser@npm:^4.2.4":
version: 4.2.7
resolution: "fast-xml-parser@npm:4.2.7"
version: 4.4.1
resolution: "fast-xml-parser@npm:4.4.1"
dependencies:
strnum: "npm:^1.0.5"
bin:
fxparser: src/cli/cli.js
checksum: 10c0/0681922d95713062ec6205fd41be503890c474a45831c39502e72fccf0b0bd88c49d2c2fa79c6d24d432573631d515967fd17938bcedf230cb134c291cbbbf5e
checksum: 10c0/7f334841fe41bfb0bf5d920904ccad09cefc4b5e61eaf4c225bf1e1bb69ee77ef2147d8942f783ee8249e154d1ca8a858e10bda78a5d78b8bed3f48dcee9bf33
languageName: node
linkType: hard

Expand Down Expand Up @@ -19850,7 +19850,7 @@ __metadata:
lit: "npm:^2.8.0"
lit-analyzer: "npm:^2.0.3"
markdown-toc: "npm:^1.2.0"
postcss: "npm:^8.4.39"
postcss: "npm:^8.4.40"
postcss-import: "npm:^16.1.0"
postcss-media-minmax: "npm:^5.0.0"
postcss-preset-env: "npm:^9.6.0"
Expand Down Expand Up @@ -21148,6 +21148,17 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.40":
version: 8.4.40
resolution: "postcss@npm:8.4.40"
dependencies:
nanoid: "npm:^3.3.7"
picocolors: "npm:^1.0.1"
source-map-js: "npm:^1.2.0"
checksum: 10c0/65ed67573e5443beaeb582282ff27a6be7c7fe3b4d9fa15761157616f2b97510cb1c335023c26220b005909f007337026d6e3ff092f25010b484ad484e80ea7f
languageName: node
linkType: hard

"prebuild-install@npm:^7.1.1":
version: 7.1.1
resolution: "prebuild-install@npm:7.1.1"
Expand Down
Loading