6 Commits

Author SHA1 Message Date
02845772fe Update Node 2022-09-29 14:14:42 +00:00
4a5b773ef6 Update Packages 2022-09-29 14:09:48 +00:00
70612a88aa Merge pull request #30 from Fluttershub/dependabot/docker/node-18.7.0
Bump node from 18.6 to 18.7.0
2022-07-28 09:24:30 +01:00
8bdf65a19b Update snyk-container.yml 2022-07-28 08:57:43 +01:00
dependabot[bot]
a5900e6d90 Bump node from 18.6 to 18.7.0
Bumps node from 18.6 to 18.7.0.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-28 06:55:12 +00:00
38a35cbe30 Merge pull request #29 from Fluttershub/add-email
Add email
2022-07-23 10:14:12 +01:00
4 changed files with 623 additions and 581 deletions

View File

@@ -14,13 +14,9 @@
name: Snyk Container name: Snyk Container
on: on:
push:
branches: [ main ]
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ main ] branches: [ main ]
schedule:
- cron: '18 21 * * 3'
permissions: permissions:
contents: read contents: read

View File

@@ -1,4 +1,4 @@
FROM node:18.6 AS base FROM node:18.10.0 AS base
LABEL version="4.1.0" LABEL version="4.1.0"
LABEL description="" LABEL description=""

View File

@@ -17,9 +17,9 @@
"Prod": "npm run Cleanup && npm run Init && parcel build src/index.pug --dist-dir build" "Prod": "npm run Cleanup && npm run Init && parcel build src/index.pug --dist-dir build"
}, },
"devDependencies": { "devDependencies": {
"@parcel/transformer-pug": "2.6.2", "@parcel/transformer-pug": "2.7.0",
"@parcel/transformer-sass": "2.6.2", "@parcel/transformer-sass": "2.7.0",
"parcel": "^2.6.2" "parcel": "^2.7.0"
}, },
"resolutions": { "resolutions": {
"node-forge": "0.10.0" "node-forge": "0.10.0"

1192
yarn.lock

File diff suppressed because it is too large Load Diff