From 897638cb2c293582ac7e8b2b26c36e794c99a16c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 1 Jun 2024 22:37:40 +0000
Subject: [PATCH] Bump the iplocation group in /iplocation with 4 updates
(#299)
Bumps the iplocation group in /iplocation with 4 updates:
[axios](https://github.com/axios/axios),
[axios-retry](https://github.com/softonic/axios-retry),
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
and
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).
Updates `axios` from 1.6.8 to 1.7.2
Release notes
Sourced from axios's
releases.
Release v1.7.2
Release notes:
Bug Fixes
Contributors to this release
Release v1.7.1
Release notes:
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder
is not available in the environment; (#6410)
(733f15f)
Contributors to this release
Release v1.7.0
Release notes:
Features
Bug Fixes
- core/axios: handle un-writable error stack (#6362)
(81e0455)
Contributors to this release
Release v1.7.0-beta.2
Release notes:
Bug Fixes
- fetch: capitalize HTTP method names; (#6395)
(ad3174a)
- fetch: fix & optimize progress capturing for
cases when the request data has a nullish value or zero data length (#6400)
(95a3e8e)
- fetch: fix headers getting from a stream response;
(#6401)
(870e0a7)
Contributors to this release
Release v1.7.0-beta.1
Release notes:
... (truncated)
Changelog
Sourced from axios's
changelog.
1.7.2
(2024-05-21)
Bug Fixes
Contributors to this release
1.7.1
(2024-05-20)
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder
is not available in the environment; (#6410)
(733f15f)
Contributors to this release
1.7.0
(2024-05-19)
Features
Bug Fixes
- core/axios: handle un-writable error stack (#6362)
(81e0455)
Contributors to this release
Bug Fixes
- fetch: capitalize HTTP method names; (#6395)
(ad3174a)
- fetch: fix & optimize progress capturing for
cases when the request data has a nullish value or zero data length (#6400)
(95a3e8e)
- fetch: fix headers getting from a stream response;
(#6401)
(870e0a7)
Contributors to this release
... (truncated)
Commits
0e4f9fa
chore(release): v1.7.2 (#6414)
4f79aef
fix(fetch): enhance fetch API detection; (#6413)
67d1373
chore(release): v1.7.1 (#6411)
733f15f
fix(fetch): fixed ReferenceError issue when TextEncoder is not available
in t...
3041c61
[Release] v1.7.0 (#6408)
18b13cb
chore(docs): add fetch adapter docs; (#6407)
e62099b
fix(fetch): fixed a possible memory leak in the AbortController for the
strea...
b49aa8e
chore(release): v1.7.0-beta.2 (#6403)
d57f03a
chore(ci): bump create-pull-request version to fix a bug; (#6405)
097b0d1
chore(ci): add tag resolution for npm releases based on package version;
(#6404)
- Additional commits viewable in compare
view
Updates `axios-retry` from 4.1.0 to 4.3.0
Changelog
Sourced from axios-retry's
changelog.
[4.3.0] - 2024-05-20
- added
validateResponse
callback to retry on custom
conditions
[4.2.0] - 2024-05-15
- retry on 429 and handle retry-after header
Commits
Updates `@types/node` from 20.12.8 to 20.13.0
Commits
Updates `@types/react` from 18.3.1 to 18.3.3
Commits
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
iplocation/package-lock.json | 56 ++++++++++++++++++------------------
iplocation/package.json | 8 +++---
2 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/iplocation/package-lock.json b/iplocation/package-lock.json
index 940ea0d7..b128b277 100644
--- a/iplocation/package-lock.json
+++ b/iplocation/package-lock.json
@@ -8,8 +8,8 @@
"name": "iplocation",
"version": "0.1.0",
"dependencies": {
- "axios": "1.6.8",
- "axios-retry": "4.1.0",
+ "axios": "1.7.2",
+ "axios-retry": "4.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scripts": "5.0.1",
@@ -19,8 +19,8 @@
},
"devDependencies": {
"@types/jest": "29.5.12",
- "@types/node": "20.12.8",
- "@types/react": "18.3.1",
+ "@types/node": "20.13.0",
+ "@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"gh-pages": "6.1.1"
}
@@ -3817,9 +3817,9 @@
"integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA=="
},
"node_modules/@types/node": {
- "version": "20.12.8",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.8.tgz",
- "integrity": "sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==",
+ "version": "20.13.0",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.13.0.tgz",
+ "integrity": "sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==",
"dependencies": {
"undici-types": "~5.26.4"
}
@@ -3856,9 +3856,9 @@
"integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw=="
},
"node_modules/@types/react": {
- "version": "18.3.1",
- "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.1.tgz",
- "integrity": "sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==",
+ "version": "18.3.3",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz",
+ "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==",
"dev": true,
"dependencies": {
"@types/prop-types": "*",
@@ -4803,9 +4803,9 @@
}
},
"node_modules/axios": {
- "version": "1.6.8",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
- "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
+ "version": "1.7.2",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz",
+ "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==",
"dependencies": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
@@ -4813,9 +4813,9 @@
}
},
"node_modules/axios-retry": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-4.1.0.tgz",
- "integrity": "sha512-svdth4H00yhlsjBbjfLQ/sMLkXqeLxhiFC1nE1JtkN/CIssGxqk0UwTEdrVjwA2gr3yJkAulwvDSIm4z4HyPvg==",
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-4.3.0.tgz",
+ "integrity": "sha512-vUAQ3bi02Q++b8aAn3fuM03qRKFLZ6BPcqSVsOpgWeww2jrYFpu9SKb9VuctvxrJuRCWM/voDuuRAD7v3A1G5g==",
"dependencies": {
"is-retry-allowed": "^2.2.0"
},
@@ -19455,9 +19455,9 @@
"integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA=="
},
"@types/node": {
- "version": "20.12.8",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.8.tgz",
- "integrity": "sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==",
+ "version": "20.13.0",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.13.0.tgz",
+ "integrity": "sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==",
"requires": {
"undici-types": "~5.26.4"
}
@@ -19494,9 +19494,9 @@
"integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw=="
},
"@types/react": {
- "version": "18.3.1",
- "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.1.tgz",
- "integrity": "sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==",
+ "version": "18.3.3",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz",
+ "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==",
"dev": true,
"requires": {
"@types/prop-types": "*",
@@ -20187,9 +20187,9 @@
"integrity": "sha512-4+rr8eQ7+XXS5nZrKcMO/AikHL0hVqy+lHWAnE3xdHl+aguag8SOQ6eEqLexwLNWgXIMfunGuD3ON1/6Kyet0A=="
},
"axios": {
- "version": "1.6.8",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
- "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
+ "version": "1.7.2",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz",
+ "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==",
"requires": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
@@ -20197,9 +20197,9 @@
}
},
"axios-retry": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-4.1.0.tgz",
- "integrity": "sha512-svdth4H00yhlsjBbjfLQ/sMLkXqeLxhiFC1nE1JtkN/CIssGxqk0UwTEdrVjwA2gr3yJkAulwvDSIm4z4HyPvg==",
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-4.3.0.tgz",
+ "integrity": "sha512-vUAQ3bi02Q++b8aAn3fuM03qRKFLZ6BPcqSVsOpgWeww2jrYFpu9SKb9VuctvxrJuRCWM/voDuuRAD7v3A1G5g==",
"requires": {
"is-retry-allowed": "^2.2.0"
}
diff --git a/iplocation/package.json b/iplocation/package.json
index 80f9dd2a..027b4054 100644
--- a/iplocation/package.json
+++ b/iplocation/package.json
@@ -4,8 +4,8 @@
"private": true,
"homepage": "https://milliorn.github.io/iplocation",
"dependencies": {
- "axios": "1.6.8",
- "axios-retry": "4.1.0",
+ "axios": "1.7.2",
+ "axios-retry": "4.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scripts": "5.0.1",
@@ -41,8 +41,8 @@
},
"devDependencies": {
"@types/jest": "29.5.12",
- "@types/node": "20.12.8",
- "@types/react": "18.3.1",
+ "@types/node": "20.13.0",
+ "@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"gh-pages": "6.1.1"
}