diff --git a/package-lock.json b/package-lock.json index 930fb5d07..8c9b993a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3143,20 +3143,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", @@ -4229,9 +4215,9 @@ } }, "@snyk/cloud-config-parser": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@snyk/cloud-config-parser/-/cloud-config-parser-1.9.3.tgz", - "integrity": "sha512-qv9NsIESPtyC2vKkqA7wEFePNuklksnQWJTWX8Cy3CQoCpZk80XwH50OVpDIU2szgnkWUm1XNSahG/IwVMSbOw==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@snyk/cloud-config-parser/-/cloud-config-parser-1.10.1.tgz", + "integrity": "sha512-boqO3H4zkGo+Q2C7qyG2l/sQX80ZRSOlPCiRtgN9Xa7u9fM+qFGOaFOgNWfZZtU0wLBy2yDs5ipzdfqvp0ZEjg==", "requires": { "esprima": "^4.0.1", "tslib": "^1.10.0", @@ -4250,28 +4236,48 @@ } }, "@snyk/code-client": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@snyk/code-client/-/code-client-3.9.0.tgz", - "integrity": "sha512-sscrpiODOlQI87B4OFIClnoZmHEHzJ7vULYhikS/R/2KavG4vGPw7Qe2to5rximxR3VFdWQ0wNVFB0RkU2mjPQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@snyk/code-client/-/code-client-4.0.0.tgz", + "integrity": "sha512-x6ZsL6jBz6rDSg1cFVnaqg4fVvQEerRaATem7aeq7l+HiPb8VnorJbq/61MlTgO7gWnA1WijzmzfJK5kAUpO1A==", "requires": { "@deepcode/dcignore": "^1.0.2", "@snyk/fast-glob": "^3.2.6-patch", "@types/flat-cache": "^2.0.0", "@types/lodash.chunk": "^4.2.6", "@types/lodash.omit": "^4.5.6", + "@types/lodash.pick": "^4.4.6", "@types/lodash.union": "^4.6.6", "@types/sarif": "^2.1.3", "@types/uuid": "^8.3.0", - "axios": "^0.21.1", "ignore": "^5.1.8", "lodash.chunk": "^4.2.0", "lodash.omit": "^4.5.0", + "lodash.pick": "^4.4.0", "lodash.union": "^4.6.0", "multimatch": "^5.0.0", + "needle": "^2.8.0", "queue": "^6.0.1", "uuid": "^8.3.2" }, "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "needle": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/needle/-/needle-2.8.0.tgz", + "integrity": "sha512-ZTq6WYkN/3782H1393me3utVYdq2XyqNUFBsprEE3VMAT0+hP/cItpnITpqsY6ep2yeFE4Tqtqwc74VqUlUYtw==", + "requires": { + "debug": "^3.2.6", + "iconv-lite": "^0.4.4", + "sax": "^1.2.4" + } + }, "uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", @@ -6865,9 +6871,9 @@ "integrity": "sha512-62vfe65cMSzYaWmpmhqCMMNl0khen89w57mByPi1OseGfcV/LV03fO8YVrNj7rFQsRWNJo650WWyh6m7p8vZmA==" }, "@types/lodash": { - "version": "4.14.171", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.171.tgz", - "integrity": "sha512-7eQ2xYLLI/LsicL2nejW9Wyko3lcpN6O/z0ZLHrEQsg280zIdCv1t/0m6UtBjUHokCGBQ3gYTbHzDkZ1xOBwwg==" + "version": "4.14.172", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.172.tgz", + "integrity": "sha512-/BHF5HAx3em7/KkzVKm3LrsD6HZAXuXO1AJZQ3cRRBZj4oHZDviWPYu0aEplAqDFNHZPW6d3G7KN+ONcCCC7pw==" }, "@types/lodash.chunk": { "version": "4.2.6", @@ -6885,6 +6891,14 @@ "@types/lodash": "*" } }, + "@types/lodash.pick": { + "version": "4.4.6", + "resolved": "https://registry.npmjs.org/@types/lodash.pick/-/lodash.pick-4.4.6.tgz", + "integrity": "sha512-u8bzA16qQ+8dY280z3aK7PoWb3fzX5ATJ0rJB6F+uqchOX2VYF02Aqa+8aYiHiHgPzQiITqCgeimlyKFy4OA6g==", + "requires": { + "@types/lodash": "*" + } + }, "@types/lodash.union": { "version": "4.6.6", "resolved": "https://registry.npmjs.org/@types/lodash.union/-/lodash.union-4.6.6.tgz", @@ -23816,6 +23830,11 @@ "resolved": "https://registry.npmjs.org/lodash.orderby/-/lodash.orderby-4.6.0.tgz", "integrity": "sha1-5pfwTOXXhSL1TZM4syuBozk+TrM=" }, + "lodash.pick": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz", + "integrity": "sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=" + }, "lodash.reduce": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/lodash.reduce/-/lodash.reduce-4.6.0.tgz", @@ -25470,6 +25489,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", @@ -30658,14 +30698,14 @@ } }, "snyk": { - "version": "1.672.0", - "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.672.0.tgz", - "integrity": "sha512-hETpAdvKt/NKX7y4QovWt6bXle3iJ4vcn1z94fHqSDdH3jTSGLE9Bh0HlsD5cajSFpduFfq3DhyDU6gQRiuRnA==", + "version": "1.675.0", + "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.675.0.tgz", + "integrity": "sha512-J5ZvEiaAIRdyFrIjS1OnfQs5vKLG0SNPJmeg/GuTA9z8L/gqtTXUsnCrnmpQ8Y2y7L3LRyjh9VXx7G0QC9rlWA==", "requires": { "@open-policy-agent/opa-wasm": "^1.2.0", "@snyk/cli-interface": "2.11.0", "@snyk/cloud-config-parser": "^1.9.2", - "@snyk/code-client": "3.9.0", + "@snyk/code-client": "4.0.0", "@snyk/dep-graph": "^1.27.1", "@snyk/fix": "1.650.0", "@snyk/gemfile": "1.2.0", @@ -30727,7 +30767,7 @@ "snyk-try-require": "1.3.1", "source-map-support": "^0.5.11", "strip-ansi": "^5.2.0", - "tar": "^6.1.0", + "tar": "^6.1.2", "tempy": "^1.0.1", "update-notifier": "^5.1.0", "uuid": "^8.3.2", @@ -30735,6 +30775,19 @@ "yaml": "^1.10.2" }, "dependencies": { + "tar": { + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.3.tgz", + "integrity": "sha512-3rUqwucgVZXTeyJyL2jqtUau8/8r54SioM1xj3AmTX3HnWQdj2AydfJ2qYYayPyIIznSplcvU9mhBb7dR2XF3w==", + "requires": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^3.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + } + }, "uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", diff --git a/package.json b/package.json index 7bf622dff..ec501aaed 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "reqlim": "0.0.0", "rucksack-css": "1.0.2", "rxjs": "7.3.0", - "snyk": "1.672.0" + "snyk": "1.675.0" }, "optionalDependencies": { "picturefill": "3.0.3",