Skip to content

Commit

Permalink
chore: Update fixtures to correct patch urls
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAquilina committed Jan 8, 2020
1 parent 8ca0f2f commit eef4096
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/fixtures/patch-with-git-url.json
Expand Up @@ -48,7 +48,7 @@
"id": "patch:npm:qs:20170213:7",
"modificationTime": "2018-09-04T11:57:08.692963Z",
"urls": [
"https://s3.amazonaws.com/snyk-rules-pre-repository/snapshots/master/patches/npm/qs/20170213/603_604.patch"
"https://snyk-patches.s3.amazonaws.com/npm/qs/20170213/603_604.patch"
],
"version": "=6.0.3"
},
Expand All @@ -57,7 +57,7 @@
"id": "patch:npm:qs:20170213:6",
"modificationTime": "2018-09-04T11:57:08.691571Z",
"urls": [
"https://s3.amazonaws.com/snyk-rules-pre-repository/snapshots/master/patches/npm/qs/20170213/602_604.patch"
"https://snyk-patches.s3.amazonaws.com/npm/qs/20170213/602_604.patch"
],
"version": "=6.0.2"
},
Expand All @@ -66,7 +66,7 @@
"id": "patch:npm:qs:20170213:5",
"modificationTime": "2018-09-04T11:57:08.690235Z",
"urls": [
"https://s3.amazonaws.com/snyk-rules-pre-repository/snapshots/master/patches/npm/qs/20170213/611_612.patch"
"https://snyk-patches.s3.amazonaws.com/npm/qs/20170213/611_612.patch"
],
"version": "=6.1.1"
},
Expand All @@ -75,7 +75,7 @@
"id": "patch:npm:qs:20170213:4",
"modificationTime": "2018-09-04T11:57:08.688957Z",
"urls": [
"https://s3.amazonaws.com/snyk-rules-pre-repository/snapshots/master/patches/npm/qs/20170213/610_612.patch"
"https://snyk-patches.s3.amazonaws.com/npm/qs/20170213/610_612.patch"
],
"version": "=6.1.0"
},
Expand All @@ -84,7 +84,7 @@
"id": "patch:npm:qs:20170213:3",
"modificationTime": "2018-09-04T11:57:08.687714Z",
"urls": [
"https://s3.amazonaws.com/snyk-rules-pre-repository/snapshots/master/patches/npm/qs/20170213/622_623.patch"
"https://snyk-patches.s3.amazonaws.com/npm/qs/20170213/622_623.patch"
],
"version": "=6.2.2"
},
Expand All @@ -93,7 +93,7 @@
"id": "patch:npm:qs:20170213:2",
"modificationTime": "2018-09-04T11:57:08.686294Z",
"urls": [
"https://s3.amazonaws.com/snyk-rules-pre-repository/snapshots/master/patches/npm/qs/20170213/621_623.patch"
"https://snyk-patches.s3.amazonaws.com/npm/qs/20170213/621_623.patch"
],
"version": "=6.2.1"
},
Expand All @@ -102,7 +102,7 @@
"id": "patch:npm:qs:20170213:1",
"modificationTime": "2018-09-04T11:57:08.684986Z",
"urls": [
"https://s3.amazonaws.com/snyk-rules-pre-repository/snapshots/master/patches/npm/qs/20170213/631_632.patch"
"https://snyk-patches.s3.amazonaws.com/npm/qs/20170213/631_632.patch"
],
"version": "=6.3.1"
},
Expand All @@ -111,7 +111,7 @@
"id": "patch:npm:qs:20170213:0",
"modificationTime": "2018-09-04T11:57:08.683816Z",
"urls": [
"https://s3.amazonaws.com/snyk-rules-pre-repository/snapshots/master/patches/npm/qs/20170213/630_632.patch"
"https://snyk-patches.s3.amazonaws.com/npm/qs/20170213/630_632.patch"
],
"version": "=6.3.0"
}
Expand Down

0 comments on commit eef4096

Please sign in to comment.