This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 1cf8d025 Bump ejs from 3.1.3 to 3.1.7 (#49)
1cf8d025 is described below
commit 1cf8d0255ccb57e6758fe66ba2a7488cfae2707f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 11 23:05:37 2023 +0100
Bump ejs from 3.1.3 to 3.1.7 (#49)
Bumps [ejs](https://github.com/mde/ejs) from 3.1.3 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v3.1.3...v3.1.7)
---
updated-dependencies:
- dependency-name: ejs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 19 +++++++++----------
package.json | 2 +-
2 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 39aabd06..9aa630b1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "0.90.0",
"license": "Apache License 2.0",
"dependencies": {
- "ejs": "3.1.3",
+ "ejs": "3.1.7",
"node-sass": "^7.0.1"
},
"devDependencies": {
@@ -1832,12 +1832,11 @@
"dev": true
},
"node_modules/ejs": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.3.tgz",
- "integrity":
"sha512-wmtrUGyfSC23GC/B1SMv2ogAUgbQEtDmTIhfqielrG5ExIM9TP4UoYdi90jLF1aTcsWCJNEO0UrgKzP0y3nTSg==",
- "hasInstallScript": true,
+ "version": "3.1.7",
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.7.tgz",
+ "integrity":
"sha512-BIar7R6abbUxDA3bfXrO4DSgwo8I+fB5/1zgujl3HLLjwd6+9iOnrT+t3grn2qbk9vOgBubXOFwX2m9axoFaGw==",
"dependencies": {
- "jake": "^10.6.1"
+ "jake": "^10.8.5"
},
"bin": {
"ejs": "bin/cli.js"
@@ -8749,11 +8748,11 @@
"dev": true
},
"ejs": {
- "version": "3.1.3",
- "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.3.tgz",
- "integrity":
"sha512-wmtrUGyfSC23GC/B1SMv2ogAUgbQEtDmTIhfqielrG5ExIM9TP4UoYdi90jLF1aTcsWCJNEO0UrgKzP0y3nTSg==",
+ "version": "3.1.7",
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.7.tgz",
+ "integrity":
"sha512-BIar7R6abbUxDA3bfXrO4DSgwo8I+fB5/1zgujl3HLLjwd6+9iOnrT+t3grn2qbk9vOgBubXOFwX2m9axoFaGw==",
"requires": {
- "jake": "^10.6.1"
+ "jake": "^10.8.5"
}
},
"elliptic": {
diff --git a/package.json b/package.json
index 6ed72acb..129e09f0 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"start-website": "harp server website"
},
"dependencies": {
- "ejs": "3.1.3",
+ "ejs": "3.1.7",
"node-sass": "^7.0.1"
},
"devDependencies": {