diff --git a/scripts/sample-images/package-lock.json b/scripts/sample-images/package-lock.json index 7f1193a114b..b5ef3e0520c 100644 --- a/scripts/sample-images/package-lock.json +++ b/scripts/sample-images/package-lock.json @@ -11,23 +11,10 @@ "dependencies": { "es6-promise": "^4.2.8", "isomorphic-fetch": "^3.0.0", - "unsplash-js": "^7.0.15" + "unsplash-js": "^7.0.20" }, "devDependencies": {} }, - "node_modules/@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==" - }, - "node_modules/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==", - "engines": { - "node": ">= 0.6" - } - }, "node_modules/es6-promise": { "version": "4.2.8", "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", @@ -67,13 +54,9 @@ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, "node_modules/unsplash-js": { - "version": "7.0.15", - "resolved": "https://registry.npmjs.org/unsplash-js/-/unsplash-js-7.0.15.tgz", - "integrity": "sha512-WGqKp9wl2m2tAUPyw2eMZs/KICR+A52tCaRapzVXWxkA4pjHqsaGwiJXTEW7hBy4Pu0QmP6KxTt2jST3tluawA==", - "dependencies": { - "@types/content-type": "^1.1.3", - "content-type": "^1.0.4" - }, + "version": "7.0.20", + "resolved": "https://registry.npmjs.org/unsplash-js/-/unsplash-js-7.0.20.tgz", + "integrity": "sha512-0IzJGKbD6qHm0wg5sNndcCjhNDrtAr08/mySr9TGJ6biD7N03ZldidqXopkOvhAABaeFtRGYBrX1YkgMhKrFOQ==", "engines": { "node": ">=10" } @@ -99,16 +82,6 @@ } }, "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", @@ -137,13 +110,9 @@ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, "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.20", + "resolved": "https://registry.npmjs.org/unsplash-js/-/unsplash-js-7.0.20.tgz", + "integrity": "sha512-0IzJGKbD6qHm0wg5sNndcCjhNDrtAr08/mySr9TGJ6biD7N03ZldidqXopkOvhAABaeFtRGYBrX1YkgMhKrFOQ==" }, "webidl-conversions": { "version": "3.0.1", diff --git a/scripts/sample-images/package.json b/scripts/sample-images/package.json index 3a9c5911828..9ca1ec5106b 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.20" }, "devDependencies": {}, "scripts": {