refactor: Bump @actions/core from 1.10.1 to 1.11.1 (#9323)

This commit is contained in:
dependabot[bot]
2024-10-07 15:10:13 +02:00
committed by GitHub
parent e62bafd176
commit b7bff301f3
2 changed files with 41 additions and 28 deletions

67
package-lock.json generated
View File

@@ -25,7 +25,7 @@
"express": "4.21.0", "express": "4.21.0",
"express-rate-limit": "7.3.1", "express-rate-limit": "7.3.1",
"follow-redirects": "1.15.6", "follow-redirects": "1.15.6",
"graphql": "^16.9.0", "graphql": "16.9.0",
"graphql-list-fields": "2.0.4", "graphql-list-fields": "2.0.4",
"graphql-relay": "0.10.2", "graphql-relay": "0.10.2",
"graphql-tag": "2.12.6", "graphql-tag": "2.12.6",
@@ -35,7 +35,7 @@
"jwks-rsa": "3.1.0", "jwks-rsa": "3.1.0",
"ldapjs": "3.0.7", "ldapjs": "3.0.7",
"lodash": "4.17.21", "lodash": "4.17.21",
"lru-cache": "^10.4.0", "lru-cache": "10.4.0",
"mime": "3.0.0", "mime": "3.0.0",
"mongodb": "5.9.0", "mongodb": "5.9.0",
"mustache": "4.2.0", "mustache": "4.2.0",
@@ -60,7 +60,7 @@
"parse-server": "bin/parse-server" "parse-server": "bin/parse-server"
}, },
"devDependencies": { "devDependencies": {
"@actions/core": "1.10.1", "@actions/core": "1.11.1",
"@apollo/client": "3.11.1", "@apollo/client": "3.11.1",
"@babel/cli": "7.24.8", "@babel/cli": "7.24.8",
"@babel/core": "7.24.7", "@babel/core": "7.24.7",
@@ -114,22 +114,22 @@
} }
}, },
"node_modules/@actions/core": { "node_modules/@actions/core": {
"version": "1.10.1", "version": "1.11.1",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
"integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@actions/http-client": "^2.0.1", "@actions/exec": "^1.1.1",
"uuid": "^8.3.2" "@actions/http-client": "^2.0.1"
} }
}, },
"node_modules/@actions/core/node_modules/uuid": { "node_modules/@actions/exec": {
"version": "8.3.2", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "integrity": "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==",
"dev": true, "dev": true,
"bin": { "dependencies": {
"uuid": "dist/bin/uuid" "@actions/io": "^1.0.1"
} }
}, },
"node_modules/@actions/http-client": { "node_modules/@actions/http-client": {
@@ -141,6 +141,12 @@
"tunnel": "^0.0.6" "tunnel": "^0.0.6"
} }
}, },
"node_modules/@actions/io": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz",
"integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==",
"dev": true
},
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
"version": "2.2.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",
@@ -21353,21 +21359,22 @@
}, },
"dependencies": { "dependencies": {
"@actions/core": { "@actions/core": {
"version": "1.10.1", "version": "1.11.1",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
"integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==",
"dev": true, "dev": true,
"requires": { "requires": {
"@actions/http-client": "^2.0.1", "@actions/exec": "^1.1.1",
"uuid": "^8.3.2" "@actions/http-client": "^2.0.1"
}, }
"dependencies": { },
"uuid": { "@actions/exec": {
"version": "8.3.2", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "integrity": "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==",
"dev": true "dev": true,
} "requires": {
"@actions/io": "^1.0.1"
} }
}, },
"@actions/http-client": { "@actions/http-client": {
@@ -21379,6 +21386,12 @@
"tunnel": "^0.0.6" "tunnel": "^0.0.6"
} }
}, },
"@actions/io": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz",
"integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==",
"dev": true
},
"@ampproject/remapping": { "@ampproject/remapping": {
"version": "2.2.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",

View File

@@ -66,7 +66,7 @@
"ws": "8.18.0" "ws": "8.18.0"
}, },
"devDependencies": { "devDependencies": {
"@actions/core": "1.10.1", "@actions/core": "1.11.1",
"@apollo/client": "3.11.1", "@apollo/client": "3.11.1",
"@babel/cli": "7.24.8", "@babel/cli": "7.24.8",
"@babel/core": "7.24.7", "@babel/core": "7.24.7",