1
0
Fork 0
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-22 04:15:10 +00:00 committed by GitHub
parent 792ed878c5
commit deb56f565d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -36,7 +36,7 @@
}, },
"peerDependencies": {}, "peerDependencies": {},
"dependencies": { "dependencies": {
"axios": "1.7.1", "axios": "1.7.2",
"chalk": "5.3.0", "chalk": "5.3.0",
"execa": "9.0.2", "execa": "9.0.2",
"mustache": "4.2.0", "mustache": "4.2.0",

View file

@ -46,7 +46,7 @@
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "0.5.13", "@tailwindcss/typography": "0.5.13",
"autoprefixer": "10.4.19", "autoprefixer": "10.4.19",
"axios": "1.7.1", "axios": "1.7.2",
"d3-dispatch": "3.0.1", "d3-dispatch": "3.0.1",
"d3-drag": "3.0.0", "d3-drag": "3.0.0",
"d3-selection": "3.0.0", "d3-selection": "3.0.0",

View file

@ -3409,10 +3409,10 @@ axe-core@=4.7.0:
resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz" resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz"
integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ== integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==
axios@1.7.1, axios@^1.5.1, axios@^1.6.0: axios@1.7.2, axios@^1.5.1, axios@^1.6.0:
version "1.7.1" version "1.7.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.1.tgz#522145622a09dfaf49359837db9649ff245a35b9" resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
integrity sha512-+LV37nQcd1EpFalkXksWNBiA17NZ5m5/WspmHGmZmdx1qBOg/VNq/c4eRJiA9VQQHBOs+N0ZhhdU10h2TyNK7Q== integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
dependencies: dependencies:
follow-redirects "^1.15.6" follow-redirects "^1.15.6"
form-data "^4.0.0" form-data "^4.0.0"