Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump nunjucks from 3.2.3 to 3.2.4 #567

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
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
build(deps): bump nunjucks from 3.2.3 to 3.2.4
Bumps [nunjucks](https://github.com/mozilla/nunjucks) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/mozilla/nunjucks/releases)
- [Changelog](https://github.com/mozilla/nunjucks/blob/master/CHANGELOG.md)
- [Commits](mozilla/nunjucks@v3.2.3...v3.2.4)

---
updated-dependencies:
- dependency-name: nunjucks
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Apr 11, 2024
commit 3345f9695c6fda0330d264b14f163d3d378b0bb0
268 changes: 174 additions & 94 deletions package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
"export-to-csv": "^0.2.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"nunjucks": "^3.2.3",
"nunjucks": "^3.2.4",
"typescript-eslint-parser": "^22.0.0",
"vue": "^2.7.16",
"vue-authenticate": "github:alerta/vue-authenticate",

Unchanged files with check annotations Beta

return this.setRemoteConfig(response)
})
.catch((error: any) => {
console.log(error)

Check warning on line 34 in src/services/config.ts

GitHub Actions / build

Unexpected console statement

Check warning on line 34 in src/services/config.ts

GitHub Actions / build

Unexpected console statement

Check warning on line 34 in src/services/config.ts

GitHub Actions / deploy

Unexpected console statement
throw error
})
}
.get(`${basePath}config.json`)
.then(response => response.data)
.catch((error: any) => {
console.warn(error.message)

Check warning on line 61 in src/services/config.ts

GitHub Actions / build

Unexpected console statement

Check warning on line 61 in src/services/config.ts

GitHub Actions / build

Unexpected console statement

Check warning on line 61 in src/services/config.ts

GitHub Actions / deploy

Unexpected console statement
})
}