Skip to content
Snippets Groups Projects
Commit 5ea0a6df authored by Bruno Boiget's avatar Bruno Boiget
Browse files

fix(audit): update to Meteor 2.7.1 (includes node 14.19.1)

parent fc372e00
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ stages:
# Common setup for all meteor based jobs
.meteor:
extends: .not-on-stable
image: hub.eole.education/proxyhub/geoffreybooth/meteor-base:2.6.1
image: hub.eole.education/proxyhub/geoffreybooth/meteor-base:2.7.1
before_script:
- cd app
cache:
......
# The tag here should match the Meteor version of your app, per .meteor/release
FROM hub.eole.education/proxyhub/geoffreybooth/meteor-base:2.6.1
FROM hub.eole.education/proxyhub/geoffreybooth/meteor-base:2.7.1
# Copy app package.json and package-lock.json into container
COPY ./app/package*.json $APP_SOURCE_FOLDER/
......
......@@ -9,10 +9,10 @@ mobile-experience@1.1.0 # Packages for a great mobile UX
mongo@1.14.6 # The database Meteor supports right now
reactive-var@1.0.11 # Reactive variable for tracker
standard-minifier-css@1.7.4 # CSS minifier run for production mode
standard-minifier-css@1.8.1 # CSS minifier run for production mode
standard-minifier-js@2.8.0 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
ecmascript@0.16.1 # Enable ECMAScript2015+ syntax in app code
ecmascript@0.16.2 # Enable ECMAScript2015+ syntax in app code
shell-server@0.5.0 # Server-side component of the `meteor shell` command
static-html@1.3.2 # Define static page content in .html files
......@@ -24,7 +24,7 @@ mdg:validated-method
universe:i18n
hot-module-replacement@0.5.1
accounts-password@2.2.0
accounts-password@2.3.1
alanning:roles
# testing
......@@ -39,7 +39,7 @@ percolate:find-from-publication
percolate:migrations
matb33:collection-hooks
seba:method-hooks
email@2.2.0
email@2.2.1
check@1.3.1
tmeasday:publish-counts
eoleteam:accounts-keycloak
......
METEOR@2.6.1
METEOR@2.7.1
accounts-base@2.2.1
accounts-oauth@1.4.0
accounts-password@2.2.0
accounts-base@2.2.2
accounts-oauth@1.4.1
accounts-password@2.3.1
alanning:roles@3.4.0
aldeed:collection2@3.5.0
aldeed:schema-index@3.0.0
allow-deny@1.1.1
autoupdate@1.8.0
babel-compiler@7.8.1
babel-compiler@7.9.0
babel-runtime@1.5.0
base64@1.0.12
binary-heap@1.0.11
......@@ -25,12 +25,12 @@ ddp-rate-limiter@1.1.0
ddp-server@2.5.0
diff-sequence@1.1.1
dynamic-import@0.7.2
ecmascript@0.16.1
ecmascript@0.16.2
ecmascript-runtime@0.8.0
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.1
email@2.2.0
ejson@1.1.2
email@2.2.1
eoleteam:accounts-keycloak@2.1.0
eoleteam:keycloak-oauth@2.2.0
es5-shim@4.8.0
......@@ -48,7 +48,7 @@ johanbrook:publication-collector@1.1.0
launch-screen@1.3.0
localstorage@1.2.0
logging@1.3.1
matb33:collection-hooks@1.1.0
matb33:collection-hooks@1.1.2
mdg:validated-method@1.2.0
meteor@1.10.0
meteor-base@1.5.1
......@@ -57,20 +57,20 @@ meteortesting:mocha@2.0.3
meteortesting:mocha-core@8.1.2
mexar:mdt@0.2.2
minifier-css@1.6.0
minifier-js@2.7.3
minifier-js@2.7.4
minimongo@1.8.0
mobile-experience@1.1.0
mobile-status-bar@1.1.0
modern-browsers@0.1.7
modules@0.18.0
modules-runtime@0.12.0
modules-runtime@0.13.0
modules-runtime-hot@0.14.0
mongo@1.14.6
mongo-decimal@0.1.2
mongo-dev-server@1.1.0
mongo-id@1.0.8
npm-mongo@4.3.1
oauth@2.1.1
oauth@2.1.2
oauth2@1.3.1
ordered-dict@1.1.0
percolate:find-from-publication@0.2.1
......@@ -79,7 +79,7 @@ promise@0.12.0
raix:eventemitter@1.0.0
random@1.2.0
rate-limit@1.0.9
react-fast-refresh@0.2.2
react-fast-refresh@0.2.3
react-meteor-data@2.4.0
reactive-var@1.0.11
reload@1.3.1
......@@ -92,14 +92,14 @@ sha@1.0.9
shell-server@0.5.0
socket-stream-client@0.4.0
spacebars-compiler@1.3.0
standard-minifier-css@1.7.4
standard-minifier-css@1.8.1
standard-minifier-js@2.8.0
static-html@1.3.2
templating-tools@1.2.1
tmeasday:check-npm-versions@1.0.2
tmeasday:publish-counts@0.8.0
tracker@1.2.0
typescript@4.4.1
typescript@4.5.4
underscore@1.0.10
universe:i18n@1.32.6
url@1.3.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment