Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/chai-5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franklychilled authored Feb 21, 2024
2 parents 4c9fdc4 + f2b09d2 commit 921e202
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 39 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
version: 2
registries:
npm-private-registry:
type: npm-registry
url: https://artifactory.jfrog.iress.online/artifactory/api/npm/iress-npm
token: ${{ secrets.NPM_TOKEN }}

updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 50 # only allow security update
registries:
- npm-private-registry
64 changes: 29 additions & 35 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"dependencies": {
"@slack/web-api": "^6.9.1",
"async": "^3.2.4",
"async": "^3.2.5",
"fs": "0.0.1-security",
"lodash": ">=4.17.21",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.186",
"@types/lodash": "^4.14.202",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
Expand All @@ -30,9 +30,9 @@
"mocked-env": "^1.3.5",
"supertest": "^6.2.4",
"ts-jest": "^27.1.4",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "^4.8.4",
"util": "^0.12.4",
"util": "^0.12.5",
"y18n": "^5.0.8"
},
"engines": {
Expand Down

0 comments on commit 921e202

Please sign in to comment.