Snyk test composer and npm
This commit is contained in:
parent
1f140475b9
commit
af12833642
5 changed files with 41 additions and 33 deletions
36
package-lock.json
generated
36
package-lock.json
generated
|
@ -6,9 +6,9 @@
|
|||
"": {
|
||||
"license": "UNLICENSED",
|
||||
"dependencies": {
|
||||
"@snyk/protect": "^1.834.0",
|
||||
"cookie-notice": "^1.3.6",
|
||||
"friendly-challenge": "^0.8.5",
|
||||
"snyk": "^1.806.0"
|
||||
"friendly-challenge": "^0.8.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||
|
@ -1843,6 +1843,17 @@
|
|||
"node": ">=4"
|
||||
}
|
||||
},
|
||||
"node_modules/@snyk/protect": {
|
||||
"version": "1.834.0",
|
||||
"resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.834.0.tgz",
|
||||
"integrity": "sha512-I/zzykVqRI4ZeIGwhwnQ/li01W0fJC6uMGdM6oGWOIOex3L6BBz2LTZeHr4PMoZDNha2TM10hgcYf9JvGvjNKQ==",
|
||||
"bin": {
|
||||
"snyk-protect": "bin/snyk-protect"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/@stimulus/core": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@stimulus/core/-/core-2.0.0.tgz",
|
||||
|
@ -7219,17 +7230,6 @@
|
|||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/snyk": {
|
||||
"version": "1.806.0",
|
||||
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.806.0.tgz",
|
||||
"integrity": "sha512-X0Aso0+zA9YXrrIgW1G3GXRqsvW4j7gXS9QyxFUwPp9qp5dAX1sjNUuLrK/z0CpuIpT7MVOBrYHF/RkMJ2C+FA==",
|
||||
"bin": {
|
||||
"snyk": "bin/snyk"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/sockjs": {
|
||||
"version": "0.3.24",
|
||||
"resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
|
||||
|
@ -9747,6 +9747,11 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"@snyk/protect": {
|
||||
"version": "1.834.0",
|
||||
"resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.834.0.tgz",
|
||||
"integrity": "sha512-I/zzykVqRI4ZeIGwhwnQ/li01W0fJC6uMGdM6oGWOIOex3L6BBz2LTZeHr4PMoZDNha2TM10hgcYf9JvGvjNKQ=="
|
||||
},
|
||||
"@stimulus/core": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@stimulus/core/-/core-2.0.0.tgz",
|
||||
|
@ -13844,11 +13849,6 @@
|
|||
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
||||
"dev": true
|
||||
},
|
||||
"snyk": {
|
||||
"version": "1.806.0",
|
||||
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.806.0.tgz",
|
||||
"integrity": "sha512-X0Aso0+zA9YXrrIgW1G3GXRqsvW4j7gXS9QyxFUwPp9qp5dAX1sjNUuLrK/z0CpuIpT7MVOBrYHF/RkMJ2C+FA=="
|
||||
},
|
||||
"sockjs": {
|
||||
"version": "0.3.24",
|
||||
"resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
|
||||
|
|
Reference in a new issue