Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency soap to v1.1.3 #324

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 8 additions & 39 deletions .pnp.cjs

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
"dependencies": {
"assert-never": "^1.2.1",
"google-auth-library": "9.14.0",
"soap": "1.1.2",
"soap": "1.1.3",
"ts-toolbelt": "9.6.0",
"tslib": "2.7.0",
"wsdl-tsclient": "johngeorgewright/wsdl-tsclient#enum"
},
"resolutions": {
"soap": "1.1.2"
"soap": "1.1.3"
},
"packageManager": "[email protected]"
}
41 changes: 9 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ __metadata:
prettier-2: "npm:[email protected]"
rimraf: "npm:5.0.10"
semantic-release: "npm:24.1.0"
soap: "npm:1.1.2"
soap: "npm:1.1.3"
source-map-support: "npm:0.5.21"
ts-jest: "npm:29.2.5"
ts-node: "npm:10.9.2"
Expand Down Expand Up @@ -2444,7 +2444,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.7.7":
"axios@npm:1.7.7, axios@npm:^1.7.7":
version: 1.7.7
resolution: "axios@npm:1.7.7"
dependencies:
Expand All @@ -2466,17 +2466,6 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.7.4":
version: 1.7.4
resolution: "axios@npm:1.7.4"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10c0/5ea1a93140ca1d49db25ef8e1bd8cfc59da6f9220159a944168860ad15a2743ea21c5df2967795acb15cbe81362f5b157fdebbea39d53117ca27658bab9f7f17
languageName: node
linkType: hard

"babel-jest@npm:^29.7.0":
version: 29.7.0
resolution: "babel-jest@npm:29.7.0"
Expand Down Expand Up @@ -3598,19 +3587,7 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:^4.3.5":
version: 4.3.5
resolution: "debug@npm:4.3.5"
dependencies:
ms: "npm:2.1.2"
peerDependenciesMeta:
supports-color:
optional: true
checksum: 10c0/082c375a2bdc4f4469c99f325ff458adad62a3fc2c482d59923c260cb08152f34e2659f72b3767db8bb2f21ca81a60a42d1019605a412132d7b9f59363a005cc
languageName: node
linkType: hard

"debug@npm:~4.3.6":
"debug@npm:^4.3.6, debug@npm:~4.3.6":
version: 4.3.6
resolution: "debug@npm:4.3.6"
dependencies:
Expand Down Expand Up @@ -8779,21 +8756,21 @@ __metadata:
languageName: node
linkType: hard

"soap@npm:1.1.2":
version: 1.1.2
resolution: "soap@npm:1.1.2"
"soap@npm:1.1.3":
version: 1.1.3
resolution: "soap@npm:1.1.3"
dependencies:
axios: "npm:^1.7.4"
axios: "npm:^1.7.7"
axios-ntlm: "npm:^1.4.2"
debug: "npm:^4.3.5"
debug: "npm:^4.3.6"
formidable: "npm:^3.5.1"
get-stream: "npm:^6.0.1"
lodash: "npm:^4.17.21"
sax: "npm:^1.4.1"
strip-bom: "npm:^3.0.0"
whatwg-mimetype: "npm:4.0.0"
xml-crypto: "npm:^6.0.0"
checksum: 10c0/b07a1d9f81a03c0875aa505978b0f4f44579c8fc5a78a91387ab694dd4b89a93f22959935c7a68935524059cdc4da38f9dcc29ad6db12df5a2cb97856d390ee5
checksum: 10c0/2147d575e9eb86954b779536c7ee44caddbfa07df1b69d07fe0bb4ce1bbabd09b8d66cd9d3c6b0bbf6a307e1884ee5115691cada1427faf6371c6f5a0cf18165
languageName: node
linkType: hard

Expand Down
Loading