From 6dee38dab6bc1006ece8bf3b02efa9b001b3a79a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 11 Nov 2021 09:13:01 +0000 Subject: [PATCH] fix(deps): update dependency snyk to v1.760.0 --- package-lock.json | 41 ++++++++++++++++++++++++----------------- package.json | 2 +- 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a964e769..1e5caa983 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3257,20 +3257,6 @@ } } }, - "@nuxt/image": { - "version": "npm:@modified/image@0.0.4-beta4", - "resolved": "https://registry.npmjs.org/@modified/image/-/image-0.0.4-beta4.tgz", - "integrity": "sha512-jGkkLBQTHz6VSt0oZxO6yoKUHvJA8Gfwcfa4anlCOmygBaXsOhHUpgvYvok/cC9f2LkIwOwscYbPhilIrM8b+w==", - "requires": { - "defu": "^3.2.2", - "hasha": "^5.2.2", - "image-meta": "^0.0.1", - "ipx": "^0.4.1", - "node-fetch": "^2.6.1", - "upath": "^2.0.1", - "vue-lazy-hydration": "^2.0.0-beta.4" - } - }, "@nuxt/loading-screen": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/@nuxt/loading-screen/-/loading-screen-2.0.4.tgz", @@ -21335,6 +21321,27 @@ "youtube-player": "5.5.2" }, "dependencies": { + "@nuxt/image": { + "version": "npm:@modified/image@0.0.4-beta4", + "resolved": "https://registry.npmjs.org/@modified/image/-/image-0.0.4-beta4.tgz", + "integrity": "sha512-jGkkLBQTHz6VSt0oZxO6yoKUHvJA8Gfwcfa4anlCOmygBaXsOhHUpgvYvok/cC9f2LkIwOwscYbPhilIrM8b+w==", + "requires": { + "defu": "^3.2.2", + "hasha": "^5.2.2", + "image-meta": "^0.0.1", + "ipx": "^0.4.1", + "node-fetch": "^2.6.1", + "upath": "^2.0.1", + "vue-lazy-hydration": "^2.0.0-beta.4" + }, + "dependencies": { + "defu": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/defu/-/defu-3.2.2.tgz", + "integrity": "sha512-8UWj5lNv7HD+kB0e9w77Z7TdQlbUYDVWqITLHNqFIn6khrNHv5WQo38Dcm1f6HeNyZf0U7UbPf6WeZDSdCzGDQ==" + } + } + }, "defu": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/defu/-/defu-5.0.0.tgz", @@ -26459,9 +26466,9 @@ } }, "snyk": { - "version": "1.759.0", - "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.759.0.tgz", - "integrity": "sha512-E3RlhUeOBaKuJdj6ZscQZuy94wLw8OmrsQIQX71IfK0KssQVjTRguTeeTWitFYK4OjHAjILpAAftxAP4Bz00Zw==" + "version": "1.760.0", + "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.760.0.tgz", + "integrity": "sha512-pVH3AbY30zNerW+F+okULIRYVj0r8Ksvd8WW+beMddghOH31ZePpAWjK5F+D6d3Dy3WJ3n/JyAywxiTS+2d6kQ==" }, "sort-keys": { "version": "1.1.2", diff --git a/package.json b/package.json index b6f2162bc..3b9df3e37 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "object-fit-images": "github:StephanGerbeth/object-fit-images", "reqlim": "0.0.0", "rxjs": "7.4.0", - "snyk": "1.759.0" + "snyk": "1.760.0" }, "optionalDependencies": { "picturefill": "3.0.3",