Skip to content

Commit 7c81525

Browse files
build(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#1497)
Bumps the npm_and_yarn group with 2 updates in the / directory: [js-cookie](https://github.com/js-cookie/js-cookie) and [brace-expansion](https://github.com/juliangruber/brace-expansion). Updates `js-cookie` from 3.0.5 to 3.0.7 - [Release notes](https://github.com/js-cookie/js-cookie/releases) - [Commits](js-cookie/js-cookie@v3.0.5...v3.0.7) Updates `brace-expansion` from 1.1.12 to 5.0.5 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v1.1.12...v5.0.5) --- updated-dependencies: - dependency-name: js-cookie dependency-version: 3.0.7 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: brace-expansion dependency-version: 5.0.5 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a88f514 commit 7c81525

6 files changed

Lines changed: 258 additions & 191 deletions

File tree

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"filesize": "^11.0.17",
6161
"fuse.js": "^7.3.0",
6262
"gray-matter": "^4.0.3",
63-
"js-cookie": "^3.0.5",
63+
"js-cookie": "^3.0.7",
6464
"next": "^16.2.6",
6565
"next-mdx-remote": "^6.0.0",
6666
"react": "^19.2.6",

apps/next-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@react-md/core": "workspace:*",
2222
"@react-md/material-icons": "workspace:*",
2323
"cnbuilder": "^3.1.0",
24-
"js-cookie": "^3.0.5",
24+
"js-cookie": "^3.0.7",
2525
"next": "^16.2.6",
2626
"react": "^19.2.6",
2727
"react-dom": "^19.2.6"

packages/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"jest-environment-jsdom": "^30.4.1",
8686
"jest-watch-typeahead": "^3.0.1",
8787
"npm-run-all2": "^8.0.2",
88-
"postcss": "^8.5.14",
88+
"postcss": "^8.5.15",
8989
"postcss-selector-parser": "^7.1.1",
9090
"react": "^19.2.6",
9191
"react-dom": "^19.2.6",

packages/codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"commander": "^14.0.3",
5858
"glob": "^13.0.6",
5959
"jscodeshift": "^17.3.0",
60-
"postcss": "^8.5.14",
60+
"postcss": "^8.5.15",
6161
"postcss-scss": "^4.0.9",
6262
"postcss-value-parser": "^4.2.0"
6363
},

packages/docs-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"mdast-util-to-string": "^4.0.0",
6060
"micromark-extension-mdxjs": "^3.0.0",
6161
"next": "^16.2.6",
62-
"postcss": "^8.5.14",
62+
"postcss": "^8.5.15",
6363
"postcss-combine-duplicated-selectors": "^10.0.3",
6464
"postcss-remove-prefixes": "^1.2.0",
6565
"postcss-selector-parser": "^7.1.1",

0 commit comments

Comments
 (0)