Skip to content

Commit

Permalink
Merge pull request #22 from bcgov/feature/DESCW-2329-dependabot-updates
Browse files Browse the repository at this point in the history
update dependencies and remove yarn.lock
  • Loading branch information
kshapka-bcgov authored May 10, 2024
2 parents d5dff35 + b2e43ce commit aa6f5c0
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 6,089 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/buildTestPublishContainerDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
npm ci
yarn test
publish-container:
if: ${{ github.repository == 'bcgov/des-notifybc' && github.event_name != 'pull_request' }}
if: ${{ github.repository == 'bcgov/des-notifybc' }}
needs: build-and-test
runs-on: ubuntu-latest
steps:
Expand All @@ -39,6 +39,7 @@ jobs:
images: |
ghcr.io/bcgov/des-notify-bc
tags: |
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down
122 changes: 39 additions & 83 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
@@ -1,6 +1,6 @@
{
"name": "notify-bc",
"version": "4.1.11",
"version": "4.1.12",
"dbSchemaVersion": "0.8.0",
"description": "A versatile notification API server",
"keywords": [
Expand Down Expand Up @@ -80,7 +80,7 @@
"ip-range-check": "0.0.2",
"jmespath": "f-w/jmespath.js#semver:^1.0",
"js-base64": "^3.6.0",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"loopback-connector-mongodb": "^5.5.0",
"mailparser": "^3.4.0",
Expand All @@ -94,8 +94,8 @@
"serve-favicon": "^2.5.0",
"smtp-server": "^3.1.0",
"tslib": "^2.0.0",
"twilio": "^3.7.0",
"underscore.string": "^3.3.4"
"twilio": "^5.0.4",
"underscore.string": "^3.3.6"
},
"devDependencies": {
"@loopback/build": "^11.0.0",
Expand Down
Loading

0 comments on commit aa6f5c0

Please sign in to comment.