Skip to content

Commit 16dd42a

Browse files
Bump axios from 1.13.5 to 1.15.0 in /typescript
Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.5...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ee5629 commit 16dd42a

2 files changed

Lines changed: 18 additions & 34 deletions

File tree

typescript/examples/music/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
"postbuild": "copyfiles -u 1 src/**/*Schema.ts src/**/*.txt src/**/*.html dist"
1010
},
1111
"exports": {
12-
"./*": ["./dist/*.js"]
12+
"./*": [
13+
"./dist/*.js"
14+
]
1315
},
1416
"author": "",
1517
"license": "MIT",
1618
"dependencies": {
17-
"axios": "^1.6.2",
19+
"axios": "^1.15.0",
1820
"chalk": "^2.3.1",
1921
"dotenv": "^16.3.1",
2022
"express": "^4.18.2",

typescript/package-lock.json

Lines changed: 14 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)