Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent efb03d9 commit c1def02
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine

# Create app directory
WORKDIR /usr/src/app
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The AMP Project website.",
"repository": "[email protected]:ampproject/docs.git",
"engines": {
"node": "18.x"
"node": "20.x"
},
"private": true,
"scripts": {
Expand Down Expand Up @@ -83,15 +83,15 @@
"joi": "17.12.1",
"js-yaml": "4.1.0",
"json-tree-view": "0.4.12",
"linkifyjs": "2.1.9",
"lru-cache": "6.0.0",
"linkifyjs": "4.1.3",
"lru-cache": "10.2.0",
"middy": "0.36.0",
"module-alias": "2.2.3",
"mri": "1.2.0",
"multer": "1.4.4-lts.1",
"node-fetch": "2.7.0",
"node-fetch": "3.3.2",
"nunjucks": "3.2.4",
"p-queue": "6.6.2",
"p-queue": "8.0.1",
"postcss": "8.4.35",
"postcss-css-variables": "0.19.0",
"randomstring": "1.3.0",
Expand Down Expand Up @@ -124,23 +124,23 @@
"absolutify": "0.1.0",
"amphtml-validator": "1.0.38",
"ansi-colors": "4.1.3",
"archiver": "6.0.1",
"archiver": "7.0.1",
"babel-loader": "9.1.3",
"clean-css": "5.3.3",
"clean-webpack-plugin": "4.0.0",
"codemirror": "5.65.16",
"codemirror": "6.0.1",
"copy-webpack-plugin": "12.0.2",
"css-loader": "6.10.0",
"css-loader": "7.1.0",
"css-minimizer-webpack-plugin": "6.0.0",
"del": "6.1.1",
"eslint": "8.56.0",
"del": "7.1.0",
"eslint": "9.0.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"fetch-mock": "9.11.0",
"file-loader": "6.2.0",
"filemanager-webpack-plugin": "8.0.0",
"gulp": "4.0.2",
"gulp": "5.0.0",
"gulp-amphtml-validator": "1.0.6",
"gulp-once": "2.1.1",
"gulp-sass": "5.1.0",
Expand All @@ -151,15 +151,15 @@
"html-loader": "5.0.0",
"html-webpack-inline-source-plugin": "1.0.0-beta.2",
"html-webpack-plugin": "5.6.0",
"husky": "7.0.4",
"husky": "9.0.11",
"jasmine": "5.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-puppeteer": "10.0.1",
"js-base64": "3.7.6",
"js-beautify": "1.15.1",
"keymaster": "1.6.2",
"marked": "2.1.3",
"marked": "12.0.1",
"mini-css-extract-plugin": "2.8.0",
"mini-svg-data-uri": "1.4.4",
"netlify-cli": "17.16.4",
Expand Down

0 comments on commit c1def02

Please sign in to comment.