diff --git a/scripts/sample-images/package-lock.json b/scripts/sample-images/package-lock.json index 0b530a3cb9..9d64a71493 100644 --- a/scripts/sample-images/package-lock.json +++ b/scripts/sample-images/package-lock.json @@ -4,16 +4,6 @@ "lockfileVersion": 1, "requires": true, "dependencies": { - "@types/content-type": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/@types/content-type/-/content-type-1.1.5.tgz", - "integrity": "sha512-dgMN+syt1xb7Hk8LU6AODOfPlvz5z1CbXpPuJE5ZrX9STfBOIXF09pEB8N7a97WT9dbngt3ksDCm6GW6yMrxfQ==" - }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" - }, "es6-promise": { "version": "4.2.8", "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", @@ -34,13 +24,9 @@ "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" }, "unsplash-js": { - "version": "7.0.15", - "resolved": "https://registry.npmjs.org/unsplash-js/-/unsplash-js-7.0.15.tgz", - "integrity": "sha512-WGqKp9wl2m2tAUPyw2eMZs/KICR+A52tCaRapzVXWxkA4pjHqsaGwiJXTEW7hBy4Pu0QmP6KxTt2jST3tluawA==", - "requires": { - "@types/content-type": "^1.1.3", - "content-type": "^1.0.4" - } + "version": "7.0.19", + "resolved": "https://registry.npmjs.org/unsplash-js/-/unsplash-js-7.0.19.tgz", + "integrity": "sha512-j6qT2floy5Q2g2d939FJpwey1yw/GpQecFiSouyJtsHQPj3oqmqq3K4rI+GF8vU1zwGCT7ZwIGQd2dtCQLjYJw==" }, "whatwg-fetch": { "version": "3.6.2", diff --git a/scripts/sample-images/package.json b/scripts/sample-images/package.json index 3a9c591182..19ba0a202b 100644 --- a/scripts/sample-images/package.json +++ b/scripts/sample-images/package.json @@ -6,7 +6,7 @@ "dependencies": { "es6-promise": "^4.2.8", "isomorphic-fetch": "^3.0.0", - "unsplash-js": "^7.0.15" + "unsplash-js": "^7.0.19" }, "devDependencies": {}, "scripts": {