Skip to content

Commit

Permalink
chore: Pins the version of url used in the library (#11494)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc committed Jun 14, 2023
1 parent b2ad835 commit 08fc7ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/api-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"dependencies": {
"@aws-amplify/core": "5.4.0",
"axios": "0.26.0",
"tslib": "^1.8.0"
"tslib": "^1.8.0",
"url": "0.11.0"
},
"size-limit": [
{
Expand Down
3 changes: 2 additions & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"dependencies": {
"@aws-amplify/core": "5.4.0",
"amazon-cognito-identity-js": "6.2.0",
"tslib": "^1.8.0"
"tslib": "^1.8.0",
"url": "0.11.0"
},
"devDependencies": {
"@jest/test-sequencer": "^24.9.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"graphql": "15.8.0",
"tslib": "^1.8.0",
"uuid": "^3.2.1",
"zen-observable-ts": "0.8.19"
"zen-observable-ts": "0.8.19",
"url": "0.11.0"
},
"size-limit": [
{
Expand Down

0 comments on commit 08fc7ee

Please sign in to comment.