From d51a9d84aa31c9249f4ec793871aaefda85cd9a9 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 18:29:51 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/gh-pages.yml | 6 ++-- package-lock.json | 54 +++++++++++++++++----------------- package.json | 42 +++++++++++++------------- 3 files changed, 51 insertions(+), 51 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 727bc2cd382..82302e5f2b6 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -18,9 +18,9 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Use Node.js 20.19.3 - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: '20.19.3' @@ -33,7 +33,7 @@ jobs: run: npm run build && npm run export && touch ./out/.nojekyll - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to. diff --git a/package-lock.json b/package-lock.json index cac4e3d6081..61d7cc14e5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,27 +20,27 @@ "toml": "^3.0.0" }, "devDependencies": { - "@elastic/datemath": "^5.0.3", - "@emotion/babel-plugin": "^11.13.5", - "@next/bundle-analyzer": "^12.3.7", - "@types/node": "^16.18.126", - "@typescript-eslint/eslint-plugin": "^7.18.0", - "axios": "^1.14.0", - "copy-webpack-plugin": "^13.0.1", - "eslint": "^8.57.1", - "eslint-config-next": "^12.3.7", - "eslint-config-prettier": "^8.10.2", - "eslint-plugin-prettier": "^4.2.5", - "glob": "^7.2.0", - "iniparser": "^1.0.5", - "moment": "^2.30.1", - "next": "^12.3.7", - "null-loader": "^4.0.1", - "prettier": "^2.8.8", - "sass": "^1.97.3", - "serve": "^14.2.6", - "typescript": "^5.9.3", - "typescript-plugin-css-modules": "^5.2.0" + "@elastic/datemath": "5.0.3", + "@emotion/babel-plugin": "11.13.5", + "@next/bundle-analyzer": "12.3.7", + "@types/node": "16.18.126", + "@typescript-eslint/eslint-plugin": "7.18.0", + "axios": "1.16.1", + "copy-webpack-plugin": "13.0.1", + "eslint": "8.57.1", + "eslint-config-next": "12.3.7", + "eslint-config-prettier": "8.10.2", + "eslint-plugin-prettier": "4.2.5", + "glob": "7.2.3", + "iniparser": "1.0.5", + "moment": "2.30.1", + "next": "12.3.7", + "null-loader": "4.0.1", + "prettier": "2.8.8", + "sass": "1.97.3", + "serve": "14.2.6", + "typescript": "5.9.3", + "typescript-plugin-css-modules": "5.2.0" } }, "node_modules/@adobe/css-tools": { @@ -4242,9 +4242,9 @@ } }, "node_modules/eslint/node_modules/brace-expansion": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz", - "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==", + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.15.tgz", + "integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==", "dev": true, "license": "MIT", "dependencies": { @@ -4796,9 +4796,9 @@ "peer": true }, "node_modules/glob/node_modules/brace-expansion": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz", - "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==", + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.15.tgz", + "integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 21edc8bd1bd..eb5806b2d4c 100644 --- a/package.json +++ b/package.json @@ -23,27 +23,27 @@ "toml": "^3.0.0" }, "devDependencies": { - "@elastic/datemath": "^5.0.3", - "@emotion/babel-plugin": "^11.13.5", - "@next/bundle-analyzer": "^12.3.7", - "@types/node": "^16.18.126", - "@typescript-eslint/eslint-plugin": "^7.18.0", - "axios": "^1.14.0", - "copy-webpack-plugin": "^13.0.1", - "eslint": "^8.57.1", - "eslint-config-next": "^12.3.7", - "eslint-config-prettier": "^8.10.2", - "eslint-plugin-prettier": "^4.2.5", - "glob": "^7.2.0", - "iniparser": "^1.0.5", - "moment": "^2.30.1", - "next": "^12.3.7", - "null-loader": "^4.0.1", - "prettier": "^2.8.8", - "sass": "^1.97.3", - "serve": "^14.2.6", - "typescript": "^5.9.3", - "typescript-plugin-css-modules": "^5.2.0" + "@elastic/datemath": "5.0.3", + "@emotion/babel-plugin": "11.13.5", + "@next/bundle-analyzer": "12.3.7", + "@types/node": "16.18.126", + "@typescript-eslint/eslint-plugin": "7.18.0", + "axios": "1.16.1", + "copy-webpack-plugin": "13.0.1", + "eslint": "8.57.1", + "eslint-config-next": "12.3.7", + "eslint-config-prettier": "8.10.2", + "eslint-plugin-prettier": "4.2.5", + "glob": "7.2.3", + "iniparser": "1.0.5", + "moment": "2.30.1", + "next": "12.3.7", + "null-loader": "4.0.1", + "prettier": "2.8.8", + "sass": "1.97.3", + "serve": "14.2.6", + "typescript": "5.9.3", + "typescript-plugin-css-modules": "5.2.0" }, "overrides": { "trim": "0.0.3",