Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
78e735c
fix: upgrade async from 3.2.4 to 3.2.5
snyk-bot Jan 23, 2024
7765e56
fix: upgrade eslint-plugin-jsdoc from 3.8.0 to 3.15.1
snyk-bot May 26, 2024
7f48657
Merge pull request #6 from abdulrahman305/snyk-upgrade-7ef84b0190a72b…
abdulrahman305 May 26, 2024
a4a5421
fix: upgrade chai from 4.3.6 to 4.4.1
snyk-bot May 27, 2024
f16222d
Merge pull request #7 from abdulrahman305/snyk-upgrade-abedfbda459c33…
abdulrahman305 May 27, 2024
066c1f1
fix: upgrade eslint-plugin-security from 1.5.0 to 1.7.1
snyk-bot May 28, 2024
c36ee16
Merge branch 'postmanlabs:develop' into develop
abdulrahman305 Jun 11, 2024
4f86c22
Merge pull request #8 from abdulrahman305/snyk-upgrade-652175e5442d3e…
abdulrahman305 Jun 26, 2024
52508d2
fix: upgrade chai from 4.3.6 to 4.5.0
snyk-bot Aug 15, 2024
e0ba303
Merge branch 'postmanlabs:develop' into develop
abdulrahman305 Aug 18, 2024
5ccfb26
Merge pull request #9 from abdulrahman305/snyk-upgrade-71a8336c5229e3…
abdulrahman305 Aug 18, 2024
a20cc94
Merge branch 'postmanlabs:develop' into develop
abdulrahman305 Sep 13, 2024
b25d2aa
Merge branch 'postmanlabs:develop' into develop
abdulrahman305 Apr 2, 2025
737aae6
fix: package.json to reduce vulnerabilities
snyk-io[bot] Jun 13, 2025
c058e94
fix: package.json to reduce vulnerabilities
snyk-io[bot] Jul 19, 2025
5e28a0c
fix: package.json to reduce vulnerabilities
snyk-io[bot] Aug 8, 2025
2f76972
Merge branch 'postmanlabs:develop' into develop
abdulrahman305[bot] Aug 15, 2025
a8b6a39
🤖 Auto-merge PR #19
abdulrahman305[bot] Aug 15, 2025
67eec80
🤖 Auto-merge PR #18
abdulrahman305[bot] Aug 15, 2025
25005aa
🤖 Auto-merge PR #17
abdulrahman305[bot] Aug 15, 2025
6d9126e
🤖 Auto-merge PR #3
abdulrahman305[bot] Aug 15, 2025
c869def
Merge branch 'postmanlabs:develop' into develop
abdulrahman305[bot] Aug 26, 2025
c5136b2
🔧 Resolve merge conflicts automatically
Oct 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
"ajv-draft-04": "1.0.0",
"ajv-formats": "2.1.1",
"async": "3.2.6",
"async": "3.2.5",
"commander": "2.20.3",
"graphlib": "2.1.8",
"js-yaml": "4.1.0",
Expand All @@ -137,14 +138,14 @@
"author": "Postman Labs <help@getpostman.com>",
"license": "Apache-2.0",
"devDependencies": {
"chai": "4.3.6",
"chai": "4.5.0",
"editorconfig": "0.15.3",
"eslint": "5.16.0",
"eslint-plugin-jsdoc": "3.8.0",
"eslint": "9.0.0",
"eslint-plugin-jsdoc": "3.15.1",
"eslint-plugin-mocha": "5.3.0",
"eslint-plugin-security": "1.5.0",
"eslint-plugin-security": "1.7.1",
"expect.js": "0.3.1",
"mocha": "7.2.0",
"mocha": "11.0.1",
"nyc": "15.1.0",
"parse-gitignore": "0.5.1"
},
Expand Down