mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-04-25 00:41:07 +00:00
Update snyk
This commit is contained in:
parent
cc3d50e88b
commit
55d5da71aa
2 changed files with 17 additions and 17 deletions
28
package-lock.json
generated
28
package-lock.json
generated
|
@ -1,14 +1,15 @@
|
|||
{
|
||||
"name": "sws_gathers",
|
||||
"version": "2.0.3",
|
||||
"version": "2.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "sws_gathers",
|
||||
"version": "2.0.3",
|
||||
"version": "2.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@snyk/protect": "^1.1111.0",
|
||||
"async": "~1.4.0",
|
||||
"bootstrap": "^4.0.0",
|
||||
"bootstrap-solarized": "~1.0.2",
|
||||
|
@ -37,7 +38,6 @@
|
|||
"react-emoji": "^0.4.1",
|
||||
"request": "~2.88.0",
|
||||
"serve-favicon": "~2.4.5",
|
||||
"snyk": "^1.316.1",
|
||||
"socket.io": "^4.6.1",
|
||||
"socket.io-client": "^4.6.1",
|
||||
"steamidconvert": "~0.2.4",
|
||||
|
@ -2650,6 +2650,17 @@
|
|||
"dev": true,
|
||||
"optional": true
|
||||
},
|
||||
"node_modules/@snyk/protect": {
|
||||
"version": "1.1111.0",
|
||||
"resolved": "https://registry.npmjs.org/@snyk/protect/-/protect-1.1111.0.tgz",
|
||||
"integrity": "sha512-tcwyQGk6o6BPVNj8IDPIj3nhAKI2X//sqS0JS7CjhCyaz+gND9rCk1rvuFC24DKtbPrnPUfu8WGUgkYvE8txlA==",
|
||||
"bin": {
|
||||
"snyk-protect": "bin/snyk-protect"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/@socket.io/component-emitter": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz",
|
||||
|
@ -8488,17 +8499,6 @@
|
|||
"integrity": "sha512-NjxjITIj04Ffqid5lqr7XdgwM7X61c/Dns073Ly170bPQHLm6jkmelye/eglS++1nfTWktpP6Y2bFXjdPlQqdw==",
|
||||
"deprecated": "use node-fetch instead"
|
||||
},
|
||||
"node_modules/snyk": {
|
||||
"version": "1.1111.0",
|
||||
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.1111.0.tgz",
|
||||
"integrity": "sha512-68EZ6kTn3Scxpuuj/5DSwzYZsIcdxrOk6oC1a/K8tcXr4BsZBTP7DjqAFUP2t6rJ/fozW7A2201In3Uv+OC1Lw==",
|
||||
"bin": {
|
||||
"snyk": "bin/snyk"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/socket.io": {
|
||||
"version": "4.6.1",
|
||||
"resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.6.1.tgz",
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
"compile": "node node_modules/brunch/bin/brunch build",
|
||||
"compile_production": "node node_modules/brunch/bin/brunch build --production",
|
||||
"dev": "nodemon index.mjs",
|
||||
"snyk-protect": "snyk protect",
|
||||
"prepare": "npm run snyk-protect"
|
||||
"prepare": "npm run snyk-protect",
|
||||
"snyk-protect": "snyk-protect"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -30,6 +30,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/ENSL/ensl_gathers",
|
||||
"dependencies": {
|
||||
"@snyk/protect": "^1.1111.0",
|
||||
"async": "~1.4.0",
|
||||
"bootstrap": "^4.0.0",
|
||||
"bootstrap-solarized": "~1.0.2",
|
||||
|
@ -58,7 +59,6 @@
|
|||
"react-emoji": "^0.4.1",
|
||||
"request": "~2.88.0",
|
||||
"serve-favicon": "~2.4.5",
|
||||
"snyk": "^1.316.1",
|
||||
"socket.io": "^4.6.1",
|
||||
"socket.io-client": "^4.6.1",
|
||||
"steamidconvert": "~0.2.4",
|
||||
|
|
Loading…
Reference in a new issue