Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 1, 2024
1 parent feb3c9f commit fce88ec
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 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
36 changes: 18 additions & 18 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 @@ -61,7 +61,7 @@
"@ampproject/toolbox-cache-list": "2.9.0",
"@ampproject/toolbox-cors": "2.9.0",
"@ampproject/toolbox-optimizer": "https://gitpkg.now.sh/ampproject/amp-toolbox/packages/optimizer?ampjs",
"@google-cloud/datastore": "8.5.0",
"@google-cloud/datastore": "9.0.0",
"@iarna/toml": "2.2.5",
"busboy": "1.6.0",
"casual": "1.6.2",
Expand All @@ -77,21 +77,21 @@
"gcp-metadata": "6.1.0",
"google-spreadsheet": "4.1.1",
"gulp-file": "0.4.0",
"helmet-csp": "3.4.0",
"helmet-csp": "4.0.0",
"http-proxy": "1.18.1",
"ioredis": "5.3.2",
"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.2",
"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-minimizer-webpack-plugin": "6.0.0",
"del": "6.1.1",
"eslint": "8.56.0",
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "7.0.0",
"del": "7.1.0",
"eslint": "9.4.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.2",
"mini-css-extract-plugin": "2.8.0",
"mini-svg-data-uri": "1.4.4",
"netlify-cli": "17.16.4",
Expand All @@ -173,14 +173,14 @@
"sass-loader": "14.1.1",
"snarkdown": "2.0.0",
"striptags": "3.2.0",
"supertest": "6.3.4",
"supertest": "7.0.0",
"svg-spritemap-webpack-plugin": "4.5.0",
"through2": "4.0.2",
"url-loader": "4.1.1",
"url-search-params": "1.1.0",
"wade": "0.3.3",
"webpack": "5.90.3",
"webpack-build-notifier": "2.3.0",
"webpack-build-notifier": "3.1.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.2",
"write": "2.0.0"
Expand Down

0 comments on commit fce88ec

Please sign in to comment.