Skip to content

Commit b080423

Browse files
Merge pull request #9 from contentstack/snyk-upgrade-e4b7336e0134c073353b8e0578bab30b
[Snyk] Upgrade body-parser from 1.20.1 to 1.20.2
2 parents a9bec70 + 9f12a00 commit b080423

File tree

4 files changed

+35
-35
lines changed

4 files changed

+35
-35
lines changed

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fileignoreconfig:
22
- filename: package-lock.json
3-
checksum: e5b668dd0b4887db6df4c7115d6adf1b0f086581b33c0b47898ceea0f7733d6f
3+
checksum: 8662ef51f09893ea01f9d191eec48984fd6ad71f0f1a34b37e604b7195991ebc
44
- filename: test/unit/dummy/asset_publish.json
55
checksum: 49a2e9dce1e55f8a0ec986b28fd407810817135d92b56124869f0692a0bc36da
66
- filename: test/unit/dummy/cotenttype_deleted.json

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Contentstack
3+
Copyright (c) 2023 Contentstack
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/webhook-listener",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "HTTP web server that listens to Contentstack webhooks. This is part of Contentstack DataSync",
55
"main": "./dist",
66
"types": "./typings",
@@ -36,7 +36,7 @@
3636
"license": "MIT",
3737
"dependencies": {
3838
"basic-auth": "^2.0.1",
39-
"body-parser": "^1.20.1",
39+
"body-parser": "^1.20.2",
4040
"debug": "^4.3.4",
4141
"lodash": "^4.17.15"
4242
},

0 commit comments

Comments
 (0)