Skip to content

Commit

Permalink
chore(deps): bump the npm_and_yarn group across 3 directories with 4 …
Browse files Browse the repository at this point in the history
…updates

Bumps the npm_and_yarn group with 1 update in the /examples/react-fast-refresh-test directory: [next](https://github.com/vercel/next.js).
Bumps the npm_and_yarn group with 1 update in the /packages/bun-release directory: [octokit](https://github.com/octokit/octokit.js).
Bumps the npm_and_yarn group with 2 updates in the /test/cli/install/migration/contoso-test directory: [next](https://github.com/vercel/next.js) and [express](https://github.com/expressjs/express).


Updates `next` from 11.1.4 to 14.1.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v11.1.4...v14.1.4)

Updates `octokit` from 2.1.0 to 3.1.2
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](octokit/octokit.js@v2.1.0...v3.1.2)

Updates `next` from 13.5.3 to 14.1.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v11.1.4...v14.1.4)

Updates `express` from 4.18.2 to 4.19.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.19.1)

Updates `postcss` from 8.4.14 to 8.4.27
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.14...8.4.27)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: octokit
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: next
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: postcss
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent 34cd109 commit 55e86d8
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 92 deletions.
2 changes: 1 addition & 1 deletion examples/react-fast-refresh-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@vitejs/plugin-react-refresh": "^1.3.3",
"antd": "^4.16.1",
"left-pad": "^1.3.0",
"next": "^11.0.0",
"next": "^14.1.4",
"parcel": "2.0.0-beta.3",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bun-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"aws4fetch": "^1.0.17",
"esbuild": "^0.17.3",
"jszip": "^3.10.1",
"octokit": "^2.0.14"
"octokit": "^3.1.2"
},
"devDependencies": {
"@octokit/types": "^8.1.1",
Expand Down
167 changes: 78 additions & 89 deletions test/cli/install/migration/contoso-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"docker:run": "docker run --rm --publish 3000:3000 --env-file ../../.env.docker blog"
},
"dependencies": {
"next": "^13.3.0",
"next": "^14.1.4",
"qs": "^6.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 55e86d8

Please sign in to comment.