diff --git a/node_modules/currently-unhandled/.snyk b/node_modules/currently-unhandled/.snyk new file mode 100644 index 0000000000..aa9b11a05f --- /dev/null +++ b/node_modules/currently-unhandled/.snyk @@ -0,0 +1,11 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.25.0 +ignore: {} +# patches apply the minimum changes required to fix a vulnerability +patch: + 'npm:debug:20170905': + - karma > socket.io > socket.io-adapter > socket.io-parser > debug: + patched: '2023-04-26T19:00:34.838Z' + 'npm:ms:20170412': + - karma > socket.io > socket.io-adapter > socket.io-parser > debug > ms: + patched: '2023-04-26T19:00:34.838Z' diff --git a/node_modules/currently-unhandled/package.json b/node_modules/currently-unhandled/package.json index 99380249b1..1c99cbf85c 100644 --- a/node_modules/currently-unhandled/package.json +++ b/node_modules/currently-unhandled/package.json @@ -13,7 +13,9 @@ "node": ">=0.10.0" }, "scripts": { - "test": "xo && nyc ava" + "test": "xo && nyc ava", + "prepublish": "npm run snyk-protect", + "snyk-protect": "snyk-protect" }, "files": [ "index.js", @@ -27,24 +29,25 @@ "promises" ], "dependencies": { - "array-find-index": "^1.0.1" + "array-find-index": "^1.0.1", + "@snyk/protect": "latest" }, "devDependencies": { - "ava": "^0.15.1", + "ava": "^4.0.0", "bluebird": "^3.4.0", "browserify": "^13.0.1", - "coveralls": "^2.11.9", + "coveralls": "^3.0.0", "delay": "^1.3.1", "is-ci": "^1.0.8", - "karma": "^0.13.22", + "karma": "^6.3.16", "karma-browserify": "^5.0.5", "karma-chrome-launcher": "^1.0.1", "karma-firefox-launcher": "^1.0.0", - "karma-mocha": "^1.0.1", - "mocha": "^2.5.3", - "nyc": "^6.4.0", - "watchify": "^3.7.0", - "xo": "^0.15.0" + "karma-mocha": "^2.0.0", + "mocha": "^10.1.0", + "nyc": "^14.0.0", + "watchify": "^4.0.0", + "xo": "^0.40.3" }, "browser": { "./index.js": "./browser.js" @@ -67,5 +70,6 @@ "mocha", "node" ] - } + }, + "snyk": true } \ No newline at end of file