diff --git a/core/core.libraries.yml b/core/core.libraries.yml
index 7b9ff78c5806df4c3f1740d47a6f8c5ab26b9867..bc3cb3713b873628b10591a9d3e6c7ec255cbc94 100644
--- a/core/core.libraries.yml
+++ b/core/core.libraries.yml
@@ -251,6 +251,7 @@ drupal.tableselect:
   dependencies:
     - core/drupal
     - core/jquery
+    - core/jquery.once
 
 drupal.timezone:
   version: VERSION
@@ -258,6 +259,7 @@ drupal.timezone:
     misc/timezone.js: {}
   dependencies:
     - core/jquery
+    - core/jquery.once
     - core/drupal
 
 drupal.vertical-tabs:
@@ -270,6 +272,7 @@ drupal.vertical-tabs:
       misc/vertical-tabs.css: {}
   dependencies:
     - core/jquery
+    - core/jquery.once
     - core/drupal
     - core/drupalSettings
     - core/drupal.form
diff --git a/core/modules/comment/comment.libraries.yml b/core/modules/comment/comment.libraries.yml
index b4cd2a43047fdf13f2bc8a208a12712d120a5b63..ac1ba10c6743b4ac98b81eae4d61a06f2c6bf272 100644
--- a/core/modules/comment/comment.libraries.yml
+++ b/core/modules/comment/comment.libraries.yml
@@ -22,6 +22,7 @@ drupal.comment-new-indicator:
     js/comment-new-indicator.js: {}
   dependencies:
     - core/jquery
+    - core/jquery.once
     - core/drupal
     - history/drupal.history
     - core/drupal.displace
@@ -32,5 +33,6 @@ drupal.node-new-comments-link:
     js/node-new-comments-link.js: {}
   dependencies:
     - core/jquery
+    - core/jquery.once
     - core/drupal
     - history/drupal.history
diff --git a/core/modules/edit/edit.libraries.yml b/core/modules/edit/edit.libraries.yml
index 053eeb0c3a85c9ebe9d25b9d4a2d779612a1941c..34f49551d43a529c0b88612eace2e5099321d488 100644
--- a/core/modules/edit/edit.libraries.yml
+++ b/core/modules/edit/edit.libraries.yml
@@ -28,6 +28,7 @@ edit:
       css/edit.icons.css: {}
   dependencies:
     - core/jquery
+    - core/jquery.once
     - core/underscore
     - core/backbone
     - core/jquery.form
diff --git a/core/modules/editor/editor.libraries.yml b/core/modules/editor/editor.libraries.yml
index fc76ec8b46bebf8b004e401cee5ac9325f34088e..faeb5d8f92a95c4abb8e259ccac5f3a8fc833a93 100644
--- a/core/modules/editor/editor.libraries.yml
+++ b/core/modules/editor/editor.libraries.yml
@@ -4,6 +4,7 @@ drupal.editor.admin:
     js/editor.admin.js: {}
   dependencies:
     - core/jquery
+    - core/jquery.once
     - core/drupal
 
 drupal.editor:
diff --git a/core/modules/file/file.libraries.yml b/core/modules/file/file.libraries.yml
index 1cb5e0695ce2408eb50f774123554234af0e3c58..ccc0c3b95a6c69849615cf78029a1aed46072050 100644
--- a/core/modules/file/file.libraries.yml
+++ b/core/modules/file/file.libraries.yml
@@ -7,5 +7,6 @@ drupal.file:
       css/file.admin.css: {}
   dependencies:
     - core/jquery
+    - core/jquery.once
     - core/drupal
     - core/drupalSettings
diff --git a/core/modules/node/node.libraries.yml b/core/modules/node/node.libraries.yml
index 28131b5f5e3abe853161a242a2990dfc08802d2a..b64102238de5821f7b916d68896b90715481ec24 100644
--- a/core/modules/node/node.libraries.yml
+++ b/core/modules/node/node.libraries.yml
@@ -14,6 +14,7 @@ drupal.node.preview:
     node.preview.js: {}
   dependencies:
     - core/jquery
+    - core/jquery.once
     - core/drupal
 
 drupal.content_types:
diff --git a/core/modules/tour/tour.libraries.yml b/core/modules/tour/tour.libraries.yml
index 9df894ccf85eaf4446dda81ae786d979d1c412e5..9e573988c9dba6b2af9a70df418e095162edea9d 100644
--- a/core/modules/tour/tour.libraries.yml
+++ b/core/modules/tour/tour.libraries.yml
@@ -4,6 +4,7 @@ tour:
     js/tour.js: {}
   dependencies:
     - core/jquery
+    - core/jquery.once
     - core/drupal
     - core/backbone
     - core/jquery.joyride
diff --git a/core/modules/user/user.libraries.yml b/core/modules/user/user.libraries.yml
index b5458d0ece6279496ce9b46702fef3d0f6c60ec9..c32a17165fb685edf9c974fd4720a4ef5dbd76a7 100644
--- a/core/modules/user/user.libraries.yml
+++ b/core/modules/user/user.libraries.yml
@@ -16,6 +16,7 @@ drupal.user.permissions:
     user.permissions.js: {}
   dependencies:
     - core/jquery
+    - core/jquery.once
     - core/drupal
     - core/drupalSettings