mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
chore(node): update nodejs stuff
Node image to LTS 22.11.0 Chase rename of mercury-parser -> parser npm update and npm audit fix
This commit is contained in:
parent
495859a5a8
commit
a406802a7b
5 changed files with 3510 additions and 1576 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:14.4.0
|
FROM node:22.11.0
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
WORKDIR /node
|
WORKDIR /node
|
||||||
# Install app dependencies
|
# Install app dependencies
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Mercury = require('@postlight/mercury-parser')
|
Mercury = require('@postlight/parser')
|
||||||
log = require './log.js'
|
log = require './log.js'
|
||||||
|
|
||||||
original_text = (app) =>
|
original_text = (app) =>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
(function() {
|
(function() {
|
||||||
var Mercury, log, original_text;
|
var Mercury, log, original_text;
|
||||||
|
|
||||||
Mercury = require('@postlight/mercury-parser');
|
Mercury = require('@postlight/parser');
|
||||||
|
|
||||||
log = require('./log.js');
|
log = require('./log.js');
|
||||||
|
|
||||||
|
|
5070
node/package-lock.json
generated
5070
node/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -4,9 +4,9 @@
|
||||||
"description": "Servers used in running NewsBlur",
|
"description": "Servers used in running NewsBlur",
|
||||||
"main": "favicons.js",
|
"main": "favicons.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@postlight/mercury-parser": "^2.2.3",
|
"@postlight/parser": "^2.2.3",
|
||||||
"@sentry/browser": "^6.12.0",
|
"@sentry/browser": "^8.38.0",
|
||||||
"@sentry/node": "^6.12.0",
|
"@sentry/node": "^8.38.0",
|
||||||
"@sentry/tracing": "^6.12.0",
|
"@sentry/tracing": "^6.12.0",
|
||||||
"bufferutil": "^4.0.3",
|
"bufferutil": "^4.0.3",
|
||||||
"cjs": "0.0.11",
|
"cjs": "0.0.11",
|
||||||
|
@ -21,8 +21,8 @@
|
||||||
"psl": "^1.8.0",
|
"psl": "^1.8.0",
|
||||||
"qs": "^6.9.4",
|
"qs": "^6.9.4",
|
||||||
"redis": "^3.1.2",
|
"redis": "^3.1.2",
|
||||||
"socket.io": "^3.1.1",
|
"socket.io": "^4.8.1",
|
||||||
"socket.io-client": "^3.1.1",
|
"socket.io-client": "^4.8.1",
|
||||||
"supervisor": "^0.12.0",
|
"supervisor": "^0.12.0",
|
||||||
"utf-8-validate": "^5.0.4",
|
"utf-8-validate": "^5.0.4",
|
||||||
"ws": "^7.4.2"
|
"ws": "^7.4.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue