Skip to content

Commit

Permalink
chore(deps): bump @babel/runtime-corejs3 from 7.21.5 to 7.22.5 (#8918)
Browse files Browse the repository at this point in the history
Closes #8904
  • Loading branch information
char0n authored Jun 12, 2023
1 parent a9d497c commit 75a8f34
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"start": "npm-run-all --parallel serve-static open-static"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.21.5",
"@babel/runtime-corejs3": "^7.22.5",
"@braintree/sanitize-url": "=6.0.2",
"base64-js": "^1.5.1",
"classnames": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion test/unit/core/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ describe("utils", () => {
it("throws error when server url contains non-transcluded server variables", () => {
const buildUrlThunk = () => buildUrl(urlRelativeToHost, specUrl, { selectedServer: serverUrlWithVariables })

expect(buildUrlThunk).toThrow(/^Invalid base URL/)
expect(buildUrlThunk).toThrow(/^Invalid/)
})
})

Expand Down

0 comments on commit 75a8f34

Please sign in to comment.