Compare commits
6 Commits
add-email
...
npm-update
| Author | SHA1 | Date | |
|---|---|---|---|
| 02845772fe | |||
| 4a5b773ef6 | |||
| 70612a88aa | |||
| 8bdf65a19b | |||
|
|
a5900e6d90 | ||
| 38a35cbe30 |
4
.github/workflows/snyk-container.yml
vendored
4
.github/workflows/snyk-container.yml
vendored
@@ -14,13 +14,9 @@
|
||||
name: Snyk Container
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ main ]
|
||||
schedule:
|
||||
- cron: '18 21 * * 3'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:18.6 AS base
|
||||
FROM node:18.10.0 AS base
|
||||
LABEL version="4.1.0"
|
||||
LABEL description=""
|
||||
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
"Prod": "npm run Cleanup && npm run Init && parcel build src/index.pug --dist-dir build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@parcel/transformer-pug": "2.6.2",
|
||||
"@parcel/transformer-sass": "2.6.2",
|
||||
"parcel": "^2.6.2"
|
||||
"@parcel/transformer-pug": "2.7.0",
|
||||
"@parcel/transformer-sass": "2.7.0",
|
||||
"parcel": "^2.7.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"node-forge": "0.10.0"
|
||||
|
||||
Reference in New Issue
Block a user