Skip to content

Commit 59d3b01

Browse files
chore(deps): bump the npm_and_yarn group across 5 directories with 2 updates
Bumps the npm_and_yarn group with 1 update in the /backend/api/comments directory: [axios](https://github.com/axios/axios). Bumps the npm_and_yarn group with 1 update in the /backend/api/posts directory: [axios](https://github.com/axios/axios). Bumps the npm_and_yarn group with 1 update in the /examples/open-ai directory: [axios](https://github.com/axios/axios). Bumps the npm_and_yarn group with 1 update in the /frontend/projects/my-next-js-app directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /frontend/projects/my-nextjs-app-v1 directory: [next](https://github.com/vercel/next.js). Updates `axios` from 1.6.8 to 1.12.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.8...v1.12.0) Updates `axios` from 1.6.8 to 1.12.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.8...v1.12.0) Removes `axios` Updates `next` from 13.0.2 to 14.2.32 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v13.0.2...v14.2.32) Updates `next` from 14.0.3 to 14.2.32 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v13.0.2...v14.2.32) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d07af22 commit 59d3b01

File tree

5 files changed

+10832
-47
lines changed

5 files changed

+10832
-47
lines changed

backend/api/comments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"axios": "~1.6.2",
15+
"axios": "~1.12.0",
1616
"cors": "~2.8.5"
1717
},
1818
"devDependencies": {

backend/api/posts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"axios": "~1.6.2",
15+
"axios": "~1.12.0",
1616
"cors": "~2.8.5",
1717
"express": "~5.1.0"
1818
},

0 commit comments

Comments
 (0)