Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Cosmos
CSL Incoming Webhook
Commits
b57d4ff2
Verified
Commit
b57d4ff2
authored
Oct 14, 2020
by
Ray Walker
Browse files
Version bump
parent
a86cb586
Pipeline
#28854
passed with stages
in 9 minutes and 18 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1552 additions
and
1791 deletions
+1552
-1791
src/.snyk
src/.snyk
+1
-1
src/package-lock.json
src/package-lock.json
+1539
-1778
src/package.json
src/package.json
+12
-12
No files found.
src/.snyk
View file @
b57d4ff2
...
...
@@ -5,7 +5,7 @@ ignore:
SNYK-JS-JSONBIGINT-608659:
- '@google-cloud/pubsub > @opentelemetry/tracing > @opentelemetry/resources > gcp-metadata > json-bigint':
reason: None given
expires: '2020-1
0
-13T
2
3:
53:27.051
Z'
expires: '2020-1
1
-13T
0
3:
01:04.876
Z'
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
...
...
src/package-lock.json
View file @
b57d4ff2
This diff is collapsed.
Click to expand it.
src/package.json
View file @
b57d4ff2
...
...
@@ -10,30 +10,30 @@
"dependencies"
:
{
"@google-cloud/functions-framework"
:
"^1.7.1"
,
"@google-cloud/pubsub"
:
"^2.5.0"
,
"@google-cloud/secret-manager"
:
"^3.
1
.0"
,
"@google-cloud/trace-agent"
:
"^5.1.
0
"
,
"@sentry/node"
:
"^5.2
3
.0"
,
"snyk"
:
"^1.
39
3.
0
"
,
"@google-cloud/secret-manager"
:
"^3.
2
.0"
,
"@google-cloud/trace-agent"
:
"^5.1.
1
"
,
"@sentry/node"
:
"^5.2
6
.0"
,
"snyk"
:
"^1.
41
3.
3
"
,
"winston"
:
"^3.3.3"
},
"devDependencies"
:
{
"chai"
:
"^4.2.0"
,
"eslint"
:
"^7.
9
.0"
,
"eslint"
:
"^7.
11
.0"
,
"eslint-config-google"
:
"^0.14.0"
,
"eslint-config-prettier"
:
"^6.1
1
.0"
,
"jest"
:
"^26.
4.2
"
,
"eslint-config-prettier"
:
"^6.1
2
.0"
,
"jest"
:
"^26.
5.3
"
,
"newman"
:
"^5.2.0"
,
"nodemon"
:
"^2.0.
4
"
,
"prettier"
:
"^2.1.
1
"
,
"supertest"
:
"^
4
.0.
2
"
"nodemon"
:
"^2.0.
5
"
,
"prettier"
:
"^2.1.
2
"
,
"supertest"
:
"^
5
.0.
0
"
},
"scripts"
:
{
"lint"
:
"eslint '**/*.js'"
,
"prettier"
:
"prettier --write '**/*.{js,json,md}' '../*.md'"
,
"snyk"
:
"snyk"
,
"snyk"
:
"snyk
test
"
,
"start"
:
"nodemon -e js --exec 'npm run prettier && npm run lint && npx @google-cloud/functions-framework --target=main'"
,
"debug"
:
"nodemon -e js --exec 'npm run prettier && npm run lint && npx --node-arg=--inspect @google-cloud/functions-framework --target=main'"
,
"test"
:
"
snyk test &&
jest"
,
"test"
:
"jest"
,
"testQuiet"
:
"jest --silent"
,
"coverage"
:
"jest --silent --coverage"
,
"coverageWatch"
:
"nodemon --watch '**/*' -e js --exec 'jest --silent --coverage'"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment