Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Bump globals 16 -> 17
Rūdolfs Ošiņš committed 28 days ago
commit 1a6a33eb3b39f560fb1c4316daef1c3676187fe3
parent 610c1dfe00aaa6b966df9305b999fb4c1b09881a
2 files changed +18 -5
modified package-lock.json
@@ -49,7 +49,7 @@
        "execa": "^9.6.1",
        "fuzzysort": "^3.1.0",
        "get-port": "^7.2.0",
-
        "globals": "^16.5.0",
+
        "globals": "^17.6.0",
        "happy-dom": "^17.6.3",
        "hast-util-to-dom": "^4.0.1",
        "katex": "^0.16.45",
@@ -2750,6 +2750,19 @@
        }
      }
    },
+
    "node_modules/eslint-plugin-svelte/node_modules/globals": {
+
      "version": "16.5.0",
+
      "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
+
      "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
+
      "dev": true,
+
      "license": "MIT",
+
      "engines": {
+
        "node": ">=18"
+
      },
+
      "funding": {
+
        "url": "https://github.com/sponsors/sindresorhus"
+
      }
+
    },
    "node_modules/eslint-scope": {
      "version": "8.4.0",
      "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
@@ -3208,9 +3221,9 @@
      }
    },
    "node_modules/globals": {
-
      "version": "16.5.0",
-
      "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
-
      "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
+
      "version": "17.6.0",
+
      "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz",
+
      "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==",
      "dev": true,
      "license": "MIT",
      "engines": {
modified package.json
@@ -65,7 +65,7 @@
    "execa": "^9.6.1",
    "fuzzysort": "^3.1.0",
    "get-port": "^7.2.0",
-
    "globals": "^16.5.0",
+
    "globals": "^17.6.0",
    "happy-dom": "^17.6.3",
    "hast-util-to-dom": "^4.0.1",
    "katex": "^0.16.45",